Skip to content
Snippets Groups Projects
Commit 7574941c authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Update comments about the level of T.38 support in Asterisk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5aab96f0
No related branches found
No related tags found
No related merge requests found
...@@ -30,12 +30,11 @@ ...@@ -30,12 +30,11 @@
* *
* \author Mark Spencer <markster@digium.com>, Steve Underwood <steveu@coppice.org> * \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 * Asterisk supports T.38 fax passthrough, origination and termination. It does
* or any form of gateway. Currently fax passthrough is only implemented in the * not support gateway operation. The only channel driver that supports T.38 at
* SIP channel for strict SIP to SIP calls. If you are using chan_local or chan_agent * this time is chan_sip.
* as a proxy channel, T.38 passthrough will not work.
* *
* UDPTL is handled very much like RTP. It can be reinvited to go directly between * UDPTL is handled very much like RTP. It can be reinvited to go directly between
* the endpoints, without involving Asterisk in the media stream. * the endpoints, without involving Asterisk in the media stream.
...@@ -43,6 +42,7 @@ ...@@ -43,6 +42,7 @@
* \b References: * \b References:
* - chan_sip.c * - chan_sip.c
* - udptl.c * - udptl.c
* - app_fax.c
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment