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

by mkerzner@electronicdataco
Tue Feb 12, 2008 11:27 am
Forum: Plum DEV Q&A
Topic: Pre-recorded voice messages?
Replies: 3
Views: 16974

Thanks a bunch, perfect exhaustive answer.

Mark
by mkerzner@electronicdataco
Tue Feb 12, 2008 12:21 am
Forum: Plum DEV Q&A
Topic: Pre-recorded voice messages?
Replies: 3
Views: 16974

Pre-recorded voice messages?

Hi,

can I use pre-recorded voice messages and where would I be looking for information on that? Especially the file formats and recording tips.

Thank you.
by mkerzner@electronicdataco
Wed Aug 15, 2007 4:15 pm
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Does is mean that I will be assigned a unique number which will always show as caller id, and when people call back on this number, then my application answers?
by mkerzner@electronicdataco
Wed Aug 15, 2007 2:47 pm
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Oh, and what is the concept of a campaign, do I need to use it? One campaign should be enough?
by mkerzner@electronicdataco
Wed Aug 15, 2007 2:46 pm
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Thank you, with your help I made the first calls.

Can I change the "caller id" when I call?

I know that I can get back all parameters that I pass to Plum, right?

Thanks again.
by mkerzner@electronicdataco
Wed Aug 15, 2007 1:51 pm
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

OK, thank you, I get calls now.

Changing to vxml did not help though. I am using your first "Hello" example, and I get an error. Is there any special way to put things on the web? I just placed the file on a web server...

Thank you,
Mark
by mkerzner@electronicdataco
Wed Aug 15, 2007 12:21 pm
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

I got a valid file at http://shmsoft.com/mark/AcceptCall.xml and this was the reply <?xml version="1.0"?> <queuecall status="queued" call_id="628281"> <login>mkerzner@electronicdatacontrol.com</login> <pin>37103792</pin> <phone_number>17137242534</phone_number> <start_url>http://shmsoft.com/mark/Acc...
by mkerzner@electronicdataco
Wed Aug 15, 2007 10:20 am
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Today a got a better reply <?xml version="1.0"?> <queuecall status="queued" call_id="628197"> <login>mkerzner@electronicdatacontrol.com</login> <pin>37103792</pin> <phone_number>17137242534</phone_number> <start_url>http://edcfoundation.dyndns.org/foundation/AcceptCall.jsp</start_url> </queuecall> M...
by mkerzner@electronicdataco
Wed Aug 15, 2007 12:27 am
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Hi, I did the POST (with java) and got this back, could you please tell me what I should do? Thank you. Mark <br /> <b>Warning</b>: mysql_query(): 4 is not a valid MySQL-Link resource in <b>/usr/local/apache/htdocs/outbound.plumgroup.com/outboundlib/outboundlib.php</b> on line <b>595</b><br /> <br /...
by mkerzner@electronicdataco
Mon Aug 13, 2007 12:14 am
Forum: Plum DEV Q&A
Topic: Starting an outbound call with java
Replies: 14
Views: 27502

Starting an outbound call with java

Hi,

sorry that it may be an obvious question, but I can not find an example of how to create an outbound call with java code, could someone please help?

Thank you.