Index: channels/chan_sip.c
===================================================================
--- channels/chan_sip.c	(revision 397754)
+++ channels/chan_sip.c	(revision 397755)
@@ -28050,7 +28050,7 @@
 			p->invitestate = INV_TERMINATED;
 			p->pendinginvite = 0;
 			acked = __sip_ack(p, seqno, 1 /* response */, 0);
-			if (find_sdp(req)) {
+			if (p->owner && find_sdp(req)) {
 				if (process_sdp(p, req, SDP_T38_NONE)) {
 					return -1;
 				}

Property changes on: .
___________________________________________________________________
Modified: branch-11-merged
   - /branches/11:378038,378121,378287,378321,378409-378411,378459,378582,378687,378690,378934-379020,379513,379790,380465,380698,380869,380892,380894,380974,381306,381594,381613,381702,381737,382385,382390,382573,382617,383166,383840,383878,383973,383978,384003,388426,388816,396944
   + /branches/11:378038,378121,378287,378321,378409-378411,378459,378582,378687,378690,378934-379020,379513,379790,380465,380698,380869,380892,380894,380974,381306,381594,381613,381702,381737,382385,382390,382573,382617,383166,383840,383878,383973,383978,384003,388426,388816,396944,397712

