mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +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:
@@ -4200,7 +4200,7 @@ static int manager_fax_sessions(struct mansession *s, const struct message *m)
|
||||
snprintf(id_text, sizeof(id_text), "ActionID: %s\r\n", action_id);
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "FAXSessionsEntry event list will follow");
|
||||
astman_send_listack(s, m, "FAXSessionsEntry event list will follow", "Start");
|
||||
|
||||
iter = ao2_iterator_init(faxregistry.container, 0);
|
||||
while ((session = ao2_iterator_next(&iter))) {
|
||||
|
||||
Reference in New Issue
Block a user