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 Sparker
Sat Aug 01, 2015 11:39 pm
Forum: Plum DEV Q&A
Topic: Queuecall vs Queuecalls
Replies: 1
Views: 6469

Queuecall vs Queuecalls

I want to make multiple calls, however I'm attempting to do this via a "foreach loop" in my backend program that initiates my outbound calling. This simply rolls through a record set of numbers/data to call--so essentially, each number is handled separately. My question is this--can I use the HTTP P...
by Sparker
Wed Jul 29, 2015 3:53 pm
Forum: Plum DEV Q&A
Topic: Use variable(s) for audio source/expression
Replies: 1
Views: 7635

Use variable(s) for audio source/expression

Hi! I am trying to dynamically create the audio source/expression for my application. In a nutshell, I have questions with a variety of answer options. Based on the question, I need to present the options to the user. I know you are not an ASP/C# shop, however that is what I'm bound to... I have tri...
by Sparker
Tue Jul 14, 2015 1:42 pm
Forum: Plum DEV Q&A
Topic: Invalid assignment left-hand side when increment variable
Replies: 1
Views: 6339

Invalid assignment left-hand side when increment variable

I am having difficulty incrementing a variable that I am using for a counter. My code is below. This particular form is reached via another form that is working well. When a user says 'No', I wish to increment the retry_Counter by 1 and go back to form SubIsAvailable. Once in SubIsAvailable, if my r...
by Sparker
Tue Jul 14, 2015 6:55 am
Forum: Plum DEV Q&A
Topic: Elseif condition not being reached
Replies: 2
Views: 7170

Re: Elseif condition not being reached

Even though I figured out my problem and am posting it, I do have a question and need clarification on it (see below). I figured it out what I was doing wrong--among a few other things --just trying to get it to work, I was testing the boolean to return a "2", which I thought with Plum Voice a boole...
by Sparker
Mon Jul 13, 2015 3:38 pm
Forum: Plum DEV Q&A
Topic: Elseif condition not being reached
Replies: 2
Views: 7170

Elseif condition not being reached

I am using pre-recorded messages in my test application. That is going very well! However, the part I'm having trouble with--and it seems I've done this before and just cannot seem to get it to work here, is in the form below "SpeakToSubject", fill a field named "speakingTo" with my subject's respon...
by Sparker
Mon May 11, 2015 4:19 pm
Forum: Plum DEV Q&A
Topic: Outbound Result_url post variable invalid URL
Replies: 2
Views: 6352

Re: Outbound Result_url post variable invalid URL

Thanks for your reply--very refreshing to have it verified that I was indeed understanding things correctly! :) My result_url was formed correctly. It's strange that I was getting that particular error because I was referencing an object in my script that I had already disposed--really had nothing t...
by Sparker
Thu May 07, 2015 12:24 pm
Forum: Plum DEV Q&A
Topic: Outbound Result_url post variable invalid URL
Replies: 2
Views: 6352

Outbound Result_url post variable invalid URL

First-I'm doing my application in asp.net. I want to "log" my end results in a table in sql server once the call is completed--either "really" completed or a hang-up, or whatever. I am trying to use the result_url in my initial request to the Plum Voice server; however, I must be doing something wro...
by Sparker
Tue Apr 21, 2015 1:54 pm
Forum: Plum DEV Q&A
Topic: Dynamically Create Grammar
Replies: 2
Views: 8647

Re: Dynamically Create Grammar

I just wanted to let you know that I've resolved this issue myself. What I ended up doing was just returning the grammar src as a string via the subdialog along with the "questionOptions" and then using that returned value in my grammar tag--did this rather than assigning the value in my Code Behind...
by Sparker
Mon Apr 20, 2015 10:27 pm
Forum: Plum DEV Q&A
Topic: Dynamically Create Grammar
Replies: 2
Views: 8647

Dynamically Create Grammar

I wish to dynamically create a different grammar for each field depending on the value of a specific field. I apologize for the "pseudo-code" below, but I'm away from work and do not have the exact code with me. I am presenting the person with a series of questions (dynamically produced). And each q...
by Sparker
Mon Apr 13, 2015 1:16 pm
Forum: Plum DEV Q&A
Topic: Outbound call failing with callee type busy
Replies: 6
Views: 11545

Re: Outbound call failing with callee type busy

Thank you! I have been working with it today and it has been much better!
by Sparker
Thu Apr 09, 2015 11:43 am
Forum: Plum DEV Q&A
Topic: Outbound call failing with callee type busy
Replies: 6
Views: 11545

Re: Outbound call failing with callee type busy

Thanks for the reply...I'm definitely in a service area as this wasn't happening even a week ago...and my landline is obviously in a service area... I think what is happening is maybe when I modify my code and PlumVoice/IVR/VXML doesn't "like it"/it doesn't work, it may simply not be connecting me? ...
by Sparker
Thu Apr 09, 2015 6:39 am
Forum: Plum DEV Q&A
Topic: Outbound call failing with callee type busy
Replies: 6
Views: 11545

Re: Outbound call failing with callee type busy

Any help on this? It's still occurring and I do not see why...I'm sure it's something I'm overlooking or simply do not know about...but I cannot continue until it's resolved...
by Sparker
Wed Apr 08, 2015 3:58 pm
Forum: Plum DEV Q&A
Topic: Outbound call failing with callee type busy
Replies: 6
Views: 11545

Outbound call failing with callee type busy

I have been trying to test a simple project--new to IVR and all involved. I had it working and am simply trying to expand on it. My outbound call is queued and it shows that the calls are being tried, however each time the calls fail after three attempts and show a callee type of "busy". All this an...
by Sparker
Thu Apr 02, 2015 8:42 am
Forum: Plum DEV Q&A
Topic: How to use data tag and XML document with possible iteration
Replies: 1
Views: 49149

How to use data tag and XML document with possible iteration

Please pardon extreme noobie questions...however I'm new to VXML, IVR and XML...I will try to explain what I'm attempting. I know you are a php shop, however we are a .NET shop, so I'm trying to do all this in C#, with ASP.NET. I can attempt to translate php code into C#, but sometimes have difficul...