[asterisk-commits] mnicholson: trunk r339509 - in /trunk: ./ res/res_fax.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 5 11:35:09 CDT 2011
Author: mnicholson
Date: Wed Oct 5 11:35:03 2011
New Revision: 339509
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339509
Log:
Merged revisions 339507 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
................
r339507 | mnicholson | 2011-10-05 11:32:59 -0500 (Wed, 05 Oct 2011) | 10 lines
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:
trunk/ (props changed)
trunk/res/res_fax.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_fax.c?view=diff&rev=339509&r1=339508&r2=339509
==============================================================================
--- trunk/res/res_fax.c (original)
+++ trunk/res/res_fax.c Wed Oct 5 11:35:03 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