1 |
jpp |
1.1 |
diff -Nur smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/defaults/freepbx/UDPPorts smeserver-freepbx-13/root/etc/e-smith/db/configuration/defaults/freepbx/UDPPorts |
2 |
|
|
--- smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/defaults/freepbx/UDPPorts 2016-10-23 22:58:01.496000000 -0400 |
3 |
|
|
+++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/defaults/freepbx/UDPPorts 2016-10-23 23:20:19.598000000 -0400 |
4 |
|
|
@@ -1 +1 @@ |
5 |
|
|
-5060,5061,5160,5161,4569,10000-20000 |
6 |
|
|
+5060,5061,5160,5161,4569,10000:20000 |
7 |
|
|
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 |
8 |
|
|
--- smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/migrate/freepbx 2016-10-23 22:58:01.496000000 -0400 |
9 |
|
|
+++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/migrate/freepbx 2016-10-23 23:27:41.741000000 -0400 |
10 |
|
|
@@ -29,13 +29,14 @@ |
11 |
|
|
$UDPPorts = "$UDPPorts,5161"; |
12 |
|
|
$freepbx->set_prop('UDPPorts',$UDPPorts); |
13 |
|
|
} |
14 |
|
|
-unless ('10000-20000' ~~ @UDPlist){ |
15 |
|
|
- $UDPPorts = "$UDPPorts,10000-20000"; |
16 |
|
|
+if ('10000-20000' ~~ @UDPlist){ |
17 |
|
|
+ $UDPPorts =~ s/,10000-20000//; |
18 |
|
|
+ $UDPPorts = "$UDPPorts,10000:20000"; |
19 |
|
|
$freepbx->set_prop('UDPPorts',$UDPPorts); |
20 |
|
|
} |
21 |
|
|
if ('1000-2000' ~~ @UDPlist){ |
22 |
|
|
$UDPPorts =~ s/,1000-2000//; |
23 |
|
|
- $freepbx->set_prop('UDPPorts',$UDPPorts); |
24 |
|
|
+ $freepbx->set_prop('UDPPorts',$UDPPorts); |
25 |
|
|
} |
26 |
|
|
|
27 |
|
|
} |