mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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:
@@ -9472,7 +9472,7 @@ static int manager_queues_summary(struct mansession *s, const struct message *m)
|
||||
struct ao2_iterator queue_iter;
|
||||
struct ao2_iterator mem_iter;
|
||||
|
||||
astman_send_listack(s, m, "Queue summary will follow");
|
||||
astman_send_listack(s, m, "Queue summary will follow", "start");
|
||||
time(&now);
|
||||
idText[0] = '\0';
|
||||
if (!ast_strlen_zero(id)) {
|
||||
@@ -9549,7 +9549,7 @@ static int manager_queues_status(struct mansession *s, const struct message *m)
|
||||
struct ao2_iterator queue_iter;
|
||||
struct ao2_iterator mem_iter;
|
||||
|
||||
astman_send_listack(s, m, "Queue status will follow");
|
||||
astman_send_listack(s, m, "Queue status will follow", "start");
|
||||
time(&now);
|
||||
idText[0] = '\0';
|
||||
if (!ast_strlen_zero(id)) {
|
||||
|
Reference in New Issue
Block a user