@ -116,7 +116,7 @@
< description >
< para > This application is provided by res_fax , which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission . < / para >
< para > Session arguments can be set by the FAXOPT function and to check results of the ReceiveF ax ( ) application . < / para >
< para > Session arguments can be set by the FAXOPT function and to check results of the ReceiveF AX ( ) application . < / para >
< / description >
< see - also >
< ref type = " function " > FAXOPT < / ref >
@ -155,7 +155,7 @@
< description >
< para > This application is provided by res_fax , which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission . < / para >
< para > Session arguments can be set by the FAXOPT function and to check results of the SendF ax ( ) application . < / para >
< para > Session arguments can be set by the FAXOPT function and to check results of the SendF AX ( ) application . < / para >
< / description >
< see - also >
< ref type = " function " > FAXOPT < / ref >
@ -236,8 +236,8 @@
it can also be used to retrieve information about a FAX session that has finished eg . pages / status . < / para >
< / description >
< see - also >
< ref type = " application " > ReceiveF ax < / ref >
< ref type = " application " > SendF ax < / ref >
< ref type = " application " > ReceiveF AX < / ref >
< ref type = " application " > SendF AX < / ref >
< / see - also >
< / function >
< manager name = " FAXSessions " language = " en_US " >
@ -2272,7 +2272,7 @@ static int receivefax_exec(struct ast_channel *chan, const char *data)
}
if ( report_receive_fax_status ( chan , args . filename ) ) {
ast_log ( AST_LOG_ERROR , " Error publishing ReceiveF ax status message\n " ) ;
ast_log ( AST_LOG_ERROR , " Error publishing ReceiveF AX status message\n " ) ;
}
/* If the channel hungup return -1; otherwise, return 0 to continue in the dialplan */