With no queue member logged in send call to IVR, if logged in but no answer, then to voice mail

I have a queue with dynamic members, with a maximum of one member logged in at a given time.

If there is nobody logged into the queue I would like callers to be directed to an IVR (via failover destination e.g.).
If a queue member is logged in but doesn’t answer because she is on a call or for some other reason, I would like the call to go to voice mail after so many rings.

How can I accomplish that?

The only way I can think to do this is to have the queue failover to custom dialplan that calls an AGI. The AGI would have to parse the output of queue show xxxx (where x’s are queue number) and fork the call based on that result. Not a trivial exercise, but I’m sure it could be done.

1 Like

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