<?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>RE: UCCE NMS supported platform</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=139710&amp;mbCategoryId=0" />
  <subtitle>RE: UCCE NMS supported platform</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=139710&amp;mbCategoryId=0</id>
  <updated>2013-05-24T03:08:03Z</updated>
  <dc:date>2013-05-24T03:08:03Z</dc:date>
  <entry>
    <title>RE: New Message from Bob Kmak in Contact Center Enterprise/Hosted/ICM IVR P</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=14114199" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=14114199</id>
    <updated>2013-04-10T16:37:45Z</updated>
    <published>2013-04-10T16:37:45Z</published>
    <summary type="html">I am not aware of a specific development system for ICM + IVR PG</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-04-10T16:37:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Bob Miller in Contact Center Enterprise/Hosted/ICM IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12660217" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12660217</id>
    <updated>2013-03-05T19:00:49Z</updated>
    <published>2013-03-05T19:00:49Z</published>
    <summary type="html">Not sure how you got it, 3.1a  was never supposed to be published outside Cisco.  The latest version is 3.0d and is currently published on CDN.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-03-05T19:00:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Vignesh Dhandapani in Contact Center Enterprise/Hosted</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12655314" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12655314</id>
    <updated>2013-03-05T17:15:03Z</updated>
    <published>2013-03-05T17:15:03Z</published>
    <summary type="html">The latest version is 3.0d and is available in the GED-125 CDN Developer Center here  http://developer.cisco.com/web/ged-125/documentation</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-03-05T17:15:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Bob Miller in Contact Center Enterprise/Hosted/ICM IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12653161" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=12653161</id>
    <updated>2013-03-05T16:57:49Z</updated>
    <published>2013-03-05T16:57:49Z</published>
    <summary type="html">Yes protocol 6 is the latest GED-125 protocol.  Your application should continue to work with ICM 8.5(x) and 9.0(x)</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-03-05T16:57:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from David Lender in Contact Center Enterprise/Hosted/ICM I</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=11245076" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=11245076</id>
    <updated>2013-01-29T14:18:35Z</updated>
    <published>2013-01-29T14:18:35Z</published>
    <summary type="html">I checked with UCCE engineering and since we haven’t tested the extended ASCII characters for Call variables,  it’s not supported.
Only ASCII characters(0-127) can be used with the call variables.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-01-29T14:18:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Vignesh Dhandapani in Contact Center Enterprise/Hosted</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=11206880" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=11206880</id>
    <updated>2013-01-28T14:44:36Z</updated>
    <published>2013-01-28T14:44:36Z</published>
    <summary type="html">The CTI Server guide is pretty clear that only ASCII strings can be used in the 10 – 40 byte peripheral variables and the ECC Variables.  However, I’m not sure if that includes the extended ASCII character set (i.e. 128-255) or not. They are stored and passed internally in the CTI Server/PG as Char[] (i.e. Character Array), and since the Char data type in C++ can hold any integer value from 0-255, I would think that the Extended Set should work.

UTF-8 is different that ASCII since it is expandable to contain every Unicode character. However, the first 128 characters are downwardly compatible with ASCII. After that they are quite different.

So the bottom line is you can definitely use ASCII (i.e. 0-127) and the first 128 characters of UTF-8.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-01-28T14:44:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Bob Kmak in Contact Center Enterprise/Hosted/ICM IVR P</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=10141596" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=10141596</id>
    <updated>2013-01-10T17:05:09Z</updated>
    <published>2013-01-10T17:05:09Z</published>
    <summary type="html">Bob, I do not know what SIP has to do with IVR PG interface or how CVP affects the handling of Route Requests coming from your IVR.
Perhaps others have experience with this configuaration and will respond.  Also,  you may wish to post your issue in the Contact Center Technical Forums on Cisco.com here https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-01-10T17:05:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Abhishek Malhotra in Contact Center Enterprise/Hosted/</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=9151022" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=9151022</id>
    <updated>2012-12-06T19:20:35Z</updated>
    <published>2012-12-06T19:20:35Z</published>
    <summary type="html">This forum is for IVR PG protocol questions.  I suggest you post your question on the cisco.com contact center community forums here
https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-12-06T19:20:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Phani Venigalla in Contact Center Enterprise/Hosted/IC</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=7063429" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=7063429</id>
    <updated>2012-09-25T21:03:38Z</updated>
    <published>2012-09-25T21:03:38Z</published>
    <summary type="html">This forum is for ICM PG protocol.  If you are a Cisco Partner you can get configuration support from the PDI Helpdesk

