summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-09 18:05:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-09 18:05:28 +0000
commitb237bcda3a5918703b81ec7b6b84700d15639d38 (patch)
tree35075f21b50429058a0249096b0358f0f29faea2 /usr/local/www/wizards
parent33ef3f7c16a0257eb3fdb4f9160ba649ca1b1f98 (diff)
downloadpfsense-b237bcda3a5918703b81ec7b6b84700d15639d38.zip
pfsense-b237bcda3a5918703b81ec7b6b84700d15639d38.tar.gz
Add VoicePulse providers backend code. It uses ports 16384-16482 UDP
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 7d041fe..21d414f 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -392,6 +392,10 @@
/* asterisk server / same as vonage somewhat */
if( $_POST['provider'] == "Asterisk")
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both');
+
+ /* VoicePulse server */
+ if( $_POST['provider'] == "VoicePulse")
+ $voiplist[] = array('VoicePulse','udp','16384-16482','16384-16482','both');
/* Set up/down games as higher weight */
/* loop through voiplist[] */
OpenPOWER on IntegriCloud