Hi,
I have problems about application transfer. I have two applications. MyFirstApplication has a Subdialog Invoke Element. This elements settings are:
Subdialog URI:
http://myvxmlserver:7000/CVP/Server?application=MySecondApplication Local Application: true
Parameter:TransferedData = 5
Return Value: Result
MySecondApplication has subdialogStart Element after StartOfCall Element, than prompts some audio and finishes with SubdialogReturn Element. Elements Settings are:
Subdialog Start Element:
Parameter: TransferedData
Store As : Session Data
Subdialog Return Element:
Return Value: Result = 1111
MyFirstApplication and this SubdialogInvoke Element work successfully and invoke the second application. Then the second application prompts the value that i transfered from the first application called TransferedData. After that i get tecnical error. But i cant find any error log in the log files.
When i look at the log files, activity log file is empty, there is no error log in the FirstApplication are empty. Activity log of the second application seems normal. And there is also no erorr log in the second application.
Although I have CallID in the first application , in the second application CallID is not there as i understand from the logs..
Is there anyone achieves application transfer with these elements, what can be the problem ?
Thanks, Deniz.