<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Contact Center Express Scripting Questions</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1056895" />
  <subtitle />
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1056895</id>
  <updated>2013-06-19T08:25:48Z</updated>
  <dc:date>2013-06-19T08:25:48Z</dc:date>
  <entry>
    <title>Getting list of jars[Custom] getting used by UCCX engine internally</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=16030552" />
    <author>
      <name>Binny Mathew</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=16030552</id>
    <updated>2013-06-10T13:47:19Z</updated>
    <published>2013-06-10T13:47:19Z</published>
    <summary type="html">Is there any way we can get the list of Jar files getting used by UCCX engine internally.

As I have come across some issues which are due to version mismatch of jar files, which, after I prepend with the version of jar that I am using in my application are resolved.

But to be very sure as to the issue is because of version mismatch of jar files, Its better that we get the list of jar files getting  used by UCCX engine.

Rgds/Binny</summary>
    <dc:creator>Binny Mathew</dc:creator>
    <dc:date>2013-06-10T13:47:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add &amp; change default currency</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15898286" />
    <author>
      <name>Steven McGoff</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15898286</id>
    <updated>2013-06-05T15:27:57Z</updated>
    <published>2013-06-05T15:27:57Z</published>
    <summary type="html">Asif

This should be an easier way to speak a custom currency.  It's follows Paul's suggestion.

[url=https://supportforums.cisco.com/docs/DOC-13933]https://supportforums.cisco.com/docs/DOC-13933[/url]

Steve</summary>
    <dc:creator>Steven McGoff</dc:creator>
    <dc:date>2013-06-05T15:27:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add &amp; change default currency</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15886557" />
    <author>
      <name>Paul Onwude</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15886557</id>
    <updated>2013-06-05T08:22:18Z</updated>
    <published>2013-06-05T08:22:18Z</published>
    <summary type="html">[quote=Binny Mathew]Hi Paul/Asif,

As far as i think you can not access the system prompts [rename/ change the content of these prompts]. But as a workaround what i will suggest the below.

1) Write your own custom java class which will return you the set of prompts to be played for e.g you need to voice out currency then you can a Java Class like playCurrency(String curr,String Lang, String CurrCode){
//Logic of forming the promts in the way its required and you can return them as Vector//List however you are comfortable with it.

2) Call this Java class from your script and pass the relevant parameters and the collect the output in a Prompt element Like

Prompt BalancePP[];
// Have the logic here like getting the initial prompt, appending with the path
BalancePP= BalancePP+ ["Whats returned from the Class"]; 

You can put the above piece  of code in a Do block  and then play it in a prompt element or in a Prompt and then return the prompt  itself. 

Hope i have answered to the context. Let me know if this all makes sense and is catering to your issue. 

Rgds/Binny[/quote]Thanks for your response Binny

I found an easier way to achieve this.

This link give you the basic idea https://supportforums.cisco.com/thread/2080962

Then i simply recorded the prompt fo rthe currency i wanted and renamed it using a name for a currency folder that i know i will never likely use.

folder path

/en_US/gen/currency

rgds

Paul</summary>
    <dc:creator>Paul Onwude</dc:creator>
    <dc:date>2013-06-05T08:22:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add &amp; change default currency</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15884235" />
    <author>
      <name>Binny Mathew</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15884235</id>
    <updated>2013-06-05T07:22:00Z</updated>
    <published>2013-06-05T07:22:00Z</published>
    <summary type="html">Hi Paul/Asif,

As far as i think you can not access the system prompts [rename/ change the content of these prompts]. But as a workaround what i will suggest the below.

1) Write your own custom java class which will return you the set of prompts to be played for e.g you need to voice out currency then you can a Java Class like playCurrency(String curr,String Lang, String CurrCode){
//Logic of forming the promts in the way its required and you can return them as Vector//List however you are comfortable with it.

2) Call this Java class from your script and pass the relevant parameters and the collect the output in a Prompt element Like

Prompt BalancePP[];
// Have the logic here like getting the initial prompt, appending with the path
BalancePP= BalancePP+ ["Whats returned from the Class"]; 

