mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 15:11:12 +00:00
The app name in the documentation must match what we register the application
as. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@339505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,7 +64,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#include "asterisk/ast_version.h"
|
#include "asterisk/ast_version.h"
|
||||||
|
|
||||||
/*** DOCUMENTATION
|
/*** DOCUMENTATION
|
||||||
<application name="ReceiveFax" language="en_US">
|
<application name="ReceiveFAX" language="en_US">
|
||||||
<synopsis>
|
<synopsis>
|
||||||
Receive a FAX and save as a TIFF/F file.
|
Receive a FAX and save as a TIFF/F file.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
@@ -93,7 +93,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<ref type="function">FAXOPT</ref>
|
<ref type="function">FAXOPT</ref>
|
||||||
</see-also>
|
</see-also>
|
||||||
</application>
|
</application>
|
||||||
<application name="SendFax" language="en_US">
|
<application name="SendFAX" language="en_US">
|
||||||
<synopsis>
|
<synopsis>
|
||||||
Sends a specified TIFF/F file as a FAX.
|
Sends a specified TIFF/F file as a FAX.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|||||||
Reference in New Issue
Block a user