aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 12:39:30 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 12:39:30 +0000
commitacb5cc2d96fa79b75466d28e9ea280dbecc70cdd (patch)
tree1b3c1044387a56ec5f291bad882b045f192a3b07 /configs
parent25c7fd4df060a4e2905921ea4c10f13970bc8496 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@48264 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 33959eff4..e1a221431 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 ------------------------