]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session.c: End call on initial invalid SDP negotiation. 29/3129/1
authorRichard Mudgett <rmudgett@digium.com>
Mon, 27 Jun 2016 22:19:08 +0000 (17:19 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 30 Jun 2016 17:27:20 +0000 (12:27 -0500)
commit5fabcf2ca1d66ce6dbaac26eb3f0cf619e539454
treea57ff3044caf63147e6fe9d31cc08590c5db862c
parent38a4e983dcf0d83006be1c50982fd62fdc6ea1a3
res_pjsip_session.c: End call on initial invalid SDP negotiation.

When an incoming call defers SDP negotiation and then sends us an invalid
SDP in the ACK, we need to send a BYE to disconnect the call.  In this
case SDP negotiation has failed and we don't have valid media streams
negotiated.

ASTERISK-25772

Change-Id: Ia358516b0fc1e6c4c139b78246f10b9da7a2dfb8
res/res_pjsip_session.c