Module: sems Branch: master Commit: 304e653b2f74e97e5676a5e3caa8d5814c971858 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=304e653b2f74e97e5676a5e3caa8d5814c971858
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Sat Mar 17 14:32:47 2012 +0100 b/f: fix exclude_payloads config parameter. --- core/AmConfig.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmConfig.cpp b/core/AmConfig.cpp index 6f0dbb2..15d605a 100644 --- a/core/AmConfig.cpp +++ b/core/AmConfig.cpp @@ -356,7 +356,7 @@ int AmConfig::readConfiguration() ExcludePlugins = cfg.getParameter("exclude_plugins"); // exclude_plugins - if (cfg.hasParameter("exclude_payload")) + if (cfg.hasParameter("exclude_payloads")) ExcludePayloads = cfg.getParameter("exclude_payloads"); // user_agent _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
