diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 6bd34dd7ab..3979f81dc0 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -177,7 +177,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 c4baade01c..5a9cf360c8 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 7ef4d031a9..0fd59b7fbc 100644 --- a/main/pbx_builtins.c +++ b/main/pbx_builtins.c @@ -134,7 +134,7 @@ Congestion Progress - Playtones + PlayTones Hangup @@ -154,7 +154,7 @@ Busy Progress - Playtones + PlayTones Hangup @@ -395,7 +395,7 @@ Busy Congestion Ringing - Playtones + PlayTones @@ -410,7 +410,7 @@ dialplan function EXCEPTION(). If the e extension does not exist, the call will hangup. - Exception + EXCEPTION @@ -425,7 +425,7 @@ Busy Congestion Progress - Playtones + PlayTones diff --git a/res/res_fax.c b/res/res_fax.c index be7f5092a5..8b26ff97eb 100644 --- a/res/res_fax.c +++ b/res/res_fax.c @@ -117,7 +117,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 @@ -156,7 +156,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 @@ -237,8 +237,8 @@ it can also be used to retrieve information about a FAX session that has finished eg. pages/status. - ReceiveFax - SendFax + ReceiveFAX + SendFAX @@ -2273,7 +2273,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 */