summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-24 22:55:24 +0000
committerBill Marquette <billm@pfsense.org>2005-09-24 22:55:24 +0000
commit8818bb37442a9465ad9c6eeaf5814a2990f53276 (patch)
tree60578c98ea789fdd0801db2d8b29bb82e61820d9
parentea22a5cabb1d6a655f3505e1ce4df0231966dd70 (diff)
downloadpfsense-8818bb37442a9465ad9c6eeaf5814a2990f53276.zip
pfsense-8818bb37442a9465ad9c6eeaf5814a2990f53276.tar.gz
propagate from branch 'org.pfsense.cvs.pfsense.pfSense.billm.traffic-shaper' (head bd86a5c477b102c747f128b45276b92f44c74638)
to branch 'org.pfsense.cvs.pfsense.pfSense' (head d12d2ed5660d526c5a958cd2efc9e7f0656750c5) Fix up Asterisk ports
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index c648e66..26b9c9b 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -427,8 +427,11 @@
/* asterisk server / same as vonage somewhat */
if( $_POST['provider'] == "Asterisk") {
- $voiplist[] = array('Asterisk', 'udp', '5060', '5069', 'both');
- $voiplist[] = array('Asterisk', 'udp', '10000', '17226', 'both');
+ $voiplist[] = array('Asterisk MGCP', 'udp', '2727', '2727', 'both');
+ $voiplist[] = array('Asterisk IAX', 'udp', '4569', '4569', 'both');
+ $voiplist[] = array('Asterisk IAX-2', 'udp', '5036', '5036', 'both');
+ $voiplist[] = array('Asterisk RTP', 'udp', '5060', '5069', 'both');
+ $voiplist[] = array('Asterisk SIP', 'udp', '10000', '20000', 'both');
}
/* VoicePulse server */
OpenPOWER on IntegriCloud