[asterisk-bugs] [JIRA] (ASTERISK-30217) Registration do not allow multiple proxies
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Dec 15 07:04:04 CST 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-30217:
-------------------------------------
Target Release Version/s: 19.8.0
> Registration do not allow multiple proxies
> ------------------------------------------
>
> Key: ASTERISK-30217
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30217
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip_outbound_registration
> Affects Versions: 16.27.0, 18.13.0, 19.6.0
> Reporter: Igor Goncharovsky
> Assignee: Igor Goncharovsky
> Severity: Major
> Labels: patch
> Target Release: 16.30.0, 19.8.0
>
> Attachments: asterisk_pjsip_proxy.v1.diff
>
>
> chan_pjsip make you able to specify proxy chain for the endpoints in the format supported by pjsip:
> outbound_proxy=<sip:192.168.2.7:7000\;lr>,<sip:172.12.27.1:5060\;lr>
> But when outbound_proxy specified for the registration, this wouldn't work because of pjsip_parse_uri would not able to pare such value giving following error:
> res_pjsip_outbound_registration.c: Invalid outbound proxy URI '<sip:192.168.2.7:7000;lr>,<sip:172.12.27.1:5060;lr>' specified on outbound registration 'VATS'
> With a simple pathch that remove uri parsing test on cofiguration load REGISTER to the proxy sent fine.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list