[Asterisk-code-review] func_vmcount: Add support for multiple mailboxes (asterisk[master])
Sean Bright
asteriskteam at digium.com
Mon Sep 20 10:41:07 CDT 2021
Attention is currently required from: N A.
Sean Bright has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/16490 )
Change subject: func_vmcount: Add support for multiple mailboxes
......................................................................
Patch Set 3:
(3 comments)
File funcs/func_vmcount.c:
https://gerrit.asterisk.org/c/asterisk/+/16490/comment/56601aea_4ff6390d
PS1, Line 91: while ((mailbox = strsep(&args.vmbox, "|"))) {
> Would & be a better delimiter or maybe comma? Is there precedent for using pipe?
Done
https://gerrit.asterisk.org/c/asterisk/+/16490/comment/67dd75ed_add19d63
PS1, Line 91: while ((mailbox = strsep(&args.vmbox, "|"))) {
> Also, whatever delimiter ends up being appropriate, make sure that you are tolerant of zero or more […]
Done
https://gerrit.asterisk.org/c/asterisk/+/16490/comment/ee600fbb_fb38cef4
PS1, Line 92: total += ast_app_messagecount(mailbox, args.folder);
> The IMAP implementation of this in app_voicemail looks like it can return -1 in some cases (like bei […]
Done
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16490
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I9108528300795fd5b607efa9d4dd7b74be031813
Gerrit-Change-Number: 16490
Gerrit-PatchSet: 3
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-Attention: N A <mail at interlinked.x10host.com>
Gerrit-Comment-Date: Mon, 20 Sep 2021 15:41:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210920/3846ad44/attachment.html>
More information about the asterisk-code-review
mailing list