mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a large port range to * until we can get a conrete idea of which ports it uses.
This commit is contained in:
parent
2b32e69c13
commit
a47f5d2f0b
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user