How-to use GoTo block for queue routing

 

If you need to have many calls to be routed inside a Cally Square in e.g. to distribute the calls over several queues, it’s highly recommended to do not use the queue block, in order to lighten the resources use on the system.

First of all check how many channels your server is using by launching this from the Linux CLI:

ss -at '( dport = :4573 )' |wc -l

Place the GoTo block in place of queue block (into the already existent Cally Square):


Then set its parameters accordingly to the needed destination:

GoTo command require an extension in order to route the call.

So you need to create an extension pointing to the application you need to execute (eg. playback, queue, etc) by using an internal route (you can’t set a GoTo with the queue name because it’s not a valid extension).

 

(For more information about IVR designer, explore here the relative documentation)