From 50c8c032984f6511c87e60b7066856c469c96660 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 27 Apr 2010 09:54:54 +0000 Subject: [PATCH] more cleanup... git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1840 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/SipCtrlInterface.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/SipCtrlInterface.cpp b/core/SipCtrlInterface.cpp index fb9660bb..0cc13a61 100644 --- a/core/SipCtrlInterface.cpp +++ b/core/SipCtrlInterface.cpp @@ -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;