Hi all,
I have a very strange problem, in my VXML application. I'm on it for too long, and I can't think straight anymore, so I need your help !

Let me explain :
I have GVP 7.5 (Behind), with Framework 7.6 and SIP Server 7.5.
The voice application runs with Apache2.2 & Tomcat6 and written with Studio.
The problem :
In a subcallflow, there is a Code block, writing down the value of some variables (Application Variables) in a log file and then we go to another subcallflow and come back. After this, a second Code block, with exactly the same code (to the letter!).
Here is the code in both Code blocks :
[code]setLog(localPageContext, 2, "sDAT_Month is '".concat(lookUp(localPageContext, "sDAT_Month")).concat("'") );[/code]
The result in the log file :
[code]{B53A5D4F-7591-4553-AAF9-32685CE91C66},006c01aafcfa3026,Tue Mar 10 17:39:18 CET 2009,sDAT_Month is '3'
{B53A5D4F-7591-4553-AAF9-32685CE91C66},006c01aafcfa3026,Tue Mar 10 17:39:18 CET 2009,sDAT_Month is ''[/code]
==> The value is empty in the second block !
I can assure that there is no way this variable is modified in the subcallflow, or anywhere else.
So my guess is that the value of "localPageContext" has to be modified somewhere. But where and how ?
Any of you had seen the same thing ?
Any advice will be very appreciated !
Thanks!
Edit : I've just done a test, where the second subcallflow is empty (like start and return blocks, nothing more). Same results.
