update doxygen docs to specify authors

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 20 years ago
parent 75dc984c31
commit a725468381

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

@ -31,12 +31,16 @@
Issue Date: 26/08/2003
*/
/*! \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
can optionally be replaced by code written in assembler using NASM. For
further details see the file aesopt.h
*/
*
* \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
* 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"

@ -31,11 +31,15 @@
Issue Date: 26/08/2003
*/
/*! \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
for further details including optimisation.
*/
*
* \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
* for further details including optimisation.
*
* \author Dr Brian Gladman <brg@gladman.me.uk>
*/
#include "aesopt.h"

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

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

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

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

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

@ -18,8 +18,12 @@
*/
/*! \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
*/

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

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

@ -18,7 +18,12 @@
*/
/*! \file
*
* \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
*/

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

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

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

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

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

@ -21,7 +21,9 @@
/*! \file
*
* \brief Application to dump channel variables
*
*
* \author Anthony Minessale <anthmct@yahoo.com>
*
* \ingroup applications
*/

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

@ -22,7 +22,12 @@
/*! \file
*
* \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
*/

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

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

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

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

@ -24,6 +24,11 @@
*
* \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
*/

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

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

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

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

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

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

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

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

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

@ -22,8 +22,15 @@
*/
/*! \file
*
* \brief MixMonitor() - Record a call and mix the audio during the recording
* \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>

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

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

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

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

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

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

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

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

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

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

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

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

@ -17,10 +17,14 @@
* 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
*
* \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
*

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

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

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

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

@ -19,7 +19,9 @@
/*! \file
*
* \brief Applictions connected with CDR engine
*
*
* \author Justin Huff <jjhuff@mspin.net>
*
* \ingroup applications
*/

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

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

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

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

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

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

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

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

@ -20,6 +20,9 @@
/*! \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
*/

@ -19,6 +19,8 @@
/*! \file
*
* \brief Transfer a caller
*
* \author Mark Spencer <markster@digium.com>
*
* Requires transfer support from channel driver
*

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

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

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

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

@ -26,6 +26,8 @@
* - 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
*
* \author David C. Troy <dave@popvox.com>
*
* \ingroup applications
*/

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

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

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

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

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

@ -19,7 +19,8 @@
/*! \file
*
* \brief Memory Management
*
*
* \author Mark Spencer <markster@digium.com>
*/
#ifdef __AST_DEBUG_MALLOC

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

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

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

@ -19,6 +19,8 @@
/*! \file
*
* \brief Call Detail Record API
*
* \author Mark Spencer <markster@digium.com>
*
* Includes code and algorithms from the Zapata library.
*

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

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

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

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

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

@ -19,7 +19,9 @@
/*! \file
*
* \brief feature Proxy Channel
*
*
* \author Mark Spencer <markster@digium.com>
*
* \note *** Experimental code ****
*
* \ingroup channel_drivers

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

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

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

@ -19,7 +19,9 @@
/*! \file
*
* \brief Implementation of Media Gateway Control Protocol
*
*
* \author Mark Spencer <markster@digium.com>
*
* \par See also
* \arg \ref Config_mgcp
*

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

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

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

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

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

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

@ -19,7 +19,12 @@
/*!
* \file
* \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
* Configuration file \link Config_sip sip.conf \endlink
*

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

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

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

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

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

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

Loading…
Cancel
Save