You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5 [Overriding Config Values via Dialplan](#overriding-config-values-via-dialplan)
19
19
* 6 [Examples](#examples)
@@ -29,38 +29,22 @@ You can access the AMD feature with the [Compatibility API](https://developer.si
29
29
30
30
FreeSWITCH™ provides a licensed commercial Answering Machine Detection module. A key technology for autodialers is the ability to detect live human pickup and answering machine. Since there is no indication/hardware signal when a call is answered by an answering machine or voicemail system, autodialer systems have to analyze incoming audio in order to make a prediction. Currently, there is no algorithm that can achieve 100% accuracy.
31
31
32
-
## Getting Licenses
33
-
34
-
All FreeSWITCH™purchases must be done through our billing system. Go to [https://endor.freeswitch.com/cart.php?gid=15](https://endor.freeswitch.com/cart.php?gid=15), click on the top right menu called Account and then on Register.
After registering, go to login page at [https://endor.freeswitch.com/cart.php?gid=15](https://endor.freeswitch.com/cart.php?gid=15) and provide your credentials. Once logged in the system, you'll see a menu on top of the page called Products, click and then click on Order New Products. Direct link is [https://endor.freeswitch.com/cart.php?a=confproduct&i=0](https://endor.freeswitch.com/cart.php?a=confproduct&i=0).
40
-
41
-

42
-
43
-
On the cart page, scroll down your screen and you'll see AMD product description. Click on the Order Now button. Direct link is [https://endor.freeswitch.com/cart.php?a=confproduct&i=1](https://endor.freeswitch.com/cart.php?a=confproduct&i=1)
44
-
45
-

32
+
## Compatability
46
33
47
-
On the next screen you need to type how many licenses you need. A license is needed for each created channel that you need to activate the detection. If you have 5 simultaneous calls and want to detect who's answering you'll need 5 ports/channels. Click on Add to Cart after selecting the number of licenses.
34
+
Please note that mod_com_amd is compatable with Debian11+
48
35
49
-

36
+
## Getting Licenses
50
37
51
-
If you need to activate licenses for different servers you need to buy them separately. For example, if you need 5 licenses to server A and more 10 to server B, add 5 licenses to the cart and then add 10 more again, you'll receive two activation codes, one for each server.
38
+
All FreeSWITCH™purchases must be done through our billing system. Go to [https://licensing.freeswitch.com/](https://licensing.freeswitch.com/).
52
39
53
40
54
-
Now you can proceed to payment, and the end of the page there's a Complete Order button. The payment method is PayPal, if you don't have paypal account please proceed to [PayPal's registration page](https://www.paypal.com/webapps/setup-paypal-account/onboarding?execution=e1s1) and follow the instructions.
55
41
56
-

57
42
58
-
After the payment, PayPal will notify FreeSWITCH™ billing system about the new payment and the license(s) will be sent to your email. This process takes a few minutes, if you do not receive the email in a few minutes please contact us at [consulting@freeswitch.org](mailto:consulting@freeswitch.org) or at #freeswitch at irc.freenode.net. For more information on how to contact us please visit [IRC](../Community/IRC_1970341.mdx#pb) page.
59
43
60
44
## Installing
61
45
62
46
63
-
#### Updated Instructions for FreeSWITCH 1.8
47
+
#### Updated Instructions for FreeSWITCH 1.10.x
64
48
65
49
Install the package
66
50
@@ -241,52 +225,6 @@ INCORRECT USAGE ESL: without the parens
We have packaged our commercial modules into a single installer, All products currently offered (mod\_com\_amd, mod\_com\_g729, mod\_com\_g719, mod\_com\_g728) are all installed and take up very little space.
This will guide you thru some installation steps. We try to detect the most common places your FreeSWITCH™ installation may be located, If we can't detect it then we will prompt for information about where your FreeSWITCH™ is installed. You can optionally you can provide the data as arguments to the fs-latest-installer binary:
Once you accept the EULA, you'll see output similar to this:
267
-
268
-
**Installing**
269
-
270
-
```xml
271
-
Thank You!
272
-
Running Installer
273
-
Stopping license server
274
-
Installing new license server
275
-
Installing new FreeSWITCH module
276
-
Installing activation utility
277
-
Creating license directory
278
-
Running ldconfig...
279
-
Cleaning up...
280
-
281
-
Now you can activate your product license(s) by running /usr/local/freeswitch/bin/validator
282
-
283
-
Thank you
284
-
285
-
Done.
286
-
```
287
-
288
-
Once complete you'll need to activate your licenses using the validator outlined in the installation completion/thank you message. You'll use the same validator application for any of our commercial products that are available from our online store.
289
-
290
228
Once you start the validator you'll see output similar to this:
0 commit comments