...
usr/local/freeswitch/bin/validator
Enter the sales code you received from Freeswitch, licenses.zip file will be generated in the current directory. Unzip this file into /etc/freeswitch/
After unzip there will be xxxxxxxxxxxxxxxx.conf in the /etc/freeswitch
Freeswitch Configuration
Disable the existing "mod_g729" by editing /etc/sipxpbx/freeswitch/conf/modules.conf.xml.vm and add the "mod_com_g729":
Code Block | ||
---|---|---|
| ||
<!‐‐ <load module="mod_g729"/> ‐‐>
<load module="mod_com_g729"/> |
Sipxconfig should detect this module and add G.729 codec as default to the following:
...