[Home]

Summary:ASTERISK-22193: Add a to_ami() callback for parking stasis messages
Reporter:Mark Michelson (mmichelson)Labels:Asterisk12
Date Opened:2013-07-24 17:33:46Date Closed:2013-08-02 09:23:03
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Features/Parking
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently, when watching an AMI stream of Asterisk 12, there is no way to determine that a channel has been parked in a specific parking space. Since there is already a stasis message for parking, it makes sense to create a to_ami() callback to generate a corresponding AMI event.
Comments:By: Mark Michelson (mmichelson) 2013-07-24 17:36:55.596-0500

This is actually  made even easier since there are already functions in place to create AMI event strings for parked users. It's just a matter of applying this to a to_ami() callback.