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

Search found 4 matches

by Alexey
Thu Mar 24, 2005 3:02 pm
Forum: Plum DEV Q&A
Topic: Submit audio record. Application receives GET instead POST
Replies: 1
Views: 4578

Resolved

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 v...
by Alexey
Thu Mar 24, 2005 2:27 pm
Forum: Plum DEV Q&A
Topic: Namelist not posting to asp
Replies: 3
Views: 11481

Seems I have same problem

Check if you receive HTTP GET request

Good luck
by Alexey
Thu Mar 24, 2005 2:25 pm
Forum: Plum DEV Q&A
Topic: Submit audio record. Application receives GET instead POST
Replies: 1
Views: 4578

Submit audio record. Application receives GET instead POST

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
by Alexey
Thu Sep 16, 2004 1:54 pm
Forum: Plum iOn Q&A
Topic: Assigning aplication to DNIS, problem with URL
Replies: 0
Views: 6859

Assigning aplication to DNIS, problem with URL

Hi, I've just started to use Plum service and have a problem. When I use "Scratchpad" for my simple test connection application then call works great. But if I specify URL then I have a problem, call disconnects right after connection. LOG: ********************************************** Thu 16 Sep 2...