mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
AMI: Remove no longer used parameter from astman_send_listack().
Follow-up issue to -r430435 from reviewboard review. ASTERISK-24049 Review: https://reviewboard.asterisk.org/r/4315/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430452 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", "start");
|
||||
astman_send_listack(s, m, "Bridge listing will follow");
|
||||
|
||||
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", "start");
|
||||
astman_send_listack(s, m, "Bridge channel listing will follow");
|
||||
|
||||
list_data.id_text = ast_str_buffer(id_text);
|
||||
list_data.count = 0;
|
||||
|
Reference in New Issue
Block a user