dect
/
asterisk
Archived
13
0
Fork 0
Asterisk with DECT support
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
kpfleming e915d19e2f bridging code cleanups:
code style, formatting
	use enum/symbolic constants for return codes
	efficiency improvements
	(zaptel) only disable DTMF detection once per bridge, not every frame
	(zaptel) ensure VPM DTMF detector is turned off during native bridge


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6312 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09 01:59:59 +00:00
agi move tools used during build into build_tools subdirectory 2005-06-20 17:26:08 +00:00
apps Show callerid in meetme show list (bug #4851 with mods) 2005-08-08 02:32:37 +00:00
build_tools get rid of warning 2005-07-18 14:31:21 +00:00
cdr add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
channels bridging code cleanups: 2005-08-09 01:59:59 +00:00
codecs support DTX and CNG in speex (bug #4608) 2005-07-12 22:20:16 +00:00
configs Merge steve's busy detect stuff (bug #4830) 2005-08-08 00:08:48 +00:00
contrib This script is now useless... 2005-08-02 11:57:06 +00:00
db1-ast Add support for Solaris/x86 (bug #3064) 2005-03-17 23:12:15 +00:00
doc add info on asterisk.ctl (bug #4864) 2005-08-01 14:55:06 +00:00
editline add new file to ignore 2005-07-05 22:10:39 +00:00
formats add OGG/Vorbis file format support (bug #4296) 2005-07-20 00:25:54 +00:00
funcs only check for an existing cdr when about to set an arbitrary cdr variable (bug #4848) 2005-08-03 21:34:48 +00:00
images Version 0.1.12 from FTP 2002-06-05 05:00:08 +00:00
include bridging code cleanups: 2005-08-09 01:59:59 +00:00
keys Add information for IAX on Free World Dialup 2004-06-02 23:19:36 +00:00
patches keep 3710 patch in working condition 2005-05-01 02:35:32 +00:00
pbx Fix AEL max character bug (bug #4837) 2005-08-03 02:26:19 +00:00
redhat Update spec file 2005-03-16 16:51:45 +00:00
res more pointer signedness fixes for gcc4 warnings 2005-08-08 01:16:44 +00:00
sounds Add periodic announcement (bug #4677 with mods) 2005-07-31 22:07:58 +00:00
stdtime move tools used during build into build_tools subdirectory 2005-06-20 17:26:08 +00:00
utils add man pages (bug #4515) 2005-06-24 03:02:55 +00:00
.cleancount major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116) 2005-06-06 03:04:58 +00:00
.cvsignore move tools used during build into build_tools subdirectory 2005-06-20 17:26:08 +00:00
BUGS Update Changelog/BUGS 2004-07-17 02:52:52 +00:00
CHANGES Update ChangeLog 2004-11-01 02:43:53 +00:00
CREDITS oej deserves to be in CREDITS as much as anyone else :-) 2005-05-05 12:52:18 +00:00
HARDWARE Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" option to meetme and add ${MEETME_EXIT_CONTEXT}, 3) Allow SIP call parking with supervised transfer, 4) Only create parking entries when calls actually get parked, 5) Add "sunshine" song, 6) Update hardware documentation, 7) Don't load empty strings from history file 2004-08-03 06:31:20 +00:00
LICENSE Version 0.1.1 from FTP 1999-12-08 00:16:51 +00:00
Makefile Default paths properly when building for solaris (bug #4902) 2005-08-07 14:59:41 +00:00
README Update README to discuss file descriptors (bug #4134) 2005-05-02 20:24:57 +00:00
README.fpm Add little note about hold music 2004-08-16 17:43:48 +00:00
SECURITY Update security document, work on threading with pbx.c and small SIP fixes 2004-04-02 07:24:33 +00:00
UPGRADE.txt Be consistent with User/Username (bug #4916) 2005-08-08 00:15:37 +00:00
acl.c formatting cleanup (bug #4750) 2005-07-19 23:35:45 +00:00
aescrypt.c Add AES support 2003-12-25 14:01:55 +00:00
aeskey.c Add AES support 2003-12-25 14:01:55 +00:00
aesopt.h use double-quotes instead of angle-brackets for non-system include files (bug #4058) 2005-04-21 06:02:45 +00:00
aestab.c Add AES support 2003-12-25 14:01:55 +00:00
alaw.c more file version tags 2005-06-06 22:12:19 +00:00
app.c Properly handle | within ()'s when doing app arg parsing... (bug #4911) 2005-08-06 16:52:56 +00:00
ast_expr.y phase 1 of header include cleanup (bug #4067) 2005-04-22 13:11:34 +00:00
ast_expr2.fl add conditional operator to expression parser, and various cleanups (bug #4459) 2005-06-24 02:51:47 +00:00
ast_expr2.y add conditional operator to expression parser, and various cleanups (bug #4459) 2005-06-24 02:51:47 +00:00
asterisk.8.gz Add optional call limit 2005-05-18 01:49:13 +00:00
asterisk.c add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf 2005-07-26 16:29:56 +00:00
asterisk.sgml Add optional call limit 2005-05-18 01:49:13 +00:00
astmm.c Fix some astmm formatting and path issues (bug #4753) 2005-08-03 04:50:09 +00:00
autoservice.c more file version tags 2005-06-06 22:12:19 +00:00
callerid.c fix a bunch of gcc4 warnings realted to pointer signedness 2005-08-05 16:29:30 +00:00
cdr.c use CDR API calls instead of re-implementing them (bug #4726) 2005-07-25 22:56:18 +00:00
channel.c bridging code cleanups: 2005-08-09 01:59:59 +00:00
chanvars.c more file version tags 2005-06-06 22:12:19 +00:00
cli.c Better alignment/truncation of show channels output (bug #4741 with extensive mods) 2005-08-08 01:45:29 +00:00
coef_in.h Merge UK + DTMF Caller*ID stuff and fix app_test description 2004-09-19 16:17:18 +00:00
coef_out.h Version 0.1.7 from FTP 2001-03-20 20:11:20 +00:00
config.c more ast_copy_string conversions 2005-07-10 22:56:21 +00:00
config_old.c more file version tags 2005-06-06 22:12:19 +00:00
db.c add ActionID output and lock CLI fd for Manager action DBGet (bug #4727) 2005-07-20 00:38:20 +00:00
devicestate.c add English device state output (bug #4733, with minor mod) 2005-07-20 00:34:01 +00:00
dlfcn.c phase 1 of header include cleanup (bug #4067) 2005-04-22 13:11:34 +00:00
dns.c more fixes for gcc4 warnings 2005-08-07 06:34:26 +00:00
dnsmgr.c let's try allocating the proper amount of memory... 2005-06-23 19:11:49 +00:00
dsp.c Merge steve's busy detect stuff (bug #4830) 2005-08-08 00:08:48 +00:00
ecdisa.h Version 0.1.10 from FTP 2001-11-10 20:31:39 +00:00
enum.c more fixes for gcc4 warnings 2005-08-07 06:34:26 +00:00
file.c ensure that format string macros are undef'd after use (bug #4716) 2005-07-15 16:13:26 +00:00
frame.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
fskmodem.c more file version tags 2005-06-06 22:12:19 +00:00
image.c more file version tags 2005-06-06 22:12:19 +00:00
indications.c Merge midi changes (bug #4441) 2005-06-17 14:25:44 +00:00
io.c formatting fixes (bug #4739) 2005-07-19 13:44:42 +00:00
jitterbuf.c handle resync delay properly (bug #4560) 2005-06-21 01:30:10 +00:00
jitterbuf.h control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295) 2005-06-21 01:20:14 +00:00
loader.c fix a bunch of gcc4 warnings realted to pointer signedness 2005-08-05 16:29:30 +00:00
logger.c more ast_copy_string conversions 2005-07-10 22:56:21 +00:00
manager.c Fix poll error condition causing memory corruption (bug #4915) 2005-08-07 22:59:04 +00:00
md5.c more file version tags 2005-06-06 22:12:19 +00:00
mkpkgconfig Add support for Solaris/x86 (bug #3064) 2005-03-17 23:12:15 +00:00
muted.c fix smoothfade for osx. 2005-07-18 15:51:09 +00:00
muted.conf.sample clean up config file sample 2004-05-17 06:39:17 +00:00
netsock.c split acl and netsock code into separate files, in preparation for new netsock implementation 2005-07-19 23:17:02 +00:00
pbx.c formatting fixes (bug #4736) 2005-07-19 15:54:17 +00:00
plc.c formatting fixups (bug #4769) 2005-07-25 15:23:47 +00:00
poll.c use double-quotes instead of angle-brackets for non-system include files (bug #4058) 2005-04-21 06:02:45 +00:00
privacy.c more ast_copy_string conversions 2005-07-10 22:56:21 +00:00
rtp.c bridging code cleanups: 2005-08-09 01:59:59 +00:00
sample.call Allow manager originate to specifiy more than one variable to be set. 2005-07-15 23:24:51 +00:00
say.c Fix issue with say digit str (bug #4883) 2005-08-03 04:23:58 +00:00
sched.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
slinfactory.c add slinfactory object, and change app_chanspy to use it (bug #4724) 2005-07-20 00:53:21 +00:00
sounds.txt Add periodic announcement (bug #4677 with mods) 2005-07-31 22:07:58 +00:00
srv.c more fixes for gcc4 warnings ... 2005-08-07 06:47:20 +00:00
strcompat.c move strtoq into new string files (bug #4740) 2005-07-20 00:13:15 +00:00
tdd.c more file version tags 2005-06-06 22:12:19 +00:00
term.c fix compiler warning about ast_copy_string 2005-07-11 00:00:11 +00:00
translate.c ensure translators don't generate old timestamps when silent periods end (bug #4707 with formatting fixes) 2005-07-25 19:41:39 +00:00
ulaw.c more file version tags 2005-06-06 22:12:19 +00:00
utils.c more fixes for gcc4 warnings ... 2005-08-07 06:47:20 +00:00

README

The Asterisk Open Source PBX
by Mark Spencer <markster@digium.com>
Copyright (C) 2001-2005 Digium, Inc.
================================================================
* SECURITY
  It is imperative that you read and fully understand the contents of
  the SECURITY file before you attempt to configure an Asterisk server.

* WHAT IS ASTERISK
  Asterisk is an Open Source PBX and telephony toolkit.  It is, in a
sense, middleware between Internet and telephony channels on the bottom,
and Internet and telephony applications at the top.  For more information
on the project itself, please visit the Asterisk home page at:

           http://www.asterisk.org

In addition you'll find lots of information compiled by the Asterisk
community on this Wiki:

           http://www.voip-info.org/wiki-Asterisk

* LICENSING
  Asterisk is distributed under GNU General Public License and is also
available under alternative licenses negotiated directly with Digium, Inc.
If you obtained Asterisk under the GPL, then the GPL applies to all
loadable modules used on your system as well, except as defined below.

  Digium, Inc. (formerly Linux Support Services) retains copyright and/or a
sufficient license to all components of the core Asterisk system, and therefore
can grant, at its sole discretion, the ability for companies, individuals, or
organizations to create proprietary or Open Source (but non-GPL'd) modules
which may be dynamically linked at runtime with the portions of Asterisk which
fall under our copyright/license umbrella, or are distributed under more
flexible licenses than GPL.  

  If you wish to use our code in other GPL programs, don't worry -- there
is no requirement that you provide the same exception in your GPL'd
products (although if you've written a module for Asterisk we would
strongly encourage you to make the same exception that we do).

  Specific permission is also granted to OpenSSL and OpenH323 to link with
Asterisk.

  If you have any questions, whatsoever, regarding our licensing policy,
please contact us.

  Modules that are GPL-licensed and not available under Digium's 
licensing scheme are added to the Asterisk-addons CVS module.
  
* OPERATING SYSTEMS

== Linux ==
  The Asterisk Open Source PBX is developed and tested primarily on the
GNU/Linux operating system, and is supported on every major GNU/Linux
distribution.

== Others ==
  Asterisk has also been 'ported' and reportedly runs properly on other
operating systems as well, including Sun Solaris, Apple's Mac OS X, and
the BSD variants.

* GETTING STARTED

  First, be sure you've got supported hardware (but note that you don't need
ANY special hardware, not even a soundcard) to install and run Asterisk.

  Supported telephony hardware includes:

	* All Wildcard (tm) products from Digium (www.digium.com)
	* QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
	* any full duplex sound card supported by ALSA or OSS
	* ISDN4Linux compatible ISDN card
        * VoiceTronix OpenLine products

Hint: CAPI compatible ISDN cards can be run using the add-on channel chan_capi.

  Second, ensure that your system contains a compatible compiler and development
libraries.  Asterisk requires either the GNU Compiler Collection (GCC) version
3.0 or higher, or a compiler that supports the C99 specification and some of
the gcc language extensions.  In addition, your system needs to have the C
library headers available, and the headers and libraries for OpenSSL and zlib.
On many distributions, these files are installed by packages with names like
'libc-devel', 'openssl-devel' and 'zlib-devel' or similar.

  So let's proceed:

1) Run "make"

  Assuming the build completes successfully:

2) Run "make install"

  Each time you update or checkout from CVS, you are strongly encouraged 
to ensure all previous object files are removed to avoid internal 
inconsistency in Asterisk. Normally, this is automatically done with 
the presence of the file .cleancount, which increments each time a 'make clean'
is required, and the file .lastclean, which contains the last .cleancount used. 

  If this is your first time working with Asterisk, you may wish to install
the sample PBX, with demonstration extensions, etc.  If so, run:

3) "make samples"

  Doing so will overwrite any existing config files you have. If you are lacking a
soundcard you won't be able to use the DIAL command on the console, though.

  Finally, you can launch Asterisk with:

# asterisk -vvvc

  You'll see a bunch of verbose messages fly by your screen as Asterisk
initializes (that's the "very very verbose" mode).  When it's ready, if
you specified the "c" then you'll get a command line console, that looks
like this:

*CLI>

  You can type "help" at any time to get help with the system.  For help
with a specific command, type "help <command>".  To start the PBX using
your sound card, you can type "dial" to dial the PBX.  Then you can use
"answer", "hangup", and "dial" to simulate the actions of a telephone.
Remember that if you don't have a full duplex sound card (and Asterisk
will tell you somewhere in its verbose messages if you do/don't) then it
won't work right (not yet).

  Feel free to look over the configuration files in /etc/asterisk, where
you'll find a lot of information about what you can do with Asterisk.

* ABOUT CONFIGURATION FILES

  All Asterisk configuration files share a common format.  Comments are
delimited by ';' (since '#' of course, being a DTMF digit, may occur in
many places).  A configuration file is divided into sections whose names
appear in []'s.  Each section typically contains two types of statements,
those of the form 'variable = value', and those of the form 'object =>
parameters'.  Internally the use of '=' and '=>' is exactly the same, so 
they're used only to help make the configuration file easier to
understand, and do not affect how it is actually parsed.

  Entries of the form 'variable=value' set the value of some parameter in
asterisk.  For example, in zapata.conf, one might specify:

	switchtype=national

in order to indicate to Asterisk that the switch they are connecting to is
of the type "national".  In general, the parameter will apply to
instantiations which occur below its specification.  For example, if the
configuration file read:

	switchtype = national
	channel => 1-4
	channel => 10-12
	switchtype = dms100
	channel => 25-47

the "national" switchtype would be applied to channels one through
four and channels 10 through 12, whereas the "dms100" switchtype would
apply to channels 25 through 47.
  
  The "object => parameters" instantiates an object with the given
parameters.  For example, the line "channel => 25-47" creates objects for
the channels 25 through 47 of the card, obtaining the settings
from the variables specified above.

* SPECIAL NOTE ON TIME
  
  Those using SIP phones should be aware that Asterisk is sensitive to
large jumps in time.  Manually changing the system time using date(1)
(or other similar commands) may cause SIP registrations and other
internal processes to fail.  If your system cannot keep accurate time
by itself use NTP (http://www.ntp.org/) to keep the system clock
synchronized to "real time".  NTP is designed to keep the system clock
synchronized by speeding up or slowing down the system clock until it
is synchronized to "real time" rather than by jumping the time and
causing discontinuities. Most Linux distributions include precompiled
versions of NTP.  Beware of some time synchronization methods that get
the correct real time periodically and then manually set the system
clock.

  Apparent time changes due to daylight savings time are just that,
apparent.  The use of daylight savings time in a Linux system is
purely a user interface issue and does not affect the operation of the
Linux kernel or Asterisk.  The system clock on Linux kernels operates
on UTC.  UTC does not use daylight savings time.

  Also note that this issue is separate from the clocking of TDM
channels, and is known to at least affect SIP registrations.

* FILE DESCRIPTORS

  Depending on the size of your system and your configuration,
Asterisk can consume a large number of file descriptors.  In UNIX,
file descriptors are used for more than just files on disk.  File
descriptors are also used for handling network communication
(e.g. SIP, IAX2, or H.323 calls) and hardware access (e.g. analog and
digital trunk hardware).  Asterisk accesses many on-disk files for
everything from configuration information to voicemail storage.

  Most systems limit the number of file descriptors that Asterisk can
have open at one time.  This can limit the number of simultaneous
calls that your system can handle.  For example, if the limit is set
at 1024 (a common default value) Asterisk can handle approxiately 150
SIP calls simultaneously.  To change the number of file descriptors
follow the instructions for your system below:

== PAM-based Linux System ==

  If your system uses PAM (Pluggable Authentication Modules) edit
/etc/security/limits.conf.  Add these lines to the bottom of the file:

root            soft    nofile          4096
root            hard    nofile          8196
asterisk        soft    nofile          4096
asterisk        hard    nofile          8196

(adjust the numbers to taste).  You may need to reboot the system for
these changes to take effect.

== Generic UNIX System ==

  If there are no instructions specifically adapted to your system
above you can try adding the command "ulimit -n 8192" to the script
that starts Asterisk.

* MORE INFORMATION

  See the doc directory for more documentation.

  Finally, you may wish to visit the web site and join the mailing list if
you're interested in getting more information.

   http://www.asterisk.org/index.php?menu=support

  Welcome to the growing worldwide community of Asterisk users!

Mark Spencer