Phani Venigalla | Hi,
Please let me know what need to be modified in Vxml code to work with Vxmlinsert element.
Thanks, Phani.
On Tue, Apr 3, 2012 at 11:10 PM, Cisco Developer Community Forums < cdicuser@developer.cisco.com> wrote:
> Phani Venigalla has created a new message in the forum "CVP - All > Versions": > > -------------------------------------------------------------- > Its Cisco Unifed voiceXML 2.1 Gateway > > On Tue, Apr 3, 2012 at 10:58 PM, Cisco Developer Community Forums < > cdicuser@developer.cisco.com> wrote: > > > Phani Venigalla has created a new message in the forum "CVP - All > > Versions": > > > > -------------------------------------------------------------- > > Hi Hemal, > > > > I even tried without the <choice dtmf="1" next="test.vxml"</choice> the > > line. Still getting error > > > > > > The use of the character """ may cause the voice browser to encounter a > > parsing or ECMA script problem when the insert element is visited. > > > > Let me know what need to modify to work with VxmlInsert element , The > user > > guide is confusing.. > > > > Please send me the working sample so that i can modify my end. > > > > Thanks, > > Phani. > > > > On Tue, Apr 3, 2012 at 10:03 PM, Cisco Developer Community Forums < > > > > cdicuser@developer.cisco.com> wrote: > > > > > Hemal Mehta has created a new message in the forum "CVP - All > Versions": > > > > > > -------------------------------------------------------------- > > > Yes, make sure as Janine stated. I checked the syntax of the vxml code > > > itself: > > > > > <?xml version="1.0" encoding="UTF-8"?> > > > <vxml version="2.1"> > > > <menu dtmf="true"> > > > <property name="inputmodes" value="dtmf"></property> > > > <prompt>Welcome to Track My Health.</prompt> > > > <prompt>Please choose a flow sheet.</prompt> > > > <prompt>For Heart Failure - Manual Entry, please press 1</prompt> > > > <choice dtmf="1" next="test.vxml"</choice> > > > </menu> > > > </vxml> > > > > > > This code itself seems ok from syntax perspective. What is the vxml > > > gateway version u are using > The voice browser for some reason is not > > > liking it. > > > Meanwhile remove this line just for testing purposes or just add: > > > <choice dtmf="1" next="test.vxml"</choice> and point to a simple > > test.vxml > > > file. See what happens. > > > > > Hemal > > > > > > ________________________________ > > > From: Cisco Developer Community Forums [cdicuser@developer.cisco.com] > > > Sent: Tuesday, April 03, 2012 8:41 PM > > > To: cdicuser@developer.cisco.com > > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP) > - > > > CVP - All Versions: Re: New Message from Phani Venigalla in Customer > > Voice > > > > > Portal (CVP) - CVP - > > > > > > Janine Graves has created a new message in the forum "CVP - All > > Versions": > > > > > > -------------------------------------------------------------- > > > Did you read in the Studio Users Guide the pages about what has to be > > > included in your Vxml Insert for it to work? Try reading those pages > and > > > modifying your code. Your VXML must be written as a subdialog and there > > are > > > many other requirements. I actually never got VXML Insert to work, but > > > sounds like Hemal did. On 4/3/2012 4:15 PM, Cisco Developer Community > > > > > Forums wrote: Phani Venigalla has created a new message in the forum > > "CVP - > > > All Versions": > > > -------------------------------------------------------------- I am > > using > > > > > VoiceXML insert element to execure dynamic VXML content I am getting > > > following error shown in activity log > > ,DynamicVxml,element,warning,WARNING: > > > The VoiceXML Insert element was passed a variable with a name or value > of > > > "<?xml version="1.0" encoding="UTF-8"?><vxml version="2.1" xmlns=" > > > http://www.w3.org/2001/vxml" xml:lang="en-US"> <menu dtmf="true"> > > > <property name="inputmodes" value="dtmf"></property> <prompt>Welcome to > > > Track My Health.</prompt> <prompt>Please choose a flow sheet.</prompt> > > > <prompt>For Heart Failure<http://developer.cisco.com/html/js/editor/# > >- > > > Manual Entry please press 1</prompt> <choice dtmf="1" > > > next="/mychartdt/inside.asp?mode=pefltdtl&id=1">Heart Failure - > > Manual > > > Entry</choice> </menu></vxml>". *The use of the character """ may cause > > the > > > voice browser to encounter a parsing or ECMA script problem when the > > insert > > > element is visited.*10.9.13.79.1333468444763.479.MyMercy_Dev,04/03/2012 > > > 10:54:22.497,DynamicVxml,interaction,audio_group,initial_audio_group > > > 10.9.13.79.1333468444763.479.MyMercy_Dev,04/03/2012 > > > 10:54:22.497,DynamicVxml,element,error,error.badfetch On Mon, Apr 2, > 2012 > > > at 11:42 PM, Cisco Developer Community Forums < > > > cdicuser@developer.cisco.com> wrote: > Hemal Mehta has created a new > > > message in the forum "CVP - All Versions": > > > > > -------------------------------------------------------------- > If you > > > want to execute a vxml from studio, you can consider using VoiceXML > > > > insert element. > Hemal > ________________________________ > From: > Cisco > > > Developer Community Forums [cdicuser@developer.cisco.com] > Sent: > > Monday, > > > April 02, 2012 10:32 PM > To: cdicuser@developer.cisco.com > Subject: > > New > > > Message from Phani Venigalla in Customer Voice Portal (CVP) - > CVP - > All > > > Versions: Re: New Message from Hemal Mehta in Customer Voice > Portal > > (CVP) > > > - CVP - All > > Phani Venigalla has created a new message in the forum > > "CVP > > > - All > Versions": > > > > > -------------------------------------------------------------- > > Instead > > of > > > parsing and splitting the code > > Can I execute vxml content directly > > from > > > callstudio... > On 02-Apr-2012 7:13 PM, "Cisco Developer Community > > Forums" > > > < > cdicuser@developer.cisco.com> wrote: > > > Hemal Mehta has > created a > > > new message in the forum "CVP - All Versions": > > > > > > > -------------------------------------------------------------- > > You > > can > > > definetely do that. You will need to write a java class that > > parses > > > your vxml output and then put the text you require to be played t > > > > with > > > TTS. You can store that as a session variable. > > Hemal > > > > > ________________________________ > > From: Cisco Developer Community > > Forums > > > [cdicuser@developer.cisco.com] > > Sent: Monday, April 02, 2012 7:10 > PM > > > > > > > To: cdicuser@developer.cisco.com > > Subject: New Message from Phani > > > Venigalla in Customer Voice Portal (CVP) > - > > CVP - All Versions: > Re: > > > New Message from Janine Graves in Customer Voice > > Portal (CVP) - CVP > > - A > > > > > > > Phani Venigalla has created a new message in the forum "CVP - > > All > > > > > Versions": > > > > > > > -------------------------------------------------------------- > > I > have > > > to use callstudio and nuance TTS for this project.. > > Can't we > execute > > > dynamic vxml content generating from java in callstudio > > > > Phani > > > > > > On 02-Apr-2012 6:50 PM, "Cisco Developer Community Forums" < > > > > > cdicuser@developer.cisco.com> wrote: > > > > > Janine Graves has > created > > > a new message in the forum "CVP - All > > Versions": > > > > > > > > > -------------------------------------------------------------- > > > > Why > > > are you using Studio and VXMLServer at all, if you have VXML being > > > > > > > created by an app server already? Why not just send that VXML to the > > > > > > > > > gateway, have the gateway return the response? On 4/2/2012 7:35 PM, > > > Cisco > > > > > > Developer Community Forums wrote: Phani Venigalla has created a > > new > > > > > message > > > in the forum "CVP - All Versions": > > > > > > -------------------------------------------------------------- Hi, > > > Thanks > > > > > > for your suggestions, But i am getting Response from URL as > below. > > I > > > am > > > storing this response in sessionVariable. <?xml version="1.0" > > > > > > > > > encoding="UTF-8"?> <vxml version="2.1" xmlns=" > > > > > http://www.w3.org/2001/vxml" > > > xml:lang="en-US"> <menu > dtmf="true"> > > > <property name="inputmodes" > > > value="dtmf"></property> > > <prompt>Welcome > > > to Track My Record.</prompt> > > > <prompt>Please choose a flow > > > sheet.</prompt> <prompt>For Exam Fail - > > Manual > > > Entry, please > > > press 1</prompt> <choice dtmf="1" > > > > > > next="/mychartdt/inside.asp?mode=pefltdtl&id=1">Exam Failure - > > > Manual > > > > > > Entry</choice> </menu> </vxml> This i need to read by using > Nuance > > > TTS > > > engine and should be able to take user input,validated and > > > submitted. > All > > > business logic will be on Vxml backed system. > > > CVP/Nuance has to execute > > > vxml input coming from bakend system. > > > Please let me know. Thanks, > Phani. > > -- > > > To respond to this > > post, > > > please click the following link: < > > > > > > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5396309 > > > > > > > > > or simply reply to this email. -- Janine Graves > > > -- > > > > > > To respond to this post, please click the following link: > > > > > > < > > > > > > > > > > > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5396324 > > > > > > > > > > > > > or simply reply to this email. > > -- > > To respond to > > > this post, please click the following link: > > > > < > > > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5396346 > > > > > > > > > > or simply reply to this email. > > -- > > To respond to this > > > post, please click the following link: > > > > < > > > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5396348 > > > > > > > > > > or simply reply to this email. > -- > To respond to this > > > post, please click the following link: > > < > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5395927 > > > > > > > or simply reply to this email. > -- > To respond to this post, > > > please click the following link: > > < > > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5396596 > > > > > > > or simply reply to this email. -- To respond to this post, please > > > click the following link: < > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5400469 > > > > > > or simply reply to this email. -- Janine Graves > > > -- > > > To respond to this post, please click the following link: > > > > > > < > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5402909 > > > > > > > > > > > > or simply reply to this email. > > > -- > > > To respond to this post, please click the following link: > > > > > > < > > > > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5402959 > > > > > > > > > > > > or simply reply to this email. > > -- > > To respond to this post, please click the following link: > > > > < > > > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5400996 > > > > > > > > > > or simply reply to this email. > > > -- > To respond to this post, please click the following link: > > < > http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5403074 > > > > or simply reply to this email. |