You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: