[Home]

Summary:ASTERISK-21551: AMI 1.4 Improvements - Add Dial Begin/End messages to Queue
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-17 21:16:25Date Closed:2013-05-22 13:12:40
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface Core/Stasis
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When {{app_queue}} dials an agent, we need to convey the dial begin/end and status of each dial attempt via Stasis Core.

The beginning of a dial operation will occur where the existing {{AgentCalled}} AMI event is raised in {{ring_entry}}.

The end of a dial operation will occur in {{wait_for_answer}}. We need to raise dial end messages when an agent answers, as well as when they indicate busy, congested, or some other off nominal status.

We need to raise a new dial message pair during the call forwarding attempt that occurs in {{wait_for_answer}} as well.
Comments:By: Mahavir Shah (mahavirshah03) 2015-02-25 11:03:38.535-0600

Hey,Is there Any Java AMI which support Asterisk 13?
Any Jar file or Java AMI project which support Asterisk 13.