[asterisk-bugs] [Asterisk 0017504]: [patch] ShowDialPlan does not end with ShowDialPlanComplete Event if manager events are off
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 29 17:41:16 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17504
======================================================================
Reported By: rrb3942
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17504
Category: Core/ManagerInterface
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA: SWP-1708
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 270216
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-06-14 10:14 CDT
Last Modified: 2010-06-29 17:41 CDT
======================================================================
Summary: [patch] ShowDialPlan does not end with
ShowDialPlanComplete Event if manager events are off
Description:
The 'ShowDialPlanComplete' event is not sent to the manager session if
events are not enabled (specifically config events).
It also appears that it sends this event out on all manager connections
with config events enabled which could cause some problems with ActionIDs
across multiple manager connections.
======================================================================
----------------------------------------------------------------------
(0124054) svnbot (reporter) - 2010-06-29 17:41
https://issues.asterisk.org/view.php?id=17504#c124054
----------------------------------------------------------------------
Repository: asterisk
Revision: 273056
_U branches/1.6.2/
U branches/1.6.2/main/pbx.c
------------------------------------------------------------------------
r273056 | tilghman | 2010-06-29 17:41:15 -0500 (Tue, 29 Jun 2010) | 18
lines
Merged revisions 273054 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r273054 | tilghman | 2010-06-29 17:39:22 -0500 (Tue, 29 Jun 2010) | 11
lines
Send DialPlanComplete as a response, not as a separate event.
Otherwise, it goes to all manager sessions and may exclude the current
session,
if the Events mask excludes it.
(closes issue https://issues.asterisk.org/view.php?id=17504)
Reported by: rrb3942
Patches:
showdialplan_patch.diff uploaded by rrb3942 (license 1003)
Tested by: rrb3942
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=273056
Issue History
Date Modified Username Field Change
======================================================================
2010-06-29 17:41 svnbot Checkin
2010-06-29 17:41 svnbot Note Added: 0124054
======================================================================
More information about the asterisk-bugs
mailing list