mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Revert -r430452 It needs to be redone for the next major AMI version change instead.
ASTERISK-24049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13065,7 +13065,7 @@ static int manager_list_voicemail_users(struct mansession *s, const struct messa
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Voicemail user list will follow");
|
||||
astman_send_listack(s, m, "Voicemail user list will follow", "start");
|
||||
|
||||
AST_LIST_TRAVERSE(&users, vmu, list) {
|
||||
char dirname[256];
|
||||
|
||||
Reference in New Issue
Block a user