From e84a01e6d8af836ea4e75e1c1e42df4209b3c319 Mon Sep 17 00:00:00 2001 From: mpmc Date: Wed, 5 Jul 2023 10:11:20 +0100 Subject: [PATCH] ast: mob - change ports --- asterisk/conf/mobile/pjsip.conf | 2 +- asterisk/conf/mobile/rtp.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asterisk/conf/mobile/pjsip.conf b/asterisk/conf/mobile/pjsip.conf index 02805e5..702379f 100644 --- a/asterisk/conf/mobile/pjsip.conf +++ b/asterisk/conf/mobile/pjsip.conf @@ -13,7 +13,7 @@ endpoint_identifier_order = ip,username,anonymous ; Basic UDP Transport. [ipv4-udp] type = transport -bind = 0.0.0.0:65534 +bind = 0.0.0.0:25000 protocol = udp local_net = 172.16.0.0/12 local_net = 192.168.0.0/16 diff --git a/asterisk/conf/mobile/rtp.conf b/asterisk/conf/mobile/rtp.conf index 51addcb..c252630 100644 --- a/asterisk/conf/mobile/rtp.conf +++ b/asterisk/conf/mobile/rtp.conf @@ -4,5 +4,5 @@ ; Inspired by/Stolen from https://www.sacredheartsc.com/blog/building-a-personal-voip-system/ ; [general] -rtpstart = 62535 -rtpend = 65533 +rtpstart = 25010 +rtpend = 25600