Module: sems Branch: peterlemenkov/1.4.3-fedora Commit: adff391d26ffe2bb5fcc5b3f0611b146925d9580 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=adff391d26ffe2bb5fcc5b3f0611b146925d9580
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Dec 29 17:02:49 2010 +0300 Don't start py_sems by default Signed-off-by: Peter Lemenkov <[email protected]> --- core/etc/sems.conf.cmake | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake index f36cb69..7276602 100644 --- a/core/etc/sems.conf.cmake +++ b/core/etc/sems.conf.cmake @@ -162,7 +162,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/ # This has only effect it load_plugins is not set. # # o precoded_announce: no precoded sample files present -exclude_plugins=precoded_announce;sw_prepaid_sip +exclude_plugins=precoded_announce;sw_prepaid_sip;py_sems # optional parameter: application # _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
