Author: VoIP Info
Asterisk Documentation 1.2 README.extconfig
Asterisk external configuration =============================== The Asterisk external configuration engine is the result of work by Anthony Minessale II, Mark Spencer and Constantine Filin. It is designed to provide a flexible, seamless integration between Asterisk’s internal configuration structure and…
Read More »Asterisk Documentation 1.2 README.enum
README.enum 2005-09-06 [email protected] The ENUMLOOKUP function is more complex than it first may appear, and this guide is to give a general overview and set of examples that may be well-suited for the advanced user to evaluate in…
Read More »Asterisk Documentation 1.2 README.dundi
Distributed Universal Number Directory (DUNDi) ™ =================================================== http://www.dundi.com Mark Spencer, Digium, Inc. DUNDi is essentially a trusted, peer-to-peer system for being able to call any phone number from the Internet. DUNDi works by creating a network of nodes…
Read More »Asterisk Documentation 1.2 README.configuration
Asterisk Configuration Parser (version 1.1 and later) —————————————————– The Asterisk configuration parser in the 1.1 development version (1.2 stable) and beyond series has been improved in a number of ways. In addition to the realtime architecture, we now…
Read More »Asterisk Documentation 1.2 README.cliprompt
* Changing the CLI Prompt ————————- The CLI prompt is set with the ASTERISK_PROMPT UNIX environment variable that you set from the Unix shell before starting Asterisk You may include the following variables, that will be replaced by…
Read More »Asterisk Documentation 1.2 README.cdr
Asterisk billing support – Call Detail Records ———————————————- Asterisk generates Call Detail Records in a database or in a comma separated text file. * cdr_csv supports comma separated text file storage, this is the default driver * cdr_manager…
Read More »Asterisk Documentation 1.2 README.backtrace
This document is to provide information on how to obtain the backtraces required on the asterisk bug tracker, available at http://bugs.digium.com. The information is required by developers to help fix problem with bugs of any kind. Backtraces provide…
Read More »Asterisk Documentation 1.2 README.asterisk.conf
Asterisk Main Configuration File —————————————————– Below is a sample of the main Asterisk configuration file, asterisk.conf. Note that this file is _not_ provided in sample form, because the Makefile creates it when needed and does not touch it…
Read More »Asterisk Documentation 1.2 README.ael
The Asterisk Extension Language =================================== Over time, people have been pushing to add features to extensions.conf to make it more like a programming language. AEL is intended to provide an actual programming language that can be used to…
Read More »Asterisk Documentation 1.2 queuelog.txt
Queue Log Information ===================== In order to properly manage ACD queues, it is important to be able to keep track of details of call setups and teardowns in much greater detail than traditional call detail records provide. In…
Read More »Asterisk Documentation 1.2 modules.txt
All modules must have at least the following functions: int load_module(): Do what you need to do when you get started. This function returns 0 on success and non-zero on failure (it is not considered loaded if it…
Read More »Asterisk Documentation 1.2 model.txt
Description of call model: Incoming Call: Channel backend waits for a RING or equivalent on some sort of interface. Typically this is done in its own thread. When a RING is detected, the backend should create a channel…
Read More »Asterisk Documentation 1.2 manager.txt
The Asterisk Manager TCP/IP API – AMI ===================================== The manager is a client/server model over TCP. With the manager interface, you’ll be able to control the PBX, originate calls, check mailbox status, monitor channels and queues as well…
Read More »Asterisk Documentation 1.2 localchannel.txt
The Local channel —————– chan_local is a pseudo-channel. Use of this channel simply loops calls back into the dialplan in a different context. Useful for recursive routing. * Syntax: Local/extension@context[/n] Adding "/n" at the end of the string…
Read More »Asterisk Documentation 1.2 linkedlists.README
As of 2004-12-23, this documentation is no longer maintained. The doxygen documentation generated from linkedlists.h should be referred to in its place, as it is more complete and better maintained. 2nd version, implemented as macros. include <asterisk/linkedlists.h> AST_LIST_ENTRY…
Read More »