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 3 matches

by thedevo
Fri Dec 01, 2006 3:32 pm
Forum: Plum DEV Q&A
Topic: disabling voicemail detection
Replies: 1
Views: 5279

disabling voicemail detection

I am currently testing an application with a developer account, in order to demo it my executives I would like to remove the 4-5 second delay caused by voicemail detection.

Ist there anyway I can get the detection removed. I can't email support because I don't have a customer number.
by thedevo
Fri Dec 01, 2006 1:38 pm
Forum: Plum DEV Q&A
Topic: OutBound Call - does not post data back to start_url
Replies: 1
Views: 4876

After doing more testing and rereading the logs, I realize now that the outgoing server first does a get, that checks to see if the site exists (I'm guessing). Then AFTER the call is initiated it will send the actual post with the proper data.
by thedevo
Fri Dec 01, 2006 1:09 pm
Forum: Plum DEV Q&A
Topic: OutBound Call - does not post data back to start_url
Replies: 1
Views: 4876

OutBound Call - does not post data back to start_url

I can create an outbound call, I give it my login, pin, phone_number, and start_url. The call is made it everything works. however when I try to pass an optional variable 'call_parameters', and try to read the post data in my start_url there is nothing there. At first I thought it was an ASP issue h...