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:
Richard Mudgett
2015-01-12 18:09:27 +00:00
parent 9065488ddd
commit c7ea108e02
24 changed files with 51 additions and 43 deletions

View File

@@ -85,7 +85,7 @@ static int action_devicestatelist(struct mansession *s, const struct message *m)
return 0;
}
astman_send_listack(s, m, "Device State Changes will follow");
astman_send_listack(s, m, "Device State Changes will follow", "start");
it_states = ao2_iterator_init(device_states, 0);
for (; (msg = ao2_iterator_next(&it_states)); ao2_ref(msg, -1)) {