[svn-commits] mnicholson: branch irroot/t38gateway-trunk r325814 - in /team/irroot/t38gatew...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jun 30 13:06:30 CDT 2011
Author: mnicholson
Date: Thu Jun 30 13:06:26 2011
New Revision: 325814
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325814
Log:
made documentation use "gateway" to uniformly refer to the FAXOPT gateway
option
Modified:
team/irroot/t38gateway-trunk/CHANGES
team/irroot/t38gateway-trunk/res/res_fax.c
Modified: team/irroot/t38gateway-trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/CHANGES?view=diff&rev=325814&r1=325813&r2=325814
==============================================================================
--- team/irroot/t38gateway-trunk/CHANGES (original)
+++ team/irroot/t38gateway-trunk/CHANGES Thu Jun 30 13:06:26 2011
@@ -156,7 +156,7 @@
into a FAXStatus event with an 'Operation' header that will be either
'send', 'receive', and 'gateway'.
* T.38 gateway functionality has been added to res_fax (and res_fax_spandsp).
- Set FAXOPT(faxgateway)=yes to enable this functionality on a channel. This
+ Set FAXOPT(gateway)=yes to enable this functionality on a channel. This
feature will handle converting a fax call between an audio T.30 fax terminal
and an IFP T.38 fax terminal.
Modified: team/irroot/t38gateway-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax.c?view=diff&rev=325814&r1=325813&r2=325814
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Thu Jun 30 13:06:26 2011
@@ -184,7 +184,7 @@
<enum name="modem">
<para>R/W Modem type (v17/v27/v29).</para>
</enum>
- <enum name="t38gateway">
+ <enum name="gateway">
<para>R/W T38 Gateway Enabled (yes/no)</para>
</enum>
<enum name="pages">
More information about the svn-commits
mailing list