[asterisk-commits] branch oej/sdpcleanup r29763 -
/team/oej/sdpcleanup/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 23 11:05:16 MST 2006
Author: oej
Date: Tue May 23 13:05:15 2006
New Revision: 29763
URL: http://svn.digium.com/view/asterisk?rev=29763&view=rev
Log:
Update
Modified:
team/oej/sdpcleanup/channels/chan_sip.c
Modified: team/oej/sdpcleanup/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/sdpcleanup/channels/chan_sip.c?rev=29763&r1=29762&r2=29763&view=diff
==============================================================================
--- team/oej/sdpcleanup/channels/chan_sip.c (original)
+++ team/oej/sdpcleanup/channels/chan_sip.c Tue May 23 13:05:15 2006
@@ -10234,7 +10234,7 @@
if (!ast_test_flag(req, SIP_PKT_IGNORE))
sip_cancel_destroy(p);
p->authtries = 0;
- if (find_sdp(req))
+ if (find_sdp(req)) {
if ((res = process_sdp(p, req)) && !ast_test_flag(req, SIP_PKT_IGNORE))
if (!reinvite)
/* This 200 OK's SDP is not acceptable, so we need to ack, then hangup */
More information about the asterisk-commits
mailing list