From d634012c4e22037962bc4eb5cd502f26e3b120f0 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 21 Sep 2006 19:35:29 +0000 Subject: Remove deprecated apps and funcs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43439 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_random.c | 108 ------------------------------------------------------ 1 file changed, 108 deletions(-) delete mode 100644 apps/app_random.c (limited to 'apps/app_random.c') diff --git a/apps/app_random.c b/apps/app_random.c deleted file mode 100644 index 8484f656d..000000000 --- a/apps/app_random.c +++ /dev/null @@ -1,108 +0,0 @@ -/* - * Asterisk -- An open source telephony toolkit. - * - * Copyright (c) 2003 - 2005 Tilghman Lesher. All rights reserved. - * - * Tilghman Lesher - * - * This code is released by the author with no restrictions on usage or distribution. - * - * 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. - * - */ - -/*! \file - * - * \brief Random application - * - * \author Tilghman Lesher - * \ingroup applications - */ - -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - -#include -#include -#include -#include - -#include "asterisk/file.h" -#include "asterisk/logger.h" -#include "asterisk/options.h" -#include "asterisk/channel.h" -#include "asterisk/pbx.h" -#include "asterisk/module.h" - -/*! \todo The Random() app should be removed from trunk following the release of 1.4 */ - -static char *app_random = "Random"; - -static char *random_synopsis = "Conditionally branches, based upon a probability"; - -static char *random_descrip = -"Random([probability]:[[context|]extension|]priority)\n" -" probability := INTEGER in the range 1 to 100\n" -"DEPRECATED: Use GotoIf($[${RAND(1,100)} > ]?