]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Return ActionID on nominal responses to PresenceState action
authorMatthew Jordan <mjordan@digium.com>
Tue, 15 Jul 2014 22:05:16 +0000 (22:05 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 15 Jul 2014 22:05:16 +0000 (22:05 +0000)
commitbfc6904871ffae5c00947d72f37a56719a187c33
tree6a6e4a931e9dc56c6999c25b19e5d92b8ec2764e
parent3d419e87965659da4dfdef2566893255b5c6985f
manager: Return ActionID on nominal responses to PresenceState action

When the PresenceState action is executed, the nominal path fails to include
the ActionID in the successful response. This patch adds a call to
astman_start_ack, which guarantees that an ActionID (if provided) will be
sent back to the AMI client.

Review: https://reviewboard.asterisk.org/r/3776/

ASTERISK-23985 #close

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@418713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c