[Asterisk-cvs] asterisk/channels chan_agent.c, 1.159, 1.160 chan_alsa.c, 1.49, 1.50 chan_features.c, 1.17, 1.18 chan_h323.c, 1.130, 1.131 chan_iax2.c, 1.360, 1.361 chan_local.c, 1.54, 1.55 chan_mgcp.c, 1.130, 1.131 chan_modem.c, 1.46, 1.47 chan_modem_i4l.c, 1.31, 1.32 chan_nbs.c, 1.18, 1.19 chan_oss.c, 1.58, 1.59 chan_phone.c, 1.56, 1.57 chan_sip.c, 1.895, 1.896 chan_skinny.c, 1.91, 1.92 chan_vpb.c, 1.96, 1.97 chan_zap.c, 1.534, 1.535

russell russell
Mon Oct 24 16:19:04 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2226/channels

Modified Files:
	chan_agent.c chan_alsa.c chan_features.c chan_h323.c 
	chan_iax2.c chan_local.c chan_mgcp.c chan_modem.c 
	chan_modem_i4l.c chan_nbs.c chan_oss.c chan_phone.c chan_sip.c 
	chan_skinny.c chan_vpb.c chan_zap.c 
Log Message:
Doxygen documentation update from oej (issue #5505)


Index: chan_agent.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_agent.c,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- chan_agent.c	14 Oct 2005 00:46:13 -0000	1.159
+++ chan_agent.c	24 Oct 2005 20:12:05 -0000	1.160
@@ -17,11 +17,10 @@
  */
 
 
-/**
- * Implementation of Agents
+/*! \file
+ * \brief Implementation of Agents
  *
- * @file chan_agent.c
- * @brief This file is the implementation of Agents modules.
+ * This file is the implementation of Agents modules.
  * It is a dynamic module that is loaded by Asterisk. At load time, load_module is run.
  */
 

Index: chan_alsa.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_alsa.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- chan_alsa.c	16 Oct 2005 16:05:41 -0000	1.49
+++ chan_alsa.c	24 Oct 2005 20:12:05 -0000	1.50
@@ -16,6 +16,10 @@
  * at the top of the source tree.
  */
 
+/*! \file 
+ * \brief ALSA sound card channel driver 
+ */
+
 
 #include <unistd.h>
 #include <fcntl.h>

Index: chan_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_features.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- chan_features.c	14 Sep 2005 20:46:49 -0000	1.17
+++ chan_features.c	24 Oct 2005 20:12:05 -0000	1.18
@@ -16,11 +16,11 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * feature Proxy Channel
+ * \brief feature Proxy Channel
  * 
- * *** Experimental code ****
+ * \note *** Experimental code ****
  * 
  */
 

Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- chan_h323.c	15 Sep 2005 17:08:52 -0000	1.130
+++ chan_h323.c	24 Oct 2005 20:12:05 -0000	1.131
@@ -21,9 +21,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * This file is part of the chan_h323 driver for Asterisk
+ * \brief This file is part of the chan_h323 driver for Asterisk
  *
  */
 

Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -d -r1.360 -r1.361
--- chan_iax2.c	23 Oct 2005 18:11:54 -0000	1.360
+++ chan_iax2.c	24 Oct 2005 20:12:05 -0000	1.361
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Implementation of Inter-Asterisk eXchange Version 2
+ * \brief Implementation of Inter-Asterisk eXchange Version 2
  *
  */
 

Index: chan_local.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_local.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- chan_local.c	19 Oct 2005 03:45:49 -0000	1.54
+++ chan_local.c	24 Oct 2005 20:12:05 -0000	1.55
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Local Proxy Channel
+ * \brief Local Proxy Channel
  * 
  */
 

Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- chan_mgcp.c	14 Sep 2005 20:46:49 -0000	1.130
+++ chan_mgcp.c	24 Oct 2005 20:12:05 -0000	1.131
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Implementation of Media Gateway Control Protocol
+ * \brief Implementation of Media Gateway Control Protocol
  * 
  */
 

Index: chan_modem.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- chan_modem.c	14 Sep 2005 20:46:49 -0000	1.46
+++ chan_modem.c	24 Oct 2005 20:12:05 -0000	1.47
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
+ * \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
  * 
  */
 

Index: chan_modem_i4l.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem_i4l.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- chan_modem_i4l.c	14 Sep 2005 20:46:49 -0000	1.31
+++ chan_modem_i4l.c	24 Oct 2005 20:12:05 -0000	1.32
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * ISDN4Linux TTY Driver
+ * \brief ISDN4Linux TTY Driver
  * 
  */
 

Index: chan_nbs.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_nbs.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- chan_nbs.c	14 Sep 2005 20:46:49 -0000	1.18
+++ chan_nbs.c	24 Oct 2005 20:12:05 -0000	1.19
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Generic Linux Telephony Interface driver
+ * \brief Generic Linux Telephony Interface driver
  * 
  */
 

Index: chan_oss.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_oss.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- chan_oss.c	16 Oct 2005 16:05:41 -0000	1.58
+++ chan_oss.c	24 Oct 2005 20:12:05 -0000	1.59
@@ -19,9 +19,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * 
+ * \brief Channel driver for OSS sound cards
  *
  */
 

Index: chan_phone.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_phone.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- chan_phone.c	14 Sep 2005 20:46:49 -0000	1.56
+++ chan_phone.c	24 Oct 2005 20:12:05 -0000	1.57
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Generic Linux Telephony Interface driver
+ * \brief Generic Linux Telephony Interface driver
  * 
  */
 

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.895
retrieving revision 1.896
diff -u -d -r1.895 -r1.896
--- chan_sip.c	23 Oct 2005 01:31:17 -0000	1.895
+++ chan_sip.c	24 Oct 2005 20:12:05 -0000	1.896
@@ -16,10 +16,16 @@
  * at the top of the source tree.
  */
 
-/*
- *
- * Implementation of Session Initiation Protocol
+/*!
+ * \file
+ * \brief Implementation of Session Initiation Protocol
  * 
+ * Implementation of RFC 3261 - without S/MIME, TCP and TLS support
+ * Configuration file \link page20sip sip.conf \endlink
+ *
+ * \todo SIP over TCP
+ * \todo SIP over TLS
+ * \todo Better support of forking
  */
 
 

Index: chan_skinny.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_skinny.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- chan_skinny.c	14 Sep 2005 20:46:50 -0000	1.91
+++ chan_skinny.c	24 Oct 2005 20:12:05 -0000	1.92
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Implementation of the Skinny protocol
+ * \brief Implementation of the Skinny protocol
  * 
  */
 

Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- chan_vpb.c	14 Oct 2005 17:02:20 -0000	1.96
+++ chan_vpb.c	24 Oct 2005 20:12:05 -0000	1.97
@@ -22,9 +22,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * VoiceTronix Interface driver
+ * \brief VoiceTronix Interface driver
  * 
  */
 

Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -d -r1.534 -r1.535
--- chan_zap.c	22 Oct 2005 12:15:07 -0000	1.534
+++ chan_zap.c	24 Oct 2005 20:12:05 -0000	1.535
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Zaptel Pseudo TDM interface 
+ * \brief Zaptel Pseudo TDM interface 
  * 
  */
 




More information about the svn-commits mailing list