How to set the number of rings for the agent phone rings before it get the not prepared state

hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
thanks

The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
Regards,
Kevin

Similar Messages

  • Beginners question: how to set a number of repeats for an operation

    Seems like a pretty basic feature, but I cant figure it out ...
    I want Illustrator to create a certain number of random color-swatches but would like to avoid copy-pasting the relevant parts of the script that many times into the jsx-file.
    How can I set such a number or get the script to go back to a certain line until the doc.swatches.length reaches the intended number?
    Any help appreciated.
    Illustrator 13.0.2 on Mac OSX 10.4.11

    Use a for loop:<br /><br />var numSwatches=prompt("How many Swatches do you want?", 12);<br /><br />for(i=0;i<numSwatches;i++){<br /><br />[do stuff];<br /><br />}<br /><br />JET

  • How to set unknown number of binds for dynamic setWhereClause? - Urgent!

    Hi,
    I have a requirement wherein i would have to pass unknown bind parameters to the where clause of the sql query in the VO at runtime.
    Ex: Select a, b, c from XYZ where a in (....).
    How do i achieve this using the setWhereClause for the condition "*where a in (:1, :2, ...)*" - the number of arguments is unknown in the IN condition.
    Thanks.

    Hi Sumit,
    Thanks for the quick reply,
    But my problem is:
    1. the initQuery will have a variable number of arguments so the below code wont help i guess, because i wouldn't know how many i will have to pass.
    void initQuery(String value1, String value2, String value3)
    this.setWhereClause(null);
    this.setwhereClauseparams(null);
    this.setWhereClause("a in ("value1", "value2", "value3");");
    this.executeQuery();
    2. The second suggestion i guess would work, but i don't know how to go about this, the parameters that i need to pass to this unique bind parameter would be number type.
    Another option is to have a unique bind parameter (:1) in the VO query
    Select a, b, c from XYZ where a in (:1)
    But you have comma separated values in the string which you bind for :1 (eg "xyz,abc,dfg" )
    Thanks.

  • Why is the "Number of Rows" for a report seem to be cached in the session?

    When I change the Number of Rows in any given report that this change doesn't immediately take effect. After much poking around and gnashing of teeth -- I found that I have to go into Manage Session State and Remove State for my session before these changes go into effect.
    Can anyone explain why this setting would be stored in the users' session state and why when I login and get a new session_id this setting seems to persist.
    Thanks,
    Jason

    1. if you login with a new session, the pagination should be reset and the new number of rows should be displayes - which version do you use. I just checked on apex.oracle.com and it worked.
    2. You should try using reset pagination option to see what happens.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • My iPad and iPhone4s both state "NOT ENOUGH STORAGE" and can't backup due to not enough iCloud storage available in the cloud.  I have sync my phone but I still get the msg - I will sync the iPad as well - both devices receive my mail as well as Acer pc.?

    My iPad and iPhone4s both state "NOT ENOUGH STORAGE" and can't backup due to not enough iCloud storage available in the cloud.
      I have sync my phone to my pc using itunes, but I still get the msg on the phone - could it be that the ipad and phone both receive the same mail?  I did go into Settings - icloud - and shut off Mail on phone - I will sync the iPad as well - both devices receive my mail as well as Acer pc.?  thank you -

    Not having enough storage in your iCloud account isn't caused by using your iCloud email account on your device.  It may be caused by having lots of email in your account though.
    Go to Settings>iCloud>Storage & Backup>Manage Storage to see what is taking up the space in your account.

  • How to set required number of days for the user passwords to expire

    How do I set the duration when users are required to change their passwords?  This is an internal control measure to ensure control over users' logins.
    Thanks a lot.

    You can also set the lifetime of a single password dependent on it's "idle" status:
    - Initial password at user creation. (e.g. 5 days)
    - Reset password by admin. (e.g. 1 day)
    - Productive password not used (e.g 91 days)
    .. and the minimum validity of the password, regardless of how often it is used (not idle).
    - Productive password expiration time. (e.g. 90 days)
    You can also manually observe what is going on via report/transaction RSUSR200.
    If you take a look at the documentation on the parameters in the link already provided, you will see the logic and the dependencies between them. The selection fields of RSUSR200 reflect the same.
    How you rate the risk of passwords and these settings, also depends on many other things - most notably how disciplinced admins are at using the password wizard (in my opinion).
    Cheers,
    Julius

  • I am wanting to know if my blackberry curve that I no longer use could be put on a phone card plan and if the number that she has on another phone can be transfered to the curve?

    I am giving my old phone the curve to a friend who wants to know if the phone can be phone card used?

        Good afternoon shrimpski. What a wonderful friend you are to be giving your friend your old Blackberry Curve. I need to find some friends like you to get me out of sticky situations. Are you wondering if they can use it on a prepaid account? Depending on the make and model of the Blackberry, they may be able to activate it on a Verizon Wireless prepaid account. For more information on our prepaid options please reach out to our prepaid team at 888-294-6804.
    Verizon Wireless phones can only be activated on Verizon Wireless accounts. If they are looking to use the device with a different carrier, they would want to bring it to the carrier to see if it is a device that they can activate on their network.
    NickB_VZW
    Follow us on Twitter @VZWSupport.

  • I need to increase the number of authorizations for my Adobe ID.

    I need Adobe to increase the number of authorizations for my Adobe ID, but I cannot get in contact with them.

    Hello,
    contrary to kglad's hint I think it makes more sense to use this:
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html#adobeproductdownload   >>> I lost my serial number or downloaded a product from Adobe.com >>> Find your serial number on Adobe.com
    Hans-Günter

  • How to find out the Number range object for Incident number

    How to find out the Number range object for Incident number ?
    CCIHT_IAL-IALID
    regards,
    lavanya

    HI, an example.
    data: vl_num type i,
          vl_char(6) type c,
          vl_qty type INRI-QUANTITY,
          vl_rc type INRI-RETURNCODE.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        NR_RANGE_NR                   = '01'
        OBJECT                        = 'ZRG0000001'
       QUANTITY                       = '1'
      SUBOBJECT                     = ' '
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
       NUMBER                        = vl_num
       QUANTITY                      = vl_qty
       RETURNCODE                    = vl_rc
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    vl_char = vl_num.
    write vl_char.
    Regard

  • The vibration on my iphone 5s. i tried restarting it that didn't work. i went to setting made sure vibration was on. i also tried changing the vibration that is set for when my phone rings and it didn't vibrate when i did that. what should i do?

    the vibration on my iphone 5s. i tried restarting it that didn't work. i went to setting made sure vibration was on. i also tried changing the vibration that is set for when my phone rings and it didn't vibrate when i did that. what should i do?

    Check http://support.apple.com/kb/TS5419 and be sure both ends of the connection are properly updated.

  • I had downloaded and used Final Cut Pro 7 (studio 3) on my mac, but it died. Can I download it to my new computer without buying a new copy? I'm not sure of the number of installations for academic copies. How would I do this?

    I had downloaded and used Final Cut Pro 7 (studio 3) on my mac, but it died. Can I download it to my new computer without buying a new copy? I'm not sure of the number of installations for academic copies. How would I do this?

    AH...good. 
    There is no limit on the times you can install it from the DVDs. There's just a limit as to being able to run it on multiple machines AT THE SAME TIME. If your old computer dies, or you sell it (please reformat the drive so they don't get FCP for free), then you can install on a new computer fine.  And you are allowed to install on (1) desktop and (1) laptop at the same time as well...but only use it on one machine at any given time. Meaning you can use it on the desktop at work, and then when away from the office, on your laptop.
    Long story short...you can install it fine without any issues.

  • How to check the number of licences for ODI

    Hi,
    I would like to know , how to check the number of licences exists for my current OID.
    ODI Version: 11.1.1

    ODI licensing is similar to Oracle DB licensing. Its licensed by the number of cores in your target database.
    So, count the number of CPUs in your target box. Multiply them by the core factor (x86 vs sparc, etc) and then match with the paperwork you have :D

  • How to set page number & current date in sqlplus result

    how to set page number & current date in sqlplus result

    Hi,
    Use the TTITLE command. For example:
    SET     PAGESIZE     15
    TTITLE     LEFT  &_date     RIGHT  "Page:" FORMAT 999 sql.pno     SKIP 2
    SELECT     ROWNUM
    ,     ename
    FROM     scott.emp
    ;Output:
    12-Jan-2011                    Page:   1
        ROWNUM ENAME
             1 SMITH
             2 ALLEN
             3 WARD
             4 JONES
             5 MARTIN
             6 BLAKE
             7 CLARK
             8 SCOTT
             9 KING
            10 TURNER
    12-Jan-2011                    Page:   2
        ROWNUM ENAME
            11 ADAMS
            12 JAMES
            13 FORD
            14 MILLER 
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and the results you want from that data. If your question is based on commonly available tables, like those in the scott schema, then you don't have to post any sample data: just post the output.
    Explain how you get those results from that data.
    Always say what version of Oracle (and other relevant softward, SQL*Plus in this case) you're using.

  • Is there a setting in UCCX for long an agent phone rings before it sets him to NOT READY?

    Greetings,
    This is a new install, version 8.5.1.11..2-22, and we're in the testing phase. So, when calls are presented to an agent the phone rings for about 3 seconds (maybe 5) and then the agent is placed in the NOT READY state on the CAD and the call is presented to the next available agent. And the same thing happens, his phone rings for about 3 seconds (maybe 5) and then he's placed on NOT READY and if there is another agent the pattern repeats.
    IF you have the phone set to auto-answer with speakerphone - the call connects
    IF the agent is fast enough to answer via the CAD gui - the call connects
    So, I'm thinking there must be a setting buried somewhere we've missed on how long the agent phone will ring before the system puts him on NOT READY. Or could it be something else?
    Thanks for your time and attention!
    Keith

    The script is the culprit. So do I get credit for correctly answering my own question?  

  • How to file auto number in save for web ?

    Hi All,
    how to file auto number in save for web ?
    I have make an action script in Photoshop cs5 that
    change the image resolution and SaveForWeb...
    (but at this point user need to supply the file name)
    so, How to write the code/action such that when the
    action button is click the image will save into the file
    file2eMail_001,file2eMail_002,file2eMail_003,file2eMail_004
    or to any unused number ?
    thank for any help!

    You could also ask over in the Photoshop Scripting Forum, I’m pretty certain stuff like progressively numbered copies has been addressed there previously.

Maybe you are looking for

  • CUVA and SPA525G IP Phone in VPN Mode

    Will i be able to co-locate my laptop off of a SPA525G IP phone that is in VPN mode (connected to the internet via Cat5/6 of course, NOT 802.11g) and run CUVA?  it is my understanding that CUVA will work on the SPA525G phone when it is on the interna

  • Mail address lookup in shared hosting with multiple address lists setup

    Hi, we have an Exchange 2013 environment for hosting purposes. One client uses two seperate company names (and domain names). These companies are seperated in Exchange and use seperate address lists. This client uses mail between the two domains. Let

  • Error message unknown software exception

    Thunderbird doesn't open and I get this message "The exception unknown software exception (0x0000417) at location 0x78b2ae6e". How can I fix this? Can I just re-install Thunderbird? Thanks.

  • COPA ISSUE for Cost Splitting of material

    Hi ALL, My client is having some new requirement in COPA for the Promotional items. As they always create new material code for Promotional item which will be combination of more than 1 material sometimes it will be created with the combination of 3/

  • Oracle Configuration Manager 10.2.7  on physical standby database

    Hi Did anybody succeed to install and get running OCM on physical standby-database? When starting collection configuration script, i get an known error ORA-01219. Any help any tipps? Felice