[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:39:22 CDT 2010


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
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:39 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0124053) svnbot (reporter) - 2010-06-29 17:39
 https://issues.asterisk.org/view.php?id=17504#c124053 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 273054

U   trunk/main/pbx.c

------------------------------------------------------------------------
r273054 | tilghman | 2010-06-29 17:39:21 -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=273054 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-29 17:39 svnbot         Checkin                                      
2010-06-29 17:39 svnbot         Note Added: 0124053                          
2010-06-29 17:39 svnbot         Status                   ready for testing =>
assigned
2010-06-29 17:39 svnbot         Assigned To               => tilghman        
2010-06-29 17:39 svnbot         Status                   assigned => resolved
2010-06-29 17:39 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list