From c2f486e118e7a1bb8f90f5bd652c6cd07be5bf10 Mon Sep 17 00:00:00 2001 From: Leif Madsen <leif@leifmadsen.com> Date: Tue, 12 Jan 2010 18:22:45 +0000 Subject: [PATCH] Note that direct T.38 is not supported. (closes issue #16411) Reported by: stanusr Patches: __20091210-sip.conf.sample-documentation.txt uploaded by lmadsen (license 10) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239520 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 8a6cd38867..c8f732530e 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -762,7 +762,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; purpose of setting up a direct media path. If a reINVITE is ; needed to switch a media stream to inactive (when placed on ; hold) or to T.38, it will still be done, regardless of this - ; setting. + ; setting. Note that direct T.38 is not supported. ;directmedia=nonat ; An additional option is to allow media path redirection ; (reinvite) but only when the peer where the media is being -- GitLab