diff options
author | spag <spag@golwen.net> | 2013-01-27 10:17:21 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-27 10:17:21 +0100 |
commit | 45af07cb093eb0202967cf0d0fc058ca58f0b782 (patch) | |
tree | 703c3e8ec3dbe3d5e3dcefe8c7eda817e89f19ff /misc/freeswitch/conf | |
parent | e5fa1fc32609426693b43a4e8b6208867371d30e (diff) |
added gateway technology
Diffstat (limited to 'misc/freeswitch/conf')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index 33a743e..fd6ab67 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -634,6 +634,7 @@ <load module="mod_say_en"/> <load module="mod_spandsp"/> <load module="mod_snmp"/> + <load module="mod_dingaling"/> </modules> </configuration> <configuration name="lua.conf" description="LUA Configuration"> |