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 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 */