Module: sems Branch: master Commit: 8bcd9747c919a354b5fbdcf4911deb2820453be0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=8bcd9747c919a354b5fbdcf4911deb2820453be0
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Apr 1 12:41:43 2014 +0200 sample cfg:webconference as default application --- core/etc/sems.conf.sample | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index f01d043..397f57b 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -232,6 +232,7 @@ plugin_path=/usr/local/lib/sems/plug-in/ # # example for announcement with only g711 and ilbc codecs # load_plugins=wav;ilbc;announcement +load_plugins=wav;isac;l16;speex;g722;gsm;ilbc;webconference # optional parameter: exclude_plugins=<modules list> # @@ -274,7 +275,8 @@ exclude_plugins=precoded_announce;py_sems;db_reg_agent;cc_call_timer;cc_ctl;cc_p # application = $(mapping) # application = $(ruri.user) # application = $(ruri.param) -application = $(apphdr) +# application = $(apphdr) +application=webconference # parameter: plugin_config_path=<path> # _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
