Forward call to GUI created time condition or IVR

Bit of a newbie question!!

I am writing a new dial plan to look up from our internal database using some php against the caller ID then I ask a user to enter a PIN number which I verify based on our DB entry. I have all that working but if then user is valid I want to send them to one GUI configured IVR and if they are wrong send then to a GUI created Time Condition that choose which of two IVR’s to send them too based on time/day.

What i cannot figure for the life on=f me is how to send a caller to a GUI created IVR or for tham matter anything created in the GUI

Thank in advance

Jason

Just use:

Goto(from-internal,444,1)

And replace the 444 with whatever digits you want. Then create extensions, ring groups, misc applications, etc. for the destinations.

That works perfectly!!

Thank You

1 Like