Author: VoIP Info
Asterisk Documentation 1.4 00README.1st
-=NOTE: These pages are automatically updated once perday from the Asterisk subversion repository when the repository changes revisions. Anychanges made to this page will be automatically overwritten with thelatest version from http://svn.digium.com/view/asterisk/branches/. Files in the /doc directory: —————————-…
Read More »Asterisk Documentation 1.2 voicemail_odbc_postgresql.txt
GETTING ODBC STORAGE WITH POSTGRESQL WORKING WITH VOICEMAIL 1) Install PostgreSQL, PostgreSQL-devel, unixODBC, and unixODBC-devel, and PostgreSQL-ODBC. Make sure PostgreSQL is listening on a TCP socket, and that you are using md5 authentication for the database user. The…
Read More »Asterisk Documentation 1.2 README.variables
—————————- Asterisk dial plan variables —————————- There are two levels of parameter evaluation done in the Asterisk dial plan in extensions.conf. * The first, and most frequently used, is the substitution of variable references with their values. *…
Read More »Asterisk Documentation 1.2 README.tds
PLEASE NOTE The cdr_tds module is NOT compatible with version 0.63 of FreeTDS. The cdr_tds module is known to work with FreeTDS version 0.62.1; it should also work with 0.62.2, 0.62.3 and 0.62.4, which are bug fix releases….
Read More »Asterisk Documentation 1.2 README.sms
* The SMS application ——————— SMS() is an application to handles calls to/from text message capable phones and message centres using ETSI ES 201 912 protocol 1 FSK messaging over analog calls. Basically it allows sending and receiving…
Read More »Asterisk Documentation 1.2 README.realtime
The Asterisk Realtime Architecture ———————————- The Asterisk Realtime Architecture is a new set of drivers and functions implemented in Asterisk 1.2. The benefits of this architecture are many, both from a code management standpoint and from an installation…
Read More »Asterisk Documentation 1.2 README.odbcstorage
ODBC Voicemail Storage ====================== ODBC Storage allows you to store voicemail messages within a database instead of using a file. This is *not* a full realtime engine and *only* supports ODBC. The table description for the "voicemessages" table…
Read More »Asterisk Documentation 1.2 README.mysql
MYSQL LICENSING UPDATE ====================== We were recently contacted by MySQL and informed that the MySQL client libraries are now under GPL license and not LGPL license as before. Since Asterisk does allow exceptions to GPL, we are removing…
Read More »Asterisk Documentation 1.2 README.mp3
* Asterisk MP3 Support ====================== * MP3 Music On Hold Asterisk supports mp3 playback for music on hold via the mpg123 program, available from www.mpg123.de. The latest release of mpg123 is mpg123 0.59r. The latest development release of…
Read More »Asterisk Documentation 1.2 README.misdn
mISDN Channel Driver for Asterisk PBX ====================================== This package contains the mISDN Channel Driver for the Asterisk PBX. It supports every mISDN Hardware and provides an interface for asterisk. Features: ——— * NT and TE mode * PP…
Read More »Asterisk Documentation 1.2 README.math
Mathematical dialplan function Yeah, I thought it was a little insane too.. adds: Sum, Multiply, Divide, Subtract, Modulus, GT, LT, GTE, LTE, EQ functions to Asterisk All functions follow the same basic pattern for parameters: parameter 1 =…
Read More »Asterisk Documentation 1.2 README.jitterbuffer
The new Jitterbuffer in Asterisk ——————————– Steve Kann The new jitterbuffer, PLC, and the IAX2-integration of the new jitterbuffer have been integrated into Asterisk. The jitterbuffer is generic and work is going on to implement it in SIP/RTP…
Read More »Asterisk Documentation 1.2 README.iax
Inter-Asterisk eXchange Protocol ================================ INTRODUCTION ———— This document is intended as an introduction to the Inter-Asterisk eXchange (or simply IAX) protocol. It provides both a theoretical background and practical information on its use. WHY IAX ——- The first…
Read More »Asterisk Documentation 1.2 README.h323
The Asterisk PBX supports H.323 via two totally separate channel drivers. You can find more information Asterisk’s native H.323 support in /path/to/asterisk/channels/h323/README or you can download a third party driver at http://www.inaccessnetworks.com/projects/asterisk-oh323 Asterisk’s native H.323 is supported and…
Read More »Asterisk Documentation 1.2 README.externalivr
Asterisk External IVR Interface ——————————- If you load app_externalivr.so in your Asterisk instance, you will have an ExternalIVR() application available in your dialplan. This application implements a simple protocol for bidirectional communication with an external process, while simultaneous…
Read More »