[asterisk-commits] mnicholson: branch 1.4 r233392 - /branches/1.4/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 7 10:11:19 CST 2009


Author: mnicholson
Date: Mon Dec  7 10:11:16 2009
New Revision: 233392

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233392
Log:
Allow SDP packets with only video session information.

(closes issue #16387)
Reported by: zalex1953
Tested by: mnicholson, zalex1953


Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=233392&r1=233391&r2=233392
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Dec  7 10:11:16 2009
@@ -5570,7 +5570,7 @@
 	}
 
 	/* Sanity checks */
-	if (!hp) {
+	if (!hp && !vhp) {
 		ast_log(LOG_WARNING, "Insufficient information in SDP (c=)...\n");
 		return -1;
 	}




More information about the asterisk-commits mailing list