Page 1 of 1

Submit audio record. Application receives GET instead POST

Posted: Thu Mar 24, 2005 2:25 pm
by Alexey
Hi,

My application receives HTTP GET request from PLUM instead of POST

VXML fragment is:
<submit next="http://my_ip:82/ivr/createincident" namelist="CLI, Type, msg" method="post"/>

What is wrong in this code ?

Thanks,
Alexey

Resolved

Posted: Thu Mar 24, 2005 3:02 pm
by Alexey
Code before:
<assign name="Msg" expr="aud"/>
<submit
next="http://ip:82/ivr/createincident" namelist="CLI, Type, Msg" method="post"/>

Changed to:
next="http://ip:82/ivr/createincident" namelist="CLI, Type, aud" method="post"/>

Now it works.
Can't understand problem, but seems it was related to Msg variable.