From 305ba420dc42912f922728066f13ab526e9fd969 Mon Sep 17 00:00:00 2001 From: emak Date: Mon, 1 Aug 2022 10:33:59 -0400 Subject: [PATCH] Update deprecated sip profile params (#6447) * 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 internal.xml.noload Co-authored-by: FusionPBX --- resources/templates/conf/sip_profiles/internal.xml.noload | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/templates/conf/sip_profiles/internal.xml.noload b/resources/templates/conf/sip_profiles/internal.xml.noload index 3b0fb349ad..9e680bd318 100644 --- a/resources/templates/conf/sip_profiles/internal.xml.noload +++ b/resources/templates/conf/sip_profiles/internal.xml.noload @@ -258,8 +258,10 @@ - - + + + +