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

by pixlpete
Wed Sep 11, 2013 12:50 pm
Forum: Plum DEV Q&A
Topic: Enabling SMS for developer account
Replies: 1
Views: 7660

Enabling SMS for developer account

This doesn't seem like the best place to ask this question, but I could not find a more appropriate topic. I need to get SMS enabled for my dev account and I can’t find any information about how to achieve this. Also, in the documentation the instruction is to use my developer account username and p...
by pixlpete
Tue Nov 16, 2010 3:53 pm
Forum: Plum DEV Q&A
Topic: Get the ANI inside the first HTTP request to server
Replies: 7
Views: 8396

Re: Get the ANI inside the first HTTP request to server

Yes, ANI as a form field as opposed to adding it to the query string would be fine. I just thought that since the request is already a GET, it would be simpler (and perhaps easier to deal with for others) if the request was not a mix of query string and form fields, but that would certainly work for...
by pixlpete
Tue Nov 16, 2010 1:53 pm
Forum: Plum DEV Q&A
Topic: Get the ANI inside the first HTTP request to server
Replies: 7
Views: 8396

Re: Get the ANI inside the first HTTP request to server

I was about to ask the very same question today. The reason one would want to know the session.telephone.ani before any VXML is loaded is that, at least in our case, we want to automatically load data by looking up records by the caller's phone number. The way it is, there is no way to accomplish th...
by pixlpete
Tue Nov 24, 2009 6:20 pm
Forum: Plum iOn Q&A
Topic: Random time out for even just page transfer
Replies: 5
Views: 24271

Same here!

I thought I was going nuts today. I have a credit card payment form that works *sometimes* and others I get errors about timeouts which I could understand if the submit ever made it to the web server, but they do not even register in the IIS logs even though the requests leading up to that page do. ...
by pixlpete
Wed Sep 23, 2009 10:37 am
Forum: Plum DEV Q&A
Topic: Webservice for outbound calling
Replies: 3
Views: 5371

I completely Agree!

It sure would be nice if the “queuecalls.php” interface would take a properly delimited string value for “phone_list” field value as opposed to ONLY a file. The “file” type input is awkward to use and cannot be set from code or scripted, it isn’t even possible to set the path to the file in code, yo...