mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +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 /asterisk/config/dynamic/{configClass}/{objectType}/{id}.
|
||||
* \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_asterisk_get_object_cb(
|
||||
@@ -124,9 +126,11 @@ int ast_ari_asterisk_update_object_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/config/dynamic/{configClass}/{objectType}/{id}.
|
||||
* \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_asterisk_update_object_cb(
|
||||
@@ -191,9 +195,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/config/dynamic/{configClass}/{objectType}/{id}.
|
||||
* \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_asterisk_delete_object_cb(
|
||||
@@ -294,9 +300,11 @@ int ast_ari_asterisk_get_info_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/info.
|
||||
* \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_asterisk_get_info_cb(
|
||||
@@ -397,9 +405,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/ping.
|
||||
* \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_asterisk_ping_cb(
|
||||
@@ -447,9 +457,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/modules.
|
||||
* \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_asterisk_list_modules_cb(
|
||||
@@ -497,9 +509,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/modules/{moduleName}.
|
||||
* \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_asterisk_get_module_cb(
|
||||
@@ -556,9 +570,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/modules/{moduleName}.
|
||||
* \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_asterisk_load_module_cb(
|
||||
@@ -614,9 +630,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/modules/{moduleName}.
|
||||
* \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_asterisk_unload_module_cb(
|
||||
@@ -673,9 +691,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/modules/{moduleName}.
|
||||
* \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_asterisk_reload_module_cb(
|
||||
@@ -732,9 +752,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/logging.
|
||||
* \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_asterisk_list_log_channels_cb(
|
||||
@@ -795,9 +817,11 @@ int ast_ari_asterisk_add_log_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/logging/{logChannelName}.
|
||||
* \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_asterisk_add_log_cb(
|
||||
@@ -864,9 +888,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/logging/{logChannelName}.
|
||||
* \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_asterisk_delete_log_cb(
|
||||
@@ -922,9 +948,11 @@ fin: __attribute__((unused))
|
||||
}
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/logging/{logChannelName}/rotate.
|
||||
* \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_asterisk_rotate_log_cb(
|
||||
@@ -993,9 +1021,11 @@ int ast_ari_asterisk_get_global_var_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/variable.
|
||||
* \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_asterisk_get_global_var_cb(
|
||||
@@ -1072,9 +1102,11 @@ int ast_ari_asterisk_set_global_var_parse_body(
|
||||
|
||||
/*!
|
||||
* \brief Parameter parsing callback for /asterisk/variable.
|
||||
* \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_asterisk_set_global_var_cb(
|
||||
|
Reference in New Issue
Block a user