]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config: Improve documentation and behavior of outbound_proxy option. 84/5084/1
authorJoshua Colp <jcolp@digium.com>
Fri, 24 Feb 2017 17:49:59 +0000 (17:49 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 24 Feb 2017 20:05:08 +0000 (14:05 -0600)
commit9c01a04261f5599c6ee492800e37f484c8ea3533
treeb645d4d8d26b11eacd99e7311efd03974e1d2dfc
parent9b59326d81906f6d19cd4de5a41ed879ec84fb53
config: Improve documentation and behavior of outbound_proxy option.

This change updates the documentation for the outbound_proxy option
to ensure it is consistently stated that a full SIP URI must be
provided for the option.

The res_pjsip_outbound_registration module has also been changed so
that the provided outbound_proxy value is checked to ensure it is a
URI and if not an error is output stating so.

ASTERISK-26782

Change-Id: I6c239a32274846fd44e65b44ad9bf6373479b593
configs/samples/pjsip.conf.sample
res/res_pjsip.c
res/res_pjsip_outbound_publish.c
res/res_pjsip_outbound_registration.c