]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
whoops
authorMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 02:43:49 +0000 (02:43 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 02:43:49 +0000 (02:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/default.xml
conf/sip_profiles/nat.xml
conf/sip_profiles/outbound.xml
src/mod/endpoints/mod_sofia/sofia.c

index 743e499c2dba9ce73bd6038b95ad750d180e90a2..242db981b6e88c9090dc85248532426652e05ee8 100644 (file)
@@ -16,7 +16,7 @@
   
   <settings>
     <param name="debug" value="0"/>
-    <!--<param name="sip_trace" value="yes"/>-->
+    <!--<param name="sip-trace" value="yes"/>-->
     sip_trace
     <param name="context" value="public"/>
     <param name="rfc2833-pt" value="101"/>
index 2dabcc524f612b46c9f31eb488bacfbe46e4361a..7e0d25dd4b08aacfa4f854f8a08ae2e7d98c5abf 100644 (file)
@@ -6,7 +6,7 @@
 
   <settings>
     <param name="debug" value="0"/>
-    <!--<param name="sip_trace" value="yes"/>-->
+    <!--<param name="sip-trace" value="yes"/>-->
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5070"/>
     <param name="dialplan" value="XML"/>
index 8c8edef5d4a38ae09faca20a5f1237e46093b012..f7798e2ed91280653427066e7bbe60d2967f9347 100644 (file)
@@ -11,7 +11,7 @@
 
   <settings>
     <param name="debug" value="0"/>
-    <!--<param name="sip_trace" value="yes"/>-->
+    <!--<param name="sip-trace" value="yes"/>-->
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5080"/>
     <param name="dialplan" value="XML"/>
index cd4ebd53535b96b9c63a6168cb4e48898c0e5eb0..c7e1bbbf2efc033f560a7e618541e43a79e87d90 100644 (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