2 === DEVELOPMENT SUPPORT ===
3 We'd like to thank the following companies for helping fund development of
6 Pilosoft, Inc. - for supporting ADSI development in Asterisk
8 Asterlink, Inc. - for supporting broad Asterisk development
10 GFS - for supporting ALSA development
12 Telesthetic - for supporting SIP development
14 Christos Ricudis - for substantial code contributions
16 nic.at - ENUM support in Asterisk
18 Paul Bagyenda, Digital Solutions - for initial Voicetronix driver development
20 === WISHLIST CONTRIBUTERS ===
21 Jeremy McNamara - SpeeX support
22 Nick Seraphin - RDNIS support
23 Gary - Phonejack ADSI (in progress)
26 === HARDWARE DONORS ===
27 * Thanks to QuickNet Technologies for their donation of an Internet
28 PhoneJack and Linejack card to the project. (http://www.quicknet.net)
30 === MISCELLANEOUS PATCHES ===
31 Jim Dixon - Zapata Telephony and app_rpt
32 http://www.zapatatelephony.org/app_rpt.html
33 Russell Bryant - Asterisk 1.0 maintainer and misc. enhancements
35 Anthony Minessale II - Countless big and small fixes, and relentless forward push
36 anthmct@yahoo.com http://www.asterlink.com
37 James Golovich - Innumerable contributions
38 You can find him and asterisk-perl at http://asterisk.gnuinter.net
39 Andre Bierwirth - Extension hints and status
40 Oliver Daudey - ISDN4Linux fixes
41 Pauline Middelink - ISDN4Linux patches and some general patches.
42 She can be found at http://www.polyware.nl/~middelink/En/
43 Jean-Denis Girard - Various contributions from the South Pacific Islands
44 jd-girard@esoft.pf http://www.esoft.pf
45 William Jordan / Vonage - MySQL enhancements to Voicemail
47 Jac Kersing - Various fixes
48 Steven Critchfield - Seek and Trunc functions for playback and recording
50 Jefferson Noxon - app_lookupcidname, app_db, and various other contributions
51 Klaus-Peter Junghanns - in-band DTMF on SIP and MGCP
52 Ross Finlayson - Dynamic RTP payload support
53 Mahmut Fettahlioglu - Audio recording, music-on-hold changes, alaw file
54 format, and various fixes. Can be contacted at mahmut@oa.com.au
55 James Dennis - Cisco SIP compatibility patches to work with SIP service
56 providers. Can be contacted at asterisk@jdennis.net
57 Tilghman Lesher - ast_localtime(); ast_say_date_with_format();
58 GotoIfTime, Random, SayUnixTime, HasNewVoicemail applications;
59 CUT, SORT, EVAL, CURL, FIELDQTY, STRFTIME, QUEUEAGENT* functions;
60 and other innumerable bug fixes. http://asterisk.drunkcoder.com/
61 Jayson Vantuyl - Manager protocol changes, various other bugs.
62 jvantuyl@computingedge.net
63 Thorsten Lockert - OpenBSD, FreeBSD ports, making MacOS X port run on 10.3,
64 dialplan include verification, route lookup on OpenBSD, SNMP agent
65 support (res_snmp), various other bugs. tholo@sigmasoft.com
66 Brian West - ODBC support and Bug Marshaling
67 Josh Roberson - chan_zap reload support, Advanced Voicemail Features, other misc. patches,
68 and Bug Marshalling. - josh@asteriasgi.com, http://www.asteriasgi.com
69 William Waites - syslog support, SIP NAT traversal for SIP-UA. ww@styx.org
70 Rich Murphey - Porting to FreeBSD, NetBSD, OpenBSD, and Darwin.
71 rich@whiteoaklabs.com http://whiteoaklabs.com
72 Simon Lockhart - Porting to Solaris (based on work of Logan ???)
74 Olle E. Johansson - SIP RFC compliance, documentation and testing, testing, testing
75 oej@edvina.net, http://edvina.net
76 Steve Kann - new jitter buffer for IAX2
78 Constantine Filin - major contributions to the Asterisk Realtime Architecture
79 Steve Murphy - privacy support, $[ ] parser upgrade, AEL2 parser upgrade
80 Claude Patry - bug fixes, feature enhancements, and bug marshalling
82 Miroslav Nachev, miro@space-comm.com COSMOS Software Enterprises, Ltd.
83 - for Variable for No Answer Timeout for Attended Transfer
85 === OTHER CONTRIBUTIONS ===
86 John Todd - Monkey sounds and associated teletorture prompt
87 Michael Jerris - bug marshaling
88 Leif Madsen, Jared Smith and Jim van Meggelen - the Asterisk book
89 available under a Creative Commons License at http://www.asteriskdocs.org
90 Brian M. Clapper - poll.c emulation
91 This product includes software developed by Brian M. Clapper <bmc@clapper.org>
94 Music provided by www.freeplaymusic.com
96 === OTHER SOURCE CODE IN ASTERISK ===
97 Asterisk uses libedit, the lightweight readline replacement from NetBSD.
98 The cdr_radius module uses libradiusclient-ng, which is also from NetBSD.
99 They are BSD-licensed and require the following statement:
101 This product includes software developed by the NetBSD
102 Foundation, Inc. and its contributors.
104 Digium did not implement the codecs in Asterisk. Here is the copyright on the
107 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
108 Technische Universitaet Berlin
110 Any use of this software is permitted provided that this notice is not
111 removed and that neither the authors nor the Technische Universitaet Berlin
112 are deemed to have made any representations as to the suitability of this
113 software for any purpose nor are held responsible for any defects of
114 this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
116 As a matter of courtesy, the authors request to be informed about uses
117 this software has found, about bugs in this software, and about any
118 improvements that may be of general interest.
124 And the copyright on the ADPCM source:
126 Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
131 Permission to use, copy, modify, and distribute this software and its
132 documentation for any purpose and without fee is hereby granted,
133 provided that the above copyright notice appear in all copies and that
134 both that copyright notice and this permission notice appear in
135 supporting documentation, and that the names of Stichting Mathematisch
136 Centrum or CWI not be used in advertising or publicity pertaining to
137 distribution of the software without specific, written prior permission.
139 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
140 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
141 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
142 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
143 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
144 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
145 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.