/[smecontribs]/rpms/smeserver-freepbx/contribs10/smeserver-freepbx-13.bz9702.udpports.patch
ViewVC logotype

Contents of /rpms/smeserver-freepbx/contribs10/smeserver-freepbx-13.bz9702.udpports.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Mar 28 03:56:00 2022 UTC (2 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
14

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-06-13 08:03:08.000000000 -0400
3 +++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/defaults/freepbx/UDPPorts 2016-07-26 12:10:07.034000000 -0400
4 @@ -1 +1 @@
5 -5060,5061,5160,5161,4569,1000-2000
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-06-13 08:03:08.000000000 -0400
9 +++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/migrate/freepbx 2016-07-26 12:20:56.495000000 -0400
10 @@ -29,10 +29,14 @@
11 $UDPPorts = "$UDPPorts,5161";
12 $freepbx->set_prop('UDPPorts',$UDPPorts);
13 }
14 -unless ('1000-2000' ~~ @UDPlist){
15 - $UDPPorts = "$UDPPorts,1000-2000";
16 +unless ('10000-20000' ~~ @UDPlist){
17 + $UDPPorts = "$UDPPorts,10000-20000";
18 $freepbx->set_prop('UDPPorts',$UDPPorts);
19 }
20 +if ('1000-2000' ~~ @UDPlist){
21 + $UDPPorts =~ s/,1000-2000//;
22 + $freepbx->set_prop('UDPPorts',$UDPPorts);
23 +}
24
25 }
26

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed