The following script allows to dial an extension at any time during the prompt, along with giving an option to press 1 or 2 to do different tasks (like dial by name or reach an operator etc).
CUE autoattendant – how to dial an extension at any time during the prompt?
Posted: July 14, 2006 by sankar in Cisco Unity ExpressComments
will you please send me this script
Can you send me the script as well? -PLEASE
One way to do this is to use the menu object in the CUE Editor to create an menu option to “DialByExtension” and use the leading extension digit (such as 3, if all extensions started with 3XX) as the trigger. You can then use the menu object to capture the other digits dialed, prepend a “3″ to the digits, and transfer the call.
Can you please send this script to me or point me in the direction where i can find some examples?
Thanks..
I could use this script as well. can anyone post a link to it?
I’d like to check out this script too. Has anyone been able to get a copy?
I found out how to do it on the following link:
http://www.cisco.com/warp/public/788/AVVID/cue-custom-scripts-start.pdf
Search for the word prepend in the document. You basically do the following (if your hotkey on the main script is 2 to dial by number):
Set prefixDigit = “2″
Get Digit String
Set TransferExt = prefixDigit + TransferExt
.
.
.
Call Redirect
In my case the extensions are four digits in length so I set the Input Length on Input tab of the Get Digit String option to 3.
Hope this helps.
Could you pleasse send me this script if you still have it available
thanks!
How can i get this script. This is exactly what i’m looking for. Thanks in advance.
This page might lose the image that decribe whole important things.
Could you fix it?
i wish also to receive the script
Hello,
I need you to configure a Cisco Unity Express.
In fact, the call goes on the answering machine but that does not give the possibility to record a message. The answerer to press 1 to enter the number to call or press 2 to enter the name of the person to call.
I also set up the transfer the voicemail to the Email Console mounted in case of absence.
Thank you
Hello,
I need you to configure a Cisco Unity Express.
In fact, the call goes on the answering machine but that does not give the possibility to record a message. The answerer to press 1 to enter the number to call or press 2 to enter the name of the person to call.
I also set up the transfer the voicemail to the Email Console mounted in case of absence.
Thank you
hello can i get that script.
Thank you
starting from CUE8.0 you can use Dial-by-Ext that allow Dial An Extension at Any Time in addition to have menu choice with overlaping between Ext and menu choices