update doxygen docs to specify authors

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2005-12-30 21:18:06 +00:00
parent 75dc984c31
commit a725468381
151 changed files with 403 additions and 75 deletions

1
acl.c
View File

@ -20,6 +20,7 @@
* *
* \brief Various sorts of access control * \brief Various sorts of access control
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -31,11 +31,15 @@
Issue Date: 26/08/2003 Issue Date: 26/08/2003
*/ */
/*! \file /*! \file
\brief This file contains the code for implementing encryption and decryption *
for AES (Rijndael) for block and key sizes of 16, 24 and 32 bytes. It * \brief This file contains the code for implementing encryption and decryption
can optionally be replaced by code written in assembler using NASM. For * for AES (Rijndael) for block and key sizes of 16, 24 and 32 bytes. It
further details see the file aesopt.h * can optionally be replaced by code written in assembler using NASM. For
* further details see the file aesopt.h
*
* \author Dr Brian Gladman <brg@gladman.me.uk>
*/ */
#include "aesopt.h" #include "aesopt.h"

View File

@ -31,10 +31,14 @@
Issue Date: 26/08/2003 Issue Date: 26/08/2003
*/ */
/*! \file /*! \file
\brief This file contains the code for implementing the key schedule for AES *
(Rijndael) for block and key sizes of 16, 24, and 32 bytes. See aesopt.h * \brief This file contains the code for implementing the key schedule for AES
for further details including optimisation. * (Rijndael) for block and key sizes of 16, 24, and 32 bytes. See aesopt.h
* for further details including optimisation.
*
* \author Dr Brian Gladman <brg@gladman.me.uk>
*/ */
#include "aesopt.h" #include "aesopt.h"

1
alaw.c
View File

@ -20,6 +20,7 @@
* *
* \brief u-Law to Signed linear conversion * \brief u-Law to Signed linear conversion
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include "asterisk.h" #include "asterisk.h"

1
app.c
View File

