more cleanup...

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1840 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent a793c6dc74
commit 50c8c03298

@ -48,12 +48,6 @@
#include "AmConfigReader.h"
#include "AmSipDispatcher.h"
#ifndef MOD_NAME
#define MOD_NAME "sipctrl"
#endif
string SipCtrlInterface::outbound_host = "";
unsigned int SipCtrlInterface::outbound_port = 0;
bool SipCtrlInterface::accept_fr_without_totag = false;
int SipCtrlInterface::log_raw_messages = 3;
bool SipCtrlInterface::log_parsed_messages = true;
@ -71,10 +65,6 @@ int SipCtrlInterface::load()
ERROR("invalid outbound_proxy specified\n");
return -1;
}
outbound_host = c2stlstr(parsed_uri.host);
if (parsed_uri.port) {
outbound_port = parsed_uri.port;
}
}
AmConfigReader cfg;

Loading…
Cancel
Save