http://www.cisco.com/web/partners/tools/pdihd.html</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-09-25T21:03:38Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Vishvas Raval in Contact Center Enterprise/Hosted/ICM</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=6323999" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=6323999</id>
    <updated>2012-08-22T13:53:09Z</updated>
    <published>2012-08-22T13:53:09Z</published>
    <summary type="html">This forum is for IVR PG protocol not for ICM scripting.  You may wish to post your question in the Contact Center product forums
Here  https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-08-22T13:53:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from frisko frisko in Contact Center Enterprise/Hosted/ICM</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=6158396" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=6158396</id>
    <updated>2012-07-23T14:16:45Z</updated>
    <published>2012-07-23T14:16:45Z</published>
    <summary type="html">This forum is for IVR PG protocol only.  For TCL/IVR support, use the TCL tech center here



http://developer.cisco.com/web/vgapi/home</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-07-23T14:16:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Farhan Mazhari in Contact Center Enterprise/Hosted/ICM</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5889168" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5889168</id>
    <updated>2012-06-19T14:25:10Z</updated>
    <published>2012-06-19T14:25:10Z</published>
    <summary type="html">ICM scripting is outside the scope of this forum. You may wish to post your question in the Contact Center product forums here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-06-19T14:25:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: Using TransferHint</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195616" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195616</id>
    <updated>2012-02-23T18:16:52Z</updated>
    <published>2012-02-23T18:16:24Z</published>
    <summary type="html">This forum is for IVR PG protocol question not ICM scripting.  You may wish to post your question in the Contact Center product support forum on cisco.com here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-02-23T18:16:24Z</dc:date>
  </entry>
  <entry>
    <title>RE: Agent to agent transfer script</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195612" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195612</id>
    <updated>2012-02-23T18:17:19Z</updated>
    <published>2012-02-23T18:15:37Z</published>
    <summary type="html">This forum is for IVR PG protocol question not ICM scripting.  You may wish to post your question in the Contact Center product support forum on cisco.com here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-02-23T18:15:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error: Script Global_Warten executed for more that 1000 nodes</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195609" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195609</id>
    <updated>2012-02-23T18:17:45Z</updated>
    <published>2012-02-23T18:15:06Z</published>
    <summary type="html">This forum is for IVR PG protocol question not ICM scripting.  You may wish to post your question in the Contact Center product support forum on cisco.com here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-02-23T18:15:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to check various states of a particular agent in ICM script ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195606" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=5195606</id>
    <updated>2012-02-23T18:18:44Z</updated>
    <published>2012-02-23T18:14:23Z</published>
    <summary type="html">This forum is for IVR PG protocol question not ICM scripting.  You may wish to post your question in the Contact Center product support forum on cisco.com here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-02-23T18:14:23Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Manoj Saravanan in Contact Center Enterprise/Hosted/IC</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=4867643" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=4867643</id>
    <updated>2011-12-08T17:24:29Z</updated>
    <published>2011-12-08T17:24:29Z</published>
    <summary type="html">There is no Get Call Variable.  Calldata is sent from the PG only when using the Service Control Interface on the RouteRequest, RouteSelect, RunScriptRequest, MicroAppPlay, Connect, events from the ICM(PG) to the VRU.

For the EventData Feed no callvariable information is sent from the PG to the VRU, the VRU sets the call data and sends the info on the SetCallData to the PG</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2011-12-08T17:24:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Santiago Salvador Figueroa in Contact Center Enterpris</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=4808886" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=4808886</id>
    <updated>2011-11-28T20:46:00Z</updated>
    <published>2011-11-28T20:46:00Z</published>
    <summary type="html">This forum is for the IVR PG message based protocol only.  You may wish to pose your question in the Contact Center product support forum here

https://supportforums.cisco.com/community/netpro/collaboration-voice-video/contact-center</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2011-11-28T20:46:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Althaf Bealdar in Contact Center Enterprise/Hosted/ICM</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=3947932" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=3947932</id>
    <updated>2011-05-26T14:56:31Z</updated>
    <published>2011-05-26T14:56:31Z</published>
    <summary type="html">This forum is for IVR PG protocol.  Suggest you try the Cisco product forums.  https://communities.cisco.com/groups/unified-contact-center-enterprise</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2011-05-26T14:56:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCCE NMS supported platform</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=3892455" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=139710&amp;messageId=3892455</id>
    <updated>2011-05-17T15:21:55Z</updated>
    <published>2011-05-17T15:21:55Z</published>
    <summary type="html">This forum is for technical questions with the IVR PG protocol.  Your UCCE product question would be better posted on the support communities for Cisco products at https://supportforums.cisco.com/index.jspa</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2011-05-17T15:21:55Z</dc:date>
  </entry>
</feed>

