]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration: Allow to use multiple proxies for registration
authorIgor Goncharovsky <igor.goncharovsky@gmail.com>
Fri, 9 Sep 2022 17:20:18 +0000 (23:20 +0600)
committerIgor Goncharovsky <igor.goncharovsky@gmail.com>
Fri, 28 Oct 2022 16:38:05 +0000 (11:38 -0500)
commit09af7e0acacec7df57ae00b7a40acf167ca7361a
tree6aa161d970f94867d0992087b332fd20892f5789
parent025dbcfd68f4c39c05f9ff7b0c2019516c72ee18
res_pjsip_outbound_registration: Allow to use multiple proxies for registration

Current registration code use pjsip_parse_uri to verify outbound_proxy
that is different from the reading this option for the endpoint. This
made value with multiple proxies invalid for registration pjsip settings.
Removing URI validation helps to use registration through multiple proxies.

ASTERISK-30217 #close

Change-Id: I064558e66f04b9f3260c46181812a01349761357
res/res_pjsip_outbound_registration.c