[asterisk-bugs] [Asterisk 0017023]: [regression] Manager Events Exit Early

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 15 21:44:35 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17023 
====================================================================== 
Reported By:                nblasgen
Assigned To:                lmadsen
====================================================================== 
Project:                    Asterisk
Issue ID:                   17023
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
Target Version:             1.4.31
Asterisk Version:           SVN 
JIRA:                       SWP-1080 
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-03-13 15:17 CST
Last Modified:              2010-03-15 21:44 CDT
====================================================================== 
Summary:                    [regression] Manager Events Exit Early
Description: 
I'm having a hard time getting any useful logs for this board on this, but
on Asterisk 1.4.30 I can't get any listings of any Asterisk events.

Works fine on Asterisk 1.4.29.1 and every previous version I've ever used.
 This is exactly the reason why I stopped using SVN code.  I have not
tested SVN Trunk.

I run my script (or any number of them) and instead of my program never
making it to the disconnect() line, it makes it to that line and quits. 
All in all, you can't monitor any Asterisk Events on 1.4.30.
====================================================================== 

---------------------------------------------------------------------- 
 (0119426) Vince (reporter) - 2010-03-15 21:44
 https://issues.asterisk.org/view.php?id=17023#c119426 
---------------------------------------------------------------------- 
I seem to be using the same PHP AGI class as the reporter and I got hit by
this change too. However there is a simple code fix to continue with the
libraries message loop:

...
$asm->events ( "ON" );
$d = $asm->wait_response ( FALSE );
print_r ( $d );
... 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-15 21:44 Vince          Note Added: 0119426                          
======================================================================




More information about the asterisk-bugs mailing list