@ -20,6 +20,7 @@
* *
* \brief Convenient Application Routines * \brief Convenient Application Routines
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief Program Asterisk ADSI Scripts into phone * \brief Program Asterisk ADSI Scripts into phone
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief Execute arbitrary authenticate commands * \brief Execute arbitrary authenticate commands
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief Applications connected with CDR engine * \brief Applications connected with CDR engine
* *
* Martin Pycko <martinp@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -18,8 +18,12 @@
*/ */
/*! \file /*! \file
*
* \brief Check if Channel is Available * \brief Check if Channel is Available
* *
* \author Mark Spencer <markster@digium.com>
* \author James Golovich <james@gnuinter.net>
* \ingroup applications * \ingroup applications
*/ */

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief ChanSpy: Listen in on any channel. * \brief ChanSpy: Listen in on any channel.
* *
* \author Anthony Minessale II <anthmct@yahoo.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief Trivial application to control playback of a sound file * \brief Trivial application to control playback of a sound file
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -18,8 +18,13 @@
*/ */
/*! \file /*! \file
*
* \brief Curl - App to load a URL * \brief Curl - App to load a URL
* *
* \author Tilghman Lesher <curl-20050919@the-tilghman.com>
*
* \note Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option)
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -22,6 +22,9 @@
* *
* \brief Database access functions * \brief Database access functions
* *
* \author Mark Spencer <markster@digium.com>
* \author Jefferson Noxon <jeff@debian.org>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief dial() & retrydial() - Trivial application to dial a channel and send an URL on answer * \brief dial() & retrydial() - Trivial application to dial a channel and send an URL on answer
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -22,6 +22,8 @@
* *
* \brief Virtual Dictation Machine Application For Asterisk * \brief Virtual Dictation Machine Application For Asterisk
* *
* \author Anthony Minessale II <anthmct@yahoo.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Directed Call Pickup Support * \brief Directed Call Pickup Support
* *
* \author Joshua Colp <jcolp@asterlink.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Provide a directory of extensions * \brief Provide a directory of extensions
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -22,6 +22,8 @@
* *
* \brief Application to dump channel variables * \brief Application to dump channel variables
* *
* \author Anthony Minessale <anthmct@yahoo.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Echo application -- play back what you hear to evaluate latency * \brief Echo application -- play back what you hear to evaluate latency
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -23,6 +23,11 @@
* *
* \brief External IVR application interface * \brief External IVR application interface
* *
* \author Kevin P. Fleming <kpfleming@digium.com>
*
* \note Portions taken from the file-based music-on-hold work
* created by Anthony Minessale II in res_musiconhold.c
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Connect to festival * \brief Connect to festival
* *
* \author Christos Ricudis <ricudis@itc.auth.gr>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to flash a zap trunk * \brief App to flash a zap trunk
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -19,6 +19,10 @@
* *
* \brief Fork CDR application * \brief Fork CDR application
* *
* \author Anthony Minessale anthmct@yahoo.com
*
* \note Development of this app Sponsered/Funded by TAAN Softworks Corp
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Get ADSI CPE ID * \brief Get ADSI CPE ID
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -24,6 +24,11 @@
* *
* \brief HasVoicemail application * \brief HasVoicemail application
* *
* \author Todd Freeman <freeman@andrews.edu>
*
* \note 95% based on HasNewVoicemail by
* Tilghman Lesher <asterisk-hasnewvoicemail-app@the-tilghman.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Stream to an icecast server via ICES (see contrib/asterisk-ices.xml) * \brief Stream to an icecast server via ICES (see contrib/asterisk-ices.xml)
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to transmit an image * \brief App to transmit an image
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Use /dev/dsp as an intercom. * \brief Use /dev/dsp as an intercom.
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief IVR Demo application * \brief IVR Demo application
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to lookup the callerid number, and see if it is blacklisted * \brief App to lookup the callerid number, and see if it is blacklisted
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
* *
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to set callerid name from database, based on directory number * \brief App to set callerid name from database, based on directory number
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Dial plan macro Implementation * \brief Dial plan macro Implementation
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Meet me conference bridge * \brief Meet me conference bridge
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Digital Milliwatt Test * \brief Digital Milliwatt Test
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -22,8 +22,15 @@
*/ */
/*! \file /*! \file
*
* \brief MixMonitor() - Record a call and mix the audio during the recording * \brief MixMonitor() - Record a call and mix the audio during the recording
* \ingroup applications * \ingroup applications
*
* \author Mark Spencer <markster@digium.com>
* \author Kevin P. Fleming <kpfleming@digium.com>
*
* \note Based on app_muxmon.c provided by
* Anthony Minessale II <anthmct@yahoo.com>
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -20,6 +20,8 @@
* *
* \brief Silly application to play an MP3 file -- uses mpg123 * \brief Silly application to play an MP3 file -- uses mpg123
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Silly application to play an NBScat file -- uses nbscat8k * \brief Silly application to play an NBScat file -- uses nbscat8k
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Open Settlement Protocol Lookup * \brief Open Settlement Protocol Lookup
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief page() - Paging application * \brief page() - Paging application
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -23,6 +23,9 @@
* *
* \brief ParkAndAnnounce application for Asterisk * \brief ParkAndAnnounce application for Asterisk
* *
* \author Ben Miller <bgmiller@dccinc.com>
* \arg With TONS of help from Mark!
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Trivial application to playback a sound file * \brief Trivial application to playback a sound file
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Block all calls without Caller*ID, require phone # to be entered * \brief Block all calls without Caller*ID, require phone # to be entered
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief True call queues with optional send URL on answer * \brief True call queues with optional send URL on answer
* *
* \author Mark Spencer <markster@digium.com>
*
* \arg Config in \ref Config_qu queues.conf * \arg Config in \ref Config_qu queues.conf
* *
* \par Development notes * \par Development notes

View File

@ -20,6 +20,8 @@
* *
* \brief Trivial application to read a variable * \brief Trivial application to read a variable
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief ReadFile application -- Reads in a File for you. * \brief ReadFile application -- Reads in a File for you.
* *
* \author Matt O'Gorman <mogorman@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -21,6 +21,9 @@
* *
* \brief RealTime App * \brief RealTime App
* *
* \author Anthony Minessale <anthmct@yahoo.com>
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Trivial application to record a sound file * \brief Trivial application to record a sound file
* *
* \author Matthew Fredrickson <creslin@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -17,11 +17,15 @@
* at the top of the source tree. * at the top of the source tree.
*/ */
/* /*! \file
* *
* Radio Repeater / Remote Base program * \brief Radio Repeater / Remote Base program
* version 0.39 12/19/05 * version 0.39 12/19/05
* *
* \author Jim Dixon, WB6NIL <jim@lambdatel.com>
*
* \note Serious contributions by Steve RoDgers, WA6ZFT <hwstar@rodgers.sdcoxmail.com>
*
* See http://www.zapatatelephony.org/app_rpt.html * See http://www.zapatatelephony.org/app_rpt.html
* *
* *

View File

@ -19,6 +19,8 @@
* *
* \brief SayUnixTime application * \brief SayUnixTime application
* *
* \author Tilghman Lesher <app_sayunixtime__200309@the-tilghman.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to send DTMF digits * \brief App to send DTMF digits
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,7 +20,9 @@
* *
* \brief App to transmit a text message * \brief App to transmit a text message
* *
* Requires support of sending text messages from channel driver * \author Mark Spencer <markster@digium.com>
*
* \note Requires support of sending text messages from channel driver
* *
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to set callerid * \brief App to set callerid
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Applictions connected with CDR engine * \brief Applictions connected with CDR engine
* *
* \author Justin Huff <jjhuff@mspin.net>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief App to set the ISDN Transfer Capability * \brief App to set the ISDN Transfer Capability
* *
* \author Frank Sautter - asterisk+at+sautter+dot+com
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Skeleton application * \brief Skeleton application
* *
* \author <Your Name Here> <<Your Email Here>>
*
* This is a skeleton for development of an Asterisk application * This is a skeleton for development of an Asterisk application
* \ingroup applications * \ingroup applications
*/ */

