summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-09 21:03:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-09 21:03:02 +0000
commita47f5d2f0ba3b4fdfc4dcd980db2018fd5ad5c08 (patch)
tree22dbea2298f777dfe726360ba4392206f7e51b44 /usr/local/www/wizards
parent2b32e69c13a217521b2cf093ac101920b978f28e (diff)
downloadpfsense-a47f5d2f0ba3b4fdfc4dcd980db2018fd5ad5c08.zip
pfsense-a47f5d2f0ba3b4fdfc4dcd980db2018fd5ad5c08.tar.gz
Add a large port range to * until we can get a conrete idea of which ports it uses.
Diffstat (limited to 'usr/local/www/wizards')
-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 0a024e6..a00036d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -390,8 +390,10 @@
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both');
/* asterisk server / same as vonage somewhat */
- if( $_POST['provider'] == "Asterisk")
+ if( $_POST['provider'] == "Asterisk") {
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both');
+ $voiplist[] = array('Vonage','udp','10000-17226','10000-17226','both');
+ }
/* VoicePulse server */
if( $_POST['provider'] == "VoicePulse") {
OpenPOWER on IntegriCloud