Mitel Forums - The Unofficial Source

Mitel Forums => Mitel MiVoice Business/MCD/3300 => Topic started by: JosIPVG on May 30, 2022, 06:43:04 AM

Title: Transfer out of UPiQ subroutine
Post by: JosIPVG on May 30, 2022, 06:43:04 AM
Hello guys and gals,

For a customer thats using Micc we have built a new flow and they are using a UPiQ subroutine to state the Queue position.

When they reach pos5 we would like them to be able to press # to leave a callback/Voicemail but without using the Callback subroutine due to a lack of ports.

Is there any way to be able to transfer out of the UPiQ subroutine to a Subroutine that forwards to a NuPoint box?
Title: Re: Transfer out of UPiQ subroutine
Post by: billbry66 on June 04, 2022, 06:28:29 AM
UPIQ is an inqueue workflow so not all options ( tools) are available to it

-havent tested but you can probably do a variable compare and check whether <<UPiqPosition>> = 5
On Match could play a prompt warning them that they are being forced out to voicemail
Then interflow to send it to the voicemail - would have to send to an associated extension rerouted to the mailbox

there are no menu options so you cant ask them to press a digit to select going to voicemail
Title: Re: Transfer out of UPiQ subroutine
Post by: JosIPVG on June 07, 2022, 03:34:28 AM
Goodmorning,

Looking at the UPIQ i do have the option to create a menu to use user input, are you saying this wont work inside a UpiQ subroutine?
Title: Re: Transfer out of UPiQ subroutine
Post by: mark.vanderheijden on June 07, 2022, 04:32:19 AM
You can add a menu into the UPiQ routine and transfer it to a mailbox/message.
Title: Re: Transfer out of UPiQ subroutine
Post by: JosIPVG on June 07, 2022, 04:45:58 AM
You can add a menu into the UPiQ routine and transfer it to a mailbox/message.

Morning Mark,

Problem is i cant use a transfer in the menu , or have it divert to a non UPIQ subroutine so that it will route to our Nupoint Voice2Mail box.
Title: Re: Transfer out of UPiQ subroutine
Post by: mark.vanderheijden on June 07, 2022, 05:57:04 AM
Thats right, you can transfer it to a separate subroutine and do the transfer to NP or embedded there.