We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Submit audio record. Application receives GET instead POST

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
Alexey
Posts: 4
Joined: Tue Sep 07, 2004 4:00 pm

Submit audio record. Application receives GET instead POST

Post 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

Alexey
Posts: 4
Joined: Tue Sep 07, 2004 4:00 pm

Resolved

Post 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.

Post Reply