You can put the above piece[sample]  of code in a Do block  and then play it in a prompt element or in a Prompt and then return the prompt [BalancePP] itself. 

Hope i have answered to the context. Let me know if this all makes sense and is catering to your issue. 

Rgds/Binny</summary>
    <dc:creator>Binny Mathew</dc:creator>
    <dc:date>2013-06-05T07:22:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add &amp; change default currency</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15883063" />
    <author>
      <name>Paul Onwude</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15883063</id>
    <updated>2013-06-05T06:44:20Z</updated>
    <published>2013-06-05T06:44:20Z</published>
    <summary type="html">[quote=Asif Akram Khan]HI All,
 
I am using UCCX 8.5. My country's currency code is BDT. But UCCX hasn't the code by default. Can anyone guide me how I can add the currency &amp; also when I generate any currency prompt it will play the currency as "Taka" instead of "Dollar"?
 
 
Thanks
Asif
[/quote]HI Asif,

Were you ever able to resolve this?
regards

Paul</summary>
    <dc:creator>Paul Onwude</dc:creator>
    <dc:date>2013-06-05T06:44:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: How can I show the digits collected by Get Digit String in the CAD</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15474460" />
    <author>
      <name>Binny Mathew</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15474460</id>
    <updated>2013-05-22T04:07:07Z</updated>
    <published>2013-05-22T04:07:07Z</published>
    <summary type="html">Daniel,
 
If I got your requirement correct which is to pass a String variable [Output of a GetDigit String] to the CAD [Agent Desktop] it should be straight forward.   Make sure the String variable that you are assigning the output of the getDigitString is a Global variable [Declared in the variable declaration section] pass this variable to any one of the CV [Call variables] variables [ Attached a Screen shot of it].
AS you can see strCLI,strDNIS are all string variables which i am passing to CAD.
Hope I have answered to your context.
Binny</summary>
    <dc:creator>Binny Mathew</dc:creator>
    <dc:date>2013-05-22T04:07:07Z</dc:date>
  </entry>
  <entry>
    <title>AUTO: Derek WINCHESTER is out of the office (returning 05/27/2013)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15465492" />
    <author>
      <name>Derek Winchester</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15465492</id>
    <updated>2013-05-21T20:55:29Z</updated>
    <published>2013-05-21T20:55:29Z</published>
    <summary type="html">I am out of the office until 05/27/2013.

I am out of the office. Please reach out to Jake Paradis in my absence
914-872-8854



Note: This is an automated response to your message "New Message from
Daniel R. A. Sobrinho in Contact Center Express Scripting (CCXS) - Contact
Center Express Scripting Questions: How can I show the digits collected by
Get Digit String in the CAD" sent on 05/21/2013 03:50 PM EST

This is the only notification you will receive while this person is away.

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of its author and do not necessarily represent those of DANONE or any of its subsidiary companies. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.

Ce message électronique et tous les fichiers attachés qu'il contient sont confidentiels et destinés exclusivement à l'usage de la personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci de le retourner à son émetteur. Les idées et opinions présentées dans ce message sont celles de son auteur, et ne représentent pas nécessairement celles de DANONE ou d'une quelconque de ses filiales. La publication, l'usage, la distribution, l'impression ou la copie non autorisée de ce message et des attachements qu'il contient sont strictement interdits.</summary>
    <dc:creator>Derek Winchester</dc:creator>
    <dc:date>2013-05-21T20:55:29Z</dc:date>
  </entry>
  <entry>
    <title>How can I show the digits collected by Get Digit String in the CAD</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15466166" />
    <author>
      <name>Daniel R. A. Sobrinho</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15466166</id>
    <updated>2013-05-21T20:50:08Z</updated>
    <published>2013-05-21T20:49:58Z</published>
    <summary type="html">Hi people, UCCX 8.5 I have tried to show for user agent the result of Get Digit String on Cisco Agent Desktop. It is basic get digit of RA (Register Agent). Does anybody knows which stpes I need?   Best regards, Daniel</summary>
    <dc:creator>Daniel R. A. Sobrinho</dc:creator>
    <dc:date>2013-05-21T20:49:58Z</dc:date>
  </entry>
  <entry>
    <title>supervisors answer calls</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15223118" />
    <author>
      <name>ahmed ismail</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15223118</id>
    <updated>2013-05-14T08:59:54Z</updated>
    <published>2013-05-14T08:59:05Z</published>
    <summary type="html"> i need my supervisors to answer calls when the agents are all unavailable. This is with UCCX version 7.</summary>
    <dc:creator>ahmed ismail</dc:creator>
    <dc:date>2013-05-14T08:59:05Z</dc:date>
  </entry>
  <entry>
    <title>Compulsory need to restart UCCX Engine/Server After 11 days</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15043409" />
    <author>
      <name>Fazil Chida</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15043409</id>
    <updated>2013-05-08T05:06:03Z</updated>
    <published>2013-05-08T05:06:03Z</published>
    <summary type="html">Hi UCCX experts,
