]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Access SIPDOMAIN via Dialplan. 52/4652/2
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 22 Dec 2016 15:13:46 +0000 (16:13 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Wed, 4 Jan 2017 13:13:12 +0000 (07:13 -0600)
commitf0eb3214e6cde4035c39891fe6bc65041c701803
treece4083b2d2e62957db3599fdf99bb2a2d98bcc15
parent4ecc3de00e4105d1f2a2cd1344023988a61268ae
res_pjsip_session: Access SIPDOMAIN via Dialplan.

This feature was available in the SIP channel driver chan_sip. For example,
Asterisk is the outbound proxy and has to handle all SIP-URIs, even domains not
local to Asterisk. In that case, SIPDOMAIN is used in the Dialplan, to detect
and dial remote SIP-URIs. This change here sets the SIP destination domain of
an inbound call (SIPDOMAIN) in the SIP channel driver res_pjsip as well.

ASTERISK-26670 #close

Change-Id: I27c880dc404a3c1c6792e1ba3545475339577243
res/res_pjsip_session.c