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