Am facing a problem here.
I have a small IVR application in uccx version of  7.5, exactly after 11 days ivr will stop playing i wont hear any prompt playing or responding to option pressed
To resolve this i need to restart the engine or server completely. After restarting the engine and server the application is coming up.
Can any one help me on this.?
Thanks in advance

Regds/Fazil</summary>
    <dc:creator>Fazil Chida</dc:creator>
    <dc:date>2013-05-08T05:06:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue - Axis Webservice Integration with UCCX 9.0[2]</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15010389" />
    <author>
      <name>Sharik M</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15010389</id>
    <updated>2013-05-07T11:28:15Z</updated>
    <published>2013-05-07T11:28:15Z</published>
    <summary type="html">Hi Binny,
           Good to know it worked fine.
 
Regards
Sharik Saigal M</summary>
    <dc:creator>Sharik M</dc:creator>
    <dc:date>2013-05-07T11:28:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue - Axis Webservice Integration with UCCX 9.0[2]</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14881280" />
    <author>
      <name>Binny Mathew</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14881280</id>
    <updated>2013-05-02T12:41:02Z</updated>
    <published>2013-05-02T12:41:02Z</published>
    <summary type="html">Sharik,
 
I executed the prepend command with my custom jars [b]and the same is working fine.[/b] 
 
FYI: it was not only axiom-api-1.2.13.jar there were other jars too. As after i appended this version of axis-axiom it had issues with other jars too so i went and appended those jars as well and after that it worked fine.
Thanks for your help.
Rgds/Binny</summary>
    <dc:creator>Binny Mathew</dc:creator>
    <dc:date>2013-05-02T12:41:02Z</dc:date>
  </entry>
  <entry>
    <title>RE: uccx 8.5 during prompt menu dial extension any time available</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14707813" />
    <author>
      <name>Daniel R. A. Sobrinho</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14707813</id>
    <updated>2013-04-26T17:25:20Z</updated>
    <published>2013-04-26T17:25:20Z</published>
    <summary type="html">[quote=TUNG PHAN]We use "Get Digit String"  first, then trap the "time out" for other purpose such as switch Menu.[/quote]
Hi Tung Phan,
Nice man, everything is working now. I did  the steps above.
Thank you very mutch.

Daniel Sobrinho

 
 </summary>
    <dc:creator>Daniel R. A. Sobrinho</dc:creator>
    <dc:date>2013-04-26T17:25:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: uccx 8.5 during prompt menu dial extension any time available</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14676231" />
    <author>
      <name>TUNG PHAN</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14676231</id>
    <updated>2013-04-25T21:08:24Z</updated>
    <published>2013-04-25T21:08:24Z</published>
    <summary type="html">We use "Get Digit String"  first, then trap the "time out" for other purpose such as switch Menu.</summary>
    <dc:creator>TUNG PHAN</dc:creator>
    <dc:date>2013-04-25T21:08:24Z</dc:date>
  </entry>
  <entry>
    <title>uccx 8.5 during prompt menu dial extension any time available</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14674116" />
    <author>
      <name>Daniel R. A. Sobrinho</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14674116</id>
    <updated>2013-04-25T20:56:27Z</updated>
    <published>2013-04-25T20:56:27Z</published>
    <summary type="html">Hi guys,
 
