[svn-commits] kpfleming: branch 1.6.2 r205942 - in /branches/1.6.2: ./ main/udptl.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 10 13:45:16 CDT 2009


Author: kpfleming
Date: Fri Jul 10 13:45:12 2009
New Revision: 205942

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205942
Log:
Merged revisions 205939 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r205939 | kpfleming | 2009-07-10 13:44:09 -0500 (Fri, 10 Jul 2009) | 1 line
  
  Update comments about the level of T.38 support in Asterisk.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/udptl.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/udptl.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/udptl.c?view=diff&rev=205942&r1=205941&r2=205942
==============================================================================
--- branches/1.6.2/main/udptl.c (original)
+++ branches/1.6.2/main/udptl.c Fri Jul 10 13:45:12 2009
@@ -30,12 +30,11 @@
  *
  * \author Mark Spencer <markster at digium.com>,  Steve Underwood <steveu at 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
  */
 
 




More information about the svn-commits mailing list