[Asterisk-code-review] app_queue.c: Minor docs and logging fixes for UnpauseQueueMember. (asterisk[18])
Sean Bright
asteriskteam at digium.com
Thu Feb 2 08:20:53 CST 2023
Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/19889 )
Change subject: app_queue.c: Minor docs and logging fixes for UnpauseQueueMember.
......................................................................
app_queue.c: Minor docs and logging fixes for UnpauseQueueMember.
Change-Id: I7534e7a925bf92a7b5a5347f5f54225768c162fe
---
M apps/app_queue.c
1 file changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/89/19889/1
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 288c0ff..66f32c8 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1277,7 +1277,7 @@
</syntax>
<see-also>
<ref type="application">PauseQueueMember</ref>
- <ref type="application">UnPauseQueueMember</ref>
+ <ref type="application">UnpauseQueueMember</ref>
</see-also>
</managerEventInstance>
</managerEvent>
@@ -8172,7 +8172,7 @@
return 0;
}
-/*! \brief UnPauseQueueMember application */
+/*! \brief UnpauseQueueMember application */
static int upqm_exec(struct ast_channel *chan, const char *data)
{
char *parse;
@@ -8193,7 +8193,7 @@
AST_STANDARD_APP_ARGS(args, parse);
if (ast_strlen_zero(args.interface)) {
- ast_log(LOG_WARNING, "Missing interface argument to PauseQueueMember ([queuename],interface[,options[,reason]])\n");
+ ast_log(LOG_WARNING, "Missing interface argument to UnpauseQueueMember ([queuename],interface[,options[,reason]])\n");
return -1;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/19889
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I7534e7a925bf92a7b5a5347f5f54225768c162fe
Gerrit-Change-Number: 19889
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20230202/d2bace83/attachment-0001.html>
More information about the asterisk-code-review
mailing list