Revision a47f5d2f
Added by Scott Ullrich about 20 years ago
usr/local/www/wizards/traffic_shaper_wizard.xml | ||
---|---|---|
390 | 390 |
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both'); |
391 | 391 |
|
392 | 392 |
/* asterisk server / same as vonage somewhat */ |
393 |
if( $_POST['provider'] == "Asterisk") |
|
393 |
if( $_POST['provider'] == "Asterisk") {
|
|
394 | 394 |
$voiplist[] = array('Vonage','udp','5060-5069','5060-5069','both'); |
395 |
$voiplist[] = array('Vonage','udp','10000-17226','10000-17226','both'); |
|
396 |
} |
|
395 | 397 |
|
396 | 398 |
/* VoicePulse server */ |
397 | 399 |
if( $_POST['provider'] == "VoicePulse") { |
Also available in: Unified diff
Add a large port range to * until we can get a conrete idea of which ports it uses.