[asterisk-commits] mnicholson: branch 1.8 r339505 - /branches/1.8/res/res_fax.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 5 11:31:24 CDT 2011
Author: mnicholson
Date: Wed Oct 5 11:31:21 2011
New Revision: 339505
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339505
Log:
The app name in the documentation must match what we register the application
as.
Modified:
branches/1.8/res/res_fax.c
Modified: branches/1.8/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_fax.c?view=diff&rev=339505&r1=339504&r2=339505
==============================================================================
--- branches/1.8/res/res_fax.c (original)
+++ branches/1.8/res/res_fax.c Wed Oct 5 11:31:21 2011
@@ -64,7 +64,7 @@
#include "asterisk/ast_version.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>
@@ -93,7 +93,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