mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Send ack (response/message) after receiving manager action userevent
(closes issue #16264) Reported by: dimas Patches: event-ack.patch uploaded by dimas (license 88) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@232581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2215,6 +2215,7 @@ static int action_userevent(struct mansession *s, const struct message *m)
|
||||
}
|
||||
}
|
||||
|
||||
astman_send_ack(s, m, "Event Sent");
|
||||
manager_event(EVENT_FLAG_USER, "UserEvent", "UserEvent: %s\r\n%s", event, body);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user