]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 31 Oct 2022 16:43:24 +0000 (11:43 -0500)
commit628551bb140a9333ec55be436c6380490fe9cf16
treeda5b1b248129aa8984ba56d393d8fc2ce4587cf0
parent2e75f2c84554df1a954dabef63d3e5ada04f6262
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