From bcac336947504bd25ae659dc51fc7bca17103acc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 27 Dec 2020 18:25:16 +0000 Subject: [PATCH] sip: Disable directmedia and directrtp --- sip.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sip.conf b/sip.conf index 3021119..e4b325f 100644 --- a/sip.conf +++ b/sip.conf @@ -1019,7 +1019,8 @@ registerattempts=0 ; Number of registration attempts before we give u ; This does not really work well in the case where Asterisk is outside and the ; clients are on the inside of a NAT. In that case, you want to set directmedia=nonat. ; -;directmedia=yes ; Asterisk by default tries to redirect the +directmedia=no + ; Asterisk by default tries to redirect the ; RTP media stream to go directly from ; the caller to the callee. Some devices do not ; support this (especially if one of them is behind a NAT). @@ -1056,7 +1057,7 @@ registerattempts=0 ; Number of registration attempts before we give u ; the option in this situation helps to prevent potential glares. ; Setting this option implies 'yes'. -;directrtpsetup=yes ; Enable the new experimental direct RTP setup. This sets up +directrtpsetup=no ; Enable the new experimental direct RTP setup. This sets up ; the call directly with media peer-2-peer without re-invites. ; Will not work for video and cases where the callee sends ; RTP payloads and fmtp headers in the 200 OK that does not match the