From: George Joseph Date: Mon, 1 Apr 2024 12:30:54 +0000 (-0600) Subject: Fix incorrect application and function documentation references X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb9d895865f62ca0d5ab5655035c9113ec31a18;p=thirdparty%2Fasterisk.git Fix incorrect application and function documentation references There were a few references in the embedded documentation XML where the case didn't match or where the referenced app or function simply didn't exist any more. These were causing 404 responses in docs.asterisk.org. --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 361dcdad87..c31aaea649 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -187,7 +187,6 @@ StopMixMonitor PauseMonitor UnpauseMonitor - AUDIOHOOK_INHERIT diff --git a/apps/app_stack.c b/apps/app_stack.c index a84a45c1b4..4d1ba8de71 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -202,7 +202,7 @@ returning to the dialplan with execution of a Return(). - GoSub + Gosub @@ -220,7 +220,7 @@ - GoSub + Gosub gosub LOCAL LOCAL_PEEK diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index cbf4ab4479..c499e1e69e 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -192,9 +192,6 @@ Gets information associated with the specified IAX2 peer. - - SIPPEER - diff --git a/main/pbx_builtins.c b/main/pbx_builtins.c index 6fc0aa6860..7ebd47c45a 100644 --- a/main/pbx_builtins.c +++ b/main/pbx_builtins.c @@ -153,7 +153,7 @@ Congestion Progress - Playtones + PlayTones Hangup @@ -173,7 +173,7 @@ Busy Progress - Playtones + PlayTones Hangup @@ -414,7 +414,7 @@ Busy Congestion Ringing - Playtones + PlayTones @@ -429,7 +429,7 @@ dialplan function EXCEPTION(). If the e extension does not exist, the call will hangup. - Exception + EXCEPTION @@ -444,7 +444,7 @@ Busy Congestion Progress - Playtones + PlayTones diff --git a/res/res_fax.c b/res/res_fax.c index 18d7ab8f35..5eae59620f 100644 --- a/res/res_fax.c +++ b/res/res_fax.c @@ -116,7 +116,7 @@ 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. - Session arguments can be set by the FAXOPT function and to check results of the ReceiveFax() application. + Session arguments can be set by the FAXOPT function and to check results of the ReceiveFAX() application. FAXOPT @@ -155,7 +155,7 @@ 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. - Session arguments can be set by the FAXOPT function and to check results of the SendFax() application. + Session arguments can be set by the FAXOPT function and to check results of the SendFAX() application. FAXOPT @@ -236,8 +236,8 @@ it can also be used to retrieve information about a FAX session that has finished eg. pages/status. - ReceiveFax - SendFax + ReceiveFAX + SendFAX @@ -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 ReceiveFax status message\n"); + ast_log(AST_LOG_ERROR, "Error publishing ReceiveFAX status message\n"); } /* If the channel hungup return -1; otherwise, return 0 to continue in the dialplan */