View File

@ -19,6 +19,7 @@
* \brief SMS application - ETSI ES 201 912 protocol 1 implimentation * \brief SMS application - ETSI ES 201 912 protocol 1 implimentation
* \ingroup applications * \ingroup applications
* *
* \author Adrian Kennard
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -20,6 +20,8 @@
* *
* \brief SoftHangup application * \brief SoftHangup application
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Connect to PostgreSQL * \brief Connect to PostgreSQL
* *
* \author Christos Ricudis <ricudis@itc.auth.gr>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Stack applications Gosub, Return, etc. * \brief Stack applications Gosub, Return, etc.
* *
* \author Tilghman Lesher <app_stack_v002@the-tilghman.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Execute arbitrary system commands * \brief Execute arbitrary system commands
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Playback a file with audio detect * \brief Playback a file with audio detect
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -21,6 +21,9 @@
* *
* \brief Applications to test connection and produce report in text file * \brief Applications to test connection and produce report in text file
* *
* \author Mark Spencer <markster@digium.com>
* \author Russell Bryant <russelb@clemson.edu>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Transfer a caller * \brief Transfer a caller
* *
* \author Mark Spencer <markster@digium.com>
*
* Requires transfer support from channel driver * Requires transfer support from channel driver
* *
* \ingroup applications * \ingroup applications

View File

@ -17,8 +17,11 @@
*/ */
/*! \file /*! \file
*
* \brief App to transmit a URL * \brief App to transmit a URL
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -19,6 +19,8 @@
* *
* \brief Verbose logging application * \brief Verbose logging application
* *
* \author Tilghman Lesher <app_verbose_v001@the-tilghman.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Comedian Mail - Voicemail System * \brief Comedian Mail - Voicemail System
* *
* \author Mark Spencer <markster@digium.com>
*
* \par See also * \par See also
* \arg \ref Config_vm * \arg \ref Config_vm
* \ingroup applications * \ingroup applications

View File

@ -20,6 +20,8 @@
* *
* \brief Wait for Ring Application * \brief Wait for Ring Application
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -26,6 +26,8 @@
* - WaitForSilence(500,2) will wait for 1/2 second of silence, twice \n * - WaitForSilence(500,2) will wait for 1/2 second of silence, twice \n
* - WaitForSilence(1000,1) will wait for 1 second of silence, once \n * - WaitForSilence(1000,1) will wait for 1 second of silence, once \n
* *
* \author David C. Troy <dave@popvox.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief While Loop and ExecIf Implementations * \brief While Loop and ExecIf Implementations
* *
* \author Anthony Minessale <anthmct@yahoo.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Playback the special information tone to get rid of telemarketers * \brief Playback the special information tone to get rid of telemarketers
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -23,6 +23,11 @@
* *
* \brief Zap Barge support * \brief Zap Barge support
* *
* \author Mark Spencer <markster@digium.com>
*
* \note Special thanks to comphealth.com for sponsoring this
* GPL application.
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief Execute an ISDN RAS * \brief Execute an ISDN RAS
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -25,6 +25,8 @@
* *
* \brief Zap Scanner * \brief Zap Scanner
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup applications * \ingroup applications
*/ */

