...
OK, but WAIT, we are not done! Now we have to activate the licenses in sipx media server and restart media server. We also need to look inĀ /etc/sipxpbx/freeswitch/modules.conf.xml.vm and edit the section "Cedec Interfaces" to say:
Code Block |
---|
\#if(${codecG729})
<load module="mod_com_g729"/>
\#else
<\!--< load module="mod_g729"/> \-->
\#end
\#if(${codecG729})
<load module="mod_com_g729"/>
\#else
<\!--< load module="mod_g729"/> \-->
\#end
|