diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-03-25 15:29:12 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-03-25 15:29:12 +0100 |
commit | c203c3efaae924f420862ad8a243dc18d2c9e154 (patch) | |
tree | d89c0c7fe19ba578cf9a754f0ad88497cb21345e | |
parent | cce94a74aa5c9691f9b37cd9be5a6831f8063812 (diff) |
add dummy entry for G.729 activation
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index 3405bc9..5792e96 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -1234,6 +1234,9 @@ <load module="mod_spandsp"/> <load module="mod_snmp"/> <load module="mod_dingaling"/> + <!-- Uncomment the following line after running + 'gs-addon install fs-g729' --> + <!--<load module="mod_com_g729"/>--> </modules> </configuration> <configuration name="lua.conf" description="LUA Configuration"> |