/[smecontribs]/rpms/smeserver-freepbx/contribs10/smeserver-freepbx-13.bz9918.defaultUDPports.patch
ViewVC logotype

Contents of /rpms/smeserver-freepbx/contribs10/smeserver-freepbx-13.bz9918.defaultUDPports.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:02 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/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";

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