Does anybody knows some path or step to get dial extension any time during prompt on main menu? I try to do but during menu steps the get digits does not work properly.

Best regards,
Daniel Sobrinho</summary>
    <dc:creator>Daniel R. A. Sobrinho</dc:creator>
    <dc:date>2013-04-25T20:56:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCCX 9.0 Outbound IVR Campaign</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14446898" />
    <author>
      <name>Steven Pawlak</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14446898</id>
    <updated>2013-04-19T14:20:07Z</updated>
    <published>2013-04-19T14:20:07Z</published>
    <summary type="html">Rajasekar,
There is no way to get at the DB directly from inside the CCX script. 
BUT, you could write a web service offboard that does remote back into the DB, get the data you want and then send back to the script as XML.
 
Long Explain
So the CCX script would call a web service on an external server (that someone needs to provide), the service then does an ODBC to the CCX database, queries the table, sends back the data. Then the CCX script can do things with this data. 
Not pretty but the best we can do until they give us a way to get the data that was uploaded. </summary>
    <dc:creator>Steven Pawlak</dc:creator>
    <dc:date>2013-04-19T14:20:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCCX 9.0 Outbound IVR Campaign</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14446763" />
    <author>
      <name>Rajasekar Padmanaban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14446763</id>
    <updated>2013-04-19T14:08:30Z</updated>
    <published>2013-04-19T14:08:30Z</published>
    <summary type="html">Hi Steven,
Thanks for your response.
Is there any way i can access the Database(Informix) to get the data i uploaded to the dialer?
 
Thanks
Rajasekar</summary>
    <dc:creator>Rajasekar Padmanaban</dc:creator>
    <dc:date>2013-04-19T14:08:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCCX 9.0 Outbound IVR Campaign</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14444733" />
    <author>
      <name>Steven Pawlak</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14444733</id>
    <updated>2013-04-19T13:38:18Z</updated>
    <published>2013-04-19T13:38:18Z</published>
    <summary type="html">This is a serious flaw in the OUtbound IVR setup. NONE of the data that you uploaded to the dialer is accessible in the resulting IVR script that you send the caller too. Like Inbound, the only thing you will know is the ANI of the caller, that is correctly handled. 
 
All of the BA... values are for the Outbound Preview and can be pushed to the the desktop as Fields in a Layout. 
 
Hope this helps. </summary>
    <dc:creator>Steven Pawlak</dc:creator>
    <dc:date>2013-04-19T13:38:18Z</dc:date>
  </entry>
  <entry>
    <title>UCCX 9.0 Outbound IVR Campaign</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14440103" />
    <author>
      <name>Rajasekar Padmanaban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14440103</id>
    <updated>2013-04-19T10:36:44Z</updated>
    <published>2013-04-19T10:33:18Z</published>
    <summary type="html">Hi All, In UCCX IVR campaign i am trying to retrieve BAAccount number field in the script editor but no success. i tried the below options in the UCCX script editor but didn't work. Once contact is uploaded, dialer fields are sent to IVR application by default or is there any settings we need to do in UCCX admin? Thanks in advance for your help!
1) Tried through ECC variables in Get Enterprise Call Info element
2) Getting as session data through Get session element
Thanks
Rajasekar</summary>
    <dc:creator>Rajasekar Padmanaban</dc:creator>
    <dc:date>2013-04-19T10:33:18Z</dc:date>
  </entry>
  <entry>
    <title>Script to capture ANI for a specific DID and save them on a file</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14204005" />
    <author>
      <name>Adrian Crisan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14204005</id>
    <updated>2013-04-12T14:13:13Z</updated>
    <published>2013-04-12T14:13:13Z</published>
    <summary type="html">Hello,
I was wondering if someone has some information and can share with me on the following:
I am loolking in creating a script on which I can configure a specific DID (a parameter in the script) and have the script populating a file (i.e. XML) with all the calling numbers (ANI) to that specific DID. I am new to scripting, and was looking if someone can share an example script or point me into the right direction for this.
Kind regards,
Adrian</summary>
    <dc:creator>Adrian Crisan</dc:creator>
    <dc:date>2013-04-12T14:13:13Z</dc:date>
  </entry>
</feed>

