From: Russell Bryant Date: Fri, 30 Dec 2005 21:18:06 +0000 (+0000) Subject: update doxygen docs to specify authors X-Git-Tag: 1.4.0-beta1~3111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7254683818ae0e4afbc4116b7131c1ffe953a4c;p=thirdparty%2Fasterisk.git update doxygen docs to specify authors git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acl.c b/acl.c index 326cdb66d6..6061d54c47 100644 --- a/acl.c +++ b/acl.c @@ -19,7 +19,8 @@ /*! \file * * \brief Various sorts of access control - * + * + * \author Mark Spencer */ #include diff --git a/aescrypt.c b/aescrypt.c index 3406b66037..1ccddf3f52 100644 --- a/aescrypt.c +++ b/aescrypt.c @@ -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 + */ #include "aesopt.h" diff --git a/aeskey.c b/aeskey.c index ec24e6caed..d34badc6be 100644 --- a/aeskey.c +++ b/aeskey.c @@ -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 + */ #include "aesopt.h" diff --git a/alaw.c b/alaw.c index a85c89f3d5..782419d9e6 100644 --- a/alaw.c +++ b/alaw.c @@ -19,7 +19,8 @@ /*! \file * * \brief u-Law to Signed linear conversion - * + * + * \author Mark Spencer */ #include "asterisk.h" diff --git a/app.c b/app.c index 30dcc3b8bc..f6eb18e95c 100644 --- a/app.c +++ b/app.c @@ -19,7 +19,8 @@ /*! \file * * \brief Convenient Application Routines - * + * + * \author Mark Spencer */ #include diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c index 79fe30122a..59fc26eab6 100644 --- a/apps/app_adsiprog.c +++ b/apps/app_adsiprog.c @@ -17,7 +17,10 @@ */ /*! \file + * * \brief Program Asterisk ADSI Scripts into phone + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c index 583c5f4d35..274aec48c4 100644 --- a/apps/app_authenticate.c +++ b/apps/app_authenticate.c @@ -17,7 +17,10 @@ */ /*! \file + * * \brief Execute arbitrary authenticate commands + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_cdr.c b/apps/app_cdr.c index 501bfc79b4..3a457e60b6 100644 --- a/apps/app_cdr.c +++ b/apps/app_cdr.c @@ -17,8 +17,11 @@ */ /*! \file + * * \brief Applications connected with CDR engine * + * Martin Pycko + * * \ingroup applications */ diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c index 7f8633a656..399ae428d2 100644 --- a/apps/app_chanisavail.c +++ b/apps/app_chanisavail.c @@ -18,8 +18,12 @@ */ /*! \file -* \brief Check if Channel is Available -* + * + * \brief Check if Channel is Available + * + * \author Mark Spencer + * \author James Golovich + * \ingroup applications */ diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index 60690666fd..ac44086f5c 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -17,8 +17,11 @@ */ /*! \file + * * \brief ChanSpy: Listen in on any channel. - * + * + * \author Anthony Minessale II + * * \ingroup applications */ diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c index 262ba7a94c..ceb345cd55 100644 --- a/apps/app_controlplayback.c +++ b/apps/app_controlplayback.c @@ -17,7 +17,10 @@ */ /*! \file + * * \brief Trivial application to control playback of a sound file + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_curl.c b/apps/app_curl.c index 02cbd93dc7..ca715cbfa6 100644 --- a/apps/app_curl.c +++ b/apps/app_curl.c @@ -18,7 +18,12 @@ */ /*! \file + * * \brief Curl - App to load a URL + * + * \author Tilghman Lesher + * + * \note Brian Wilkins (Added POST option) * * \ingroup applications */ diff --git a/apps/app_db.c b/apps/app_db.c index f92bbf10e9..76a52cd1bc 100644 --- a/apps/app_db.c +++ b/apps/app_db.c @@ -22,6 +22,9 @@ * * \brief Database access functions * + * \author Mark Spencer + * \author Jefferson Noxon + * * \ingroup applications */ diff --git a/apps/app_dial.c b/apps/app_dial.c index bb03754f93..9294eaf5a4 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -19,6 +19,8 @@ /*! \file * * \brief dial() & retrydial() - Trivial application to dial a channel and send an URL on answer + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_dictate.c b/apps/app_dictate.c index dfa1c4f34f..66f99e147d 100644 --- a/apps/app_dictate.c +++ b/apps/app_dictate.c @@ -22,6 +22,8 @@ * * \brief Virtual Dictation Machine Application For Asterisk * + * \author Anthony Minessale II + * * \ingroup applications */ diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index 9e7d3cc845..32a315ec16 100644 --- a/apps/app_directed_pickup.c +++ b/apps/app_directed_pickup.c @@ -20,6 +20,8 @@ * * \brief Directed Call Pickup Support * + * \author Joshua Colp + * * \ingroup applications */ diff --git a/apps/app_directory.c b/apps/app_directory.c index cbd075692f..dd956a0185 100644 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -19,6 +19,8 @@ /*! \file * * \brief Provide a directory of extensions + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c index 4802dfee16..d690154f27 100644 --- a/apps/app_dumpchan.c +++ b/apps/app_dumpchan.c @@ -21,7 +21,9 @@ /*! \file * * \brief Application to dump channel variables - * + * + * \author Anthony Minessale + * * \ingroup applications */ diff --git a/apps/app_echo.c b/apps/app_echo.c index 89bf7a59de..c6dc8e54c4 100644 --- a/apps/app_echo.c +++ b/apps/app_echo.c @@ -19,6 +19,8 @@ /*! \file * * \brief Echo application -- play back what you hear to evaluate latency + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c index a53a59532b..2cf0858a2c 100644 --- a/apps/app_externalivr.c +++ b/apps/app_externalivr.c @@ -22,7 +22,12 @@ /*! \file * * \brief External IVR application interface - * + * + * \author Kevin P. Fleming + * + * \note Portions taken from the file-based music-on-hold work + * created by Anthony Minessale II in res_musiconhold.c + * * \ingroup applications */ diff --git a/apps/app_festival.c b/apps/app_festival.c index 186a50ae7b..7992727789 100644 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -19,6 +19,8 @@ /*! \file * * \brief Connect to festival + * + * \author Christos Ricudis * * \ingroup applications */ diff --git a/apps/app_flash.c b/apps/app_flash.c index a9aae22b83..33542d283e 100644 --- a/apps/app_flash.c +++ b/apps/app_flash.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to flash a zap trunk + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c index 290c16850f..9b29df765d 100644 --- a/apps/app_forkcdr.c +++ b/apps/app_forkcdr.c @@ -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 */ diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c index b2d883bc13..b88104ee5d 100644 --- a/apps/app_getcpeid.c +++ b/apps/app_getcpeid.c @@ -19,6 +19,8 @@ /*! \file * * \brief Get ADSI CPE ID + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c index 3ab6339105..bb55351902 100644 --- a/apps/app_hasnewvoicemail.c +++ b/apps/app_hasnewvoicemail.c @@ -24,6 +24,11 @@ * * \brief HasVoicemail application * + * \author Todd Freeman + * + * \note 95% based on HasNewVoicemail by + * Tilghman Lesher + * * \ingroup applications */ diff --git a/apps/app_ices.c b/apps/app_ices.c index 4c1505584c..a8527b309e 100644 --- a/apps/app_ices.c +++ b/apps/app_ices.c @@ -19,6 +19,8 @@ /*! \file * * \brief Stream to an icecast server via ICES (see contrib/asterisk-ices.xml) + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_image.c b/apps/app_image.c index 3ae9810175..d33465aa9f 100644 --- a/apps/app_image.c +++ b/apps/app_image.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to transmit an image + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_intercom.c b/apps/app_intercom.c index 1ae78c6ab7..28d258c28a 100644 --- a/apps/app_intercom.c +++ b/apps/app_intercom.c @@ -19,6 +19,8 @@ /*! \file * * \brief Use /dev/dsp as an intercom. + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_ivrdemo.c b/apps/app_ivrdemo.c index 198cfda2a4..8c5b308bf8 100644 --- a/apps/app_ivrdemo.c +++ b/apps/app_ivrdemo.c @@ -19,6 +19,8 @@ /*! \file * * \brief IVR Demo application + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_lookupblacklist.c b/apps/app_lookupblacklist.c index d7890be966..ec88931c6c 100644 --- a/apps/app_lookupblacklist.c +++ b/apps/app_lookupblacklist.c @@ -20,6 +20,8 @@ * * \brief App to lookup the callerid number, and see if it is blacklisted * + * \author Mark Spencer + * * \ingroup applications * */ diff --git a/apps/app_lookupcidname.c b/apps/app_lookupcidname.c index 52587b03ae..90341a4248 100644 --- a/apps/app_lookupcidname.c +++ b/apps/app_lookupcidname.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to set callerid name from database, based on directory number + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_macro.c b/apps/app_macro.c index d77642ff83..4b88e15944 100644 --- a/apps/app_macro.c +++ b/apps/app_macro.c @@ -19,6 +19,8 @@ /*! \file * * \brief Dial plan macro Implementation + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 7756f58828..ac740cfd6e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -19,6 +19,8 @@ /*! \file * * \brief Meet me conference bridge + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c index 5ef708c1f2..112bc74f18 100644 --- a/apps/app_milliwatt.c +++ b/apps/app_milliwatt.c @@ -19,6 +19,8 @@ /*! \file * * \brief Digital Milliwatt Test + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index ef9ec254de..7b3fafe1e2 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -22,8 +22,15 @@ */ /*! \file + * * \brief MixMonitor() - Record a call and mix the audio during the recording * \ingroup applications + * + * \author Mark Spencer + * \author Kevin P. Fleming + * + * \note Based on app_muxmon.c provided by + * Anthony Minessale II */ #include diff --git a/apps/app_mp3.c b/apps/app_mp3.c index ee78840eca..943163c5e8 100644 --- a/apps/app_mp3.c +++ b/apps/app_mp3.c @@ -19,6 +19,8 @@ /*! \file * * \brief Silly application to play an MP3 file -- uses mpg123 + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_nbscat.c b/apps/app_nbscat.c index e1fb921c47..f41fc04f5f 100644 --- a/apps/app_nbscat.c +++ b/apps/app_nbscat.c @@ -19,7 +19,9 @@ /*! \file * * \brief Silly application to play an NBScat file -- uses nbscat8k - * + * + * \author Mark Spencer + * * \ingroup applications */ diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index e56038fdda..af9bf9877f 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -19,6 +19,8 @@ /*! \file * * \brief Open Settlement Protocol Lookup + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_page.c b/apps/app_page.c index 39a0eb4bcf..7696a4cc58 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -20,6 +20,8 @@ * * \brief page() - Paging application * + * \author Mark Spencer + * * \ingroup applications */ diff --git a/apps/app_parkandannounce.c b/apps/app_parkandannounce.c index bb7aa38b06..749990afce 100644 --- a/apps/app_parkandannounce.c +++ b/apps/app_parkandannounce.c @@ -22,7 +22,10 @@ /*! \file * * \brief ParkAndAnnounce application for Asterisk - * + * + * \author Ben Miller + * \arg With TONS of help from Mark! + * * \ingroup applications */ diff --git a/apps/app_playback.c b/apps/app_playback.c index 6271fba77e..8f36fc707c 100644 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -19,6 +19,8 @@ /*! \file * * \brief Trivial application to playback a sound file + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_privacy.c b/apps/app_privacy.c index b94fd69d8f..f5b7281a11 100644 --- a/apps/app_privacy.c +++ b/apps/app_privacy.c @@ -19,6 +19,8 @@ /*! \file * * \brief Block all calls without Caller*ID, require phone # to be entered + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_queue.c b/apps/app_queue.c index 17bc06a263..70cf4134a5 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -20,6 +20,8 @@ * * \brief True call queues with optional send URL on answer * + * \author Mark Spencer + * * \arg Config in \ref Config_qu queues.conf * * \par Development notes diff --git a/apps/app_read.c b/apps/app_read.c index 90e180fcfb..030cb70967 100644 --- a/apps/app_read.c +++ b/apps/app_read.c @@ -19,6 +19,8 @@ /*! \file * * \brief Trivial application to read a variable + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_readfile.c b/apps/app_readfile.c index 3340964b7f..528fe82377 100644 --- a/apps/app_readfile.c +++ b/apps/app_readfile.c @@ -20,6 +20,8 @@ * * \brief ReadFile application -- Reads in a File for you. * + * \author Matt O'Gorman + * * \ingroup applications */ diff --git a/apps/app_realtime.c b/apps/app_realtime.c index 7fccf95bdd..9e83d26384 100644 --- a/apps/app_realtime.c +++ b/apps/app_realtime.c @@ -20,6 +20,9 @@ /*! \file * * \brief RealTime App + * + * \author Anthony Minessale + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_record.c b/apps/app_record.c index 669afc7a0d..f5be5528de 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -20,6 +20,8 @@ * * \brief Trivial application to record a sound file * + * \author Matthew Fredrickson + * * \ingroup applications */ diff --git a/apps/app_rpt.c b/apps/app_rpt.c index f3dafad524..e3f84b1663 100644 --- a/apps/app_rpt.c +++ b/apps/app_rpt.c @@ -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 + * + * \note Serious contributions by Steve RoDgers, WA6ZFT * * See http://www.zapatatelephony.org/app_rpt.html * diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c index fc9cd25bf5..cde4e65c9c 100644 --- a/apps/app_sayunixtime.c +++ b/apps/app_sayunixtime.c @@ -18,6 +18,8 @@ /*! \file * * \brief SayUnixTime application + * + * \author Tilghman Lesher * * \ingroup applications */ diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index c2c3c765d6..e4eb33ecf0 100644 --- a/apps/app_senddtmf.c +++ b/apps/app_senddtmf.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to send DTMF digits + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c index c08a793f39..4ddbc1c65c 100644 --- a/apps/app_sendtext.c +++ b/apps/app_sendtext.c @@ -19,8 +19,10 @@ /*! \file * * \brief App to transmit a text message + * + * \author Mark Spencer * - * Requires support of sending text messages from channel driver + * \note Requires support of sending text messages from channel driver * * \ingroup applications */ diff --git a/apps/app_setcallerid.c b/apps/app_setcallerid.c index f0e142b6e5..7c643b2817 100644 --- a/apps/app_setcallerid.c +++ b/apps/app_setcallerid.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to set callerid + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_setcdruserfield.c b/apps/app_setcdruserfield.c index c477663dcb..7085855d85 100644 --- a/apps/app_setcdruserfield.c +++ b/apps/app_setcdruserfield.c @@ -19,7 +19,9 @@ /*! \file * * \brief Applictions connected with CDR engine - * + * + * \author Justin Huff + * * \ingroup applications */ diff --git a/apps/app_settransfercapability.c b/apps/app_settransfercapability.c index 5a9614afa7..884c3d64bb 100644 --- a/apps/app_settransfercapability.c +++ b/apps/app_settransfercapability.c @@ -19,6 +19,8 @@ /*! \file * * \brief App to set the ISDN Transfer Capability + * + * \author Frank Sautter - asterisk+at+sautter+dot+com * * \ingroup applications */ diff --git a/apps/app_skel.c b/apps/app_skel.c index 089bf09289..b29f3162a0 100644 --- a/apps/app_skel.c +++ b/apps/app_skel.c @@ -19,6 +19,8 @@ /*! \file * * \brief Skeleton application + * + * \author <> * * This is a skeleton for development of an Asterisk application * \ingroup applications diff --git a/apps/app_sms.c b/apps/app_sms.c index 3f91477e5d..1d9ea3f4d2 100644 --- a/apps/app_sms.c +++ b/apps/app_sms.c @@ -18,7 +18,8 @@ * * \brief SMS application - ETSI ES 201 912 protocol 1 implimentation * \ingroup applications - * + * + * \author Adrian Kennard */ #include diff --git a/apps/app_softhangup.c b/apps/app_softhangup.c index 804a39259e..bcc54a33f6 100644 --- a/apps/app_softhangup.c +++ b/apps/app_softhangup.c @@ -19,6 +19,8 @@ /*! \file * * \brief SoftHangup application + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_sql_postgres.c b/apps/app_sql_postgres.c index d9ba1bfb78..985892de7c 100644 --- a/apps/app_sql_postgres.c +++ b/apps/app_sql_postgres.c @@ -19,6 +19,8 @@ /*! \file * * \brief Connect to PostgreSQL + * + * \author Christos Ricudis * * \ingroup applications */ diff --git a/apps/app_stack.c b/apps/app_stack.c index ccf24b2b47..ce77e47659 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -19,6 +19,8 @@ /*! \file * * \brief Stack applications Gosub, Return, etc. + * + * \author Tilghman Lesher * * \ingroup applications */ diff --git a/apps/app_system.c b/apps/app_system.c index f3e09ebbaf..0619b5cf31 100644 --- a/apps/app_system.c +++ b/apps/app_system.c @@ -19,6 +19,8 @@ /*! \file * * \brief Execute arbitrary system commands + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c index 11efe70689..2223e85b6d 100644 --- a/apps/app_talkdetect.c +++ b/apps/app_talkdetect.c @@ -19,6 +19,8 @@ /*! \file * * \brief Playback a file with audio detect + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_test.c b/apps/app_test.c index dba8bcafb2..bc181f86ee 100644 --- a/apps/app_test.c +++ b/apps/app_test.c @@ -20,6 +20,9 @@ /*! \file * * \brief Applications to test connection and produce report in text file + * + * \author Mark Spencer + * \author Russell Bryant * * \ingroup applications */ diff --git a/apps/app_transfer.c b/apps/app_transfer.c index 78d5697c02..98790341ea 100644 --- a/apps/app_transfer.c +++ b/apps/app_transfer.c @@ -19,6 +19,8 @@ /*! \file * * \brief Transfer a caller + * + * \author Mark Spencer * * Requires transfer support from channel driver * diff --git a/apps/app_url.c b/apps/app_url.c index a856fb1a42..7791b4e549 100644 --- a/apps/app_url.c +++ b/apps/app_url.c @@ -17,7 +17,10 @@ */ /*! \file + * * \brief App to transmit a URL + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_verbose.c b/apps/app_verbose.c index 3dbcfb2603..4ec4839d7a 100644 --- a/apps/app_verbose.c +++ b/apps/app_verbose.c @@ -19,6 +19,8 @@ * * \brief Verbose logging application * + * \author Tilghman Lesher + * * \ingroup applications */ diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 6aa7bb5e3c..3d98cc0e0e 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -19,6 +19,8 @@ /*! \file * * \brief Comedian Mail - Voicemail System + * + * \author Mark Spencer * * \par See also * \arg \ref Config_vm diff --git a/apps/app_waitforring.c b/apps/app_waitforring.c index 25e651d9eb..63fe9c0435 100644 --- a/apps/app_waitforring.c +++ b/apps/app_waitforring.c @@ -19,6 +19,8 @@ /*! \file * * \brief Wait for Ring Application + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c index 615eddbcee..948c8c7564 100644 --- a/apps/app_waitforsilence.c +++ b/apps/app_waitforsilence.c @@ -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 + * * \ingroup applications */ diff --git a/apps/app_while.c b/apps/app_while.c index 1c91446aac..1ebd8f2b30 100644 --- a/apps/app_while.c +++ b/apps/app_while.c @@ -19,6 +19,8 @@ /*! \file * * \brief While Loop and ExecIf Implementations + * + * \author Anthony Minessale * * \ingroup applications */ diff --git a/apps/app_zapateller.c b/apps/app_zapateller.c index 3120a42671..488bfa3b4e 100644 --- a/apps/app_zapateller.c +++ b/apps/app_zapateller.c @@ -19,6 +19,8 @@ /*! \file * * \brief Playback the special information tone to get rid of telemarketers + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_zapbarge.c b/apps/app_zapbarge.c index 10c5c49e5f..3fb62f94f8 100644 --- a/apps/app_zapbarge.c +++ b/apps/app_zapbarge.c @@ -22,6 +22,11 @@ /*! \file * * \brief Zap Barge support + * + * \author Mark Spencer + * + * \note Special thanks to comphealth.com for sponsoring this + * GPL application. * * \ingroup applications */ diff --git a/apps/app_zapras.c b/apps/app_zapras.c index 4a94f34ba4..94285cb457 100644 --- a/apps/app_zapras.c +++ b/apps/app_zapras.c @@ -19,6 +19,8 @@ /*! \file * * \brief Execute an ISDN RAS + * + * \author Mark Spencer * * \ingroup applications */ diff --git a/apps/app_zapscan.c b/apps/app_zapscan.c index 337f52815c..987c3dab3d 100644 --- a/apps/app_zapscan.c +++ b/apps/app_zapscan.c @@ -25,6 +25,8 @@ * * \brief Zap Scanner * + * \author Mark Spencer + * * \ingroup applications */ diff --git a/astmm.c b/astmm.c index 3f94e05fad..e80219b851 100644 --- a/astmm.c +++ b/astmm.c @@ -19,7 +19,8 @@ /*! \file * * \brief Memory Management - * + * + * \author Mark Spencer */ #ifdef __AST_DEBUG_MALLOC diff --git a/autoservice.c b/autoservice.c index d8b5d8e808..838a4bd0b6 100644 --- a/autoservice.c +++ b/autoservice.c @@ -19,7 +19,8 @@ /*! \file * * \brief Automatic channel service routines - * + * + * \author Mark Spencer */ #include diff --git a/buildinfo.c b/buildinfo.c index cd7ce8df35..964e06eb37 100644 --- a/buildinfo.c +++ b/buildinfo.c @@ -19,7 +19,8 @@ /*! \file * * \brief Build timestamp variables - * + * + * \author Kevin P. Fleming */ #include "asterisk/build.h" diff --git a/callerid.c b/callerid.c index a0937b24af..d1a29d4ed0 100644 --- a/callerid.c +++ b/callerid.c @@ -19,7 +19,8 @@ /*! \file * * \brief CallerID Generation support - * + * + * \author Mark Spencer */ #include diff --git a/cdr.c b/cdr.c index 7837f03ee2..24f6192019 100644 --- a/cdr.c +++ b/cdr.c @@ -19,6 +19,8 @@ /*! \file * * \brief Call Detail Record API + * + * \author Mark Spencer * * Includes code and algorithms from the Zapata library. * diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c index 4577590536..7145262c00 100644 --- a/cdr/cdr_csv.c +++ b/cdr/cdr_csv.c @@ -21,6 +21,8 @@ /*! \file * * \brief Comma Separated Value CDR records. + * + * \author Mark Spencer * * \arg See also \ref AstCDR * \ingroup cdr_drivers diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c index 64fddb3682..abf1e816d8 100644 --- a/cdr/cdr_custom.c +++ b/cdr/cdr_custom.c @@ -21,7 +21,9 @@ /*! \file * * \brief Custom Comma Separated Value CDR records. - * + * + * \author Mark Spencer + * * \arg See also \ref AstCDR * * Logs in LOG_DIR/cdr_custom diff --git a/channel.c b/channel.c index 4e845d64e3..651f2fa40c 100644 --- a/channel.c +++ b/channel.c @@ -19,7 +19,8 @@ /*! \file * * \brief Channel Management - * + * + * \author Mark Spencer */ #include diff --git a/channels/chan_agent.c b/channels/chan_agent.c index 5177f11e1d..4008fcbdd8 100644 --- a/channels/chan_agent.c +++ b/channels/chan_agent.c @@ -18,8 +18,11 @@ /*! \file + * * \brief Implementation of Agents (proxy channel) * + * \author Mark Spencer + * * This file is the implementation of Agents modules. * It is a dynamic module that is loaded by Asterisk. * \par See also diff --git a/channels/chan_alsa.c b/channels/chan_alsa.c index 6f0d36070a..f427ac730e 100644 --- a/channels/chan_alsa.c +++ b/channels/chan_alsa.c @@ -19,6 +19,8 @@ /*! \file * \brief ALSA sound card channel driver * + * \author Matthew Fredrickson + * * \par See also * \arg Config_alsa * diff --git a/channels/chan_features.c b/channels/chan_features.c index 32deae12f2..3f7ac9f49b 100644 --- a/channels/chan_features.c +++ b/channels/chan_features.c @@ -19,7 +19,9 @@ /*! \file * * \brief feature Proxy Channel - * + * + * \author Mark Spencer + * * \note *** Experimental code **** * * \ingroup channel_drivers diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 469ce398ec..43d7a24140 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -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 * diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 92c7e8c8e0..fafb7082dd 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -20,6 +20,8 @@ * * \brief Implementation of Inter-Asterisk eXchange Version 2 * + * \author Mark Spencer + * * \par See also * \arg \ref Config_iax * diff --git a/channels/chan_local.c b/channels/chan_local.c index f843fd95d5..e5d1ea5cb7 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -17,6 +17,8 @@ */ /*! \file + * + * \author Mark Spencer * * \brief Local Proxy Channel * diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index c3b9381192..c7e9313a33 100644 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -19,7 +19,9 @@ /*! \file * * \brief Implementation of Media Gateway Control Protocol - * + * + * \author Mark Spencer + * * \par See also * \arg \ref Config_mgcp * diff --git a/channels/chan_modem.c b/channels/chan_modem.c index f37a29e126..86f6afa30d 100644 --- a/channels/chan_modem.c +++ b/channels/chan_modem.c @@ -19,6 +19,8 @@ /*! \file * * \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others) + * + * \author Mark Spencer * * \ingroup channel_drivers */ diff --git a/channels/chan_modem_aopen.c b/channels/chan_modem_aopen.c index 0183cde921..f49fe6568c 100644 --- a/channels/chan_modem_aopen.c +++ b/channels/chan_modem_aopen.c @@ -17,9 +17,10 @@ */ /* + * \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others) + * + * \author Mark Spencer * - * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others) - * * \ingroup channel_drivers */ diff --git a/channels/chan_modem_bestdata.c b/channels/chan_modem_bestdata.c index e54a66a493..a643635f13 100644 --- a/channels/chan_modem_bestdata.c +++ b/channels/chan_modem_bestdata.c @@ -18,9 +18,11 @@ */ /* + * \brief BestData 56SX-92 Voice Modem Driver (Conexant) + * + * \author Mark Spencer + * \author Jim Dixon * - * BestData 56SX-92 Voice Modem Driver (Conexant) - * * \ingroup channel_drivers */ diff --git a/channels/chan_modem_i4l.c b/channels/chan_modem_i4l.c index 69aa004547..36a2bd8027 100644 --- a/channels/chan_modem_i4l.c +++ b/channels/chan_modem_i4l.c @@ -19,6 +19,8 @@ /*! \file * * \brief ISDN4Linux TTY Driver + * + * \author Mark Spencer * * \ingroup channel_drivers */ diff --git a/channels/chan_oss.c b/channels/chan_oss.c index b44cacb3e9..9d0481d2ad 100644 --- a/channels/chan_oss.c +++ b/channels/chan_oss.c @@ -23,6 +23,9 @@ * * \brief Channel driver for OSS sound cards * + * \author Mark Spencer + * \author Luigi Rizzo + * * \par See also * \arg \ref Config_oss * diff --git a/channels/chan_phone.c b/channels/chan_phone.c index c1d5527163..abea80c924 100644 --- a/channels/chan_phone.c +++ b/channels/chan_phone.c @@ -19,6 +19,8 @@ /*! \file * * \brief Generic Linux Telephony Interface driver + * + * \author Mark Spencer * * \ingroup channel_drivers */ diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 011e7d15bb..d8d25071d2 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -19,7 +19,12 @@ /*! * \file * \brief Implementation of Session Initiation Protocol - * + * + * \author Mark Spencer + * + * See Also: + * \arg \ref AstCREDITS + * * Implementation of RFC 3261 - without S/MIME, TCP and TLS support * Configuration file \link Config_sip sip.conf \endlink * diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 2868c8ffa0..ac797bf274 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -19,6 +19,8 @@ /*! \file * * \brief Zaptel Pseudo TDM interface + * + * \author Mark Spencer * * Connects to the zaptel telephony library as well as * libpri. Libpri is optional and needed only if you are diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index 3ef80a39c3..ff13da9361 100644 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -19,7 +19,8 @@ /*! \file * * \brief Implementation of Inter-Asterisk eXchange Protocol, v 2 - * + * + * \author Mark Spencer */ #include diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c index 420e792139..a61024d8e5 100644 --- a/channels/iax2-provision.c +++ b/channels/iax2-provision.c @@ -17,8 +17,10 @@ */ /*! \file + * * \brief IAX Provisioning Protocol * + * \author Mark Spencer */ #include diff --git a/chanvars.c b/chanvars.c index 83b611d234..f2653b8ffe 100644 --- a/chanvars.c +++ b/chanvars.c @@ -19,7 +19,8 @@ /*! \file * * \brief Channel Variables - * + * + * \author Mark Spencer */ #include diff --git a/cli.c b/cli.c index 441fab36f4..7ad4d5ff69 100644 --- a/cli.c +++ b/cli.c @@ -19,7 +19,8 @@ /*! \file * * \brief Standard Command Line Interface - * + * + * \author Mark Spencer */ #include diff --git a/config.c b/config.c index ce68b60ab5..146a88702f 100644 --- a/config.c +++ b/config.c @@ -20,6 +20,8 @@ * * \brief Configuration File Parser * + * \author Mark Spencer + * * Includes the Asterisk Realtime API - ARA * See README.realtime */ diff --git a/cryptostub.c b/cryptostub.c index 4d2809e0de..5980819939 100644 --- a/cryptostub.c +++ b/cryptostub.c @@ -16,6 +16,13 @@ * at the top of the source tree. */ +/*! \file + * + * \brief Stubs for res_crypto routines + * + * \author Mark Spencer + */ + #include #include diff --git a/db.c b/db.c index 543aa4ddae..d3da08a2d4 100644 --- a/db.c +++ b/db.c @@ -19,9 +19,10 @@ /*! \file * * \brief ASTdb Management - * * - * DB3 is licensed under Sleepycat Public License and is thus incompatible + * \author Mark Spencer + * + * \note DB3 is licensed under Sleepycat Public License and is thus incompatible * with GPL. To avoid having to make another exception (and complicate * licensing even further) we elect to use DB1 which is BSD licensed */ diff --git a/devicestate.c b/devicestate.c index 73b7795683..6cd1d3ed52 100644 --- a/devicestate.c +++ b/devicestate.c @@ -19,7 +19,8 @@ /*! \file * * \brief Device state management - * + * + * \author Mark Spencer */ #include diff --git a/dnsmgr.c b/dnsmgr.c index 204033e15a..a82ebab204 100644 --- a/dnsmgr.c +++ b/dnsmgr.c @@ -19,7 +19,8 @@ /*! \file * * \brief Background DNS update manager - * + * + * \author Kevin P. Fleming */ #include diff --git a/dsp.c b/dsp.c index e204f53603..67b208fe3c 100644 --- a/dsp.c +++ b/dsp.c @@ -22,7 +22,9 @@ /*! \file * * \brief Convenience Signal Processing routines - * + * + * \author Mark Spencer + * \author Steve Underwood */ /* Some routines from tone_detect.c by Steven Underwood as published under the zapata library */ diff --git a/enum.c b/enum.c index 5e11ed906f..b977f21fe4 100644 --- a/enum.c +++ b/enum.c @@ -22,6 +22,9 @@ * * \brief ENUM Support for Asterisk * + * \author Mark Spencer + * + * \arg Funding provided by nic.at */ #include diff --git a/file.c b/file.c index 50c491c431..104f51949a 100644 --- a/file.c +++ b/file.c @@ -19,7 +19,8 @@ /*! \file * * \brief Generic File Format Support. - * + * + * \author Mark Spencer */ #include diff --git a/frame.c b/frame.c index e5b4840c1b..2558ead992 100644 --- a/frame.c +++ b/frame.c @@ -19,7 +19,8 @@ /*! \file * * \brief Frame manipulation routines - * + * + * \author Mark Spencer */ #include diff --git a/fskmodem.c b/fskmodem.c index 18e845c1e3..f25f6c4e79 100644 --- a/fskmodem.c +++ b/fskmodem.c @@ -22,6 +22,9 @@ * * \brief FSK Modulator/Demodulator * + * \author Mark Spencer + * + * \arg Includes code and algorithms from the Zapata library. */ #include diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 3e4696e18d..c934e87c94 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -19,7 +19,8 @@ /*! \file * * \brief Call Detail Record related dialplan functions - * + * + * \author Anthony Minessale II */ #include diff --git a/funcs/func_cut.c b/funcs/func_cut.c index 7dc038906c..1c3eaa4897 100644 --- a/funcs/func_cut.c +++ b/funcs/func_cut.c @@ -16,8 +16,11 @@ */ /*! \file + * * \brief CUT function * + * \author Tilghman Lesher + * * \ingroup functions */ diff --git a/funcs/func_db.c b/funcs/func_db.c index bc135a6b33..1837c8be73 100644 --- a/funcs/func_db.c +++ b/funcs/func_db.c @@ -21,7 +21,8 @@ /*! \file * * \brief Functions for interaction with the Asterisk database - * + * + * \author Russell Bryant */ #include diff --git a/funcs/func_enum.c b/funcs/func_enum.c index fa291a42e3..65b22db84f 100644 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -21,6 +21,11 @@ /*! \file * * \brief ENUM Functions + * + * \author Mark Spencer + * \author Oleksiy Krivoshey + * \author Russell Bryant + * * \arg See also AstENUM */ diff --git a/funcs/func_logic.c b/funcs/func_logic.c index f748ba9390..d1d96abf3f 100644 --- a/funcs/func_logic.c +++ b/funcs/func_logic.c @@ -19,6 +19,7 @@ * * \brief Conditional logic dialplan functions * + * \author Anthony Minessale II */ #include diff --git a/funcs/func_math.c b/funcs/func_math.c index e8a49acc8c..245ff98494 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -19,7 +19,9 @@ /*! \file * * \brief Maths relatad dialplan functions - * + * + * \author Andy Powell + * \author Mark Spencer */ #include diff --git a/funcs/func_md5.c b/funcs/func_md5.c index 910e442606..fb88290309 100644 --- a/funcs/func_md5.c +++ b/funcs/func_md5.c @@ -20,6 +20,8 @@ * * \brief MD5 digest related dialplan functions * + * \author Olle E. Johansson + * \author Russell Bryant */ #include diff --git a/funcs/func_moh.c b/funcs/func_moh.c index 4262609b8f..95e02d26b8 100644 --- a/funcs/func_moh.c +++ b/funcs/func_moh.c @@ -19,7 +19,8 @@ /*! \file * * \brief Functions for reading or setting the MusicOnHold class - * + * + * \author Russell Bryant */ #include diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index 496933ef0a..3e0f52fea0 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -10,6 +10,14 @@ * Special thanks to Anthony Minessale II for debugging help. */ +/*! + * \file + * + * \brief ODBC lookups + * + * \author Tilghman Lesher + */ + #include #include #include diff --git a/funcs/func_strings.c b/funcs/func_strings.c index 48c3e8a5d2..bce5d9d625 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -19,7 +19,9 @@ /*! \file * * \brief String manipulation dialplan functions - * + * + * \author Tilghman Lesher + * \author Anothony Minessale II */ #include diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c index 4e9256ef5b..6352b58b3d 100644 --- a/funcs/func_timeout.c +++ b/funcs/func_timeout.c @@ -19,7 +19,8 @@ /*! \file * * \brief Channel timeout related dialplan functions - * + * + * \author Mark Spencer */ #include diff --git a/funcs/func_uri.c b/funcs/func_uri.c index f985f38c17..122aff375f 100644 --- a/funcs/func_uri.c +++ b/funcs/func_uri.c @@ -19,6 +19,8 @@ /*! \file * * \brief URI encoding / decoding + * + * \author Olle E. Johansson * * \note For now this code only supports 8 bit characters, not unicode, which we ultimately will need to support. diff --git a/funcs/pbx_functions.c b/funcs/pbx_functions.c index 2d5c519c90..5c9e147aea 100644 --- a/funcs/pbx_functions.c +++ b/funcs/pbx_functions.c @@ -19,7 +19,8 @@ /*! \file * * \brief Builtin dialplan functions - * + * + * \author Kevin P. Fleming */ #include diff --git a/image.c b/image.c index 894e6605b0..fb2b4a2a06 100644 --- a/image.c +++ b/image.c @@ -19,7 +19,8 @@ /*! \file * * \brief Image Management - * + * + * \author Mark Spencer */ #include diff --git a/io.c b/io.c index c19d222c69..5935c9ee1d 100644 --- a/io.c +++ b/io.c @@ -20,6 +20,7 @@ * * \brief I/O Managment (Derived from Cheops-NG) * + * \author Mark Spencer */ #include diff --git a/loader.c b/loader.c index 46fad50b39..71aa702dcd 100644 --- a/loader.c +++ b/loader.c @@ -19,7 +19,8 @@ /*! \file * * \brief Module Loader - * + * + * \author Mark Spencer */ #include diff --git a/logger.c b/logger.c index 66977677da..1d283faba9 100644 --- a/logger.c +++ b/logger.c @@ -17,10 +17,12 @@ */ /*! \file + * * \brief Asterisk Logger * * Logging routines * + * \author Mark Spencer */ #include diff --git a/manager.c b/manager.c index 74b1dd5d52..3351d5a2b7 100644 --- a/manager.c +++ b/manager.c @@ -20,6 +20,8 @@ * * \brief The Asterisk Management Interface - AMI * + * \author Mark Spencer + * * Channel Management and more * * \ref amiconf diff --git a/muted.c b/muted.c index 600892cad6..73eadfa3d5 100644 --- a/muted.c +++ b/muted.c @@ -20,8 +20,14 @@ */ /*! \file + * * \brief Mute Daemon * + * \author Mark Spencer + * + * Updated for Mac OSX CoreAudio + * \arg Josh Roberson + * * \note Specially written for Malcolm Davenport, but I think I'll use it too * Connects to the Asterisk Manager Interface, AMI, and listens for events * on certain devices. If a phone call is connected to one of the devices (phones) diff --git a/netsock.c b/netsock.c index 386f15660c..4d504cb29e 100644 --- a/netsock.c +++ b/netsock.c @@ -20,7 +20,9 @@ /*! \file * * \brief Network socket handling - * + * + * \author Kevin P. Fleming + * \author Mark Spencer */ #include diff --git a/pbx.c b/pbx.c index 57f8c6e1d5..5ea93ae22e 100644 --- a/pbx.c +++ b/pbx.c @@ -19,7 +19,8 @@ /*! \file * * \brief Core PBX routines. - * + * + * \author Mark Spencer */ #include diff --git a/plc.c b/plc.c index f0ad46eeb7..5db6f7d1b7 100644 --- a/plc.c +++ b/plc.c @@ -26,6 +26,7 @@ * * \brief SpanDSP - a series of DSP components for telephony * + * \author Steve Underwood */ #include diff --git a/privacy.c b/privacy.c index a3ffec3e3d..1121addb6c 100644 --- a/privacy.c +++ b/privacy.c @@ -19,7 +19,8 @@ /*! \file * * \brief Privacy Routines - * + * + * \author Mark Spencer */ #include diff --git a/res/res_adsi.c b/res/res_adsi.c index 18e7849f3e..b6d2b97db1 100644 --- a/res/res_adsi.c +++ b/res/res_adsi.c @@ -21,7 +21,8 @@ /*! \file * * \brief ADSI support - * + * + * \author Mark Spencer */ #include diff --git a/res/res_agi.c b/res/res_agi.c index 15b4c2a1ed..29a4c8fbbb 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -19,7 +19,8 @@ /*! \file * * \brief AGI - the Asterisk Gateway Interface - * + * + * \author Mark Spencer */ #include diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c index adc1bc4ee6..311fa24784 100644 --- a/res/res_config_odbc.c +++ b/res/res_config_odbc.c @@ -22,7 +22,10 @@ * * \brief odbc+odbc plugin for portable configuration engine * - * http://www.unixodbc.org + * \author Mark Spencer + * \author Anthony Minessale II + * + * \arg http://www.unixodbc.org */ #include diff --git a/res/res_crypto.c b/res/res_crypto.c index 3ada0d2249..048006f69e 100644 --- a/res/res_crypto.c +++ b/res/res_crypto.c @@ -19,7 +19,8 @@ /*! \file * * \brief Provide Cryptographic Signature capability - * + * + * \author Mark Spencer */ #include diff --git a/res/res_features.c b/res/res_features.c index 7b58f9f6b2..f0d8ab9f7e 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -18,8 +18,9 @@ /*! \file * - * \brief Routines implementing call parking - * + * \brief Routines implementing call features + * + * \author Mark Spencer */ #include diff --git a/res/res_monitor.c b/res/res_monitor.c index 660757b586..a82c36d15b 100644 --- a/res/res_monitor.c +++ b/res/res_monitor.c @@ -20,6 +20,7 @@ * * \brief PBX channel monitoring * + * \author Mark Spencer */ #include diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 2a27dcec8a..ffbd41713a 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -22,6 +22,7 @@ * * \arg See also \ref Config_moh * + * \author Mark Spencer */ #include diff --git a/res/res_odbc.c b/res/res_odbc.c index e5a05f58c0..3f255f0d3b 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -24,8 +24,10 @@ * * \brief ODBC resource manager * - * \arg See also: \ref cdr_odbc + * \author Mark Spencer + * \author Anthony Minessale II * + * \arg See also: \ref cdr_odbc */ #include diff --git a/res/res_osp.c b/res/res_osp.c index 41ca8c0cf0..ce2988c322 100644 --- a/res/res_osp.c +++ b/res/res_osp.c @@ -19,7 +19,9 @@ /*! \file * * \brief Provide Open Settlement Protocol capability - * + * + * \author Mark Spencer + * * \arg See also: \ref chan_sip.c */ diff --git a/rtp.c b/rtp.c index 2223f8ffde..afdd6d1297 100644 --- a/rtp.c +++ b/rtp.c @@ -18,9 +18,12 @@ /*! * \file + * * \brief Supports RTP and RTCP with Symmetric RTP support for NAT traversal. + * + * \author Mark Spencer * - * RTP is deffined in RFC 3550. + * \note RTP is deffined in RFC 3550. */ #include diff --git a/say.c b/say.c index 863ff36a21..eb294e0fd0 100644 --- a/say.c +++ b/say.c @@ -20,9 +20,11 @@ /*! \file * * \brief Say numbers and dates (maybe words one day too) + * + * \author Mark Spencer * - * \note 12-16-2004 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr) - * George Konstantoulakis + * \note 12-16-2004 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr) George Konstantoulakis + * */ #include diff --git a/sched.c b/sched.c index 27dc68beef..8b39aa9acd 100644 --- a/sched.c +++ b/sched.c @@ -20,6 +20,7 @@ * * \brief Scheduler Routines (from cheops-NG) * + * \author Mark Spencer */ #ifdef DEBUG_SCHEDULER diff --git a/slinfactory.c b/slinfactory.c index 7985ecdc60..0b9fa94633 100644 --- a/slinfactory.c +++ b/slinfactory.c @@ -20,7 +20,8 @@ * * \brief A machine to gather up arbitrary frames and convert them * to raw slinear on demand. - * + * + * \author Anthony Minessale */ #include diff --git a/srv.c b/srv.c index 9e04d84e45..f647e3c952 100644 --- a/srv.c +++ b/srv.c @@ -21,9 +21,12 @@ /*! \file * * \brief DNS SRV Record Lookup Support for Asterisk + * + * \author Mark Spencer * * \arg See also \ref AstENUM * + * \note Funding provided by nic.at */ #include diff --git a/tdd.c b/tdd.c index df6c9f0a37..4fd8dd1401 100644 --- a/tdd.c +++ b/tdd.c @@ -21,7 +21,10 @@ /*! \file * * \brief TTY/TDD Generation support - * + * + * \author Mark Spencer + * + * \note Includes code and algorithms from the Zapata library. */ #include diff --git a/term.c b/term.c index cce5155735..c10b423062 100644 --- a/term.c +++ b/term.c @@ -19,7 +19,8 @@ /*! \file * * \brief Terminal Routines - * + * + * \author Mark Spencer */ #include diff --git a/translate.c b/translate.c index 4126851b96..3f2e549e7b 100644 --- a/translate.c +++ b/translate.c @@ -19,7 +19,8 @@ /*! \file * * \brief Translate via the use of pseudo channels - * + * + * \author Mark Spencer */ #include diff --git a/ulaw.c b/ulaw.c index 618118d6cb..a2e4d831e7 100644 --- a/ulaw.c +++ b/ulaw.c @@ -19,7 +19,8 @@ /*! \file * * \brief u-Law to Signed linear conversion - * + * + * \author Mark Spencer */ #include "asterisk.h"