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 haroldva
Wed Oct 06, 2010 1:54 pm
Forum: Plum DEV Q&A
Topic: monitoring for system downtime
Replies: 6
Views: 11138

Re: monitoring for system downtime

By the way, here's the content of my jsp:

Code: Select all

<?xml version="1.0"?>

<vxml version="2.0">
  <form>
    <block>
      <return />
    </block>
  </form>
</vxml>
Hope to hear from you!

Thanks,
Harold
by haroldva
Wed Oct 06, 2010 1:42 pm
Forum: Plum DEV Q&A
Topic: monitoring for system downtime
Replies: 6
Views: 11138

Re: monitoring for system downtime

Hi, Thanks again for the reply. My email script is in different web application on the same server. I was able to execute my jsp page however i got an error message that says: A serious error of type error.semantic has occurred. Exiting. scenario: My jsp will process the request and send email (work...
by haroldva
Wed Oct 06, 2010 7:59 am
Forum: Plum DEV Q&A
Topic: monitoring for system downtime
Replies: 6
Views: 11138

Re: monitoring for system downtime

Hi, thanks for your reply. I have a follow question, i have this in my scratchpad: <form> <block> <goto next="#welcome" /> </block> </form> <catch event="error"> <assign name="source" expr="ivr" /> <submit namelist="source" next="http://site.com/servlet/ServletManager?action=SendAlertEmail" /> <exit...
by haroldva
Fri Oct 01, 2010 11:29 am
Forum: Plum DEV Q&A
Topic: monitoring for system downtime
Replies: 6
Views: 11138

monitoring for system downtime

Hi, im pretty new to voice xml so please bear with me. What im trying to accomplish is to make a monitoring program to call certain number with voice xml/scratchpad attached to it. Currently we have two scratchpads that were used by our production servers. Now, we don't know if our production server...
by haroldva
Fri Oct 01, 2010 2:25 am
Forum: Plum DEV Q&A
Topic: creating outbound call first attempt
Replies: 2
Views: 5685

Re: creating outbound call first attempt

Hi, thanks for the reply however i got this working now. The problem i encountered was because i concatenated the parameters to plum outbound url and it seems queuecall.php was not able to get the parameter values. Now, i add the parameters to the post object and it works.
by haroldva
Thu Sep 30, 2010 1:36 pm
Forum: Plum DEV Q&A
Topic: creating outbound call first attempt
Replies: 2
Views: 5685

creating outbound call first attempt

Hi, I created a java program for outbound call. When my program runs i got this error: <?xml version="1.0"?> <queuecall status="failed"> Missing "login" POST variable. </queuecall> this is my url: http://outbound.plumgroup.com/webservice/queuecall.php?login=xxxx&pin=xxxxx&phone_number=tel:+1617712xx...