Merge "app_voicemail: warning when is compiling" into 13

13.31
Friendly Automation 6 years ago committed by Gerrit Code Review
commit 172e2f651b

@ -13565,7 +13565,8 @@ static int manager_list_voicemail_users(struct mansession *s, const struct messa
astman_send_listack(s, m, "Voicemail user list will follow", "start");
AST_LIST_TRAVERSE(&users, vmu, list) {
int new, old;
int new = 0;
int old = 0;
int ret;
char *mailbox;

Loading…
Cancel
Save