]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config: Improve documentation and behavior of outbound_proxy option. 83/5083/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 17:49:59 +0000 (17:49 +0000)
commitd49af061bc689c1b9d9539c05619fa02380c060d
tree7ed46a997eeb2435ed63529b3ea4d9232961e2d1
parentda0cadd100a136038827f3be706372cd16134dcd
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