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

by vikas
Tue Jul 31, 2018 3:27 pm
Forum: Plum DEV Q&A
Topic: Error from PHP file
Replies: 2
Views: 5061

Re: Error from PHP file

Sure, I have emailed the URL. Thanks.
by vikas
Tue Jul 31, 2018 12:22 pm
Forum: Plum DEV Q&A
Topic: Error from PHP file
Replies: 2
Views: 5061

Error from PHP file

Hi Plum team I am having 2 issues using PHP script with VXML. Below is the PHP section of the code. Issues [1] the "VXML Validator" tool complains at line "echo "<?xml version=\"1.0\"?>\n";". However this line I had copied from one of the examples I found on plum voice forum. Error -> "This document...
by vikas
Wed Feb 07, 2018 8:42 pm
Forum: Plum DEV Q&A
Topic: Pass value from Root to child document
Replies: 1
Views: 3593

Pass value from Root to child document

Hi I am assigning a value to a variable declared in Root.xml but the value gets cleared as soon as the call enters the child document. Looking at the log it looks like it is because calling <goto> on child document reloads Root.xml. Is there a value to pass value from Root to child document other th...
by vikas
Tue Feb 06, 2018 2:03 pm
Forum: Plum DEV Q&A
Topic: Subdialog - 405 Method Not Allowed
Replies: 1
Views: 3712

Subdialog - 405 Method Not Allowed

Hi Plum I am getting 405 Method not allowed error when using <subdialog> tag with raw method. Can you please help? Thanks. HTTP/1.1 405 Method Not Allowed - https://ivrpv-vppp.blackhawk-net.com/API/Parent/vxml/API.xml DocumentParser::FetchBuffer - could not open URL: https://ivrpv-vppp.blackhawk-net...
by vikas
Wed Jun 21, 2017 1:33 pm
Forum: Plum DEV Q&A
Topic: Error reading XML file
Replies: 2
Views: 5002

Re: Error reading XML file

Thanks a lot. That worked
by vikas
Tue Jun 20, 2017 8:01 pm
Forum: Plum DEV Q&A
Topic: Error reading XML file
Replies: 2
Views: 5002

Error reading XML file

Hi Plum I am getting below error when reading an XML file in our Preprod environment. Code is saved as "SafewayAutomation" in scratchpad. It is assigned to 855-606-3493. I have verified the Javascript code in other editors and cannot find a reason why I am getting this error in Plum Voice. TypeError...
by vikas
Wed May 24, 2017 7:58 pm
Forum: Plum DEV Q&A
Topic: <subdialog> Integer return value getting corrupt
Replies: 1
Views: 4063

Re: <subdialog> Integer return value getting corrupt

I was able to fix the issue by appending ''+ as below. This fixed the issue.
<assign name="availableBalance" expr="''+getCardBalance.data.balance"/>
by vikas
Wed May 24, 2017 7:24 pm
Forum: Plum DEV Q&A
Topic: <subdialog> Integer return value getting corrupt
Replies: 1
Views: 4063

<subdialog> Integer return value getting corrupt

We are facing an issue with <subdialog> In the subdialog a field has a value of 15.15. When it is returned to the calling module the value gets changed to 15.149999618530273. Below is the section of code that calls the subdialog passing a few paramters. This subdialog returns a field called availabl...
by vikas
Wed May 24, 2017 11:35 am
Forum: Plum DEV Q&A
Topic: Outbound dialing - simulate endpoint phone number
Replies: 5
Views: 8600

Re: Outbound dialing - simulate endpoint phone number

Great. Can you please give more detail on how to fake the call connection?
We are just looking to get the IVR execution started so not concerned of User input at this point. A "no input" would still be fine.
by vikas
Tue May 23, 2017 12:46 pm
Forum: Plum DEV Q&A
Topic: Outbound dialing - simulate endpoint phone number
Replies: 5
Views: 8600

Re: Outbound dialing - simulate endpoint phone number

Sure, below are the details Within a PHP file we are using CURL command to make an outbound call. The outbound call is working great and the call is going to the intended phone number. What we are trying to build here is automated IVR testing using this outbound feature. So we want to send the outbo...
by vikas
Tue May 23, 2017 11:47 am
Forum: Plum DEV Q&A
Topic: API calls using <data> tag - Capture 500s/404s errors
Replies: 1
Views: 4282

API calls using <data> tag - Capture 500s/404s errors

Hi Plum We are trying to find if we can capture the response body and response headers in case of 500s/400s errors when using <data> tag for invoking REST APIs. We know that Plum throws badfetch exception for 500s/400s errors and are handling these exceptions using the catch block as shown below <ca...
by vikas
Fri May 19, 2017 12:42 am
Forum: Plum DEV Q&A
Topic: Outbound dialing - simulate endpoint phone number
Replies: 5
Views: 8600

Outbound dialing - simulate endpoint phone number

Hi Plum We are planning to use http://outbound.plumvoice.com/webservice/queuecall.php for making an outbound call to one of the IVR from a web page once the submit button is clicked on the web page. Everything is working great except one thing.The queuecall sends an outbound call to "phone_number" s...
by vikas
Sat Apr 29, 2017 4:13 pm
Forum: Plum DEV Q&A
Topic: Host VXML files in AWS (Tomcat)
Replies: 1
Views: 4165

Host VXML files in AWS (Tomcat)

Hi Can we put our VXML files in Tomcat server on AWS server? In our test environment I tried assigning 8553008634 to a vxml page on Tomcat server in AWS but got below error. The file Root.xml exists but we still get an error as file not found. URL: http://ec2-34-207-235-233.compute-1.amazonaws.com:8...
by vikas
Wed Apr 19, 2017 12:33 pm
Forum: Plum DEV Q&A
Topic: No declaration for attribute "accept" of element <data>
Replies: 5
Views: 8143

Re: No declaration for attribute "accept" of element <data>

I have created scratchpad and assigned it the no: 855-202-5604
Appreciate your help.
by vikas
Mon Apr 17, 2017 5:35 pm
Forum: Plum DEV Q&A
Topic: No declaration for attribute "accept" of element <data>
Replies: 5
Views: 8143

No declaration for attribute "accept" of element <data>

Hi Plum We are getting below error when using <data> tag. This is the first time we are trying to use <data> tag with headers. Code is being run in our Preprod environment. This document is not valid VoiceXML! No declaration for attribute accept of element data in Entity, line: 9   <?xml version="1....