Dial Plan - Call to web server

As part of of dial plan I am making, I need to send a request to a web server and receive a numeric value in return. The dial plan will then do a GoTo based on the value of the numeric return.

Does Asterisk have an Application/Function for making web requests or is this something that I need to do in PHP and call it with AGI/DeadAGI?

thanks,
Dean

You may try use the dialplan function CURL, see voip-info.org/wiki/index.php … +func+curl for an example.

Bye.