mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +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:
@@ -2532,7 +2532,7 @@ static int action_agents(struct mansession *s, const struct message *m)
|
||||
} else {
|
||||
id_text[0] = '\0';
|
||||
}
|
||||
astman_send_listack(s, m, "Agents will follow");
|
||||
astman_send_listack(s, m, "Agents will follow", "start");
|
||||
|
||||
iter = ao2_iterator_init(agents, 0);
|
||||
for (; (agent = ao2_iterator_next(&iter)); ao2_ref(agent, -1)) {
|
||||
|
Reference in New Issue
Block a user