[Asterisk-code-review] app voicemail: Allo 'Comedian Mail' branding to be overriden (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Mon Feb 13 17:40:14 CST 2017
Richard Mudgett has posted comments on this change. ( https://gerrit.asterisk.org/4940 )
Change subject: app_voicemail: Allo 'Comedian Mail' branding to be overriden
......................................................................
Patch Set 1: Code-Review-1
(2 comments)
https://gerrit.asterisk.org/#/c/4940/1//COMMIT_MSG
Commit Message:
Line 7: app_voicemail: Allo 'Comedian Mail' branding to be overriden
s/Allo/Allow/
https://gerrit.asterisk.org/#/c/4940/1/apps/app_voicemail.c
File apps/app_voicemail.c:
PS1, Line 13919: if ((val = ast_variable_retrieve(cfg, "general", "vm-login")))
: ast_copy_string(vm_login, val, sizeof(vm_login));
: if ((val = ast_variable_retrieve(cfg, "general", "vm-newuser")))
: ast_copy_string(vm_newuser, val, sizeof(vm_newuser));
: if ((val = ast_variable_retrieve(cfg, "general", "vm-newpassword")))
: ast_copy_string(vm_newpassword, val, sizeof(vm_newpassword));
This patch removed the "vm-password" option! I doubt that is intentional.
--
To view, visit https://gerrit.asterisk.org/4940
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic3361b0782e5a5397a19ab18eb8550923a9bd6a6
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list