We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

result_url question

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
herzow
Posts: 23
Joined: Mon Sep 21, 2009 12:30 pm

result_url question

Post by herzow »

It seems like you're hitting my result URL twice per call.

Once with NO DATA and then a second time with the results I expected from your documentation.

Is this normal?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

more IVR context?

Post by support »

No, could you please provide us with more IVR context so that we may better troubleshoot this IVR issue?

Regards,
Plum Support
Last edited by support on Mon Dec 21, 2009 4:17 pm, edited 1 time in total.

herzow
Posts: 23
Joined: Mon Sep 21, 2009 12:30 pm

Email Notifications

Post by herzow »

My system right now is setup to send emails whenever my result URL is hit.

I'm getting two per call.

One with NO DATA

and a second with the results.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

result_url and how it works for IVR outbound calls

Post by support »

Hi,

Sorry, I misunderstood your initial post.

The first time result_url gets called is during a GET request where the URLs for start_url and result_url are validated when IVR calls are queued. This GET request includes no variables, which explains why you see no data.

The second time result_url gets called is when the IVR call completes and the outbound IVR system sends a POST request with all the variables and results that you see.

Hope this clarifies things for you.

Regards,
Plum Support
Last edited by support on Wed Feb 24, 2010 11:55 am, edited 2 times in total.

herzow
Posts: 23
Joined: Mon Sep 21, 2009 12:30 pm

Thank you.

Post by herzow »

Thank you

Post Reply