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

Parameter content in result_url in outbound call

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
adriannaude
Posts: 34
Joined: Mon Nov 07, 2005 11:27 am
Location: United Kingdom

Parameter content in result_url in outbound call

Post by adriannaude »

Hi,

I am trying to set up outbound calling from the UK platform. As part of the start_url parameters I specify a value for message_reference. However when I look at the parameters passed back to the result_url the message_reference parameter is present but the content has disappeared.

Is anyone aware of any issues with using message_reference?

Regards,
Adrian Naude

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

IVR outbound system echoes message parameter to start URL

Post by support »

The message_reference parameter should be POSTed to the queuecall.php web service -- not added as a GET variable in your start_url. The outbound IVR system will automatically echo the message parameter to your start URL as a POST variable once the IVR call is connected.
Last edited by support on Thu Feb 25, 2010 2:13 pm, edited 2 times in total.

adriannaude
Posts: 34
Joined: Mon Nov 07, 2005 11:27 am
Location: United Kingdom

Post by adriannaude »

All it takes is to change a ? to a & in a parameter string! :oops:

Thanks.

Adrian Naude

Post Reply