[packages]: net/freeswitch: Added initial uci configuration capability.
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 7 Jul 2010 11:18:11 +0000 (11:18 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 7 Jul 2010 11:18:11 +0000 (11:18 +0000)
commit12a8a6f381ebf17bdcadf97157be62d13f8a5ebe
tree9b35dd4b27672ee563537d31fe4af1769561a259
parentb58ccc42eb6d66a2188a061ee9e7a7fb1acb5d87
[packages]: net/freeswitch: Added initial uci configuration capability.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22084 3c298f89-4303-0410-b956-a3cf2f4a3e73
39 files changed:
net/freeswitch/Makefile
net/freeswitch/files/etc.uci/autoload_configs/acl.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/console.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/event_socket.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/local_stream.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/lua.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/modules.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/post_load_modules.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/sofia.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/switch.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/syslog.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/autoload_configs/timezones.conf.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/dialplan/default.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/dialplan/default/PLACEHOLDER [new file with mode: 0644]
net/freeswitch/files/etc.uci/dialplan/public.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/dialplan/public/PLACEHOLDER [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/1000.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/1001.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/1002.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/1003.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/1004.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/directory/default/default.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/freeswitch.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/fur_elise.ttml [new file with mode: 0644]
net/freeswitch/files/etc.uci/mime.types [new file with mode: 0644]
net/freeswitch/files/etc.uci/sip_profiles/external.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/sip_profiles/external/example.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/sip_profiles/internal.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/sip_profiles/internal/example.xml [new file with mode: 0644]
net/freeswitch/files/etc.uci/tetris.ttml [new file with mode: 0644]
net/freeswitch/files/etc.uci/tones.conf [new file with mode: 0644]
net/freeswitch/files/etc.uci/vars.xml [new file with mode: 0644]
net/freeswitch/files/freeswitch.config
net/freeswitch/files/freeswitch.init
net/freeswitch/files/uci/line_mod.sh [new file with mode: 0644]
net/freeswitch/files/uci/param_from_config.sh [new file with mode: 0644]
net/freeswitch/files/uci/profiles.sh [new file with mode: 0644]
net/freeswitch/files/uci/update_xml.sh [new file with mode: 0644]