[asterisk-commits] tilghman: branch 1.6.2 r258779 - in /branches/1.6.2: ./ res/res_monitor.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Apr 25 13:14:22 CDT 2010
Author: tilghman
Date: Sun Apr 25 13:14:18 2010
New Revision: 258779
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=258779
Log:
Merged revisions 258776 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r258776 | tilghman | 2010-04-25 13:12:14 -0500 (Sun, 25 Apr 2010) | 13 lines
Merged revisions 258775 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r258775 | tilghman | 2010-04-25 13:09:05 -0500 (Sun, 25 Apr 2010) | 6 lines
When StopMonitor is called, ensure that it will not be restarted by a channel event.
(closes issue #16590)
Reported by: kkm
Patches:
resmonitor-16590-trunk.239289.diff uploaded by kkm (license 888)
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/res/res_monitor.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/res/res_monitor.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/res/res_monitor.c?view=diff&rev=258779&r1=258778&r2=258779
==============================================================================
--- branches/1.6.2/res/res_monitor.c (original)
+++ branches/1.6.2/res/res_monitor.c Sun Apr 25 13:14:18 2010
@@ -372,7 +372,9 @@
chan->name,
chan->uniqueid
);
- }
+ pbx_builtin_setvar_helper(chan, "MONITORED", NULL);
+ }
+ pbx_builtin_setvar_helper(chan, "AUTO_MONITOR", NULL);
UNLOCK_IF_NEEDED(chan, need_lock);
More information about the asterisk-commits
mailing list