UCCX 9.0 during prompt menu dial extension any time

Hello.
I need dial the internal extensions in any time within the script.
Currently the call enters to the script and after welcome message there is a step "GET DIGIT STRING" so that the person that calls enter the four digits of the extension known. This step have four seconds of timeout.
Subsequent to step "GET DIGIT STRING" is located the step "MENU" with 4 choices but we is happening that when the caller dials, for example, the number 2, the system takes it as if outside within the menu and calls are crossing to other option and the call is redirected to internal extensions which starting for 2XXX.
I attach the scritp (.aef file) for analysis.
Best regards.
Ernesto González

I don't have the means necessary to view you script at the moment, but I feel that I have enough information about your request to show you how I handle menus which also have a "dial at anytime" feature.
Variables
String caller_input = ""String transfer_to = ""String extension_operator = "2000"String extension_sales = "2001"String extension_support = "2002"String extension_complaints = "2003"String extension_compliments = "2004"Prompt main_menu = P[main_menu.wav]Prompt extension_dial = P[extension_dial.wav]Prompt invalid_input = P[invalid_input.wav]Prompt try_again = P[try_again.wav]int menu_retry_count = 0int menu_retry_limit = 3int extension_length = 4int menu_option_length = 1
Script
StartAccept (--Triggering Contact--)Set menu_retry_count = 0/* I set the retry here to 0, so that single digit inputs fall to the Timeout branch the first time */Main Menu: caller_input = Get Digit String (--Triggering Contact--, extension_dial + main_menu)  Successful    Main Menu Validate Input:    /* Did the caller enter enough digits to make an extension for us to transfer to? */    If (caller_input.length() == extension_length)      True        /* You might want to do some basic validation here, but I am going to blindly transfer to the number for this example */        Set transfer_to = caller_input        Goto Transfer Caller      False    /* The user didn't enter enough digits for a transfer, but maybe the pressed a single digit for a menu option */    If (caller_input.length() == menu_option_length)      True        Switch (caller_input)          Option 0 - Operator            Main Menu Default Option:            Set transfer_to = extension_operator            Goto Transfer Caller          Option 1 - Sales            Set transfer_to = extension_sales            Goto Transfer Caller          Option 2 - Support            Set transfer_to = extension_support            Goto Transfer Caller          Option 3 - Complaints            Set transfer_to = extension_complaints            Goto Transfer Caller          Option 4 - Compliments            Set transfer_to = extension_compliments            Goto Transfer Caller          Default            Goto Main Menu Default Option      False    /* No valid extension, nor single menu input was given */    Goto Main Menu Failure  Timeout    Goto Main Menu Validate Input  Unsuccessful    Main Menu Failure:    Play Prompt (--Triggering Contact--, invalid_input)    If (++menu_retry_count < menu_retry_limit)      True        Play Prompt (--Triggering Contact--, try_again)        Goto Main Menu      False        Goto Main Menu Default OptionTransfer Caller:Call Redirect (--Triggering Contact-- to transfer_to)  Successful    Set Contact Info (--Triggering Contact--, handled)    End  ...
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • IPCC Express: dialing extension while playing Menu Prompt

    I'm looking for a way to all extensions to be dialed during a menu prompt "You may enter an extenion at any time, press 1 for this, press 2 for that"
    Is there a way to accomplish this. Currently, the user is IPCC Express 3.5 Enhanced.
    Thanks, in advance.
    -r

    Sandy
    Do the 3, 4, and 5 digits extension start out with a different number? If so, you can use a Menu prompt to do extension dialing. Basically my prompt says "If you know your extension you may dial it now"
    So when the caller enters "222" within the Menu prompt it goes to the 2 branch and then I do a get digit(2 ditits with no terminating key) to collect the remaining 2 digits. Then I do a set Transfer = "2" + Transfer to get all 3 ditits.
    Each menu branch can have its unigue get digit parameters based on the number of digits you have.
    Once you get the 3,4,or5 digits then you can add an IF statement to play another prompt or transfer the call.
    Within each menu branch

  • CUE script for dial your extension at any time

    I am looking for a script which shows me how to allow people to enter an extension at any time without pressing an option key. How is this done?

    From my experience most IVRs just have a prompt such as "if you know your party's extension you may dial it at any time; for sales press 1, for support press 2, etc". Then you collect digits until they quit entering and then you figure out if they entered just one digit (that means its a menu choice) or more (they're dialing an extension). Ordinarily, the menu choices are things like dial-by-name or transferring to some specific extension where it doesn't make sense to additionally collect digits to do a dial-by-extension. I guess the exception might be if it was a (maybe partial) company directory prompt (e.g. 'john at extension 123; jane at extension 124;...') where you might want that. You'd essentially still collect a single digit while playing the prompt (i.e. play the prompt in a get digit string step); then once one has been created you could Goto the section that collects additional digits since then you know that they're dialing by extension.
    So it sort of depends on your requirements, but, to be honest, I haven't heard of anyone ask for the ability to dial by extension during each of the sub-menu choices.

  • How can I stop Firefox from periodically prompting for dial-up, temporarily disabling the keyboard?

    Firefox does this any time it is loaded and minimized, (so even when I am not using it), so it interrupts when using Outlook Express. The prompt comes even while a dial-up is already in progress.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Changing Audio that Plays during a Menu

    1.) Can the audio that comes with a menu template for iDVD 6 be changed? I am interested in using the "Memories" template and changing the audio that plays during the menu.
    2.) If so, what is the best audio format, bitrate, etc. for importing into a iDVD menu?
    Thanks.

    Sure. Look in the Settings menu for iDVD and you'll see a "well" where you can drop audio files. Lots of audio formats will work, but you may run into a bit of trouble if you use protected songs purchased from iTunes. I'm assuming that you'll be using this for your own personal use, and in that case you can use any song from a CD that you own. Import it into iTunes using any of the iTunes formats (aiff, mp3, etc) and you should be able to drag and drop a copy from the iTunes library into that well. Don't be tempted to reorganize your Library with the Finder while you're there to get your song -- iTunes won't like that at all.
    "Best" audio formats? I think you'll be hard pressed to tell the difference among the competing formats, but .aiff is less compressed than mp3 if space is tight on your DVD.
    John

  • Unity Connection 8.5 | Prepend Digits to Dialed Extensions overlap with an option in a call handler

    Hi,
    One customer has requested to set up a call handler in Unity Connection 8.5. The call handler should be capable of transfering calls to IP phones by dialing the last 4 digits of the IP phone's extension. The last 4 digits of the extension from all IP phones begin with 12. However, the customer is also requesting to have an option on the same call handler, so that if users would dial 1, the call is transfered to an IP phone
    As you can see, there is an overlap between the last 4 digits of all IP phone's extensions, and an option in the call handler. Therefore, if I configure both options in the same call handler, when the users would press 1, Unity Connection will immediately send the call to the extension setup for option 1, even if the user wants to dial the last 4 digits of an IP phone extension
    One possible solution would be to change the option in the call handler to transfer the call to an IP phone, to something different than 1. However, the customer wants to have this transfer to be performed when he press option 1
    Is there any other possible solution for achieving this?
    Thanks in advance

    I don't see any problem, just don't check the option to ignore additional input when configuring caller input on digit 1
    By default CUC will give you 1500 ms to dial for any other digits before trying to route the call with whatever you dialed.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Auto-dial extension in email on iPhone

    I've seen how you can auto-dial extensions on the iPhone for contacts by inserting commas, etc. I'm trying to get the same functionality in appointments and emails. For example, for Blackberry users, I can type 866.252.0050 x1098022# and it will automatically dial the extension (or conf bridge ID) after the 866 number on queue from the user. I've tried 866.252.0050,,,1098022# and 866.252.0050pp1098022# in emails to the iPhone. It shows the entire string as dial-able (underlined and blue) and asks me if I want to dial it when I tap on it but then it doesn't do anything, just goes back to the email.
    Here's the use case, we have people traveling all over the place and use conference bridges a lot. When they're walking, it is difficult to find something write the extension on. It would be much easier to provide them a way to automatically dial the extension.
    Any suggestions or tips and tricks?

    There is a great app to do this.
    Dial My Meeting is an app that automatically extracts your conference call information from your meeting invitations, and dials them for you.  It has dialed over 50,000 numbers to date (July 2012) and is rated 5 stars in the App Store and Google Play.  This is a must-have app!
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    <Edited by Host>

  • I loaded Mac OS X v10.7 Lion yesterday. Everything's running fine, except for a simple problem. Any time I want to copy a file, JPEG, etc., I am prompted "Finder wants to make changes. Type your password to allow this." I don't want this!! Is there a way

    I loaded Mac OS X v10.7 Lion yesterday. Everything’s running fine, except for a simple problem. Any time I want to copy a file, JPEG, etc., I am prompted “Finder wants to make changes. Type your password to allow this.” I don’t want this!! Is there a way to unlock “Finder” or rid this process?

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. You can demote it back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:20 ~ $_ ; chmod -R -N ~ $_ 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Help needed - want to skip to the menu screen, using any button!

    hey there -
    i'm creating a DVD in DVD Studio Pro 4 - when the DVD is inserted, the viewer is treated to a bunch of trailers and previews - it's set up with the "First Play" option. i have to do it this way, for the client.
    obviously, i'd like the viewer to be able to skip that stuff and go straight to the main menu. after all, that would be a pain to go through, again and again, if one wanted to watch the DVD mulitple times.
    i want to create the DVD in such a way where the viewer can hit ANY button to skip the initial previews and end up on the Main Menu screen. they should be able to hit the "chapter forward" button, the "menu" button, or any other button. in other words, this should be a very user friendly DVD, for those that want to skip over this stuff.
    is this possible? how do i do it? do i need to make a script? it's bugging the heck out of me, and the deadline is coming up way too fast...
    thanks!
    -kenneth
    mac dual 2.7 G5   Mac OS X (10.4.5)   dual-layer burner

    i want the user to be able to hit the "next chapter" button, or, ideally, any button; to get to the main menu. again, this is during the 2-minute trailer ad that occurs before the menu.
    Place a Chapter Marker at the end of the track and set that to have an action to jump to the menu. (Place it at the very end of the track, and also have the tracks end jump jump to the menu, actually to prevent certain players ffrom blowing through chapter markers, place two chapters at the end, the action for the next to last one jumps to the menu, and also DISABLE all actions at the Marker, then the same for the next one.) You can also make it a story witth Marker 1 & 2 and then set the jump to the menu.
    The inspector on the track provides all the main buttons on a remote, but some (like subtitle or fast forward) may not do anything or just behavee like they normally behave with no way of overriding them.
    If you set the ones you can in the inspector for the track and then also use the chapters described above, you hit most of the main buttons you can.
    Since pictures are worth 1000 words, download this little project to see what I am talking about
    http://www.geocities.com/mypix013/MenuCall.zip
    Also look at this thread
    http://discussions.apple.com/thread.jspa?threadID=459698&tstart=0
    Where there is some discussion of some things that cannot be done, particularly relating to subtitle buttons (if Hal and Jake say certain things can't happen in DVD SP, you can be pretty much assured that it can't happen)

  • Holding 'select' and 'menu' at the same time doesn't help. What now?

    First, the only thing that would happen when trying to turn it on was that it would show a message with the Ipod support website but nothing else. Now it doesn't even turn on. Pressing 'select' and 'menu' at the same time doesn't help and it is not on Hold. Any ideas or is it just dead?

    I have the same problem, only not so far gone. My iPod keeps showing me the logo for a couple seconds, then a red X that tells me to go to apple.com/support. I have been here several times and tried the five R's and nothing has worked. My iPod is also charged and the hold isn't on. My computer isn't recognizing that it is hooked up, my warranty is up and this is my second iPod. My first one's death was completely my fault, but I did nothing to prompt this lock down. I am about ready to try some of the risky hints online to get it to work but I would like something less extreme than taking the thing apart.

  • My iPhone 4 with iOS 6 is making me start to hate Apple. Any App and at any time I open and I can not view it or move for more than 2 minutes, they close themselves. During connections, it also gives this problem and the signal disappears after a few seco

    My iPhone 4 with iOS 6 is making me start to hate Apple. Any App and at any time I open and I can not view it or move for more than 2 minutes, they close themselves. During connections, it also gives this problem and the signal disappears after a few seconds back but often the person on the other end has hung up ... I can not stand it anymore, someone suggests something?
    Besides these problems, there is the battery, which was bad got worse, she is not lasting more than 10 hours, even without using the phone.
    Sometimes it even seems that the problem was solved, but my joy did not last long after I celebrate all the problems return, is incredible ...
    thanks.
    Sorry my bad Inglês.

    Try a reset hold home/sleep buttons until Apple logo appears
    If that does not improve try a restore
    http://support.apple.com/kb/HT4137
    For your information
    We are NOT Apple here we are all users helping other users
    so emotion is ignored

  • Menu bar date and time is flashing and spotlight doesn't work

    Help! My menu bar date and time in top right corner suddenly started flashing and Spotlight doesn't seem to work. It would normally appear just below the date and time. Is this a known issue? 10.4.7 on a 1 GHz G4 (eMac).
    Any ideas - I tried restarting with no difference.

    Create a new account, name it "test" and see how your Finder and Spotlight work in that User acct? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • When on a call my 4s keypad shows(everything shows) causing me to dial or face time when I don't want too how do I make screen go black while on a call

    The screen on my 4s does not go blank while on a call causing me to accidentally dial or face time what can I do

    You have a case on your iPhone? It might be blocking the proximity sensor, which is responsible for inactivating the keypad.
    If you have a case on, try removing it and see if that fixes your problem.
    If not, you'll need to talk to Apple about a repair or replacement.

  • HT3805 aperture no longer displays "destination pop-up menu "when importing, any ideas? regards Laurie.

    Aperture no longer displays "destination pop-up menu" when importing. any ideas? thanks

    Not even the "reset to defaults" option?
    If it is there, try that.  Restart the system, if you have not already done so.
    If options in the User interface are missing, this is usually caused by corrupted preferences files and preset files in the user library. To check if that is the case, log into a different user account, for example the "Guest account". Launch Aperture. Do you see the missing import options there?
    (see: Isolating an issue by using another user account)

  • Cannot change filename extensions any longer

    Hi,
    this morning I encountered a strange problem:
    In Finder, I cannot change the file name extensions any longer. When I hit enter and change e.g. Example.txt to Example.taskpapertheme, it will automatically be renamed to Example.taskpapertheme.txt as soon as I hit enter. I _can_ rename it via the Get Info-pane, on the other hand. I tried it in the Applications folder too, and it will always add the "correct" extension to the one I chose instead of just asking me whether I really want to do this.
    Then again, I just renamed an .taskpapertheme file to .txt, and it worked. I could even reverse this, so the problem seems to be limited to some files.
    I have no idea what to do, so I'd really appreciate your help!
    Kind regards,
    krml

    Thank you, but unfortunately that didn't help.
    I know about extensions and file types, but normally OS X will let me change it if I really want to do it, even if it's stupid like renaming .app to .txt.
    The problem is, that OS X doesn't ask me any longer, but automatically adds the previous externsion to the filename after the extension I need to make some program recognize it. In my example, the theme files for TaskPaper are plain text files, but only load if they are named .taskpapertheme - unfortunately I cannot rename it in Finder as it will always add .txt when I finish editing the filename.

