Outbounds Script. UCCX

Hi all,
I'm trying to implement an outbound script. I pass the phone number by "Get XML Document step" and run well, but i don't know how i can to extract the call info.
When i use "Set enterprise call info Step" only write the call information in the UCCX data base from agent phone. I need to write in a document or in the UCCX data base, information about all the phones that the script make.
Someone can help me?
Regards

Hello, Antonio.
I'm sorry to see you were not able to find the information or assistance you were looking for here in the Contact Center community forum.
You may be able to find more help through the Cisco Developer Network.
Also, you might want to consider engaging Cisco Advanced Services via your account team to assist with UCCX custom scripting.
Thank you, and good luck.
-Paulo

Similar Messages

  • Script UCCX. Outbounds

    Hello,
    I need to implement a script with uccx editor to make multiple outbound calls to diferents phone numbers. In the outbound subsystem of uccx can introduce the phone numbers in a .txt archive and then use a csq agents, but now i need to use a prompt .wav in the outbounds calls. Have i to use an script or can i implement this with the outbound subsystem? How can i introduce more than one phone number in the "Place call"?
    Regards

    Hi Antonio,
    If you want to play a .wav, then you will need a custom script. you can take the phone numbers from a XML document or a database query.
    Gabriel

  • UCCX 8.0 Outbound Scripts

    Hi all,
    With the Outbound module in UCCX 8.0, we were wondering whether it was possible to show agents more info about the contact they will be calling (when reserved for an outbound call) besides the 6 fields in the Dial List (account number, first name, last name, phone01, phone02, phone03)?
    We were thinking along the lines of updating CAD's integrated web browser with more customer details fetched from the CRM database, or perhaps triggering a macro to pull and display the contact's record in another application...
    Is any such thing available with UCCX? For those using the Outbound subsystem in UCCX -- are your agents satisfied with knowing only the account number and name of the contact they will be calling?
    Many thanks for your input!
    ~ Eric

    Hi!
    I need to integrate the Outbound campaign with the Integrated Browser to open up contact information from the customer CRM.
    In order to achieve this I need to use HTTP Action and on the Requested data I need to choose something that matches the Account Number we insert in the contacts file we upload to the campaign.
    Is the Request Data = *Customer Account Number enterprise variable? Or should be the BAAccountNumber enterprise variable I have to use on the HTTP Action?
    The BAAccountNumber don't show up on the REquest Data drop box...Can I use the other?
    I'm using UCCX8.5
    Thx in advance,
    Rui

  • Uccx outbound script & .txt file

    Hi all,
    I have a file (.txt) to import contacs to outbound. This file have: name, lastname, phone, account. I would like to play a prompt depends of account field.
    How to get this field into variable in a script to use this way.
    Which is you recomendation?
    Regards,

    following query returns no output
    "select concurrent_program_name, multi_org_category
    from fnd_concurrent_programs
    where concurrent_program_name = <concurrent short name>"
    I have tried to run from the UKHRMS responsibility as well but the report is still giving me the same results i.e. 0 .
    pls note that the following SELECT commands do not give any out put ... i.e. after running the concurrent request from the application end.
    select rpad(rtrim(name),40)||' '||rpad(nvl(account_number,' '),16)||' '||
    substr(to_char(amount,'0009999999.99'),-13)||' '||
    rpad(rtrim(bank),35)||' '||lpad(nvl(branch_code1,' '),2)||lpad(nvl(branch_code2,' '),2)||lpad(nvl(branch_code3,' '),2)||' '||
    lpad(nvl(branch_code1,' '),2)||lpad(nvl(branch_code2,' '),2)||lpad(nvl(branch_code3,' '),2)||' '||
    rpad(nvl(branch,' '),35)||' '||
    rpad(rtrim(employee_number),6)||' '||payday
    from xx_banks_direct_payments
    order by bank, branch_code1,branch_code2,branch_code3, name
    select bank, lpad(rtrim(count(employee_number)),4)||
    ' '||substr(to_char(sum(round(amount,2)),'999,999,999,999.99'),-13)
    from xx_banks_direct_payments
    group by bank
    order by bank
    select ' Totals: Number of Employees: ' ||' '||count(employee_number)||' '||' Amount:' ||' '||substr(to_char(sum(round(amount,2)),'999,999,999.99'),-13)
    from xx_banks_direct_payments
    pls help

  • DTMF Isn't Working When a Call is Placed Outbound from UCCX

    I have a script that places an outbound call and when the caller answers the call, I do a get digit string to capture caller input and the DTMF isn't working. The caller is hearing "Are you there?".
    Here is the call flow:
    Http Trigger into a script
    Script places an outbound call using the Place Call command
    The call gets answered.
    Using the Get Digit String command, the caller hears the prompt that is played with get digit string.
    The caller presses keys, but no keys are accepted.
    Caller hears "Are you still there" and timesout.
    I believe this was working at one time, but the script wasn't used and now we are revisiting this script.
    I am using a H.323 gateway. IP phones using the same gateway to reach the PSTN do not have problems with DTMF. Inbound calls to the UCCX script are working when calling into a script with a Menu step.
    Your help is appreciated.
    Thanks.

    You are exactly right. I was hitting DP 0 since during the cut I adding a ^ in front of my voip dial-peer pointing to the CUCM cluster. Once I waited to the call volume went down, after 9pm, I was able to do a debug voip dialpeer and I was able to see that the inbound dial-peer was matching.
    Thanks for your reply.

  • How to find the ANI in the outbound script

    Hi All;
    I discover that the numbers in the import file are coming as ANI and that is what we see in the CTIOS client (for outbound, the blended agent software).
    I need to capture this ANI in the script and store it as a variable (any of the vairables) to be passed for the Gateway ODBC.
    Any one knows how can I store the ANI? Under which variable? Under which icon and properties I can find it?
    Any help?
    Regards
    Bilal

    I'm not sure you can do it server-side.
    The ICM script is finding an agent to send the reservation call to. Once it finds an agent, it will reserve them and call a customer (more than 1 if over-dialing is set). If the customer answers, the other end is transferred to the agent. If the customer does not answer, the agent is kept reserved and another call is placed to another customer. You can easily see this. These are calls to different customers - yet the routing script was unaware of this.
    I could not figure out how to do it server-side.
    I think you will find that client-side lookup is the way to go. Since you are using CTIOS client, you can take the CTI OS Toolkit application and add VB (say) code to do the lookup, making a customised CTIOS Soft Phone.
    You would not need to use the ANI, but the BAAccountNumber - which you loaded during the import process. This can easily be the primary key to a table in the back-end system you need to query.
    I have done this for a customer using Outbound Direct Preview and it worked nicely.
    Regards,
    Geoff

  • Wrap-up time for manual outbound calls (UCCX)

    Is it possible to configure the wrap-up time for the manual outbound calls in UCCX? I think, this option only exists in CSQ, which is of course meant for the inbound calls. Any thoughts or any workaround to make this work?
    Requirement- Once a manual outbound call is hung up, agent's state should be switched to WORK READY as per the wrap-up timer setting.
    Thanks.

    Dear experts,
    I look forward to hear from you if you have anything to offer. Wrap-up TIME to be setup for manual outbound calls in UCCX.
    Thanks,
    Piyush

  • Scripting UCCX 9to Unity Connection 9 Directory Handler

                       My customer wants the voice enabled directory handler in Unity Connection 9.x but they do not want the "if you know your parties extension, you may dial it at any time" part.  My question is, is it possible to create a UCCX script to answer and provide a menu that, among other things, forwards the call to the directory handler but hits the 4 key to go directly to the "who do you want to call?" prompt so the caller never actually hears the part about knowing your parties extension?
    Yes is seems petty and trivial however....

    Sure. You an also build customer call handlers and directory handlers in Unity and record any prompt you want, so not sure why you would want to do it in UCCX unless you have some more advanced requirements, i.e. massage digits, lookup stuff via XML, DB, etc.
    HTH,
    Chris

  • Overview scripts UCCX 7.X

    Hello,
    Is there an easy way to get an overview of all the scripts that are being used in UCCX 7.X
    We see the need to document alot of them
    Kind Regards,
    Yannick Vranckx

    Well,
    At this very moment making an overview of the script + the settings in an excel with the information from the applications in UCCX7.X.
    When this is done, calling each script to determine the flowchart in Visio, so a bit of backtracking

  • Error while changing a script / UCCX 8.5

    Hi,
    While trying to change scripts last night I got the following error DBMgr:delete:failed: file name java.sql.SQL.Exception: Could not position within a table (informix.scriptsfiletbl)
    I have never encounterd  this error.  This morning it seemed to have work fine.  Anyone know what that error means? 
    Thanks,
    AJ

    Hope you already tried: ls -l /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini If ls returns the file name, try running the script under truss to find some clues.
    % truss -f -vall -rall -wall -o /tmp/mwpatch.log sh vmw502_sunos5_HF*

  • Beep while transferring to agent from icd script UCCX 8

    Callers from ICD script hears a beep instead of a ringback while ringing on agent phone/desktop. Can we change it? Thank you.

    What Network  MoH source have you got set on your CTI ports? -  am guessing that nothing is set.
    Create an MoH source using a wav recording of a ringing phone then apply this to the network MoH of your CTI ports ans your callers whould hear a ring phone when the call is transferred to an Agent

  • Oracle Projects scripts

    Hi,
    Does any one have Oracle Projects inbound and outbound scripts?
    Thanks and Regards,
    Anil.

    Could you please cut and paste the line of SQL script
    that is failing?
    Also, where are you executing this? From the Oracle
    Database Project? Run SQL*Plus dialog?I ran InstallOracleASPNETCommon.sql from the Oracle Database Project using the Run option when you right click.
    Is there a way to see the actual line number that the script failed on? What I pasted above was the only error I saw. "SP2-0310: unable to open file "D:\Documents\Visual.sql"
    By the way, I was able to get the script to run by taking out all spaces in the path to the Oracle DB Project.

  • UCCX Call Back After Adjustable Time Period

    I have been asked to create a script that allows a person to call in, enter their phone number, and after a certain number of minutes a call back is initiated. I have found the script from the script repository named BaseLineAdvQueuing which has call back builtin, but I am curious how I could create some sort of timer that is adjustable based on caller input to schedule the call back. For example, "enter the number of minutes before you wish to recieve a call back from the system" the person may enter 45 and this would set the ball rolling for the call back a quarter of an hour later.
    Any ideas how I could acomplish the timer aspect of this?
    Thank you for your input!

    This can get complicated, especially if your call center is already complicated.  Basically, you are going to need to write records to your database.  Have a scheduled task check your database entries for records which need to be processed for callback.  Have UCCX initiated via an HTTP Trigger.  That script will then place a call to your CSQ script, wait for an Agent, and then connect the Agent to the caller.
    Some challenges you might face:
    Scripting UCCX for such a solution
    DB design and access
    Error handling/User experience
    Consideration for EWT
    Consideration for which CSQ
    Reporting
    Cisco will not support you on this, so whatever you do, make it as simple as possible while still achieving the goal.  You're going to need to support it yourself.
    Good luck.

  • Unify for Cisco UCCX

    Has anyone worked with Unify for Cisco UCCX? if yes, please provide pro and con on the product. I am checking on outbound campaign dialer options and see what would best fit client's requirements. I have tested outbound on UCCX, but it does not have all the requirements on client's wish list.
    Thanks.
    Dat Pham

    Hi Marco-
    Take a look at the UCCX 9.0.2 Administration Guide under the ASR and TTS in Unified CCX section:
    http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_02/configuration/UCCX_Admin_guide_902.pdf
    UCCX Configuration Guides:
    http://www.cisco.com/c/en/us/support/customer-collaboration/unified-contact-center-express/products-installation-and-configuration-guides-list.html
    DJ

  • Script Outbound. How introduce multiple numbers in a "Place call"?

    Hi,
    i'm trying to implement a script to make multiple outbound calls in a UCCX system but i don't know how can introduce several phones. The idea is simple but this step is critical:
    1-take the first phone number and make the call.
    2-take the secornd phone number and make the call.
    3-.........
    Thanks for help.
    Regards

    Antonio,
    You can do this by taking the phone numbers from an XML document or from a database query (if you have premium license). You will need the place call step and make a loop around it, so when the first number is succesfully dialed, the script take the next number and so on. When using a XML you need to create one, for example:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    088909220
    088909221
    Save it as Customer.xml (for example) and upload it to the UCCX repository (Documents in this case).
    Creating the script:
    Example variables (name, type, value)
    xmlDoc, Document, DOC[Customer.xml]
    suffixInt, int, 0
    suffixString, String, ""
    numberToCall, String, ""
    Customer, String, ""   
    calledContact, Contact, null
    The script should be something like this:
    Gabriel

Maybe you are looking for