[Asterisk-code-review] apps/app_playback.c: Add 'mix' option to app_playback (asterisk[16])
Shloime Rosenblum
asteriskteam at digium.com
Thu Sep 30 13:20:38 CDT 2021
Attention is currently required from: Sean Bright, Joshua Colp, N A, Kevin Harwell.
Shloime Rosenblum has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/16540 )
Change subject: apps/app_playback.c: Add 'mix' option to app_playback
......................................................................
Patch Set 5:
(2 comments)
File apps/app_playback.c:
https://gerrit.asterisk.org/c/asterisk/+/16540/comment/8d748054_de42c493
PS4, Line 499: } else if (option_mix && strcasestr(front, ":") && !strcasestr(front, "://")) {
> There is trailing whitespace on this line.
Done
https://gerrit.asterisk.org/c/asterisk/+/16540/comment/c4cb3d7d_1dbe824f
PS4, Line 496: if (option_say) {
: res = say_full(chan, front, "", ast_channel_language(chan), NULL, -1, -1);
: /* If option mix check if it is in say format but not remote audio file */
: } else if (option_mix && strcasestr(front, ":") && !strcasestr(front, "://")) {
: res = say_full(chan, front, "", ast_channel_language(chan), NULL, -1, -1);
: } else {
: res = ast_streamfile(chan, front, ast_channel_language(chan));
: }
> The leading whitespace is mixed here (spaces & tabs) but should just be tabs.
Done
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16540
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I815816916a308f0fa8f165140dc15772dcbd547a
Gerrit-Change-Number: 16540
Gerrit-PatchSet: 5
Gerrit-Owner: Shloime Rosenblum <shloimerosenblum at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-CC: Joshua Colp <jcolp at sangoma.com>
Gerrit-CC: N A <mail at interlinked.x10host.com>
Gerrit-Attention: Sean Bright <sean at seanbright.com>
Gerrit-Attention: Joshua Colp <jcolp at sangoma.com>
Gerrit-Attention: N A <mail at interlinked.x10host.com>
Gerrit-Attention: Kevin Harwell <kharwell at digium.com>
Gerrit-Comment-Date: Thu, 30 Sep 2021 18:20:38 +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/20210930/9addc3e3/attachment.html>
More information about the asterisk-code-review
mailing list