From: Olle Johansson Date: Tue, 5 Dec 2006 12:39:30 +0000 (+0000) Subject: Updating sip.conf.sample with information about T38 not working X-Git-Tag: 1.4.0-beta4~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=027096b3a3fab29db7b5cbecc37d85cf67a0c503;p=thirdparty%2Fasterisk.git Updating sip.conf.sample with information about T38 not working when chan_local or chan_agent is involved in the call. I don't know how big a fix that would be to solve, but this is the current state of affairs. (Chan_sip currently checks if the other side of the bridge has a SIP tech. We could/should implement another check, possibly for udptl_write or some flag in the ast_channel structure). git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48264 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 33959eff43..e1a2214317 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -209,6 +209,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; This has to be enabled in the general section for all devices to work. You can then ; disable it on a per device basis. ; +; T.38 faxing only works in SIP to SIP calls, with no local or agent channel being used. +; ; t38pt_udptl = yes ; Default false ; ;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------