aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_misdn_config.c')
-rwxr-xr-xchannels/chan_misdn_config.c25
1 files changed, 20 insertions, 5 deletions
diff --git a/channels/chan_misdn_config.c b/channels/chan_misdn_config.c
index 61a28fa7f..52fbe457c 100755
--- a/channels/chan_misdn_config.c
+++ b/channels/chan_misdn_config.c
@@ -1,14 +1,29 @@
/*
- * Chan_Misdn -- Channel Driver for Asterisk
- *
- * Interface to Asterisk
- *
+ * Asterisk -- An open source telephony toolkit.
+ *
* Copyright (C) 2005, Christian Richter
*
* Christian Richter <crich@beronet.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.
+ *
+ */
+
+/*!
+ * \file
+ *
+ * \brief chan_misdn configuration management
+ * \author Christian Richter <crich@beronet.com>
+ *
+ * \ingroup channel_drivers
*/