To log a call duration, I've create this object:
Code: Select all
<var name="startDate" expr="new Date()" />
How can I use the submit value to transfert the variable other pages?
I want to use :
Code: Select all
<submit next="next.vxml" namelist="startDate" />
Thanks by advance.