| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2005-11-06 15:09:47 +00:00
										 |  |  | * Asterisk -- An open source telephony toolkit. | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | * Copyright (C) 1999 - 2005, Digium, Inc. | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | * Mark Spencer <markster@digium.com> | 
					
						
							|  |  |  | * James Golovich <james@gnuinter.net> | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | * 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. | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2005-09-14 20:46:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-10-24 20:12:06 +00:00
										 |  |  | /*! \file
 | 
					
						
							| 
									
										
										
										
											2008-02-09 11:27:10 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-12-30 21:18:06 +00:00
										 |  |  |  * \brief Check if Channel is Available | 
					
						
							| 
									
										
										
										
											2008-02-09 11:27:10 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-12-30 21:18:06 +00:00
										 |  |  |  * \author Mark Spencer <markster@digium.com> | 
					
						
							|  |  |  |  * \author James Golovich <james@gnuinter.net> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-11-06 15:09:47 +00:00
										 |  |  |  * \ingroup applications | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-07 18:54:56 +00:00
										 |  |  | #include "asterisk.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-06 22:39:32 +00:00
										 |  |  | #include <sys/ioctl.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-21 06:02:45 +00:00
										 |  |  | #include "asterisk/lock.h"
 | 
					
						
							|  |  |  | #include "asterisk/file.h"
 | 
					
						
							|  |  |  | #include "asterisk/channel.h"
 | 
					
						
							|  |  |  | #include "asterisk/pbx.h"
 | 
					
						
							|  |  |  | #include "asterisk/module.h"
 | 
					
						
							|  |  |  | #include "asterisk/app.h"
 | 
					
						
							| 
									
										
										
										
											2005-07-08 21:14:34 +00:00
										 |  |  | #include "asterisk/devicestate.h"
 | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-07 14:55:51 +00:00
										 |  |  | static const char app[] = "ChanIsAvail"; | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-01 21:10:07 +00:00
										 |  |  | /*** DOCUMENTATION
 | 
					
						
							|  |  |  | 	<application name="ChanIsAvail" language="en_US"> | 
					
						
							|  |  |  | 		<synopsis> | 
					
						
							|  |  |  | 			Check channel availability | 
					
						
							|  |  |  | 		</synopsis> | 
					
						
							|  |  |  | 		<syntax> | 
					
						
							|  |  |  | 			<parameter name="Technology/Resource" required="true" argsep="&"> | 
					
						
							|  |  |  | 				<argument name="Technology2/Resource2" multiple="true"> | 
					
						
							|  |  |  | 					<para>Optional extra devices to check</para> | 
					
						
							|  |  |  | 					<para>If you need more then one enter them as | 
					
						
							|  |  |  | 					Technology2/Resource2&Technology3/Resourse3&.....</para> | 
					
						
							|  |  |  | 				</argument> | 
					
						
							|  |  |  | 				<para>Specification of the device(s) to check.  These must be in the format of  | 
					
						
							|  |  |  | 				<literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable> | 
					
						
							|  |  |  | 				represents a particular channel driver, and <replaceable>Resource</replaceable> | 
					
						
							|  |  |  | 				represents a resource available to that particular channel driver.</para> | 
					
						
							|  |  |  | 			</parameter> | 
					
						
							|  |  |  | 			<parameter name="options" required="false"> | 
					
						
							|  |  |  | 				<optionlist> | 
					
						
							|  |  |  | 					<option name="a"> | 
					
						
							|  |  |  | 						<para>Check for all available channels, not only the first one</para> | 
					
						
							|  |  |  | 					</option> | 
					
						
							|  |  |  | 					<option name="s"> | 
					
						
							|  |  |  | 						<para>Consider the channel unavailable if the channel is in use at all</para> | 
					
						
							|  |  |  | 					</option> | 
					
						
							|  |  |  | 					<option name="t" implies="s"> | 
					
						
							|  |  |  | 						<para>Simply checks if specified channels exist in the channel list</para> | 
					
						
							|  |  |  | 					</option> | 
					
						
							|  |  |  | 				</optionlist> | 
					
						
							|  |  |  | 			</parameter> | 
					
						
							|  |  |  | 		</syntax> | 
					
						
							|  |  |  | 		<description> | 
					
						
							|  |  |  | 			<para>This application will check to see if any of the specified channels are available.</para> | 
					
						
							|  |  |  | 			<para>This application sets the following channel variables:</para> | 
					
						
							|  |  |  | 			<variablelist> | 
					
						
							|  |  |  | 				<variable name="AVAILCHAN"> | 
					
						
							|  |  |  | 					<para>The name of the available channel, if one exists</para> | 
					
						
							|  |  |  | 				</variable> | 
					
						
							|  |  |  | 				<variable name="AVAILORIGCHAN"> | 
					
						
							|  |  |  | 					<para>The canonical channel name that was used to create the channel</para> | 
					
						
							|  |  |  | 				</variable> | 
					
						
							|  |  |  | 				<variable name="AVAILSTATUS"> | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 					<para>The device state for the device</para> | 
					
						
							| 
									
										
										
										
											2008-11-01 21:10:07 +00:00
										 |  |  | 				</variable> | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 				<variable name="AVAILCAUSECODE"> | 
					
						
							|  |  |  | 				        <para>The cause code returned when requesting the channel</para> | 
					
						
							|  |  |  | 				</variable>	 | 
					
						
							| 
									
										
										
										
											2008-11-01 21:10:07 +00:00
										 |  |  | 			</variablelist> | 
					
						
							|  |  |  | 		</description> | 
					
						
							|  |  |  | 	</application> | 
					
						
							|  |  |  |  ***/ | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-21 21:13:09 +00:00
										 |  |  | static int chanavail_exec(struct ast_channel *chan, const char *data) | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 	int inuse=-1, option_state=0, string_compare=0, option_all_avail=0; | 
					
						
							| 
									
										
										
										
											2004-10-26 22:25:43 +00:00
										 |  |  | 	int status; | 
					
						
							| 
									
										
										
										
											2005-11-30 20:15:36 +00:00
										 |  |  | 	char *info, tmp[512], trychan[512], *peers, *tech, *number, *rest, *cur; | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 	struct ast_str *tmp_availchan = ast_str_alloca(2048); | 
					
						
							|  |  |  | 	struct ast_str *tmp_availorig = ast_str_alloca(2048); | 
					
						
							|  |  |  | 	struct ast_str *tmp_availstat = ast_str_alloca(2048); | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 	struct ast_str *tmp_availcause = ast_str_alloca(2048); | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 	struct ast_channel *tempchan; | 
					
						
							| 
									
										
										
										
											2005-11-30 20:15:36 +00:00
										 |  |  | 	AST_DECLARE_APP_ARGS(args, | 
					
						
							|  |  |  | 		AST_APP_ARG(reqchans); | 
					
						
							|  |  |  | 		AST_APP_ARG(options); | 
					
						
							|  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-10-26 19:48:14 +00:00
										 |  |  | 	if (ast_strlen_zero(data)) { | 
					
						
							| 
									
										
										
										
											2008-06-12 17:27:55 +00:00
										 |  |  | 		ast_log(LOG_WARNING, "ChanIsAvail requires an argument (DAHDI/1&DAHDI/2)\n"); | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 		return -1; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-10-19 18:19:02 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-09 11:27:10 +00:00
										 |  |  | 	info = ast_strdupa(data); | 
					
						
							| 
									
										
										
										
											2005-11-30 20:15:36 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	AST_STANDARD_APP_ARGS(args, info); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (args.options) { | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 		if (strchr(args.options, 'a')) { | 
					
						
							|  |  |  | 			option_all_avail = 1; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (strchr(args.options, 's')) { | 
					
						
							| 
									
										
										
										
											2005-11-06 18:11:13 +00:00
										 |  |  | 			option_state = 1; | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 		} | 
					
						
							|  |  |  | 		if (strchr(args.options, 't')) { | 
					
						
							| 
									
										
										
										
											2007-01-24 20:35:54 +00:00
										 |  |  | 			string_compare = 1; | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2005-11-06 18:11:13 +00:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-11-30 20:15:36 +00:00
										 |  |  | 	peers = args.reqchans; | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 	if (peers) { | 
					
						
							|  |  |  | 		cur = peers; | 
					
						
							|  |  |  | 		do { | 
					
						
							|  |  |  | 			/* remember where to start next time */ | 
					
						
							|  |  |  | 			rest = strchr(cur, '&'); | 
					
						
							|  |  |  | 			if (rest) { | 
					
						
							|  |  |  | 				*rest = 0; | 
					
						
							|  |  |  | 				rest++; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			tech = cur; | 
					
						
							|  |  |  | 			number = strchr(tech, '/'); | 
					
						
							|  |  |  | 			if (!number) { | 
					
						
							| 
									
										
										
										
											2004-02-29 18:30:48 +00:00
										 |  |  | 				ast_log(LOG_WARNING, "ChanIsAvail argument takes format ([technology]/[device])\n"); | 
					
						
							|  |  |  | 				return -1; | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 			} | 
					
						
							|  |  |  | 			*number = '\0'; | 
					
						
							|  |  |  | 			number++; | 
					
						
							| 
									
										
										
										
											2004-11-15 16:27:28 +00:00
										 |  |  | 			 | 
					
						
							| 
									
										
										
										
											2007-01-24 20:35:54 +00:00
										 |  |  | 			if (string_compare) { | 
					
						
							| 
									
										
										
										
											2008-02-09 11:27:10 +00:00
										 |  |  | 				/* ast_parse_device_state checks for "SIP/1234" as a channel name.
 | 
					
						
							| 
									
										
										
										
											2007-01-24 20:35:54 +00:00
										 |  |  | 				   ast_device_state will ask the SIP driver for the channel state. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 				snprintf(trychan, sizeof(trychan), "%s/%s",cur,number); | 
					
						
							|  |  |  | 				status = inuse = ast_parse_device_state(trychan); | 
					
						
							|  |  |  | 			} else if (option_state) { | 
					
						
							| 
									
										
										
										
											2004-11-15 16:27:28 +00:00
										 |  |  | 				/* If the pbx says in use then don't bother trying further.
 | 
					
						
							| 
									
										
										
										
											2008-02-09 11:27:10 +00:00
										 |  |  | 				   This is to permit testing if someone's on a call, even if the | 
					
						
							|  |  |  | 				   channel can permit more calls (ie callwaiting, sip calls, etc).  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-11-15 16:27:28 +00:00
										 |  |  | 				snprintf(trychan, sizeof(trychan), "%s/%s",cur,number); | 
					
						
							|  |  |  | 				status = inuse = ast_device_state(trychan); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 			snprintf(tmp, sizeof(tmp), "%d", status); | 
					
						
							|  |  |  | 			ast_str_append(&tmp_availstat, 0, "%s%s", ast_str_strlen(tmp_availstat) ? "&" : "", tmp); | 
					
						
							| 
									
										
										
										
											2009-06-26 15:28:53 +00:00
										 |  |  | 			if ((inuse <= 1) && (tempchan = ast_request(tech, chan->nativeformats, chan, number, &status))) { | 
					
						
							| 
									
										
										
										
											2008-12-13 08:36:35 +00:00
										 |  |  | 					ast_str_append(&tmp_availchan, 0, "%s%s", ast_str_strlen(tmp_availchan) ? "&" : "", tempchan->name); | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 					 | 
					
						
							| 
									
										
										
										
											2004-06-06 17:36:57 +00:00
										 |  |  | 					snprintf(tmp, sizeof(tmp), "%s/%s", tech, number); | 
					
						
							| 
									
										
										
										
											2008-12-13 08:36:35 +00:00
										 |  |  | 					ast_str_append(&tmp_availorig, 0, "%s%s", ast_str_strlen(tmp_availorig) ? "&" : "", tmp); | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-26 22:25:43 +00:00
										 |  |  | 					snprintf(tmp, sizeof(tmp), "%d", status); | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 					ast_str_append(&tmp_availcause, 0, "%s%s", ast_str_strlen(tmp_availcause) ? "&" : "", tmp); | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 					ast_hangup(tempchan); | 
					
						
							|  |  |  | 					tempchan = NULL; | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 					if (!option_all_avail) { | 
					
						
							|  |  |  | 						break; | 
					
						
							|  |  |  | 					} | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 			} | 
					
						
							|  |  |  | 			cur = rest; | 
					
						
							|  |  |  | 		} while (cur); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-13 08:36:35 +00:00
										 |  |  | 	pbx_builtin_setvar_helper(chan, "AVAILCHAN", ast_str_buffer(tmp_availchan)); | 
					
						
							| 
									
										
										
										
											2008-05-23 17:12:04 +00:00
										 |  |  | 	/* Store the originally used channel too */ | 
					
						
							| 
									
										
										
										
											2008-12-13 08:36:35 +00:00
										 |  |  | 	pbx_builtin_setvar_helper(chan, "AVAILORIGCHAN", ast_str_buffer(tmp_availorig)); | 
					
						
							|  |  |  | 	pbx_builtin_setvar_helper(chan, "AVAILSTATUS", ast_str_buffer(tmp_availstat)); | 
					
						
							| 
									
										
										
										
											2009-11-13 17:22:47 +00:00
										 |  |  | 	pbx_builtin_setvar_helper(chan, "AVAILCAUSECODE", ast_str_buffer(tmp_availcause)); | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-08-21 02:11:39 +00:00
										 |  |  | static int unload_module(void) | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2007-07-16 13:35:20 +00:00
										 |  |  | 	return ast_unregister_application(app); | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-08-21 02:11:39 +00:00
										 |  |  | static int load_module(void) | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-11-01 21:10:07 +00:00
										 |  |  | 	return ast_register_application_xml(app, chanavail_exec) ? | 
					
						
							| 
									
										
										
										
											2008-06-03 19:48:37 +00:00
										 |  |  | 		AST_MODULE_LOAD_DECLINE : AST_MODULE_LOAD_SUCCESS; | 
					
						
							| 
									
										
										
										
											2003-03-16 06:00:11 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-08-21 02:11:39 +00:00
										 |  |  | AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Check channel availability"); |