removed obsolete user_prefix_separator

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent cbf59af49d
commit cc80ab78c6

@ -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"))){

@ -84,8 +84,6 @@ struct AmConfig
* bind to local IP, but advertise public IP. */
static string PublicIP;
/** Separator character for uri application prefix (ex: voicemail+jiri@iptel.org) */
static string PrefixSep;
/** Lowest local RTP port */
static int RtpLowPort;
/** Highest local RTP port */

Loading…
Cancel
Save