mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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:
@@ -414,7 +414,7 @@ static int manager_bridges_list(struct mansession *s, const struct message *m)
|
||||
return -1;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Bridge listing will follow");
|
||||
astman_send_listack(s, m, "Bridge listing will follow", "start");
|
||||
|
||||
if (!ast_strlen_zero(type_filter)) {
|
||||
char *type_filter_dup = ast_strdupa(type_filter);
|
||||
@@ -506,7 +506,7 @@ static int manager_bridge_info(struct mansession *s, const struct message *m)
|
||||
return -1;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Bridge channel listing will follow");
|
||||
astman_send_listack(s, m, "Bridge channel listing will follow", "start");
|
||||
|
||||
list_data.id_text = ast_str_buffer(id_text);
|
||||
list_data.count = 0;
|
||||
|
Reference in New Issue
Block a user