I have 5 agents in my queue.conf, and i want to initiate Queue from Stasis application. I am using Python to implement Stasis application.
When call is made to number ‘300’, Stasis application will be initiated and ineed to transfer call to free agents in round robin fashion.
I understood that it is possible with application Queue. But i couldnt find a method to make queue call inside Stasis.
Plz help me with a solution.
Extension.conf
exten => 2001,1,NoOp(Call landed in EXTENSION)
same => n,Stasis(call_Simulator,inbound)
same => n,Hangup()
call_Simulator.ph
Here i am using standard mixing bridge program “bridge-dial.py” for landing call on agent.
https://wiki.asterisk.org/wiki/display/AST/ARI+and+Bridges%3A+Basic+Mixing+Bridges