aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_adsiprog.c23
-rwxr-xr-xapps/app_authenticate.c23
-rwxr-xr-xapps/app_cdr.c21
-rwxr-xr-xapps/app_chanisavail.c20
-rwxr-xr-xapps/app_chanspy.c19
-rwxr-xr-xapps/app_controlplayback.c23
-rwxr-xr-xapps/app_datetime.c23
-rwxr-xr-xapps/app_db.c19
-rwxr-xr-xapps/app_dial.c19
-rwxr-xr-xapps/app_directory.c19
-rwxr-xr-xapps/app_disa.c21
-rwxr-xr-xapps/app_dumpchan.c21
-rwxr-xr-xapps/app_echo.c23
-rwxr-xr-xapps/app_enumlookup.c19
-rwxr-xr-xapps/app_externalivr.c21
-rwxr-xr-xapps/app_flash.c23
-rwxr-xr-xapps/app_getcpeid.c21
-rwxr-xr-xapps/app_groupcount.c21
-rwxr-xr-xapps/app_ices.c23
-rwxr-xr-xapps/app_image.c19
-rwxr-xr-xapps/app_intercom.c23
-rwxr-xr-xapps/app_ivrdemo.c21
-rwxr-xr-xapps/app_lookupblacklist.c19
-rwxr-xr-xapps/app_lookupcidname.c19
-rwxr-xr-xapps/app_macro.c21
-rwxr-xr-xapps/app_math.c19
-rwxr-xr-xapps/app_md5.c20
-rwxr-xr-xapps/app_meetme.c19
-rwxr-xr-xapps/app_milliwatt.c23
-rwxr-xr-xapps/app_mp3.c19
-rwxr-xr-xapps/app_nbscat.c23
-rwxr-xr-xapps/app_osplookup.c19
-rwxr-xr-xapps/app_parkandannounce.c25
-rwxr-xr-xapps/app_playback.c21
-rwxr-xr-xapps/app_privacy.c19
-rwxr-xr-xapps/app_read.c21
-rwxr-xr-xapps/app_readfile.c20
-rwxr-xr-xapps/app_realtime.c19
-rwxr-xr-xapps/app_record.c23
-rwxr-xr-xapps/app_senddtmf.c23
-rwxr-xr-xapps/app_sendtext.c19
-rwxr-xr-xapps/app_setcallerid.c23
-rwxr-xr-xapps/app_setcdruserfield.c21
-rwxr-xr-xapps/app_setcidname.c23
-rwxr-xr-xapps/app_setcidnum.c19
-rwxr-xr-xapps/app_setrdnis.c19
-rwxr-xr-xapps/app_settransfercapability.c19
-rwxr-xr-xapps/app_skel.c19
-rwxr-xr-xapps/app_sms.c19
-rwxr-xr-xapps/app_softhangup.c23
-rwxr-xr-xapps/app_sql_postgres.c19
-rwxr-xr-xapps/app_striplsd.c23
-rwxr-xr-xapps/app_substring.c23
-rwxr-xr-xapps/app_system.c19
-rwxr-xr-xapps/app_talkdetect.c21
-rwxr-xr-xapps/app_test.c21
-rwxr-xr-xapps/app_transfer.c19
-rwxr-xr-xapps/app_txtcidname.c21
-rwxr-xr-xapps/app_url.c19
-rwxr-xr-xapps/app_voicemail.c34
-rwxr-xr-xapps/app_waitforring.c23
-rwxr-xr-xapps/app_waitforsilence.c25
-rwxr-xr-xapps/app_while.c19
-rwxr-xr-xapps/app_zapateller.c19
-rwxr-xr-xapps/app_zapbarge.c25
-rwxr-xr-xapps/app_zapras.c23
-rwxr-xr-xapps/app_zapscan.c25
67 files changed, 1080 insertions, 339 deletions
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Program Asterisk ADSI Scripts into phone
+ *
*/
#include <sys/types.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Execute arbitrary authenticate commands
+ *
*/
#include <stdlib.h>
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 <martinp@digium.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.
+ */
+
+/*
+ *
+ * Applictions connected with CDR engine
+ *
*/
#include <sys/types.h>
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 <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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
*
+ * Check if Channel is Available
+ *
*/
#include <stdlib.h>
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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Trivial application to control playback a sound file
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Time of day - Report the time of day
+ *
*/
#include <stdlib.h>
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 <markster@digium.com>
* Jefferson Noxon <jeff@debian.org>
*
+ * 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 <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Trivial application to dial a channel and send an URL on answer
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Provide a directory of extensions
+ *
*/
#include <string.h>
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 <jim@lambdatel.com>
*
* Made only slightly more sane by Mark Spencer <markster@digium.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.
+ */
+
+/*
+ *
+ * DISA -- Direct Inward System Access Application 6/20/2001
+ *
*/
#include <string.h>
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 <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 (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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Echo application -- play back what you hear to evaluate latency
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Enumlookup - lookup entry in ENUM
+ *
*/
#include <stdlib.h>
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 <kpfleming@digium.com>
*
* 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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * App to flash a zap trunk
+ *
*/
#include <string.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Execute arbitrary system commands
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Group Manipulation Applications
+ *
*/
#include <stdio.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Stream to an icecast server via ICES (see contrib/asterisk-ices.xml)
+ *
*/
#include <string.h>
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 <markster@digium.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 transmit an image
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Use /dev/dsp as an intercom.
+ *
*/
#include <unistd.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * IVR Demo application
+ *
*/
#include <stdlib.h>
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 <markster@digium.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 lookup the callerid number, and see if it is blacklisted
+ *
*/
#include <string.h>
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 <markster@digium.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 callerid name from database, based on directory number
+ *
*/
#include <string.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Macro Implementation
+ *
*/
#include <sys/types.h>
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 <markster@digium.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * simple math application
+ *
*/
#include <stdlib.h>
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 <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Meet me conference bridge
+ *
*/
#include <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Digital Milliwatt Test
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Silly application to play an MP3 file -- uses mpg123
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Silly application to play an NBScat file -- uses nbscat8k
+ *
*/
#include <string.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Open Settlement Protocol Lookup
+ *
*/
#include <stdlib.h>
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 <bgmiller@dccinc.com>
- * With TONS of help from Mark!
- *
- * Asterisk is Copyrighted as follows
* Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
+ * Author: Ben Miller <bgmiller@dccinc.com>
+ * 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 <sys/types.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Trivial application to playback a sound file
+ *
*/
#include <string.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Block all calls without Caller*ID, require phone # to be entered
+ *
*/
#include <string.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Trivial application to read a variable
+ *
*/
#include <string.h>
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 <mogorman@digium.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.
+ */
+
+/*
+ *
+ * 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 <anthmct@yahoo.com>
* Mark Spencer <markster@digium.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.
+ */
+
+/*
+ *
+ * RealTime App
+ *
*/
#include <stdlib.h>
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 <creslin@digium.com>
*
- * Matthew Fredrickson <creslin@linux-support.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.
+ */
+
+/*
+ *
+ * Trivial application to record a sound file
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * App to send DTMF digits
+ *
*/
#include <string.h>
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 <markster@digium.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 transmit a text message
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * App to set callerid
+ *
*/
#include <string.h>
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 <jjhuff@mspin.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.
+ */
+
+/*
+ *
+ * Applictions connected with CDR engine
+ *
*/
#include <sys/types.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * App to set callerid
+ *
*/
#include <string.h>
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 <markster@digium.com>
* Oliver Daudey <traveler@xs4all.nl>
*
+ * 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 <string.h>
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 <markster@digium.com>
* Oliver Daudey <traveler@xs4all.nl>
*
+ * 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 <string.h>
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 <string.h>
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) <Year>, <Your Name Here>
*
* <Your Name Here> <<You Email Here>>
*
+ * 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 <stdlib.h>
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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * SoftHangup application
+ *
*/
#include <sys/types.h>
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 <ricudis@itc.auth.gr>
*
+ * 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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Skeleton application (?)
+ *
*/
#include <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Skeleton application (?)
+ *
*/
#include <sys/types.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Execute arbitrary system commands
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Playback a file with audio detect
+ *
*/
#include <string.h>
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 <markster@digium.com>
* Russell Bryant <russelb@clemson.edu>
*
+ * 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 <sys/types.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Transfer a caller
+ *
*/
#include <stdlib.h>
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 <markster@linux-support.net>
+ * Mark Spencer <markster@digium.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.
+ */
+
+/*
+ *
+ * Caller*id name lookup - Look up the caller's name via DNS
+ *
*/
#include <stdlib.h>
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 <markster@digium.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 transmit a URL
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * 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 <gkon@inaccessnetworks.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)
+ * 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 <stojan.sljivic@gdspartners.com>
*
- * 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 <stojan.sljivic@gdspartners.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Voicemail System
+ *
*/
#include <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Wait for Ring Application
+ *
*/
#include <stdlib.h>
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 <dave@popvox.com>
+ * Version 1.00 2004-01-29
+ *
* Mark Spencer <markster@digium.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 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 <dave@popvox.com>
- * Version 1.00 2004-01-29
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <stdlib.h>
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 <anthmct@yahoo.com>
*
* Anthony Minessale <anthmct@yahoo.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.
+ */
+
+/*
+ *
+ * While Loop and ExecIf Implementations
+ *
*/
#include <stdlib.h>
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 <markster@digium.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.
+ */
+
+/*
+ *
+ * Playback the special information tone to get rid of telemarketers
+ *
*/
#include <string.h>
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 <markster@digium.com>
*
- * 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 <stdlib.h>
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 <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.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.
+ */
+
+/*
+ *
+ * Execute an ISDN RAS
+ *
*/
#include <sys/ioctl.h>
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 <markster@digium.com>
*
* Modified from app_zapbarge by David Troy <dave@toad.net>
*
- * Mark Spencer <markster@digium.com>
+ * 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 <stdlib.h>