View File

@ -20,6 +20,7 @@
* *
* \brief Memory Management * \brief Memory Management
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#ifdef __AST_DEBUG_MALLOC #ifdef __AST_DEBUG_MALLOC

View File

@ -20,6 +20,7 @@
* *
* \brief Automatic channel service routines * \brief Automatic channel service routines
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -20,6 +20,7 @@
* *
* \brief Build timestamp variables * \brief Build timestamp variables
* *
* \author Kevin P. Fleming <kpfleming@digium.com>
*/ */
#include "asterisk/build.h" #include "asterisk/build.h"

View File

@ -20,6 +20,7 @@
* *
* \brief CallerID Generation support * \brief CallerID Generation support
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <time.h> #include <time.h>

2
cdr.c
View File

@ -20,6 +20,8 @@
* *
* \brief Call Detail Record API * \brief Call Detail Record API
* *
* \author Mark Spencer <markster@digium.com>
*
* Includes code and algorithms from the Zapata library. * Includes code and algorithms from the Zapata library.
* *
* \note We do a lot of checking here in the CDR code to try to be sure we don't ever let a CDR slip * \note We do a lot of checking here in the CDR code to try to be sure we don't ever let a CDR slip

View File

@ -22,6 +22,8 @@
* *
* \brief Comma Separated Value CDR records. * \brief Comma Separated Value CDR records.
* *
* \author Mark Spencer <markster@digium.com>
*
* \arg See also \ref AstCDR * \arg See also \ref AstCDR
* \ingroup cdr_drivers * \ingroup cdr_drivers
*/ */

View File

@ -22,6 +22,8 @@
* *
* \brief Custom Comma Separated Value CDR records. * \brief Custom Comma Separated Value CDR records.
* *
* \author Mark Spencer <markster@digium.com>
*
* \arg See also \ref AstCDR * \arg See also \ref AstCDR
* *
* Logs in LOG_DIR/cdr_custom * Logs in LOG_DIR/cdr_custom

View File

@ -20,6 +20,7 @@
* *
* \brief Channel Management * \brief Channel Management
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -18,8 +18,11 @@
/*! \file /*! \file
*
* \brief Implementation of Agents (proxy channel) * \brief Implementation of Agents (proxy channel)
* *
* \author Mark Spencer <markster@digium.com>
*
* 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. * It is a dynamic module that is loaded by Asterisk.
* \par See also * \par See also

View File

@ -19,6 +19,8 @@
/*! \file /*! \file
* \brief ALSA sound card channel driver * \brief ALSA sound card channel driver
* *
* \author Matthew Fredrickson <creslin@digium.com>
*
* \par See also * \par See also
* \arg Config_alsa * \arg Config_alsa
* *

View File

@ -20,6 +20,8 @@
* *
* \brief feature Proxy Channel * \brief feature Proxy Channel
* *
* \author Mark Spencer <markster@digium.com>
*
* \note *** Experimental code **** * \note *** Experimental code ****
* *
* \ingroup channel_drivers * \ingroup channel_drivers

View File

@ -25,6 +25,8 @@
* *
* \brief This file is part of the chan_h323 driver for Asterisk * \brief This file is part of the chan_h323 driver for Asterisk
* *
* \author Jeremy McNamara
*
* \par See also * \par See also
* \arg Config_h323 * \arg Config_h323
* *

View File

@ -20,6 +20,8 @@
* *
* \brief Implementation of Inter-Asterisk eXchange Version 2 * \brief Implementation of Inter-Asterisk eXchange Version 2
* *
* \author Mark Spencer <markster@digium.com>
*
* \par See also * \par See also
* \arg \ref Config_iax * \arg \ref Config_iax
* *

View File

@ -17,6 +17,8 @@
*/ */
/*! \file /*! \file
*
* \author Mark Spencer <markster@digium.com>
* *
* \brief Local Proxy Channel * \brief Local Proxy Channel
* *

View File

@ -20,6 +20,8 @@
* *
* \brief Implementation of Media Gateway Control Protocol * \brief Implementation of Media Gateway Control Protocol
* *
* \author Mark Spencer <markster@digium.com>
*
* \par See also * \par See also
* \arg \ref Config_mgcp * \arg \ref Config_mgcp
* *

View File

@ -20,6 +20,8 @@
* *
* \brief 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)
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers * \ingroup channel_drivers
*/ */

