I
I
Ivan Tishchenko2016-11-28 13:42:16
Python
Ivan Tishchenko, 2016-11-28 13:42:16

How to send a call to Queue using ARI?

Wrote an application that tracks events on specific endpoints.
It was also necessary to track events by chan_dongle, but this module does not know how to use control via ARI. Therefore, in extensions.conf, an incoming call is sent to AppStasis:

exten => _0501122333,1,Answer()
 same => n,Stasis(myapp)
 same => n,Hangup()

How to redirect a call to Queue(office), or make an analog to ARI?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Yudakov, 2019-04-11
@Tihon_V

From the Stasis application, the channel can be returned back to the dialplan using the "continue" operation:
https://wiki.asterisk.org/wiki/display/AST/Asteris... Whether
in Queue, or... anywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question