Maybe you are looking for

  • Can I delete a genre from the list?

    I've found it very easy to add genres to the list of available genres by simply typing a new one on the "get info" screen. My difficulty is that I have a lot of Genres out there on the available list that I don't know how to get rid of. When I browse

  • I have a new iPad but I can't go into VPN option after I uninstalled vpnoneclick app

    I have a new iPad and before I uninstall vpnoneclick app from AppStore I was able to set a VPN but now I can't even enter the VPN option please help me

  • My power adaptor doesn't light up when i've plugged it in

    I followed to guide to cleaning it but i still haven't had any luck. I left the power adaptor out of the computer for three days so i don't see what could have happened to it. Any help would be appreciated Macbook Pro   Mac OS X (10.4.8)  

  • Oracle ApEx bug?

    My environment: Windows 7 32 bit Oracle 11g XE R2 GlassFish Server Open Source Edition 3.1.2.2 (build 5) ApEx Listener 2.0.0.354.17.05 (deployed as an application in the above web server) ApEx 4.2.1 My Problem: 1. Define a RESTful Resource Service Mo

  • Adobe 8 Standard, Security question

    When I open the SECURITY function in Adobe 8 Standard Edition, I cannot set the EXTRACT PAGES option to NOT ALLOWED. What am I missing? I can set all of the other security options but I do not see anything that allows me to set this option. I've chec