Route to queue from custom dialplan

Hello
I have a small dialplan code that allows to determine to which queue an incoming call should be routed. I know I can probably do a Queue(name) to do this - is this the right way ? or is there a better way, that will be more respectful of freepbx ?

J.

Based on what little is provided, you probably want:

GoTo(from-internal,xxxx,1)

where the x’s are the numeric destination you want.

Many thanks, this is what I was looking for,

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