« Back to CVP - All Versions

Re: New Message from Janine Graves in Customer Voice Portal (CVP) - CVP - A

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi I would like ot modify the element data on maximum no input / no match and set it to a custom text . Firstly is this possible in the script or I have to use java ? (I know how to do it in java )
So curently after no match / no input  I have another voice element that I am going to and I am tyring to modify the sessiion data / element data  as follows   http://tinypic.com/r/24c72gp/6 but it doesnt seem to take any effect ..
Any ideas?
Thanks

Hi i have tried to do this in java ( http://pastebin.com/jvFw85vf) and I
was still unable to modify the element or session value ..
It must be something very simple... but I cant see it .. what am I missing ?




On Sun, Mar 3, 2013 at 11:39 AM, Cisco Developer Community Forums <
cdicuser@developer.cisco.com> wrote:

> Ivan Fernandez has created a new message in the forum "CVP - All
> Versions": --------------------------------------------------------------
> Hi I would like ot modify the element data on maximum no input / no match
> and set it to a custom text . Firstly is this possible in the script or I
> have to use java ? (I know how to do it in java )
> So curently after no match / no input I have another voice element that I
> am going to and I am tyring to modify the sessiion data / element data as
> follows http://tinypic.com/r/24c72gp/6 but it doesnt seem to take any
> effect ..
> Any ideas?
> Thanks
> --
> To respond to this post, please click the following link:
> http://developer.cisco.com/web/cvp/community/-/message_boards/view_message/12563919or simply reply to this email.

Ivan,

How do you know the session data isn't being created? The picture looks
fine.

If you use the Studio debugger (Right click the project name in the
Navigator and select Debug Call Studio Project). Place a simulated phone
call in the debugger and then in the top left corner click on the
element that's creating the session/element data. In the upper right
corner, you'll be able to see your Element and Session data variables.

Then you'll know if they're created or not, and you'll know what they're
called.

Janine

To stop the debugger, press the red square near the top of the Debug
Perspective.

To switch back to builder, press the Builder button in the top right
corner of the Debug window.

I have used the studio debugger and discovered that it was created.

I was using java to check it but I had a typo in my code and thats why I
thought it was not set.
thank you!

On Tue, Mar 5, 2013 at 3:22 PM, Cisco Developer Community Forums <
cdicuser@developer.cisco.com> wrote:

> Janine Graves has created a new message in the forum "CVP - All Versions":
> -------------------------------------------------------------- Ivan,
>
> How do you know the session data isn't being created? The picture looks
> fine.
>
> If you use the Studio debugger (Right click the project name in the
> Navigator and select Debug Call Studio Project). Place a simulated phone
> call in the debugger and then in the top left corner click on the
> element that's creating the session/element data. In the upper right
> corner, you'll be able to see your Element and Session data variables.
>
> Then you'll know if they're created or not, and you'll know what they're
> called.
>
> Janine
> --
> To respond to this post, please click the following link:
> http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/12648845or simply reply to this email.