]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_config_wizard: Add 2 new parameters to help with proxy config
authorGeorge Joseph <gjoseph@digium.com>
Tue, 28 Mar 2017 18:10:32 +0000 (12:10 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 28 Mar 2017 21:44:07 +0000 (15:44 -0600)
commita827892ff77cd37912b528d9c45b446be091bbc0
treeaa94fa9ab131412f614a8ba56805d74ce755abfd
parent39fff2ebf9356eaceac6aa0c783a8616cc3b9491
res_pjsip_config_wizard: Add 2 new parameters to help with proxy config

Two new parameters have been added to the pjsip config wizard.

 * Setting 'sends_line_with_registrations' to true will cause the wizard
   to skip the creation of an identify object to match incoming request
   to the endpoint and instead add the line and endpoint parameters to
   the outbound registration object.

 * Setting 'outbound_proxy' is a shortcut for adding individual
   endpoint/outbound_proxy, aor/outbound_proxy and
   registration/outbound_proxy parameters.

Change-Id: I678e5f80765734c056620528a6d40d82736ceeb0
CHANGES
configs/samples/pjsip_wizard.conf.sample
res/res_pjsip_config_wizard.c