aboutsummaryrefslogtreecommitdiffstats
path: root/main/udptl.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-10 18:44:09 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-10 18:44:09 +0000
commit2f29179f534ecffb7c15fda001bdb018098f6ac8 (patch)
treee8d3a20c34f7a614e3e0c5089b8886c91d2227ce /main/udptl.c
parent58912cc383ac9e1bcce09d9d229df90449ff028c (diff)
Update comments about the level of T.38 support in Asterisk.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205939 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/udptl.c')
-rw-r--r--main/udptl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/udptl.c b/main/udptl.c
index dfe89e126..7f7a2b76a 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -30,12 +30,11 @@
*
* \author Mark Spencer <markster@digium.com>, Steve Underwood <steveu@coppice.org>
*
- * \page T38fax_udptl T38 fax passhtrough :: UDPTL
+ * \page T38fax_udptl T.38 support :: UDPTL
*
- * Asterisk supports T.38 fax passthrough. Asterisk will not be a client, server
- * or any form of gateway. Currently fax passthrough is only implemented in the
- * SIP channel for strict SIP to SIP calls. If you are using chan_local or chan_agent
- * as a proxy channel, T.38 passthrough will not work.
+ * Asterisk supports T.38 fax passthrough, origination and termination. It does
+ * not support gateway operation. The only channel driver that supports T.38 at
+ * this time is chan_sip.
*
* UDPTL is handled very much like RTP. It can be reinvited to go directly between
* the endpoints, without involving Asterisk in the media stream.
@@ -43,6 +42,7 @@
* \b References:
* - chan_sip.c
* - udptl.c
+ * - app_fax.c
*/