CURL(URL
[|POST-Daten
])
URL
mit
HTTP GET
. Wenn POST-Daten
angegeben sind, werden
diese Daten mit POST
gesendet. Gibt die Seite als String
zurück.; Die Seite unter der URL http://beispiel.de/seite.php?id=1&action=view abrufen: exten => 123,1,Set(foo=${CURL(http://beispiel.de/seite.php?id=1&action=view)})
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about function 'CURL' =-
[Syntax]
CURL(url[|post-data])
[Synopsis]
Retrieves the contents of a URL
[Description]
url - URL to retrieve
post-data - Optional data to send as a POST (GET is default action)
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -1,7 +1,7 @@
-= Info about function 'CURL' =-
[Syntax]
- CURL(url[|post-data])
+ CURL(url[,post-data])
[Synopsis]
Retrieves the contents of a URL