Call each available queue members just once and then leave the queue asterisk

I’m using Asterisk 13.30.0 in realtime.

I have a queue and this queue’s ring strategy is fewestcalls. I want each call in the queue call the available members in queue just once and then leave the queue. I tried to autopause and leavewhenempty options together but I couldn’t unpause to autopaused members.

Hope, someone has some idea on the matter. How can I do this?

If I understand the requirement, you can combine timeoutrestart=no, with timeouts chosen to only allow one cycle of calling.

Sorry, I guess, couldn’t explain myself clearly. Actually, timeoutrestart is no already. What I want is for it not to look at the timeout. I want it to accept that available members are called once for restriction.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.