]> 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:19:46 +0000 (19:19 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 27 Jan 2012 19:19:46 +0000 (19:19 +0000)
commit0240c7fa50e2924e36fa352d475ccac2265651ac
treec76940fffb82369b90a9a5b69d96940fd348e750
parent88af121f9f4e25cb206aa485672346f2595c7d74
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)
........

Merged revisions 352959 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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