]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session.
authorJonathan Rose <jrose@digium.com>
Fri, 27 Jan 2012 19:12:34 +0000 (19:12 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 27 Jan 2012 19:12:34 +0000 (19:12 +0000)
commitcda638dcfc69aaccc5d5a94fa8837868c0396a8d
tree88b7c37767c39511e38f925614c5df82e2efbddc
parenta55030f4fa7804e55ebb350b58f7f3cbb6d9349b
Make failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session.

I also went ahead and took a little time to make sure that the manager value
AMI_SUCCESS was used instead of just return 0 being thrown around everywhere since that's
how we handle this stuff these days.

(closes issue ASTERISK-19249)
Reporter: Jamuel Starkey
Patches:
res_monitor.c-ASTERISK-19249.diff uploaded by Jamuel Starkey (license 5766)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@352959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_monitor.c