<?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>How to handle vxml syntax error</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8449870" />
  <subtitle>How to handle vxml syntax error</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8449870</id>
  <updated>2013-05-19T14:22:13Z</updated>
  <dc:date>2013-05-19T14:22:13Z</dc:date>
  <entry>
    <title>Automatic reply: New Message from VLADISLAV ZAPOYEV in Customer Voice Porta</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8546876" />
    <author>
      <name>Sethuramalingam Balasubramanian</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8546876</id>
    <updated>2012-11-14T07:10:48Z</updated>
    <published>2012-11-14T07:10:48Z</published>
    <summary type="html">﻿
Thank you for your e-mail. I am OOO due to personal leave on 11/14. My responses to your email shall be delayed. I will return your email as soon as I come back on 11/15.

Thanks!
-Sethu</summary>
    <dc:creator>Sethuramalingam Balasubramanian</dc:creator>
    <dc:date>2012-11-14T07:10:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Re: New Message from VLADISLAV ZAPOYEV in Customer Voice Portal (CVP) -</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8546852" />
    <author>
      <name>VLADISLAV ZAPOYEV</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8546852</id>
    <updated>2012-11-14T07:08:29Z</updated>
    <published>2012-11-14T07:08:29Z</published>
    <summary type="html">Hello, Janine!
I create root vxml-documet
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;vxml xmlns="[url=http://www.w3.org/2001/vxml]http://www.w3.org/2001/vxml[/url]" xmlns:conf="[url=http://www.w3.org/2001/vxml-conformance]http://www.w3.org/2001/vxml-conformance[/url]" version="2.1"&gt;
  &lt;catch event="error"&gt;
    &lt;return event="error" /&gt;
  &lt;/catch&gt;
&lt;form&gt;  
&lt;block&gt;
&lt;submit next="DataCollection.vxml"/&gt;
&lt;/block&gt;  
&lt;/form&gt;
&lt;/vxml&gt;
It works! Even if syntax error in DataCollection.vxml, catch error is work.
Thank you!</summary>
    <dc:creator>VLADISLAV ZAPOYEV</dc:creator>
    <dc:date>2012-11-14T07:08:29Z</dc:date>
  </entry>
  <entry>
    <title>Re: New Message from VLADISLAV ZAPOYEV in Customer Voice Portal (CVP) - Gen</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8450355" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8450355</id>
    <updated>2012-11-09T15:13:48Z</updated>
    <published>2012-11-09T15:13:48Z</published>
    <summary type="html">---------------------- Create a root document (that has correct vxml syntax) and catch the generic event name 'error'  - this should catch any voicexml event, like error.semantic, error.badfetch.http (file not found), error.badfetch (timeout). &lt;catch event="error"&gt;   &lt;!-- do something --&gt; &lt;/catch&gt; Have you tried retrieving your VXML in a web browser to ensure the xml is correct? Your vxml syntax may still be wrong, but at least you can ensure that the xml is good. Are you in a StandAlone deployment? If not, the call will go back to ICM, so you won't lose the call.</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2012-11-09T15:13:48Z</dc:date>
  </entry>
  <entry>
    <title>How to handle vxml syntax error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8449869" />
    <author>
      <name>VLADISLAV ZAPOYEV</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8449869</id>
    <updated>2012-11-09T14:55:22Z</updated>
    <published>2012-11-09T14:55:22Z</published>
    <summary type="html">Hello!
I call to CVP application with external dynamic VXML-script. I see in IOS VXML gateway logs:
Nov  9 16:51:07.621: //9065853/E4CAF3BC03B8/VXML:/vxml_vapp_object_callhandoff:
   CALL_ERROR; [url=http://10.184.81.51:7000/CVP/Server]http://10.184.81.51:7000/CVP/Server[/url]
   Handoff failed
Nov  9 16:51:07.637: //0/E4CAF3BC03B8/VXML:/vxml_parse:
   CALL_ERROR; [url=http://10.61.47.76:90/nuance-datacol/DataCollection.vxml]http://10.61.47.76:90/nuance-datacol/DataCollection.vxml[/url]?
   at line 2: syntax error
Nov  9 16:51:07.637: //9065853/E4CAF3BC03B8/VXML:/vxml_bgload_post_done:
   CALL_ERROR; [url=http://10.61.47.76:90/nuance-datacol/DataCollection.vxml]http://10.61.47.76:90/nuance-datacol/DataCollection.vxml[/url]
   Loading fail with url ([url=http://10.61.47.76:90/nuance-datacol/DataCollection.vxml]http://10.61.47.76:90/nuance-datacol/DataCollection.vxml[/url]?)
Nov  9 16:51:07.637: //9065853/E4CAF3BC03B8/VXML:/vxml_jse_eval:
   CALL_ERROR; [url=http://10.61.47.76:90/nuance-datacol/root.vxml]http://10.61.47.76:90/nuance-datacol/root.vxml[/url]
   at line 18: expression (_exception) error
Nov  9 16:51:07.641: //9065853/E4CAF3BC03B8/VXML:/vxml_jse_eval:
   CALL_ERROR; [url=http://10.61.47.76:90/nuance-datacol/root.vxml]http://10.61.47.76:90/nuance-datacol/root.vxml[/url]
   at line 18: expression (_exception) error
 
After that call released. How to handle this VXML syntax error? I need the call to continue even in the event of an error.
BR, Vlad.</summary>
    <dc:creator>VLADISLAV ZAPOYEV</dc:creator>
    <dc:date>2012-11-09T14:55:22Z</dc:date>
  </entry>
</feed>

