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

by 2020connection
Mon Dec 15, 2014 3:59 pm
Forum: Plum DEV Q&A
Topic: How can i get 'from' and 'to' numbers in saved url
Replies: 3
Views: 7877

Re: How can i get 'from' and 'to' numbers in saved url

It didn't work, it's sending last 4 digits of dnis, and nothing on ani. Is it because i'm on evolution account?
by 2020connection
Mon Dec 15, 2014 3:18 pm
Forum: Plum DEV Q&A
Topic: “recordutterance” recording error
Replies: 1
Views: 5122

Re: “recordutterance” recording error

This error has been resolved, i didn't mentioned "recordutterancetype"

Code: Select all

<property name="recordutterancetype" value="audio/x-wav"/>
by 2020connection
Mon Dec 15, 2014 3:06 pm
Forum: Plum DEV Q&A
Topic: “recordutterance” recording error
Replies: 1
Views: 5122

“recordutterance” recording error

Hi, I'm using “recordutterance” property global, and trying to get the last result by application.lastresult$.recording. But the recording i'm getting it's not playing. Below is the vxml file for outbound calls. <?xml version="1.0" encoding="UTF-8"?> <vxml version="2.1"> <var name="callerid" expr="'...
by 2020connection
Fri Dec 12, 2014 8:32 pm
Forum: Plum DEV Q&A
Topic: How can i get 'from' and 'to' numbers in saved url
Replies: 3
Views: 7877

How can i get 'from' and 'to' numbers in saved url

I need 'from number' the number calling to application number, and 'to number' the number associate with my application. I need both number in my php file. Does plum post 'from' and 'to' number in saved urls?
by 2020connection
Tue Dec 09, 2014 5:13 pm
Forum: Plum DEV Q&A
Topic: submit recording and variable to another file
Replies: 2
Views: 6761

Re: submit recording and variable to another file

Thanks,

It has been resolved, I was using <var name="callerid" expr="18046212020"/> instead of <var name="callerid" expr="'18046212020'"/>
by 2020connection
Tue Dec 09, 2014 2:03 pm
Forum: Plum DEV Q&A
Topic: submit recording and variable to another file
Replies: 2
Views: 6761

submit recording and variable to another file

Hello, I'm trying to submit value of a variable into file2.php from file1.php. But it change the variable value i.e. value is '18046212020' and it's posting '18046212069.000000' Below is the vxml code im using <submit method="post" enctype="multipart/form-data" next="http://example.com/file2.php" na...