cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3537
Views
0
Helpful
4
Replies

CVP Application transfer data not transfered

Hi, i have an issue with the Application Transfer, the issue is next:

I have an application named CableTest and i'm transferring the call to a second app named PruebaSay, the call is transfered sucessfuly, but the session data is not transfered, i have a session var named Grillo, and when i do the transfer i'm sending it, but and when i trying to obtain this var in this format "CableTest_Grillo" i'm not able to get it. I don know if i'm missing something in my VXML app. I'm using CVP 10.5, I've put some screens of my apps:

Source App

Captura1.JPG

Captura2.JPG

Captura3.JPG

Destination App

Captura4.JPG

Captura5.JPG

4 Replies 4

admin11111
Level 4
Level 4

Hi,

Did you reslove this issue?

We also met this issue and have not resoved it.

617408kim
Level 1
Level 1

Hi,

Did you reslove this issue?

We also met the same issue and have not resloved it yet.

Thanks

No, i had to use an icm script to transfer vars between apps.

ArabianPenguin
Level 1
Level 1

remove the parameter value you have set in the "CVP Subdialog Start" element. The values of the session data will be mapped automatically by this scheme:


AppName_Grillo



replace "AppName" part with your caller application name.