From 95fe2b8fd4f3d52c2a4b86931266af889e748e84 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 14 Sep 2005 20:46:50 +0000 Subject: update MANY more files with proper copyright/license info (thanks Ian!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_adsiprog.c | 23 +++++++++++++++++------ apps/app_authenticate.c | 23 +++++++++++++++++------ apps/app_cdr.c | 21 ++++++++++++++++----- apps/app_chanisavail.c | 20 +++++++++++++++----- apps/app_chanspy.c | 19 +++++++++++++++---- apps/app_controlplayback.c | 23 +++++++++++++++++------ apps/app_datetime.c | 23 +++++++++++++++++------ apps/app_db.c | 19 +++++++++++++++---- apps/app_dial.c | 19 +++++++++++++++---- apps/app_directory.c | 19 +++++++++++++++---- apps/app_disa.c | 21 ++++++++++++++++----- apps/app_dumpchan.c | 21 +++++++++++++++++---- apps/app_echo.c | 23 +++++++++++++++++------ apps/app_enumlookup.c | 19 +++++++++++++++---- apps/app_externalivr.c | 21 ++++++++++++++++----- apps/app_flash.c | 23 +++++++++++++++++------ apps/app_getcpeid.c | 21 ++++++++++++++++----- apps/app_groupcount.c | 21 ++++++++++++++++----- apps/app_ices.c | 23 +++++++++++++++++------ apps/app_image.c | 19 +++++++++++++++---- apps/app_intercom.c | 23 +++++++++++++++++------ apps/app_ivrdemo.c | 21 ++++++++++++++++----- apps/app_lookupblacklist.c | 19 +++++++++++++++---- apps/app_lookupcidname.c | 19 +++++++++++++++---- apps/app_macro.c | 21 ++++++++++++++++----- apps/app_math.c | 19 ++++++++++++++++--- apps/app_md5.c | 20 ++++++++++++++++---- apps/app_meetme.c | 19 +++++++++++++++---- apps/app_milliwatt.c | 23 +++++++++++++++++------ apps/app_mp3.c | 19 +++++++++++++++---- apps/app_nbscat.c | 23 +++++++++++++++++------ apps/app_osplookup.c | 19 +++++++++++++++---- apps/app_parkandannounce.c | 25 ++++++++++++++++++------- apps/app_playback.c | 21 ++++++++++++++++----- apps/app_privacy.c | 19 +++++++++++++++---- apps/app_read.c | 21 ++++++++++++++++----- apps/app_readfile.c | 20 +++++++++++++++----- apps/app_realtime.c | 19 +++++++++++++++---- apps/app_record.c | 23 +++++++++++++++++------ apps/app_senddtmf.c | 23 +++++++++++++++++------ apps/app_sendtext.c | 19 +++++++++++++++---- apps/app_setcallerid.c | 23 +++++++++++++++++------ apps/app_setcdruserfield.c | 21 ++++++++++++++++----- apps/app_setcidname.c | 23 +++++++++++++++++------ apps/app_setcidnum.c | 19 +++++++++++++++---- apps/app_setrdnis.c | 19 +++++++++++++++---- apps/app_settransfercapability.c | 19 +++++++++++++++---- apps/app_skel.c | 19 +++++++++++++++---- apps/app_sms.c | 19 +++++++++++++++---- apps/app_softhangup.c | 23 +++++++++++++++++------ apps/app_sql_postgres.c | 19 +++++++++++++++---- apps/app_striplsd.c | 23 +++++++++++++++++------ apps/app_substring.c | 23 +++++++++++++++++------ apps/app_system.c | 19 +++++++++++++++---- apps/app_talkdetect.c | 21 ++++++++++++++++----- apps/app_test.c | 21 ++++++++++++++++----- apps/app_transfer.c | 19 +++++++++++++++---- apps/app_txtcidname.c | 21 ++++++++++++++++----- apps/app_url.c | 19 +++++++++++++++---- apps/app_voicemail.c | 34 +++++++++++++++++++++++----------- apps/app_waitforring.c | 23 +++++++++++++++++------ apps/app_waitforsilence.c | 25 ++++++++++++++++++------- apps/app_while.c | 19 +++++++++++++++---- apps/app_zapateller.c | 19 +++++++++++++++---- apps/app_zapbarge.c | 25 ++++++++++++++++++------- apps/app_zapras.c | 23 +++++++++++++++++------ apps/app_zapscan.c | 25 ++++++++++++++++++------- 67 files changed, 1080 insertions(+), 339 deletions(-) (limited to 'apps') diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c index 218296501..08f7117ee 100755 --- a/apps/app_adsiprog.c +++ b/apps/app_adsiprog.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Program Asterisk ADSI Scripts into phone - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Program Asterisk ADSI Scripts into phone + * */ #include diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c index 81110e90b..d7dcf08ff 100755 --- a/apps/app_authenticate.c +++ b/apps/app_authenticate.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Execute arbitrary authenticate commands - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Execute arbitrary authenticate commands + * */ #include diff --git a/apps/app_cdr.c b/apps/app_cdr.c index 9d9bfdef8..49fa39961 100755 --- a/apps/app_cdr.c +++ b/apps/app_cdr.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Applictions connected with CDR engine - * - * Copyright (C) 2003, Digium + * Copyright (C) 1999 - 2005, Digium, Inc. * * Martin Pycko * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Applictions connected with CDR engine + * */ #include diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c index 34b313764..14e66e02f 100755 --- a/apps/app_chanisavail.c +++ b/apps/app_chanisavail.c @@ -1,16 +1,26 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Check if Channel is Available - * - * Copyright (C) 2003 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * James Golovich * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* * + * Check if Channel is Available + * */ #include diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index f1ae6d2c1..1c22ddb86 100755 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * ChanSpy Listen in on any channel. - * * Copyright (C) 2005 Anthony Minessale II (anthmct@yahoo.com) * * Disclaimed to Digium * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * ChanSpy Listen in on any channel. + * */ #include diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c index da29c7f56..c0968695a 100755 --- a/apps/app_controlplayback.c +++ b/apps/app_controlplayback.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Trivial application to control playback a sound file - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Trivial application to control playback a sound file + * */ #include diff --git a/apps/app_datetime.c b/apps/app_datetime.c index 994102c9f..5a75910aa 100755 --- a/apps/app_datetime.c +++ b/apps/app_datetime.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Time of day - Report the time of day - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Time of day - Report the time of day + * */ #include diff --git a/apps/app_db.c b/apps/app_db.c index 1cbbd9dc8..670d091a7 100755 --- a/apps/app_db.c +++ b/apps/app_db.c @@ -1,7 +1,5 @@ /* - * Asterisk -- A telephony toolkit for Linux. - * - * Database access functions + * Asterisk -- An open source telephony toolkit. * * Copyright (C) 1999 - 2005, Digium, Inc. * Copyright (C) 2003, Jefferson Noxon @@ -9,8 +7,21 @@ * Mark Spencer * Jefferson Noxon * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Database access functions + * */ #include diff --git a/apps/app_dial.c b/apps/app_dial.c index dbbd5c765..e25f2d6da 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Trivial application to dial a channel and send an URL on answer - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Trivial application to dial a channel and send an URL on answer + * */ #include diff --git a/apps/app_directory.c b/apps/app_directory.c index 2c1729ef2..4344c85c2 100755 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Provide a directory of extensions - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Provide a directory of extensions + * */ #include diff --git a/apps/app_disa.c b/apps/app_disa.c index 47ef714bd..5e9f5ccd8 100755 --- a/apps/app_disa.c +++ b/apps/app_disa.c @@ -1,16 +1,27 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * DISA -- Direct Inward System Access Application 6/20/2001 - * - * Copyright (C) 2001 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Jim Dixon * * Made only slightly more sane by Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * DISA -- Direct Inward System Access Application 6/20/2001 + * */ #include diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c index 6c36aac7c..cfc297a7e 100755 --- a/apps/app_dumpchan.c +++ b/apps/app_dumpchan.c @@ -1,14 +1,27 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Application to dump channel variables - * * Copyright (C) 2004 - 2005, Anthony Minessale II. * * Anthony Minessale * + * disclaimed to Digium + * + * 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 (and disclaimed to Digium) + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Application to dump channel variables + * */ #include diff --git a/apps/app_echo.c b/apps/app_echo.c index b3ba0eb71..96e0f1c1b 100755 --- a/apps/app_echo.c +++ b/apps/app_echo.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Echo application -- play back what you hear to evaluate latency - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Echo application -- play back what you hear to evaluate latency + * */ #include diff --git a/apps/app_enumlookup.c b/apps/app_enumlookup.c index 8f3acabe5..59aa4312b 100755 --- a/apps/app_enumlookup.c +++ b/apps/app_enumlookup.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. - * - * Enumlookup - lookup entry in ENUM + * Asterisk -- An open source telephony toolkit. * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Enumlookup - lookup entry in ENUM + * */ #include diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c index 314a7f7cf..c8ea555f0 100755 --- a/apps/app_externalivr.c +++ b/apps/app_externalivr.c @@ -1,17 +1,28 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * External IVR application interface - * - * Copyright (C) 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Kevin P. Fleming * * Portions taken from the file-based music-on-hold work * created by Anthony Minessale II in res_musiconhold.c * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * External IVR application interface + * */ #include diff --git a/apps/app_flash.c b/apps/app_flash.c index dda5bcca6..64099791e 100755 --- a/apps/app_flash.c +++ b/apps/app_flash.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to flash a zap trunk - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to flash a zap trunk + * */ #include diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c index 1c0277489..b5e55886a 100755 --- a/apps/app_getcpeid.c +++ b/apps/app_getcpeid.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Execute arbitrary system commands - * - * Copyright (C) 1999-2005, Digium, inc + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Execute arbitrary system commands + * */ #include diff --git a/apps/app_groupcount.c b/apps/app_groupcount.c index 736572fdd..63702bbf4 100755 --- a/apps/app_groupcount.c +++ b/apps/app_groupcount.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Group Manipulation Applications - * - * Copyright (c) 2004 - 2005, Digium Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Group Manipulation Applications + * */ #include diff --git a/apps/app_ices.c b/apps/app_ices.c index ae9e23869..776dfdaf5 100755 --- a/apps/app_ices.c +++ b/apps/app_ices.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Stream to an icecast server via ICES (see contrib/asterisk-ices.xml) - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Stream to an icecast server via ICES (see contrib/asterisk-ices.xml) + * */ #include diff --git a/apps/app_image.c b/apps/app_image.c index 9c0d05c55..e0a48c106 100755 --- a/apps/app_image.c +++ b/apps/app_image.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to transmit an image - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to transmit an image + * */ #include diff --git a/apps/app_intercom.c b/apps/app_intercom.c index e1199979a..522be5b2a 100755 --- a/apps/app_intercom.c +++ b/apps/app_intercom.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Use /dev/dsp as an intercom. - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Use /dev/dsp as an intercom. + * */ #include diff --git a/apps/app_ivrdemo.c b/apps/app_ivrdemo.c index fb16d406b..be214c40c 100755 --- a/apps/app_ivrdemo.c +++ b/apps/app_ivrdemo.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * IVR Demo application - * - * Copyright (C) 2005, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * IVR Demo application + * */ #include diff --git a/apps/app_lookupblacklist.c b/apps/app_lookupblacklist.c index c8034499c..8916d7b16 100755 --- a/apps/app_lookupblacklist.c +++ b/apps/app_lookupblacklist.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to lookup the callerid number, and see if it is blacklisted - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to lookup the callerid number, and see if it is blacklisted + * */ #include diff --git a/apps/app_lookupcidname.c b/apps/app_lookupcidname.c index beaf02aed..cc9db230d 100755 --- a/apps/app_lookupcidname.c +++ b/apps/app_lookupcidname.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set callerid name from database, based on directory number - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set callerid name from database, based on directory number + * */ #include diff --git a/apps/app_macro.c b/apps/app_macro.c index 05e8c8d33..720e66cf9 100755 --- a/apps/app_macro.c +++ b/apps/app_macro.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Macro Implementation - * - * Copyright (C) 2003 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Macro Implementation + * */ #include diff --git a/apps/app_math.c b/apps/app_math.c index e66341e1d..201882aad 100755 --- a/apps/app_math.c +++ b/apps/app_math.c @@ -1,12 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * simple math application - * * Copyright (C) 2004 - 2005, Andy Powell * * Updated by Mark Spencer * + * 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. + */ + +/* + * + * simple math application + * */ #include diff --git a/apps/app_md5.c b/apps/app_md5.c index 55e2a4540..5f9c506ac 100755 --- a/apps/app_md5.c +++ b/apps/app_md5.c @@ -1,12 +1,24 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * MD5 checksum application - * * Copyright (C) 2005, Olle E. Johansson, Edvina.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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + + +/* + * + * MD5 checksum application + * */ #include diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 4ff89843a..fd766cebb 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Meet me conference bridge - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Meet me conference bridge + * */ #include diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c index d7e5c0e5f..7c12bea37 100755 --- a/apps/app_milliwatt.c +++ b/apps/app_milliwatt.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Digital Milliwatt Test - * - * Copyright (C) 2002, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Digital Milliwatt Test + * */ #include diff --git a/apps/app_mp3.c b/apps/app_mp3.c index b4d7a1f6b..95a2f194b 100755 --- a/apps/app_mp3.c +++ b/apps/app_mp3.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Silly application to play an MP3 file -- uses mpg123 - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Silly application to play an MP3 file -- uses mpg123 + * */ #include diff --git a/apps/app_nbscat.c b/apps/app_nbscat.c index 9227a92ff..7e59aa8dc 100755 --- a/apps/app_nbscat.c +++ b/apps/app_nbscat.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Silly application to play an NBScat file -- uses nbscat8k - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Silly application to play an NBScat file -- uses nbscat8k + * */ #include diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index b4e0f8a8c..dfd819d2b 100755 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Open Settlement Protocol Lookup - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Open Settlement Protocol Lookup + * */ #include diff --git a/apps/app_parkandannounce.c b/apps/app_parkandannounce.c index 37227b8fd..59115aac3 100755 --- a/apps/app_parkandannounce.c +++ b/apps/app_parkandannounce.c @@ -1,17 +1,28 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * ParkAndAnnounce application for Asterisk - * Author: Ben Miller - * With TONS of help from Mark! - * - * Asterisk is Copyrighted as follows * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * Author: Ben Miller + * With TONS of help from Mark! + * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * ParkAndAnnounce application for Asterisk + * */ #include diff --git a/apps/app_playback.c b/apps/app_playback.c index ce2ff4a34..0d2716042 100755 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Trivial application to playback a sound file - * - * Copyright (C) 1999-2005, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Trivial application to playback a sound file + * */ #include diff --git a/apps/app_privacy.c b/apps/app_privacy.c index 78d9d4acf..2404f0c79 100755 --- a/apps/app_privacy.c +++ b/apps/app_privacy.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Block all calls without Caller*ID, require phone # to be entered - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Block all calls without Caller*ID, require phone # to be entered + * */ #include diff --git a/apps/app_read.c b/apps/app_read.c index 0884c0d8b..c1e0aca42 100755 --- a/apps/app_read.c +++ b/apps/app_read.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Trivial application to read a variable - * - * Copyright (C) 2003, Digium + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Trivial application to read a variable + * */ #include diff --git a/apps/app_readfile.c b/apps/app_readfile.c index 405ceb70a..805760ce3 100755 --- a/apps/app_readfile.c +++ b/apps/app_readfile.c @@ -1,14 +1,24 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * ReadFile application -- Reads in a File for you. - * - * Copyright (C) 2005 Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Matt O'Gorman * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * ReadFile application -- Reads in a File for you. * */ diff --git a/apps/app_realtime.c b/apps/app_realtime.c index 339801954..f1ed42fe3 100755 --- a/apps/app_realtime.c +++ b/apps/app_realtime.c @@ -1,15 +1,26 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * RealTime App - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Anthony Minessale * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * RealTime App + * */ #include diff --git a/apps/app_record.c b/apps/app_record.c index bb0e1ed00..6c27dc1ee 100755 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Trivial application to record a sound file - * - * Copyright (C) 2001, Linux Support Services, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Matthew Fredrickson * - * Matthew Fredrickson + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Trivial application to record a sound file + * */ #include diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index c707d82b6..a4bdf5c0c 100755 --- a/apps/app_senddtmf.c +++ b/apps/app_senddtmf.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to send DTMF digits - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to send DTMF digits + * */ #include diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c index 515b7fc21..36ab85c9a 100755 --- a/apps/app_sendtext.c +++ b/apps/app_sendtext.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to transmit a text message - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to transmit a text message + * */ #include diff --git a/apps/app_setcallerid.c b/apps/app_setcallerid.c index 5104502ca..a1b2c41dd 100755 --- a/apps/app_setcallerid.c +++ b/apps/app_setcallerid.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set callerid - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set callerid + * */ #include diff --git a/apps/app_setcdruserfield.c b/apps/app_setcdruserfield.c index 39c17de39..e204d5ae1 100755 --- a/apps/app_setcdruserfield.c +++ b/apps/app_setcdruserfield.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Applictions connected with CDR engine - * - * Copyright (C) 2003, Digium + * Copyright (C) 1999 - 2005, Digium, Inc. * * Justin Huff * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Applictions connected with CDR engine + * */ #include diff --git a/apps/app_setcidname.c b/apps/app_setcidname.c index 4126942af..053903912 100755 --- a/apps/app_setcidname.c +++ b/apps/app_setcidname.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set callerid - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set callerid + * */ #include diff --git a/apps/app_setcidnum.c b/apps/app_setcidnum.c index befa9ce6d..dbd78bdb8 100755 --- a/apps/app_setcidnum.c +++ b/apps/app_setcidnum.c @@ -1,15 +1,26 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set callerid - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * Oliver Daudey * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set callerid + * */ #include diff --git a/apps/app_setrdnis.c b/apps/app_setrdnis.c index 44adf1abb..e9fbc0fbc 100755 --- a/apps/app_setrdnis.c +++ b/apps/app_setrdnis.c @@ -1,15 +1,26 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set rdnis - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * Oliver Daudey * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set rdnis + * */ #include diff --git a/apps/app_settransfercapability.c b/apps/app_settransfercapability.c index 1242415c4..f9ea43c39 100755 --- a/apps/app_settransfercapability.c +++ b/apps/app_settransfercapability.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to set the ISDN Transfer Capability - * * Copyright (C) 2005, Frank Sautter, levigo holding gmbh, www.levigo.de * * Frank Sautter - asterisk+at+sautter+dot+com * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to set the ISDN Transfer Capability + * */ #include diff --git a/apps/app_skel.c b/apps/app_skel.c index 9be8be8a4..9f301249a 100755 --- a/apps/app_skel.c +++ b/apps/app_skel.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Skeleton application - * * Copyright (C) , * * <> * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Skeleton application + * */ #include diff --git a/apps/app_sms.c b/apps/app_sms.c index 310231142..d6ae22143 100755 --- a/apps/app_sms.c +++ b/apps/app_sms.c @@ -1,12 +1,23 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * SMS application - ETSI ES 201 912 protocol 1 implimentation - * * Copyright (C) 2004 - 2005, Adrian Kennard, rights assigned to Digium * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * SMS application - ETSI ES 201 912 protocol 1 implimentation + * */ #include diff --git a/apps/app_softhangup.c b/apps/app_softhangup.c index 14b711d5b..94a347434 100755 --- a/apps/app_softhangup.c +++ b/apps/app_softhangup.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * SoftHangup application - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * SoftHangup application + * */ #include diff --git a/apps/app_sql_postgres.c b/apps/app_sql_postgres.c index e891cd3c7..d9c85ff0b 100755 --- a/apps/app_sql_postgres.c +++ b/apps/app_sql_postgres.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Connect to PostgreSQL - * * Copyright (C) 2002, Christos Ricudis * * Christos Ricudis * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Connect to PostgreSQL + * */ #include diff --git a/apps/app_striplsd.c b/apps/app_striplsd.c index 0e94e56c6..fcc4ca544 100755 --- a/apps/app_striplsd.c +++ b/apps/app_striplsd.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Skeleton application - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Skeleton application (?) + * */ #include diff --git a/apps/app_substring.c b/apps/app_substring.c index a92f37573..63242900e 100755 --- a/apps/app_substring.c +++ b/apps/app_substring.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Skeleton application - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Skeleton application (?) + * */ #include diff --git a/apps/app_system.c b/apps/app_system.c index 03e31b4a0..6ee88cdd6 100755 --- a/apps/app_system.c +++ b/apps/app_system.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Execute arbitrary system commands - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Execute arbitrary system commands + * */ #include diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c index 7a76250e5..3d678b3af 100755 --- a/apps/app_talkdetect.c +++ b/apps/app_talkdetect.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Playback a file with audio detect - * - * Copyright (C) 2004 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Playback a file with audio detect + * */ #include diff --git a/apps/app_test.c b/apps/app_test.c index 44508063a..e1ffdba8b 100755 --- a/apps/app_test.c +++ b/apps/app_test.c @@ -1,15 +1,26 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Applications to test connection and produce report in text file - * - * Copyright (C) 2004 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * Russell Bryant * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Applications to test connection and produce report in text file + * */ #include diff --git a/apps/app_transfer.c b/apps/app_transfer.c index 61f2b9d03..85d1e5ea9 100755 --- a/apps/app_transfer.c +++ b/apps/app_transfer.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Transfer a caller - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Transfer a caller + * */ #include diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c index 73baddbb0..e8857b5b7 100755 --- a/apps/app_txtcidname.c +++ b/apps/app_txtcidname.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Caller*id name lookup - Look up the caller's name via DNS - * * Copyright (C) 1999 - 2005, Digium, Inc. * - * Mark Spencer + * Mark Spencer + * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Caller*id name lookup - Look up the caller's name via DNS + * */ #include diff --git a/apps/app_url.c b/apps/app_url.c index fa7445ac4..86d2db3bc 100755 --- a/apps/app_url.c +++ b/apps/app_url.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * App to transmit a URL - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * App to transmit a URL + * */ #include diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c08424f69..acb8bb3f8 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -1,24 +1,36 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Voicemail System - * - * Copyright (C) 2003 - 2005, Digium Inc. + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * - * This program is free software, distributed under the terms of - * the GNU General Public License - * - * 12-16 - 2005 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr) + * 12-16-2004 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr) * George Konstantoulakis - * 05-10 - 2005 : Support for Swedish and Norwegian added by Daniel Nylander, http://www.danielnylander.se/ * - * 05-11 - 2005 : An option for maximum number of messsages per mailbox added by GDS Partners (www.gdspartners.com) + * 05-10-2005 : Support for Swedish and Norwegian added by Daniel Nylander, http://www.danielnylander.se/ + * + * 05-11-2005 : An option for maximum number of messsages per mailbox added by GDS Partners (www.gdspartners.com) * Stojan Sljivic * - * 07-11 - 2005 : An issue with voicemail synchronization has been fixed by GDS Partners (www.gdspartners.com) + * 07-11-2005 : An issue with voicemail synchronization has been fixed by GDS Partners (www.gdspartners.com) * Stojan Sljivic + * + * 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. + */ + +/* + * + * Voicemail System + * */ #include diff --git a/apps/app_waitforring.c b/apps/app_waitforring.c index 038defd66..a6ed89d3e 100755 --- a/apps/app_waitforring.c +++ b/apps/app_waitforring.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Wait for Ring Application - * - * Copyright (C) 2003, Digium + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Wait for Ring Application + * */ #include diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c index 811cee4ec..abe77870c 100755 --- a/apps/app_waitforsilence.c +++ b/apps/app_waitforsilence.c @@ -1,20 +1,31 @@ /* - * Asterisk -- A telephony toolkit for Linux. - * + * Asterisk -- An open source telephony toolkit. + * * Copyright (C) 1999 - 2005, Digium, Inc. * + * WaitForSilence Application by David C. Troy + * Version 1.00 2004-01-29 + * * Mark Spencer + * + * 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. + */ + +/* * * Wait for Silence * - Waits for up to 'x' milliseconds of silence, 'y' times * - WaitForSilence(500,2) will wait for 1/2 second of silence, twice * - WaitForSilence(1000,1) will wait for 1 second of silence, once * - * WaitForSilence Application by David C. Troy - * Version 1.00 2004-01-29 - * - * This program is free software, distributed under the terms of - * the GNU General Public License */ #include diff --git a/apps/app_while.c b/apps/app_while.c index 39d16989b..5de2172d0 100755 --- a/apps/app_while.c +++ b/apps/app_while.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * While Loop and ExecIf Implementations - * * Copyright 2004 - 2005, Anthony Minessale * * Anthony Minessale * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * While Loop and ExecIf Implementations + * */ #include diff --git a/apps/app_zapateller.c b/apps/app_zapateller.c index 53c79ca8e..05062b62a 100755 --- a/apps/app_zapateller.c +++ b/apps/app_zapateller.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Playback the special information tone to get rid of telemarketers - * * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Playback the special information tone to get rid of telemarketers + * */ #include diff --git a/apps/app_zapbarge.c b/apps/app_zapbarge.c index 88b246618..23300e057 100755 --- a/apps/app_zapbarge.c +++ b/apps/app_zapbarge.c @@ -1,17 +1,28 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Zap Barge support - * - * Copyright (C) 2003, Digium + * Copyright (C) 1999 - 2005, Digium, Inc. * * Mark Spencer * - * This program is free software, distributed under the terms of - * the GNU General Public License - * * Special thanks to comphealth.com for sponsoring this * GPL application. + * + * 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. + */ + +/* + * + * Zap Barge support + * */ #include diff --git a/apps/app_zapras.c b/apps/app_zapras.c index b32596341..738d733e2 100755 --- a/apps/app_zapras.c +++ b/apps/app_zapras.c @@ -1,14 +1,25 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Execute an ISDN RAS - * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999 - 2005, Digium, Inc. + * + * Mark Spencer * - * Mark Spencer + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Execute an ISDN RAS + * */ #include diff --git a/apps/app_zapscan.c b/apps/app_zapscan.c index 20f6c6569..afcf366f5 100755 --- a/apps/app_zapscan.c +++ b/apps/app_zapscan.c @@ -1,19 +1,30 @@ /* - * Asterisk -- A telephony toolkit for Linux. + * Asterisk -- An open source telephony toolkit. * - * Zap Scanner + * Copyright (C) 1999 - 2005, Digium, Inc. * - * Copyright (C) 2003, Digium + * Mark Spencer * * Modified from app_zapbarge by David Troy * - * Mark Spencer + * Special thanks to comphealth.com for sponsoring this + * GPL application. + * + * 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 + * the GNU General Public License Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * Zap Scanner * - * Special thanks to comphealth.com for sponsoring this - * GPL application. */ #include -- cgit v1.2.3