mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 19:53:10 +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:
@@ -5530,7 +5530,7 @@ static int action_meetmelist(struct mansession *s, const struct message *m)
|
||||
return 0;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Meetme user list will follow");
|
||||
astman_send_listack(s, m, "Meetme user list will follow", "start");
|
||||
|
||||
/* Find the right conference */
|
||||
AST_LIST_LOCK(&confs);
|
||||
@@ -5603,7 +5603,7 @@ static int action_meetmelistrooms(struct mansession *s, const struct message *m)
|
||||
return 0;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Meetme conferences will follow");
|
||||
astman_send_listack(s, m, "Meetme conferences will follow", "start");
|
||||
|
||||
now = time(NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user