mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
res_ari: Fix for Doxygen.
ASTERISK-29756 Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
committed by
Kevin Harwell
parent
c30ed45c94
commit
634e3ebdb8
@@ -52,9 +52,11 @@
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /endpoints.
|
||||
* \param ser TCP/TLS session object
|
||||
* \param get_params GET parameters in the HTTP request.
|
||||
* \param path_vars Path variables extracted from the request.
|
||||
* \param headers HTTP headers.
|
||||
* \param body
|
||||
* \param[out] response Response to the HTTP request.
|
||||
*/
|
||||
static void ast_ari_endpoints_list_cb(
|
||||
@@ -123,9 +125,11 @@ int ast_ari_endpoints_send_message_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /endpoints/sendMessage.
|
||||
* \param ser TCP/TLS session object
|
||||
* \param get_params GET parameters in the HTTP request.
|
||||
* \param path_vars Path variables extracted from the request.
|
||||
* \param headers HTTP headers.
|
||||
* \param body
|
||||
* \param[out] response Response to the HTTP request.
|
||||
*/
|
||||
static void ast_ari_endpoints_send_message_cb(
|
||||
@@ -189,9 +193,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /endpoints/{tech}.
|
||||
* \param ser TCP/TLS session object
|
||||
* \param get_params GET parameters in the HTTP request.
|
||||
* \param path_vars Path variables extracted from the request.
|
||||
* \param headers HTTP headers.
|
||||
* \param body
|
||||
* \param[out] response Response to the HTTP request.
|
||||
*/
|
||||
static void ast_ari_endpoints_list_by_tech_cb(
|
||||
@@ -247,9 +253,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /endpoints/{tech}/{resource}.
|
||||
* \param ser TCP/TLS session object
|
||||
* \param get_params GET parameters in the HTTP request.
|
||||
* \param path_vars Path variables extracted from the request.
|
||||
* \param headers HTTP headers.
|
||||
* \param body
|
||||
* \param[out] response Response to the HTTP request.
|
||||
*/
|
||||
static void ast_ari_endpoints_get_cb(
|
||||
@@ -326,9 +334,11 @@ int ast_ari_endpoints_send_message_to_endpoint_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /endpoints/{tech}/{resource}/sendMessage.
|
||||
* \param ser TCP/TLS session object
|
||||
* \param get_params GET parameters in the HTTP request.
|
||||
* \param path_vars Path variables extracted from the request.
|
||||
* \param headers HTTP headers.
|
||||
* \param body
|
||||
* \param[out] response Response to the HTTP request.
|
||||
*/
|
||||
static void ast_ari_endpoints_send_message_to_endpoint_cb(
|
||||
|
Reference in New Issue
Block a user