1 |
jpp |
1.1 |
diff -Nur smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/migrate/freepbx smeserver-freepbx-13/root/etc/e-smith/db/configuration/migrate/freepbx |
2 |
|
|
--- smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/migrate/freepbx 2017-01-09 16:50:09.399000000 -0500 |
3 |
|
|
+++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/migrate/freepbx 2017-01-09 18:21:10.759000000 -0500 |
4 |
|
|
@@ -15,7 +15,7 @@ |
5 |
|
|
$fop->delete if $fop; |
6 |
|
|
|
7 |
|
|
# with freepbx 13, we have a new port |
8 |
|
|
-my $UDPPorts = $freepbx->prop('UDPPorts') || '5060,5061,4569'; |
9 |
|
|
+my $UDPPorts = $freepbx->prop('UDPPorts') || '5060,5061,5160,5161,4569,10000:20000'; |
10 |
|
|
my @UDPlist= split(',',$UDPPorts); |
11 |
|
|
unless ('5061' ~~ @UDPlist){ |
12 |
|
|
$UDPPorts = "$UDPPorts,5061"; |