[asterisk-bugs] [Asterisk 0014875]: [patch] New dialplan application that tell Asterisk to not generate/send Manager Event for the current call

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jul 27 14:32:44 CDT 2009


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14875 
====================================================================== 
Reported By:                jvandal
Assigned To:                junky
====================================================================== 
Project:                    Asterisk
Issue ID:                   14875
Category:                   Core/ManagerInterface
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             1.6.x Version Tracker
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-04-10 10:28 CDT
Last Modified:              2009-07-27 14:32 CDT
====================================================================== 
Summary:                    [patch] New dialplan application that tell Asterisk
to not generate/send Manager Event for the current call
Description: 
We heavily use Asterisk Manager Interface (AMI) to get events and in some
call scenarios, like using Page application to dial 300 local channel, we
receive lots of events that we want to ignore.

I have add a new NoAMI() dial plan application that tell Asterisk to not
generate/send Manager Event for the current call.

By example :

exten => s,1,NoAMI()
exten => s,n,NoCDR()
exten => s,n,Page(Local/101 at paging&Local/102 at paging&Local/1-3 at paging&...)
exten => s,n,Hangup

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-27 14:32 lmadsen        SVN Branch (only for SVN checkouts, not tarball
releases)N/A =>  trunk       
2009-07-27 14:32 lmadsen        Target Version            => 1.6.x Version
Tracker
======================================================================




More information about the asterisk-bugs mailing list