From c7ea108e02a03728f4c0eef4506678b81a22159c Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 12 Jan 2015 18:09:27 +0000 Subject: 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 --- channels/chan_iax2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'channels/chan_iax2.c') diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index a6b4f0aa6..bb65df460 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -7252,7 +7252,7 @@ static int manager_iax2_show_peers(struct mansession *s, const struct message *m if (!ast_strlen_zero(id)) snprintf(idtext, sizeof(idtext), "ActionID: %s\r\n", id); - astman_send_listack(s, m, "Peer status list will follow"); + astman_send_listack(s, m, "Peer status list will follow", "start"); /* List the peers in separate manager events */ __iax2_show_peers(-1, &total, s, 3, a); @@ -7288,7 +7288,7 @@ static int manager_iax2_show_peer_list(struct mansession *s, const struct messag snprintf(cont.idtext, sizeof(cont.idtext), "ActionID: %s\r\n", id); } - astman_send_listack(s, m, "IAX Peer status list will follow"); + astman_send_listack(s, m, "IAX Peer status list will follow", "start"); i = ao2_iterator_init(peers, 0); for (; (peer = ao2_iterator_next(&i)); peer_unref(peer)) { @@ -7378,7 +7378,7 @@ static int manager_iax2_show_registry(struct mansession *s, const struct message if (!ast_strlen_zero(id)) snprintf(idtext, sizeof(idtext), "ActionID: %s\r\n", id); - astman_send_listack(s, m, "Registrations will follow"); + astman_send_listack(s, m, "Registrations will follow", "start"); AST_LIST_LOCK(®istrations); AST_LIST_TRAVERSE(®istrations, reg, entry) { -- cgit v1.2.3