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/
I'm creating a new channel
ari.channels.create({...})
And listening to eventDial
Then dialing with timeoutari.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?