From b237bcda3a5918703b81ec7b6b84700d15639d38 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 9 Jun 2005 18:05:28 +0000 Subject: Add VoicePulse providers backend code. It uses ports 16384-16482 UDP --- usr/local/www/wizards/traffic_shaper_wizard.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/local/www') 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[] */ -- cgit v1.1