Page 1 of 1

Parameter content in result_url in outbound call

Posted: Thu Apr 06, 2006 12:49 pm
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

IVR outbound system echoes message parameter to start URL

Posted: Thu Apr 06, 2006 2:31 pm
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.

Posted: Thu Apr 06, 2006 2:43 pm
by adriannaude
All it takes is to change a ? to a & in a parameter string! :oops:

Thanks.

Adrian Naude