diff options
author | Phil Davis <phil.davis@inf.org> | 2015-01-28 00:02:26 +0545 |
---|---|---|
committer | Ermal LUÇI <eri@pfsense.org> | 2015-01-31 11:08:53 +0100 |
commit | b8150520dd5c980d48cff07441ade313776653a3 (patch) | |
tree | e7019f1f0ba88a729a0289b0ff8eaa326950ceb9 | |
parent | 41da54ce14d2d43a5ce9738bd80b73355fa26180 (diff) | |
download | pfsense-b8150520dd5c980d48cff07441ade313776653a3.zip pfsense-b8150520dd5c980d48cff07441ade313776653a3.tar.gz |
Traffic Shaper Wizard Upstream SIP Server
Not being remembered and actioned.
Bug #4314
-rwxr-xr-x | usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml | 3 | ||||
-rwxr-xr-x | usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml index 3775142..5eff89c 100755 --- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml @@ -121,7 +121,8 @@ </options> </field> <field> - <name>Upstream SIP Server</name> + <displayname>Upstream SIP Server</displayname> + <name>upstream_sip_server</name> <type>inputalias</type> <description>(Optional) If this is chosen, the provider field will be overridden. This allows you to provide the IP address of the <strong>remote</strong> PBX or SIP Trunk to prioritize. <br />NOTE: You can also use a Firewall Alias in this location.</description> <bindstofield>ezshaper->step3->address</bindstofield> diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml index 52e7f0d..028cf48 100755 --- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml @@ -129,7 +129,8 @@ </options> </field> <field> - <name>Upstream SIP Server</name> + <displayname>Upstream SIP Server</displayname> + <name>upstream_sip_server</name> <type>inputalias</type> <description>(Optional) If this is chosen, the provider field will be overridden. This allows you to provide the IP address of the <strong>remote</strong> PBX or SIP Trunk to prioritize. <br />NOTE: You can also use a Firewall Alias in this location.</description> <bindstofield>ezshaper->step3->address</bindstofield> |