Module: sems Branch: master Commit: cc80ab78c64c8225c38e668e91b4d506749a8d9b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=cc80ab78c64c8225c38e668e91b4d506749a8d9b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Sep 22 15:32:13 2010 +0200 removed obsolete user_prefix_separator --- core/AmConfig.cpp | 4 ---- core/AmConfig.h | 2 -- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/core/AmConfig.cpp b/core/AmConfig.cpp index a966f5f..8362196 100644 --- a/core/AmConfig.cpp +++ b/core/AmConfig.cpp @@ -62,7 +62,6 @@ unsigned int AmConfig::MaxShutdownTime = DEFAULT_MAX_SHUTDOWN_TIME; string AmConfig::LocalIP = ""; string AmConfig::PublicIP = ""; -string AmConfig::PrefixSep = PREFIX_SEPARATOR; int AmConfig::RtpLowPort = RTP_LOWPORT; int AmConfig::RtpHighPort = RTP_HIGHPORT; int AmConfig::SessionProcessorThreads = NUM_SESSION_PROCESSORS; @@ -421,9 +420,6 @@ int AmConfig::readConfiguration() MaxShutdownTime = cfg.getParameterInt("max_shutdown_time", DEFAULT_MAX_SHUTDOWN_TIME); - // user_prefix_separator - PrefixSep = cfg.getParameter("user_prefix_separator",PrefixSep); - // rtp_low_port if(cfg.hasParameter("rtp_low_port")){ if(!setRtpLowPort(cfg.getParameter("rtp_low_port"))){ diff --git a/core/AmConfig.h b/core/AmConfig.h index 623a826..c6b1ee8 100644 --- a/core/AmConfig.h +++ b/core/AmConfig.h @@ -84,8 +84,6 @@ struct AmConfig * bind to local IP, but advertise public IP. */ static string PublicIP; - /** Separator character for uri application prefix (ex: [email protected]) */ - static string PrefixSep; /** Lowest local RTP port */ static int RtpLowPort; /** Highest local RTP port */ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
