| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{#api_declaration}} | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |  * Asterisk -- An open source telephony toolkit. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{copyright}}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{author}}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * See http://www.asterisk.org for more information about | 
					
						
							|  |  |  |  * the Asterisk project. Please do not directly contact | 
					
						
							|  |  |  |  * any of the maintainers of this project for assistance; | 
					
						
							|  |  |  |  * the project provides a web site, mailing lists and IRC | 
					
						
							|  |  |  |  * channels for your use. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software, distributed under the terms of | 
					
						
							|  |  |  |  * the GNU General Public License Version 2. See the LICENSE file | 
					
						
							|  |  |  |  * at the top of the source tree. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*! \file | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \brief Generated file - declares stubs to be implemented in | 
					
						
							| 
									
										
										
										
											2013-07-27 23:11:02 +00:00
										 |  |  |  * res/ari/resource_{{name}}.c | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  * {{{description}}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \author {{{author}}} | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | {{> do-not-edit}} | 
					
						
							|  |  |  |  * This file is generated by a mustache template. Please see the original | 
					
						
							| 
									
										
										
										
											2013-07-27 23:11:02 +00:00
										 |  |  |  * template in rest-api-templates/ari_resource.h.mustache | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef _ASTERISK_RESOURCE_{{name_caps}}_H | 
					
						
							|  |  |  | #define _ASTERISK_RESOURCE_{{name_caps}}_H | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-27 23:11:02 +00:00
										 |  |  | #include "asterisk/ari.h" | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | {{#apis}} | 
					
						
							|  |  |  | {{#operations}} | 
					
						
							| 
									
										
										
										
											2014-07-02 21:13:46 +00:00
										 |  |  | /*! Argument struct for ast_ari_{{c_name}}_{{c_nickname}}() */ | 
					
						
							| 
									
										
										
										
											2013-11-07 21:10:31 +00:00
										 |  |  | struct ast_ari_{{c_name}}_{{c_nickname}}_args { | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{#parameters}} | 
					
						
							| 
									
										
										
										
											2013-08-02 14:36:32 +00:00
										 |  |  | {{#description}} | 
					
						
							|  |  |  | {{/description}} | 
					
						
							|  |  |  | {{^allow_multiple}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{#description}} | 
					
						
							| 
									
										
										
										
											2014-07-02 21:13:46 +00:00
										 |  |  | 	/*! {{{description}}} */ | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{/description}} | 
					
						
							|  |  |  | 	{{c_data_type}}{{c_space}}{{c_name}}; | 
					
						
							| 
									
										
										
										
											2013-08-02 14:36:32 +00:00
										 |  |  | {{/allow_multiple}} | 
					
						
							|  |  |  | {{#allow_multiple}} | 
					
						
							| 
									
										
										
										
											2014-07-02 21:13:46 +00:00
										 |  |  | 	/*! Array of {{{description}}} */ | 
					
						
							| 
									
										
										
										
											2013-08-02 14:36:32 +00:00
										 |  |  | 	{{c_data_type}}{{c_space}}*{{c_name}}; | 
					
						
							| 
									
										
										
										
											2014-07-02 21:13:46 +00:00
										 |  |  | 	/*! Length of {{c_name}} array. */ | 
					
						
							| 
									
										
										
										
											2013-08-02 14:36:32 +00:00
										 |  |  | 	size_t {{c_name}}_count; | 
					
						
							| 
									
										
										
										
											2014-07-02 21:13:46 +00:00
										 |  |  | 	/*! Parsing context for {{c_name}}. */ | 
					
						
							| 
									
										
										
										
											2013-08-02 14:36:32 +00:00
										 |  |  | 	char *{{c_name}}_parse; | 
					
						
							|  |  |  | {{/allow_multiple}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{/parameters}} | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | {{#is_req}} | 
					
						
							| 
									
										
										
										
											2014-01-21 14:27:21 +00:00
										 |  |  | {{#parse_body}} | 
					
						
							|  |  |  | /*! | 
					
						
							|  |  |  |  * \brief Body parsing function for {{path}}. | 
					
						
							|  |  |  |  * \param body The JSON body from which to parse parameters. | 
					
						
							|  |  |  |  * \param[out] args The args structure to parse into. | 
					
						
							|  |  |  |  * \retval zero on success | 
					
						
							|  |  |  |  * \retval non-zero on failure | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | int ast_ari_{{c_name}}_{{c_nickname}}_parse_body( | 
					
						
							|  |  |  | 	struct ast_json *body, | 
					
						
							|  |  |  | 	struct ast_ari_{{c_name}}_{{c_nickname}}_args *args); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {{/parse_body}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | /*! | 
					
						
							|  |  |  |  * \brief {{summary}} | 
					
						
							|  |  |  | {{#notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{notes}}} | 
					
						
							|  |  |  | {{/notes}} | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2016-05-18 06:19:58 -05:00
										 |  |  | {{#is_binary_response}} | 
					
						
							|  |  |  |  * \param ser TCP/TLS session instance | 
					
						
							|  |  |  | {{/is_binary_response}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  |  * \param headers HTTP headers | 
					
						
							|  |  |  |  * \param args Swagger parameters | 
					
						
							|  |  |  |  * \param[out] response HTTP response | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2016-05-18 06:19:58 -05:00
										 |  |  | {{^is_binary_response}} | 
					
						
							| 
									
										
										
										
											2013-11-07 21:10:31 +00:00
										 |  |  | void ast_ari_{{c_name}}_{{c_nickname}}(struct ast_variable *headers, struct ast_ari_{{c_name}}_{{c_nickname}}_args *args, struct ast_ari_response *response); | 
					
						
							| 
									
										
										
										
											2016-05-18 06:19:58 -05:00
										 |  |  | {{/is_binary_response}} | 
					
						
							|  |  |  | {{#is_binary_response}} | 
					
						
							|  |  |  | void ast_ari_{{c_name}}_{{c_nickname}}(struct ast_tcptls_session_instance *ser, struct ast_variable *headers, struct ast_ari_{{c_name}}_{{c_nickname}}_args *args, struct ast_ari_response *response); | 
					
						
							|  |  |  | {{/is_binary_response}} | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | {{/is_req}} | 
					
						
							|  |  |  | {{#is_websocket}} | 
					
						
							| 
									
										
										
										
											2015-05-17 20:36:41 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  | /*! | 
					
						
							|  |  |  |  * \brief {{summary}} | 
					
						
							|  |  |  | {{#notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{notes}}} | 
					
						
							|  |  |  | {{/notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \retval  0 success | 
					
						
							|  |  |  |  * \retval -1 error | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | int ast_ari_websocket_{{c_name}}_{{c_nickname}}_init(void); | 
					
						
							| 
									
										
										
										
											2015-08-18 15:07:49 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*! | 
					
						
							|  |  |  |  * \brief {{summary}} | 
					
						
							|  |  |  | {{#notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{notes}}} | 
					
						
							|  |  |  | {{/notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \return Nothing | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | void ast_ari_websocket_{{c_name}}_{{c_nickname}}_dtor(void); | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-17 20:36:41 -05:00
										 |  |  | /*! | 
					
						
							|  |  |  |  * \brief {{summary}} | 
					
						
							|  |  |  | {{#notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{notes}}} | 
					
						
							|  |  |  | {{/notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \param ser HTTP TCP/TLS Server Session | 
					
						
							|  |  |  |  * \param headers HTTP headers | 
					
						
							|  |  |  |  * \param args Swagger parameters | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  |  * \param session_id The id of the current session. | 
					
						
							| 
									
										
										
										
											2015-05-17 20:36:41 -05:00
										 |  |  |  * | 
					
						
							|  |  |  |  * \retval 0 success | 
					
						
							|  |  |  |  * \retval non-zero error | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  | int ast_ari_websocket_{{c_name}}_{{c_nickname}}_attempted(struct ast_tcptls_session_instance *ser, | 
					
						
							|  |  |  | 	struct ast_variable *headers, struct ast_ari_{{c_name}}_{{c_nickname}}_args *args, const char *session_id); | 
					
						
							| 
									
										
										
										
											2015-05-17 20:36:41 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | /*! | 
					
						
							|  |  |  |  * \brief {{summary}} | 
					
						
							|  |  |  | {{#notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * {{{notes}}} | 
					
						
							|  |  |  | {{/notes}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \param session ARI WebSocket. | 
					
						
							|  |  |  |  * \param headers HTTP headers. | 
					
						
							|  |  |  |  * \param args Swagger parameters. | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  |  * \param session_id The id of the current session. | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-07-31 11:27:23 -05:00
										 |  |  | void ast_ari_websocket_{{c_name}}_{{c_nickname}}_established(struct ast_ari_websocket_session *session, | 
					
						
							|  |  |  | 	struct ast_variable *headers, struct ast_ari_{{c_name}}_{{c_nickname}}_args *args); | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | {{/is_websocket}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{/operations}} | 
					
						
							|  |  |  | {{/apis}} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* _ASTERISK_RESOURCE_{{name_caps}}_H */ | 
					
						
							|  |  |  | {{/api_declaration}} |