mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res_ari: Fix for Doxygen.
ASTERISK-29756 Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
		
				
					committed by
					
						 Kevin Harwell
						Kevin Harwell
					
				
			
			
				
	
			
			
			
						parent
						
							aaa1509fad
						
					
				
				
					commit
					015c594fcc
				
			| @@ -54,9 +54,11 @@ | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges. | ||||
|  * \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_bridges_list_cb( | ||||
| @@ -125,9 +127,11 @@ int ast_ari_bridges_create_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges. | ||||
|  * \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_bridges_create_cb( | ||||
| @@ -209,9 +213,11 @@ int ast_ari_bridges_create_with_id_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}. | ||||
|  * \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_bridges_create_with_id_cb( | ||||
| @@ -279,9 +285,11 @@ fin: __attribute__((unused)) | ||||
| } | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}. | ||||
|  * \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_bridges_get_cb( | ||||
| @@ -337,9 +345,11 @@ fin: __attribute__((unused)) | ||||
| } | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}. | ||||
|  * \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_bridges_destroy_cb( | ||||
| @@ -449,9 +459,11 @@ int ast_ari_bridges_add_channel_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/addChannel. | ||||
|  * \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_bridges_add_channel_cb( | ||||
| @@ -612,9 +624,11 @@ int ast_ari_bridges_remove_channel_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/removeChannel. | ||||
|  * \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_bridges_remove_channel_cb( | ||||
| @@ -725,9 +739,11 @@ fin: __attribute__((unused)) | ||||
| } | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/videoSource/{channelId}. | ||||
|  * \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_bridges_set_video_source_cb( | ||||
| @@ -788,9 +804,11 @@ fin: __attribute__((unused)) | ||||
| } | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/videoSource. | ||||
|  * \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_bridges_clear_video_source_cb( | ||||
| @@ -859,9 +877,11 @@ int ast_ari_bridges_start_moh_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/moh. | ||||
|  * \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_bridges_start_moh_cb( | ||||
| @@ -928,9 +948,11 @@ fin: __attribute__((unused)) | ||||
| } | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/moh. | ||||
|  * \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_bridges_stop_moh_cb( | ||||
| @@ -1041,9 +1063,11 @@ int ast_ari_bridges_play_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/play. | ||||
|  * \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_bridges_play_cb( | ||||
| @@ -1214,9 +1238,11 @@ int ast_ari_bridges_play_with_id_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/play/{playbackId}. | ||||
|  * \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_bridges_play_with_id_cb( | ||||
| @@ -1374,9 +1400,11 @@ int ast_ari_bridges_record_parse_body( | ||||
|  | ||||
| /*! | ||||
|  * \brief Parameter parsing callback for /bridges/{bridgeId}/record. | ||||
|  * \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_bridges_record_cb( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user