|
@@ -132,9 +132,13 @@ Chapter 1. Admin Guide
|
|
|
and much more either using modparam settings or parameters to the
|
|
|
connection definition.
|
|
|
|
|
|
- Function http_query allows Kamailio to issue an HTTP GET request and
|
|
|
- get access to parts of the reply. This function has been ported from
|
|
|
- the utils module and now use the same libcurl functions.
|
|
|
+ Like in SIP, the HTTP URL may need encoding to be transported safely
|
|
|
+ over the network. Check the string encoding functions in the
|
|
|
+ Transformation Cookbook (as used in the curl_http_query example below).
|
|
|
+
|
|
|
+ Function curl_http_query allows Kamailio to issue an HTTP GET request
|
|
|
+ and get access to parts of the reply. This function has been ported
|
|
|
+ from the utils module and now use the same libcurl functions.
|
|
|
|
|
|
2. Dependencies
|
|
|
|