git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-12-13 02:43:49 +00:00
parent d8786f35fd
commit 675dbb435e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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