<p> Attention is currently required from: Sean Bright. </p>
<p><a href="https://gerrit.asterisk.org/c/asterisk/+/16490">View Change</a></p><p>4 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">Patchset:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/16490?tab=comments">Patch Set #3:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Make sure to compile with developer mode enabled: […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Thanks, I think I have that on one of my test servers but not the other, so I'll be sure to do that.<br>In this case, I just edited online through the Gerrit web interface instead since it was just minor changes, and initially all was good but when I addressed your last comment I didn't move the declaration as was needed.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File funcs/func_vmcount.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/16490/comment/b95ef66a_49244aa1">Patch Set #1, Line 91:</a> <code style="font-family:monospace,monospace">      while ((mailbox = strsep(&args.vmbox, "|"))) {</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Would & be a better delimiter or maybe comma? Is there precedent for using pipe?</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I initially was going to use comma, but since there's already more than one arg (and these are comma-separated), that's more work to parse and more importantly will confuse users, so it has to be something that isn't a comma. I think & might be a better choice.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/16490/comment/505ba901_52c59a52">Patch Set #1, Line 91:</a> <code style="font-family:monospace,monospace"> while ((mailbox = strsep(&args.vmbox, "|"))) {</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Also, whatever delimiter ends up being appropriate, make sure that you are tolerant of zero or more  […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Done</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/16490/comment/4bcbde02_092f0dd5">Patch Set #1, Line 92:</a> <code style="font-family:monospace,monospace">            total += ast_app_messagecount(mailbox, args.folder);</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">The IMAP implementation of this in app_voicemail looks like it can return -1 in some cases (like bei […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Done</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16490">change 16490</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16490"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I9108528300795fd5b607efa9d4dd7b74be031813 </div>
<div style="display:none"> Gerrit-Change-Number: 16490 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-Attention: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 20 Sep 2021 17:47:01 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>