<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 21, 2016 at 5:46 PM, Troy Bowman <span dir="ltr"><<a href="mailto:troy@lump.net" target="_blank">troy@lump.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>I always need to apply this patch before putting Asterisk into Production.</div><div><br></div><div>The pauses for specific queues get the reason logged properly, but the pausealls don't.  I rely on pausalls and their reasons for reporting, though I'm trying to get away from it by keeping agents in single queues.</div><div><br></div><div>Can we get this in the pipeline somewhere?  Do I have to submit a patch this tiny through gerrit?</div><div><br></div><div><div><font size="1" face="monospace, monospace">diff a/apps/app_queue.c b/apps/app_queue.c</font></div><div><span style="font-family:monospace,monospace;font-size:x-small">--- a/apps/app_queue.c</span><br></div><div><font size="1" face="monospace, monospace">+++ b/apps/app_queue.c</font></div></div><div><div><font size="1" face="monospace, monospace">@@ -7289,7 +7228,7 @@ static int set_member_paused(const char *queuename, const char *interface, const</font></div><div><font size="1" face="monospace, monospace">                                         * but since this affects all queues, we cannot.</font></div><div><font size="1" face="monospace, monospace">                                         */</font></div><div><font size="1" face="monospace, monospace">                                        ast_queue_log("NONE", "NONE", mem->membername,</font></div><div><font size="1" face="monospace, monospace">-                                               (paused ? "PAUSEALL" : "UNPAUSEALL"), "%s", "");</font></div><div><font size="1" face="monospace, monospace">+                                               (paused ? "PAUSEALL" : "UNPAUSEALL"), "%s", S_OR(reason, ""));</font></div><div><font size="1" face="monospace, monospace">                                }</font></div><div><font size="1" face="monospace, monospace"> </font></div><div><font size="1" face="monospace, monospace">                                set_queue_member_pause(q, mem, reason, paused);</font></div></div><div><br></div></div></blockquote><div><br></div><div>All patches have to go through gerrit whether you submit it or someone else does.<br></div><div>However, if you wait for someone else it may take awhile.<br></div><div><br></div><div>Richard<br></div></div><br><a href="https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process">https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Code+Review">https://wiki.asterisk.org/wiki/display/AST/Code+Review</a><br><br></div></div>