From 675dbb435e5e48d3da308e7b8be5407550b74d3f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 13 Dec 2007 02:43:49 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/sip_profiles/default.xml | 2 +- conf/sip_profiles/nat.xml | 2 +- conf/sip_profiles/outbound.xml | 2 +- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/sip_profiles/default.xml b/conf/sip_profiles/default.xml index 743e499c2d..242db981b6 100644 --- a/conf/sip_profiles/default.xml +++ b/conf/sip_profiles/default.xml @@ -16,7 +16,7 @@ - + sip_trace diff --git a/conf/sip_profiles/nat.xml b/conf/sip_profiles/nat.xml index 2dabcc524f..7e0d25dd4b 100644 --- a/conf/sip_profiles/nat.xml +++ b/conf/sip_profiles/nat.xml @@ -6,7 +6,7 @@ - + diff --git a/conf/sip_profiles/outbound.xml b/conf/sip_profiles/outbound.xml index 8c8edef5d4..f7798e2ed9 100644 --- a/conf/sip_profiles/outbound.xml +++ b/conf/sip_profiles/outbound.xml @@ -11,7 +11,7 @@ - + diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index cd4ebd5353..c7e1bbbf2e 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -827,7 +827,7 @@ switch_status_t config_sofia(int reload, char *profile_name) profile->debug = atoi(val); } else if (!strcasecmp(var, "use-rtp-timer") && switch_true(val)) { switch_set_flag(profile, TFLAG_TIMER); - } else if (!strcasecmp(var, "sip_trace") && switch_true(val)) { + } else if (!strcasecmp(var, "sip-trace") && switch_true(val)) { switch_set_flag(profile, TFLAG_TPORT_LOG); } else if (!strcasecmp(var, "odbc-dsn") && !switch_strlen_zero(val)) { #ifdef SWITCH_HAVE_ODBC