[asterisk-commits] mnicholson: branch 10 r339507 - in /branches/10: ./ res/res_fax.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 5 11:33:03 CDT 2011
Author: mnicholson
Date: Wed Oct 5 11:32:59 2011
New Revision: 339507
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339507
Log:
Merged revisions 339505 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r339505 | mnicholson | 2011-10-05 11:31:21 -0500 (Wed, 05 Oct 2011) | 3 lines
The app name in the documentation must match what we register the application
as.
........
Modified:
branches/10/ (props changed)
branches/10/res/res_fax.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/res/res_fax.c?view=diff&rev=339507&r1=339506&r2=339507
==============================================================================
--- branches/10/res/res_fax.c (original)
+++ branches/10/res/res_fax.c Wed Oct 5 11:32:59 2011
@@ -84,7 +84,7 @@
#include "asterisk/translate.h"
/*** DOCUMENTATION
- <application name="ReceiveFax" language="en_US">
+ <application name="ReceiveFAX" language="en_US">
<synopsis>
Receive a FAX and save as a TIFF/F file.
</synopsis>
@@ -116,7 +116,7 @@
<ref type="function">FAXOPT</ref>
</see-also>
</application>
- <application name="SendFax" language="en_US">
+ <application name="SendFAX" language="en_US">
<synopsis>
Sends a specified TIFF/F file as a FAX.
</synopsis>
More information about the asterisk-commits
mailing list