]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core_local: Local calls are always secure.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 27 Apr 2020 15:28:01 +0000 (17:28 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 29 Apr 2020 18:06:19 +0000 (13:06 -0500)
commit96ca431b581f13b38262fa7bf2f92a7f59e29263
tree1c8f7cbe13843380ad862dbd9e546f815646964e
parentfa2b05a9e07dfbb8f76d28e9b6726e6405152b62
core_local: Local calls are always secure.

In a Dialplan, the channel drivers 'chan_sip' and 'chan_iax2' support
the channel items 'secure_bridge_media' and 'secure_bridge_signaling'.
That way, a channel can be forced to use encryption even if not
specified in its configuration.

However, when the Local Proxy kicks in, for example, in case of a
forwarding (SIP status 302), Local Proxy stated it does not know those
items. Consequently, such a call could not be proxied how clever your
Dialplan was. Because local calls within Asterisk are always secure,
Local Proxy accepts such a request now.

ASTERISK-22920

Change-Id: I4c143bb70f686790953cc04c5a4b810bbb03636c
main/core_local.c