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 --- smeserver-freepbx-13.old/root/etc/e-smith/db/configuration/migrate/freepbx 2017-01-09 16:50:09.399000000 -0500 +++ smeserver-freepbx-13/root/etc/e-smith/db/configuration/migrate/freepbx 2017-01-09 18:21:10.759000000 -0500 @@ -15,7 +15,7 @@ $fop->delete if $fop; # with freepbx 13, we have a new port -my $UDPPorts = $freepbx->prop('UDPPorts') || '5060,5061,4569'; +my $UDPPorts = $freepbx->prop('UDPPorts') || '5060,5061,5160,5161,4569,10000:20000'; my @UDPlist= split(',',$UDPPorts); unless ('5061' ~~ @UDPlist){ $UDPPorts = "$UDPPorts,5061";