[Asterisk-code-review] chan pjsip: Multidomain endpoint finding on call (asterisk[13])

Norbert Varga asteriskteam at digium.com
Tue Jan 31 11:27:20 CST 2017


Hello Anonymous Coward #1000019, Joshua Colp,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/4719

to look at the new patch set (#3).

Change subject: chan_pjsip: Multidomain endpoint finding on call
......................................................................

chan_pjsip: Multidomain endpoint finding on call

When PJSIP tries to call an endpoint with a domain (e.g. 1000 at test.com),
the user part is stripped down as it would be a trunk with a specified user,
and only the host part is called as a PJSIP endpoint and can't be found.
This is not correct in the case of a multidomain SIP account, so the stripping
after the @ sign is done only if the whole endpoint (in multidomain case
1000 at test.com) can't be found.

ASTERISK-26248

Change-Id: I3a2dd6f57f3bd042df46b961eccd81d31ab202e6
---
M channels/chan_pjsip.c
1 file changed, 47 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/19/4719/3
-- 
To view, visit https://gerrit.asterisk.org/4719
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3a2dd6f57f3bd042df46b961eccd81d31ab202e6
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Norbert Varga <vnorbix at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Norbert Varga <vnorbix at gmail.com>



More information about the asterisk-code-review mailing list