diff options
author | L. Tosser <loic.tosser@aswat-telecom.com> | 2016-01-19 12:38:27 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 12:58:32 +0000 |
commit | 09022fe878d7e8536270386993bc4e4d9c038138 (patch) | |
tree | f8eb6209f49c06bb60eadcabd48398a316b4294e /main/freeswitch/modules.conf | |
parent | 34be128a47762c967c596f7c2f739fa27b861379 (diff) | |
download | aports-09022fe878d7e8536270386993bc4e4d9c038138.tar.bz2 aports-09022fe878d7e8536270386993bc4e4d9c038138.tar.xz |
main/freeswitch: upgrade to 1.6.6, remove patches & add modules
* Upgrade to Freeswtich 1.6.6
* Remove useless patches (integrated in Freeswitch 1.6.6)
* Add applications/mod_blacklist endpoints/mod_rtc endpoints/mod_skinny endpoints/mod_verto
* Add patch for mod_verto
Diffstat (limited to 'main/freeswitch/modules.conf')
-rw-r--r-- | main/freeswitch/modules.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 03e4555fb1..bb6c89c306 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -1,6 +1,6 @@ #applications/mod_abstraction #applications/mod_avmd -#applications/mod_blacklist +applications/mod_blacklist applications/mod_callcenter #applications/mod_cidlookup applications/mod_cluechoo @@ -78,10 +78,12 @@ endpoints/mod_dingaling endpoints/mod_loopback #endpoints/mod_opal endpoints/mod_portaudio +endpoints/mod_rtc endpoints/mod_rtmp -#endpoints/mod_skinny +endpoints/mod_skinny #endpoints/mod_skypopen endpoints/mod_sofia +endpoints/mod_verto event_handlers/mod_cdr_csv event_handlers/mod_json_cdr #event_handlers/mod_cdr_mongodb |