View File

@ -17,8 +17,9 @@
*/ */
/* /*
* \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
* *
* A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others) * \author Mark Spencer <markster@digium.com>
* *
* \ingroup channel_drivers * \ingroup channel_drivers
*/ */

View File

@ -18,8 +18,10 @@
*/ */
/* /*
* \brief BestData 56SX-92 Voice Modem Driver (Conexant)
* *
* BestData 56SX-92 Voice Modem Driver (Conexant) * \author Mark Spencer <markster@digium.com>
* \author Jim Dixon <jim@lambdatel.com>
* *
* \ingroup channel_drivers * \ingroup channel_drivers
*/ */

View File

@ -20,6 +20,8 @@
* *
* \brief ISDN4Linux TTY Driver * \brief ISDN4Linux TTY Driver
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers * \ingroup channel_drivers
*/ */

View File

@ -23,6 +23,9 @@
* *
* \brief Channel driver for OSS sound cards * \brief Channel driver for OSS sound cards
* *
* \author Mark Spencer <markster@digium.com>
* \author Luigi Rizzo
*
* \par See also * \par See also
* \arg \ref Config_oss * \arg \ref Config_oss
* *

View File

@ -20,6 +20,8 @@
* *
* \brief Generic Linux Telephony Interface driver * \brief Generic Linux Telephony Interface driver
* *
* \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers * \ingroup channel_drivers
*/ */

View File

@ -20,6 +20,11 @@
* \file * \file
* \brief Implementation of Session Initiation Protocol * \brief Implementation of Session Initiation Protocol
* *
* \author Mark Spencer <markster@digium.com>
*
* See Also:
* \arg \ref AstCREDITS
*
* Implementation of RFC 3261 - without S/MIME, TCP and TLS support * Implementation of RFC 3261 - without S/MIME, TCP and TLS support
* Configuration file \link Config_sip sip.conf \endlink * Configuration file \link Config_sip sip.conf \endlink
* *

View File

@ -20,6 +20,8 @@
* *
* \brief Zaptel Pseudo TDM interface * \brief Zaptel Pseudo TDM interface
* *
* \author Mark Spencer <markster@digium.com>
*
* Connects to the zaptel telephony library as well as * Connects to the zaptel telephony library as well as
* libpri. Libpri is optional and needed only if you are * libpri. Libpri is optional and needed only if you are
* going to use ISDN connections. * going to use ISDN connections.

View File

@ -20,6 +20,7 @@
* *
* \brief Implementation of Inter-Asterisk eXchange Protocol, v 2 * \brief Implementation of Inter-Asterisk eXchange Protocol, v 2
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -17,8 +17,10 @@
*/ */
/*! \file /*! \file
*
* \brief IAX Provisioning Protocol * \brief IAX Provisioning Protocol
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <unistd.h> #include <unistd.h>

View File

@ -20,6 +20,7 @@
* *
* \brief Channel Variables * \brief Channel Variables
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <stdlib.h> #include <stdlib.h>

1
cli.c
View File

@ -20,6 +20,7 @@
* *
* \brief Standard Command Line Interface * \brief Standard Command Line Interface
* *
* \author Mark Spencer <markster@digium.com>
*/ */
#include <unistd.h> #include <unistd.h>

Some files were not shown because too many files have changed in this diff Show More