]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel: No hung-up on failing security requirements. 28/3728/2
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 26 Aug 2016 13:41:16 +0000 (15:41 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 26 Aug 2016 14:39:49 +0000 (09:39 -0500)
commit3cf76eaf45b2af807a1522e51a34591455181ad0
tree3d679918a06f1b4dbfc86d2d71df52f3b4532306
parentda3057f3ad6e568ffc27529a2a0f94dfe38cf302
channel: No hung-up on failing security requirements.

In your Diaplan, if you specify
 same => n,Set(CHANNEL(secure_bridge_media)=1)
 same => n,Set(CHANNEL(secure_bridge_signaling)=1)
only the SIP channel driver chan_sip supports this. All other channels drivers
like res_pjsip fail. In case of failure, the original sRTP source code released
the whole channel, even if not hung-up, yet. This change does not release the
channel but instead hangs-up the channel.

ASTERISK-26306

Change-Id: I0489f0cb660fab6673b0db8af027d116e70a66db
main/channel.c