Page 1 of 1

QueueCalls.php and VB.Net or C#

Posted: Wed Jun 30, 2010 6:26 pm
by fkuhne
Does anyone have some example code using VB.Net or C# calling QueueCall.php? Is it actually necessary to create a text file or is there a way to form the request so that a file does not physically need to be created?

We have a Citrix hosted Windows Forms application which will allow users to create a call campaign and submit numbers. We'd rather not create files on the server if possible, particularly if it isn't necessary. There aren't really any .Net code samples anywhere so if anyone could share how they are creating the request that would be great.

Re: QueueCalls.php and VB.Net or C#

Posted: Wed Jun 30, 2010 6:27 pm
by fkuhne
Should be QueueCalls.php all the way through. This will be a list of calls and each call will need to have parameters set with some ids we'll use in our IVR app for the start url to retrieve some more necessary information.

Re: QueueCalls.php and VB.Net or C#

Posted: Tue Jul 06, 2010 3:44 pm
by fkuhne
Working through this now. When I'm done I'll post up a thorough VB.Net example from soup to nuts.