mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +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:
@@ -5209,7 +5209,7 @@ static int manager_bridge_tech_list(struct mansession *s, const struct message *
|
||||
ast_str_set(&id_text, 0, "ActionID: %s\r\n", id);
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Bridge technology listing will follow");
|
||||
astman_send_listack(s, m, "Bridge technology listing will follow", "start");
|
||||
|
||||
AST_RWLIST_RDLOCK(&bridge_technologies);
|
||||
AST_RWLIST_TRAVERSE(&bridge_technologies, cur, entry) {
|
||||
|
Reference in New Issue
Block a user