From 3ec9cdaba15c10b3b5e690435c6af21876ce110b Mon Sep 17 00:00:00 2001 From: emak Date: Mon, 1 Aug 2022 10:38:35 -0400 Subject: [PATCH] Update deprecated sip profile params (#6445) * Update deprecated sip profile params Parameter names have changed. See here: https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files When starting a profile, the following warnings would appear: [WARNING] sofia.c:5332 rtp-hold-timeout-sec deprecated use media_hold_timeout variable. [WARNING] sofia.c:5325 rtp-timeout-sec deprecated use media_timeout variable. Updating the parameters fixes the issue. * Update external.xml.noload Co-authored-by: FusionPBX --- resources/templates/conf/sip_profiles/external.xml.noload | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/templates/conf/sip_profiles/external.xml.noload b/resources/templates/conf/sip_profiles/external.xml.noload index 5dd49b949b..7ac6b99d15 100644 --- a/resources/templates/conf/sip_profiles/external.xml.noload +++ b/resources/templates/conf/sip_profiles/external.xml.noload @@ -72,9 +72,11 @@ - - - + + + + +