summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 21d414f..3a964a3 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -394,8 +394,10 @@
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both');
/* VoicePulse server */
- if( $_POST['provider'] == "VoicePulse")
+ if( $_POST['provider'] == "VoicePulse") {
$voiplist[] = array('VoicePulse','udp','16384-16482','16384-16482','both');
+ $voiplist[] = array('VoicePulse','udp','4569','4569','both');
+ }
/* Set up/down games as higher weight */
/* loop through voiplist[] */
OpenPOWER on IntegriCloud