]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add number translation module
authorRaymond Chandler <intralanman@gmail.com>
Tue, 2 Apr 2013 01:00:26 +0000 (21:00 -0400)
committerTravis Cross <tc@traviscross.com>
Thu, 6 Jun 2013 19:15:17 +0000 (19:15 +0000)
commitf0853c6eca6a076397807fe9b6807fd1397752f6
treec0ffdc4555140b81c9c3a9d61ab29ef1d30f248c
parenta1723a1a2ea41ada8e89e171aff94f9429b3080f
add number translation module
build/modules.conf.in
conf/insideout/autoload_configs/modules.conf.xml
conf/insideout/autoload_configs/translate.conf.xml [new file with mode: 0644]
conf/sbc/autoload_configs/modules.conf.xml
conf/sbc/autoload_configs/translate.conf.xml [new file with mode: 0644]
conf/vanilla/autoload_configs/modules.conf.xml
conf/vanilla/autoload_configs/translate.conf.xml [new file with mode: 0644]
src/mod/applications/mod_translate/conf/autoload_configs/translate.conf.xml [new file with mode: 0644]
src/mod/applications/mod_translate/conf/dialplan/default/translate.xml [new file with mode: 0644]
src/mod/applications/mod_translate/mod_translate.c [new file with mode: 0644]