| 
									
										
										
										
											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 {{{resource_path}}} implementation- {{{description}}} | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \author {{{author}}} | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "asterisk.h" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-11-21 22:35:44 +00:00
										 |  |  | #include "resource_{{c_name}}.h" | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | {{#apis}} | 
					
						
							|  |  |  | {{#operations}} | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | {{#is_req}} | 
					
						
							| 
									
										
										
										
											2013-11-07 21:09:18 +00:00
										 |  |  | void ast_ari_{{c_name}}_{{c_nickname}}(struct ast_variable *headers, | 
					
						
							|  |  |  | 	struct ast_ari_{{c_name}}_{{c_nickname}}_args *args, | 
					
						
							| 
									
										
										
										
											2013-07-27 23:11:02 +00:00
										 |  |  | 	struct ast_ari_response *response) | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2013-11-07 21:09:18 +00:00
										 |  |  | 	ast_log(LOG_ERROR, "TODO: ast_ari_{{c_name}}_{{c_nickname}}\n"); | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | {{/is_req}} | 
					
						
							|  |  |  | {{#is_websocket}} | 
					
						
							| 
									
										
										
										
											2013-11-07 21:09:18 +00:00
										 |  |  | void ast_ari_websocket_{{c_name}}_{{c_nickname}}(struct ast_ari_websocket_session *session, | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | 	struct ast_variable *headers, | 
					
						
							| 
									
										
										
										
											2013-11-07 21:09:18 +00:00
										 |  |  | 	struct ast_ari_{{c_name}}_{{c_nickname}}_args *args) | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2013-11-07 21:09:18 +00:00
										 |  |  | 	ast_log(LOG_ERROR, "TODO: ast_ari_websocket_{{c_name}}_{{c_nickname}}\n"); | 
					
						
							| 
									
										
										
										
											2013-07-03 16:32:00 +00:00
										 |  |  | } | 
					
						
							|  |  |  | {{/is_websocket}} | 
					
						
							| 
									
										
										
										
											2013-04-22 14:58:53 +00:00
										 |  |  | {{/operations}} | 
					
						
							|  |  |  | {{/apis}} | 
					
						
							|  |  |  | {{/api_declaration}} |