[svn-commits] oej: trunk r46365 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Oct 27 10:45:44 MST 2006


Author: oej
Date: Fri Oct 27 12:45:43 2006
New Revision: 46365

URL: http://svn.digium.com/view/asterisk?rev=46365&view=rev
Log:
Put this patch on hold pending further testing...

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=46365&r1=46364&r2=46365&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri Oct 27 12:45:43 2006
@@ -5569,6 +5569,7 @@
 			ast_log(LOG_DEBUG, "Strict routing enforced for session %s\n", p->callid);
 	}
 	
+#ifdef SKREP
 	/* Let's try to figure out the direction of this transaction within the dialog */
 	/* If we're sending an ACK, we DID send the INVITE - which means outbound.
 	   INVITE's are outbound transactions, always 
@@ -5576,6 +5577,7 @@
 	if (sipmethod == SIP_ACK || sipmethod == SIP_INVITE)
 		is_outbound = TRUE;
 	/* In other case's, let's follow the flow of the dialog */
+#endif
 
 	if (sipmethod == SIP_CANCEL)
 		c = p->initreq.rlPart2;	/* Use original URI */



More information about the svn-commits mailing list