asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
253 stars 99 forks source link

Final dialstatus of dialed channel #148

Open sbahmet opened 3 years ago

sbahmet commented 3 years ago

I'm creating a new channel ari.channels.create({...}) And listening to event Dial Then dialing with timeout ari.channels.dial({...}) Assume the other end is not answering. What I expect is status NOANSWER in Dial event handler. What I got is status=PROGRESS And then channel is destroyed/

How to get a final status of the dialed channel?