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

by aghuber11
Tue Aug 23, 2016 12:44 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

interestingly enough.. The response i receive with that code is this. <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <log>Array ( [to] => 1 [from] => 16172075679 [body] => Please Respond To This Text Message With Your Email Address So We Can Better Serve You. [result_url] => http://hubent...
by aghuber11
Mon Aug 22, 2016 6:28 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

Dear support staff, I developed a script just purely to test if the text messages could be sent based on caller ID and so far i have had zero luck. i CANNOT for the life of me get it to send the call ID as a post param so your system knows who to text. This is my test code. Is it possible that callI...
by aghuber11
Tue Aug 16, 2016 11:01 am
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

Nope sir, I added the proper post format to the subdialog. I'm still getting a badfetch error when i attempt to invoke the subdialog. And further strangeness, the VXML validator doesn't even show that my first page start.php is valid VXML but when i test it the application runs fine up until i try t...
by aghuber11
Mon Aug 15, 2016 4:19 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

I appreciate the response, The real question i need answered however is am i catching it correctly in the script that sends sms? I need it to be sent to whoever is calling in. This should work. But it doesn't register the $_POST parameter to send the test message to. Also i keep getting a parse erro...
by aghuber11
Fri Aug 12, 2016 2:07 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

Hello, So i'm having a small amount of difficulty getting this script to accept post parameters. I need it to be able to catch the caller ID of the user so that the script knows who to send the text to. In the page before im catching the variable here like this. <var name="callID" expr="session.call...
by aghuber11
Tue Aug 09, 2016 4:07 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

Great,

Thank you for the response. All i needed was how to call to it from the VXML document.

I really appreciate the thorough answer on how it all works
by aghuber11
Mon Aug 08, 2016 4:35 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

Re: SMS question

Thanks for the response, I have looked through the documentation but i can't find documentation on how to call the sms script from the VXML document. Basically I need to send a text message based on the caller id to my application <var name="callID" expr="session.callerid"/> Passing the params over ...
by aghuber11
Mon Aug 08, 2016 12:46 pm
Forum: Plum DEV Q&A
Topic: SMS question
Replies: 16
Views: 28253

SMS question

Hello Plumvoice support staff, I have a question about your sms messaging. Would you activate a prompt to send a sms message through a subdialog? (also passing certain variables to the sms app) I need to use the sms system to collect the email of users and post it into my database when they respond ...
by aghuber11
Thu Jul 21, 2016 10:56 am
Forum: Plum DEV Q&A
Topic: Receiving variables from foreign databases
Replies: 5
Views: 11413

Re: Receiving variables from foreign databases

i think i love you guys.

Thank you again for your prompt response
by aghuber11
Wed Jul 20, 2016 5:43 pm
Forum: Plum DEV Q&A
Topic: Receiving variables from foreign databases
Replies: 5
Views: 11413

Re: Receiving variables from foreign databases

Hello, I have re-evaluated my approach to how i'm doing this and i just have one simple question. Once i use a select query to query my DB and get the rows that i need, how do i parse them into VXML variables so i can send them back using the namelist function? The only information that is being ret...
by aghuber11
Mon Jul 18, 2016 1:00 pm
Forum: Plum DEV Q&A
Topic: Receiving variables from foreign databases
Replies: 5
Views: 11413

Re: Receiving variables from foreign databases

Thank you for your time, i appreciate your response
by aghuber11
Mon Jul 18, 2016 10:55 am
Forum: Plum DEV Q&A
Topic: Receiving variables from foreign databases
Replies: 5
Views: 11413

Receiving variables from foreign databases

Hello, I'm attempting to make an ivr system that references a foreign database (mine for this example) and then pull information from it and return it as a variable to the original post page. Here is the code from the original ivr system - start.php <?php header("Content-type: text/xml"); echo "<?xm...
by aghuber11
Wed Jun 22, 2016 10:56 am
Forum: Plum DEV Q&A
Topic: Passing Data to my SQL server
Replies: 2
Views: 9687

Re: Passing Data to my SQL server

Wow i feel silly for missing something so simple. Thank you for reviewing this and replying so quickly. I really appreciate your help!

Works as intended now
by aghuber11
Tue Jun 21, 2016 4:52 pm
Forum: Plum DEV Q&A
Topic: Passing Data to my SQL server
Replies: 2
Views: 9687

Passing Data to my SQL server

Hello, I'm having trouble passing information into my SQL database using php. The script works fine with my web form, but doesnt seem to pass information to my database when i use it with plumvoice. I'm trying to configure the tutorial just to make sure it will interface with my database. the table ...