summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-09 18:58:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-09 18:58:11 +0000
commitbcd2aa6af9242d10e56ef13f4a17177453ed92b2 (patch)
tree47441769c575874059f42f454c5b047c27d2a1f7
parentb237bcda3a5918703b81ec7b6b84700d15639d38 (diff)
downloadpfsense-bcd2aa6af9242d10e56ef13f4a17177453ed92b2.zip
pfsense-bcd2aa6af9242d10e56ef13f4a17177453ed92b2.tar.gz
For voicepulse users, add 4569 as a qos port as well
-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