mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 21:36:28 +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:
@@ -2883,7 +2883,7 @@ static int action_confbridgelist(struct mansession *s, const struct message *m)
|
||||
return 0;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Confbridge user list will follow");
|
||||
astman_send_listack(s, m, "Confbridge user list will follow", "start");
|
||||
|
||||
ao2_lock(conference);
|
||||
AST_LIST_TRAVERSE(&conference->active_list, user, list) {
|
||||
@@ -2920,7 +2920,7 @@ static int action_confbridgelistrooms(struct mansession *s, const struct message
|
||||
return 0;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Confbridge conferences will follow");
|
||||
astman_send_listack(s, m, "Confbridge conferences will follow", "start");
|
||||
|
||||
/* Traverse the conference list */
|
||||
iter = ao2_iterator_init(conference_bridges, 0);
|
||||
|
Reference in New Issue
Block a user