abstract_jb.c [code] | Common implementation-independent jitterbuffer stuff |
abstract_jb.h [code] | Common implementation-independent jitterbuffer stuff |
acl.c [code] | Various sorts of access control |
acl.h [code] | Access Control of various sorts |
adpcm_slin_ex.h [code] | 4-bit ADPCM data, 20 milliseconds worth at 8 kHz |
adsi.h [code] | ADSI Support (built upon Caller*ID) |
ael_structs.h [code] | |
aes.h [code] | This file contains the definitions required to use AES in C. See aesopt.h for optimisation details |
aescrypt.c [code] | 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 |
aeskey.c [code] | 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 |
aesopt.h [code] | |
aestab.c [code] | |
agi.h [code] | AGI Extension interfaces - Asterisk Gateway Interface |
alaw.c [code] | U-Law to Signed linear conversion |
alaw.h [code] | A-Law to Signed linear conversion |
answer.h [code] | Signed 16-bit audio data |
app.c [code] | Convenient Application Routines |
app.h [code] | Application convenience functions, designed to give consistent look and feel to Asterisk apps |
app_adsiprog.c [code] | Program Asterisk ADSI Scripts into phone |
app_alarmreceiver.c [code] | Central Station Alarm receiver for Ademco Contact ID |
app_amd.c [code] | |
app_authenticate.c [code] | Execute arbitrary authenticate commands |
app_cdr.c [code] | Applications connected with CDR engine |
app_chanisavail.c [code] | Check if Channel is Available |
app_channelredirect.c [code] | ChannelRedirect application |
app_chanspy.c [code] | ChanSpy: Listen in on any channel |
app_controlplayback.c [code] | Trivial application to control playback of a sound file |
app_dahdibarge.c [code] | Zap Barge support |
app_dahdiras.c [code] | Execute an ISDN RAS |
app_dahdiscan.c [code] | Zap Scanner |
app_db.c [code] | Database access functions |
app_dial.c [code] | Dial() & retrydial() - Trivial application to dial a channel and send an URL on answer |
app_dictate.c [code] | Virtual Dictation Machine Application For Asterisk |
app_directed_pickup.c [code] | Directed Call Pickup Support |
app_directory.c [code] | Provide a directory of extensions |
app_disa.c [code] | DISA -- Direct Inward System Access Application |
app_dumpchan.c [code] | Application to dump channel variables |
app_echo.c [code] | Echo application -- play back what you hear to evaluate latency |
app_exec.c [code] | Exec application |
app_externalivr.c [code] | External IVR application interface |
app_festival.c [code] | Connect to festival |
app_flash.c [code] | App to flash a DAHDI trunk |
app_followme.c [code] | Find-Me Follow-Me application |
app_forkcdr.c [code] | Fork CDR application |
app_getcpeid.c [code] | Get ADSI CPE ID |
app_hasnewvoicemail.c [code] | HasVoicemail application |
app_ices.c [code] | Stream to an icecast server via ICES (see contrib/asterisk-ices.xml) |
app_image.c [code] | App to transmit an image |
app_ivrdemo.c [code] | IVR Demo application |
app_lookupblacklist.c [code] | App to lookup the callerid number, and see if it is blacklisted |
app_lookupcidname.c [code] | App to set callerid name from database, based on directory number |
app_macro.c [code] | Dial plan macro Implementation |
app_meetme.c [code] | Meet me conference bridge and Shared Line Appearances |
app_milliwatt.c [code] | Digital Milliwatt Test |
app_mixmonitor.c [code] | MixMonitor() - Record a call and mix the audio during the recording |
app_morsecode.c [code] | Morsecode application |
app_mp3.c [code] | Silly application to play an MP3 file -- uses mpg123 |
app_nbscat.c [code] | Silly application to play an NBScat file -- uses nbscat8k |
app_osplookup.c [code] | Open Settlement Protocol (OSP) Applications |
app_page.c [code] | Page() - Paging application |
app_parkandannounce.c [code] | ParkAndAnnounce application for Asterisk |
app_playback.c [code] | Trivial application to playback a sound file |
app_privacy.c [code] | Block all calls without Caller*ID, require phone # to be entered |
app_queue.c [code] | True call queues with optional send URL on answer |
app_random.c [code] | Random application |
app_read.c [code] | Trivial application to read a variable |
app_readfile.c [code] | ReadFile application -- Reads in a File for you |
app_realtime.c [code] | RealTime App |
app_record.c [code] | Trivial application to record a sound file |
app_rpt.c [code] | Radio Repeater / Remote Base program version 0.73 09/04/07 |
app_sayunixtime.c [code] | SayUnixTime application |
app_senddtmf.c [code] | App to send DTMF digits |
app_sendtext.c [code] | App to transmit a text message |
app_setcallerid.c [code] | App to set callerid |
app_setcdruserfield.c [code] | Applictions connected with CDR engine |
app_settransfercapability.c [code] | App to set the ISDN Transfer Capability |
app_skel.c [code] | Skeleton application |
app_sms.c [code] | SMS application - ETSI ES 201 912 protocol 1 implimentation |
app_softhangup.c [code] | SoftHangup application |
app_speech_utils.c [code] | Speech Recognition Utility Applications |
app_stack.c [code] | Stack applications Gosub, Return, etc |
app_system.c [code] | Execute arbitrary system commands |
app_talkdetect.c [code] | Playback a file with audio detect |
app_test.c [code] | Applications to test connection and produce report in text file |
app_transfer.c [code] | Transfer a caller |
app_url.c [code] | App to transmit a URL |
app_userevent.c [code] | UserEvent application -- send manager event |
app_verbose.c [code] | Verbose logging application |
app_voicemail.c [code] | Comedian Mail - Voicemail System |
app_waitforring.c [code] | Wait for Ring Application |
app_waitforsilence.c [code] | Wait for Silence
- Waits for up to 'x' milliseconds of silence, 'y' times
- WaitForSilence(500,2) will wait for 1/2 second of silence, twice
- WaitForSilence(1000,1) will wait for 1 second of silence, once
- WaitForSilence(300,3,10) will wait for 300ms of silence, 3 times, and return after 10sec
|
app_while.c [code] | While Loop Implementation |
app_zapateller.c [code] | Playback the special information tone to get rid of telemarketers |
argdesc.h [code] | |
ast_expr.h [code] | |
ast_expr2.c [code] | |
ast_expr2.h [code] | |
ast_expr2f.c [code] | Dialplan Expression Lexical Scanner |
astdb.h [code] | Persistant data storage (akin to *doze registry) |
asterisk.c [code] | Top level source file for Asterisk - the Open Source PBX. Implementation of PBX core functions and CLI interface |
asterisk.h [code] | Asterisk main include file. File version handling, generic pbx functions |
astfd.c [code] | Debugging routines for file descriptor leaks |
astmm.c [code] | Memory Management |
astmm.h [code] | Asterisk memory usage debugging |
astobj.h [code] | A set of macros implementing objects and containers. Macros are used for maximum performance, to support multiple inheritance, and to be easily integrated into existing structures without additional malloc calls, etc |
astobj2.c [code] | |
astobj2.h [code] | Object Model implementing objects and containers |
astosp.h [code] | Open Settlement Protocol (OSP) |
audiohook.c [code] | Audiohooks Architecture |
audiohook.h [code] | Audiohooks Architecture |
autoconfig.h [code] | |
autoservice.c [code] | Automatic channel service routines |
build.h [code] | |
buildinfo.c [code] | Build timestamp variables |
buildopts.h [code] | |
busy_tone.h [code] | |
callerid.c [code] | CallerID Generation support |
callerid.h [code] | CallerID (and other GR30) management and generation Includes code and algorithms from the Zapata library |
causes.h [code] | Internal Asterisk hangup causes |
cdr.c [code] | Call Detail Record API |
cdr.h [code] | Call Detail Record API |
cdr_csv.c [code] | Comma Separated Value CDR records |
cdr_custom.c [code] | Custom Comma Separated Value CDR records |
cdr_manager.c [code] | Asterisk Call Manager CDR records |
cdr_odbc.c [code] | ODBC CDR Backend |
cdr_pgsql.c [code] | PostgreSQL CDR logger |
cdr_radius.c [code] | RADIUS CDR Support |
cdr_sqlite.c [code] | Store CDR records in a SQLite database |
cdr_tds.c [code] | FreeTDS CDR logger |
chan_agent.c [code] | Implementation of Agents (proxy channel) |
chan_alsa.c [code] | ALSA sound card channel driver |
chan_dahdi.c [code] | DAHDI Pseudo TDM interface |
chan_features.c [code] | Feature Proxy Channel |
chan_gtalk.c [code] | Gtalk Channel Driver, until google/libjingle works with jingle spec |
chan_h323.c [code] | This file is part of the chan_h323 driver for Asterisk |
chan_iax2.c [code] | Implementation of Inter-Asterisk eXchange Version 2 as specified in RFC 5456 |
chan_local.c [code] | Local Proxy Channel |
chan_mgcp.c [code] | Implementation of Media Gateway Control Protocol |
chan_misdn.c [code] | Chan_misdn channel driver for Asterisk |
chan_misdn_config.h [code] | |
chan_nbs.c [code] | Network broadcast sound support channel driver |
chan_oss.c [code] | Channel driver for OSS sound cards |
chan_phone.c [code] | Generic Linux Telephony Interface driver |
chan_sip.c [code] | Implementation of Session Initiation Protocol |
chan_skinny.c [code] | Implementation of the Skinny protocol |
channel.c [code] | Channel Management |
channel.h [code] | General Asterisk PBX channel definitions |
chanvars.c [code] | Channel Variables |
chanvars.h [code] | Channel Variables |
cli.c [code] | Standard Command Line Interface |
cli.h [code] | Standard Command Line Interface |
codec_a_mu.c [code] | Codec_a_mu.c - translate between alaw and ulaw directly |
codec_adpcm.c [code] | Codec_adpcm.c - translate between signed linear and Dialogic ADPCM |
codec_alaw.c [code] | Codec_alaw.c - translate between signed linear and alaw |
codec_dahdi.c [code] | Translate between various formats natively through DAHDI transcoding |
codec_g722.c [code] | Codec_g722.c - translate between signed linear and ITU G.722-64kbps |
codec_g726.c [code] | Codec_g726.c - translate between signed linear and ITU G.726-32kbps (both RFC3551 and AAL2 codeword packing) |
codec_gsm.c [code] | Translate between signed linear and Global System for Mobile Communications (GSM) |
codec_ilbc.c [code] | Translate between signed linear and Internet Low Bitrate Codec |
codec_lpc10.c [code] | Translate between signed linear and LPC10 (Linear Predictor Code) |
codec_speex.c [code] | Translate between signed linear and Speex (Open Codec) |
codec_ulaw.c [code] | Codec_ulaw.c - translate between signed linear and ulaw |
coef_in.h [code] | |
coef_out.h [code] | |
compat.h [code] | General Definitions for Asterisk top level program |
compiler.h [code] | Compiler-specific macros and other items |
config.c [code] | Configuration File Parser |
config.h [code] | Configuration File Parser |
crypto.h [code] | Provide cryptographic signature routines |
cryptostub.c [code] | Stubs for res_crypto routines |
dahdi_compat.h [code] | DAHDI compatibility with zaptel |
db.c [code] | ASTdb Management |
defaults.h [code] | |
devicestate.c [code] | Device state management |
devicestate.h [code] | Device state management |
dial.c [code] | Dialing API |
dial.h [code] | Dialing API |
DialTone.h [code] | |
dns.c [code] | DNS Support for Asterisk |
dns.h [code] | DNS support for Asterisk |
dnsmgr.c [code] | Background DNS update manager |
dnsmgr.h [code] | Background DNS update manager |
doxyref.h [code] | |
dsp.c [code] | Convenience Signal Processing routines |
dsp.h [code] | Convenient Signal Processing routines |
dundi-parser.c [code] | Distributed Universal Number Discovery (DUNDi) |
dundi-parser.h [code] | |
dundi.h [code] | Distributed Universal Number Discovery (DUNDi) See also DUNDi |
eagi-sphinx-test.c [code] | |
eagi-test.c [code] | |
ecdisa.h [code] | |
endian.h [code] | Asterisk architecture endianess compatibility definitions |
enter.h [code] | |
enum.c [code] | ENUM Support for Asterisk |
enum.h [code] | DNS and ENUM functions |
features.h [code] | Call Parking and Pickup API Includes code and algorithms from the Zapata library |
file.c [code] | Generic File Format Support |
file.h [code] | Generic File Format Support |
fixedjitterbuf.c [code] | Jitterbuffering algorithm |
fixedjitterbuf.h [code] | Jitterbuffering algorithm |
format_g723.c [code] | Old-style G.723.1 frame/timestamp format |
format_g726.c [code] | Headerless G.726 (16/24/32/40kbps) data format for Asterisk |
format_g729.c [code] | Save to raw, headerless G729 data |
format_gsm.c [code] | Save to raw, headerless GSM data |
format_h263.c [code] | Save to raw, headerless h263 data |
format_h264.c [code] | Save to raw, headerless h264 data |
format_ilbc.c [code] | Save to raw, headerless iLBC data |
format_jpeg.c [code] | JPEG File format support |
format_ogg_vorbis.c [code] | OGG/Vorbis streams |
format_pcm.c [code] | Flat, binary, ulaw PCM file format |
format_sln.c [code] | RAW SLINEAR Format |
format_vox.c [code] | Flat, binary, ADPCM vox file format |
format_wav.c [code] | Work with WAV in the proprietary Microsoft format. Microsoft WAV format (8000hz Signed Linear) |
format_wav_gsm.c [code] | Save GSM in the proprietary Microsoft format |
frame.c [code] | Frame and codec manipulation routines |
frame.h [code] | Asterisk internal frame definitions |
fskmodem.c [code] | FSK Modulator/Demodulator |
fskmodem.h [code] | FSK Modem Support |
func_audiohookinherit.c [code] | Audiohook inheritance function |
func_base64.c [code] | Use the base64 as functions |
func_callerid.c [code] | Caller ID related dialplan functions |
func_cdr.c [code] | Call Detail Record related dialplan functions |
func_channel.c [code] | Channel info dialplan function |
func_curl.c [code] | Curl - Load a URL |
func_cut.c [code] | CUT function |
func_db.c [code] | Functions for interaction with the Asterisk database |
func_enum.c [code] | ENUM Functions |
func_env.c [code] | Environment related dialplan functions |
func_global.c [code] | Global variable dialplan functions |
func_groupcount.c [code] | Channel group related dialplan functions |
func_language.c [code] | Language related dialplan functions |
func_logic.c [code] | Conditional logic dialplan functions |
func_math.c [code] | Math related dialplan function |
func_md5.c [code] | MD5 digest related dialplan functions |
func_moh.c [code] | Functions for reading or setting the MusicOnHold class |
func_odbc.c [code] | ODBC lookups |
func_rand.c [code] | Generate Random Number |
func_realtime.c [code] | REALTIME dialplan function |
func_sha1.c [code] | SHA1 digest related dialplan functions |
func_strings.c [code] | String manipulation dialplan functions |
func_timeout.c [code] | Channel timeout related dialplan functions |
func_uri.c [code] | URI encoding / decoding |
g722_slin_ex.h [code] | G722_slin_ex.h -- |
g726_slin_ex.h [code] | 4-bit G.726 data, 20 milliseconds worth at 8 kHz |
gentone-ulaw.c [code] | |
gentone.c [code] | |
global_datastores.c [code] | Globally-accessible datastore information and callbacks |
global_datastores.h [code] | Globally accessible channel datastores |
gsm_slin_ex.h [code] | 8-bit raw data |
http.c [code] | Http server for AMI access |
http.h [code] | Support for Private Asterisk HTTP Servers |
iax2-parser.c [code] | Implementation of Inter-Asterisk eXchange Protocol, v 2 |
iax2-parser.h [code] | Implementation of the IAX2 protocol |
iax2-provision.c [code] | IAX Provisioning Protocol |
iax2-provision.h [code] | IAX2 Provisioning protocol |
iax2.h [code] | |
ie.c [code] | |
ilbc_slin_ex.h [code] | Raw 8-bit data |
image.c [code] | Image Management |
image.h [code] | General Asterisk channel definitions for image handling |
indications.c [code] | Tone Management |
indications.h [code] | BSD Telephony Of Mexico "Tormenta" Tone Zone Support 2/22/01 |
inline_api.h [code] | Inlinable API function macro |
io.c [code] | I/O Managment (Derived from Cheops-NG) |
io.h [code] | I/O Management (derived from Cheops-NG) |
isdn_lib.c [code] | Interface to mISDN |
isdn_lib.h [code] | Interface to mISDN |
isdn_lib_intern.h [code] | |
isdn_msg_parser.c [code] | |
jabber.h [code] | |
jingle.h [code] | |
jitterbuf.c [code] | Jitterbuf: an application-independent jitterbuffer |
jitterbuf.h [code] | |
leave.h [code] | |
linkedlists.h [code] | A set of macros to manage forward-linked lists |
loader.c [code] | Module Loader |
localtime.c [code] | |
localtime.h [code] | Custom localtime functions for multiple timezones |
lock.h [code] | General Asterisk channel locking definitions |
log2comp.h [code] | Log2comp.h - various base 2 log computation versions |
logger.c [code] | Asterisk Logger |
logger.h [code] | Support for logging to various files, console and syslog Configuration in file logger.conf |
lpc10_slin_ex.h [code] | 8-bit raw data |
manager.c [code] | The Asterisk Management Interface - AMI |
manager.h [code] | The AMI - Asterisk Manager Interface - is a TCP protocol created to manage Asterisk with third-party software |
md5.c [code] | MD5 checksum routines used for authentication. Not covered by GPL, but in the public domain as per the copyright below |
md5.h [code] | MD5 digest functions |
misdn_config.c [code] | Chan_misdn configuration management |
module.h [code] | Asterisk module definitions |
monitor.h [code] | Channel monitoring |
msgsm.h [code] | |
musiconhold.h [code] | Music on hold handling |
netsock.c [code] | Network socket handling |
netsock.h [code] | Network socket handling |
options.h [code] | Options provided by main asterisk program |
paths.h [code] | Asterisk file paths, configured in asterisk.conf |
pbx.c [code] | Core PBX routines |
pbx.h [code] | Core PBX routines and definitions |
pbx_ael.c [code] | Compile symbolic Asterisk Extension Logic into Asterisk extensions, version 2 |
pbx_config.c [code] | Populate and remember extensions from static config file |
pbx_dundi.c [code] | Distributed Universal Number Discovery (DUNDi) |
pbx_gtkconsole.c [code] | GTK Console monitor -- very kludgy right now |
pbx_loopback.c [code] | Loopback PBX Module |
pbx_realtime.c [code] | Realtime PBX Module |
pbx_spool.c [code] | Full-featured outgoing call spool support |
plc.c [code] | SpanDSP - a series of DSP components for telephony |
plc.h [code] | SpanDSP - a series of DSP components for telephony |
poll-compat.h [code] | |
poll.c [code] | |
portinfo.c [code] | |
privacy.c [code] | Privacy Routines |
privacy.h [code] | Persistant data storage (akin to *doze registry) |
private.h [code] | |
res_adsi.c [code] | ADSI support |
res_agi.c [code] | AGI - the Asterisk Gateway Interface |
res_clioriginate.c [code] | Originate calls via the CLI |
res_config_odbc.c [code] | Odbc+odbc plugin for portable configuration engine |
res_config_pgsql.c [code] | Postgresql plugin for Asterisk RealTime Architecture |
res_convert.c [code] | File format conversion CLI command using Asterisk formats and translators |
res_crypto.c [code] | Provide Cryptographic Signature capability |
res_features.c [code] | Routines implementing call features as call pickup, parking and transfer |
res_indications.c [code] | Load the indications |
res_jabber.c [code] | A resource for interfacing asterisk directly as a client or a component to a jabber compliant server |
res_monitor.c [code] | PBX channel monitoring |
res_musiconhold.c [code] | Routines implementing music on hold |
res_odbc.c [code] | ODBC resource manager |
res_odbc.h [code] | ODBC resource manager |
res_smdi.c [code] | SMDI support for Asterisk |
res_snmp.c [code] | SNMP Agent / SubAgent support for Asterisk |
res_speech.c [code] | Generic Speech Recognition API |
ring10.h [code] | Signed 16-bit audio data |
ring_tone.h [code] | |
rtp.c [code] | Supports RTP and RTCP with Symmetric RTP support for NAT traversal |
rtp.h [code] | Supports RTP and RTCP with Symmetric RTP support for NAT traversal |
say.c [code] | Say numbers and dates (maybe words one day too) |
say.h [code] | Say numbers and dates (maybe words one day too) |
sched.c [code] | Scheduler Routines (from cheops-NG) |
sched.h [code] | Scheduler Routines (derived from cheops) |
select.h [code] | Bitfield expansions for ast_select |
sha1.c [code] | |
sha1.h [code] | |
slin_adpcm_ex.h [code] | Slin_adpcm_ex.h -- |
slin_g722_ex.h [code] | Slin_g722_ex.h -- |
slin_g726_ex.h [code] | Slin_adpcm_ex.h -- |
slin_gsm_ex.h [code] | Signed 16-bit audio data |
slin_ilbc_ex.h [code] | Signed 16-bit audio data |
slin_lpc10_ex.h [code] | Signed 16-bit audio data |
slin_speex_ex.h [code] | Signed 16-bit audio data, 500ms of speech at 8kHz to ensure no DTX triggered |
slin_ulaw_ex.h [code] | Slin_ulaw_ex.h -- |
slinfactory.c [code] | A machine to gather up arbitrary frames and convert them to raw slinear on demand |
slinfactory.h [code] | A machine to gather up arbitrary frames and convert them to raw slinear on demand |
smdi.h [code] | SMDI support for Asterisk |
speech.h [code] | Generic Speech Recognition API |
speex_slin_ex.h [code] | Random Data data |
srv.c [code] | DNS SRV Record Lookup Support for Asterisk |
srv.h [code] | Support for DNS SRV records, used in to locate SIP services |
main/strcompat.c [code] | Compatibility functions for strsep and strtoq missing on Solaris |
agi/strcompat.c [code] | Compatibility functions for strsep and strtoq missing on Solaris |
stringfields.h [code] | String fields in structures |
strings.h [code] | String manipulation functions |
tdd.c [code] | TTY/TDD Generation support |
tdd.h [code] | TTY/TDD Generation support |
term.c [code] | Terminal Routines |
term.h [code] | Handy terminal functions for vt* terms |
test.c [code] | Unit Test Framework |
stdtime/test.c [code] | Testing localtime functionality |
test.h [code] | Test Framework API |
threadstorage.c [code] | Debugging support for thread-local-storage objects |
threadstorage.h [code] | Definitions to aid in the use of thread local storage |
time.h [code] | Time-related functions and macros |
tonezone_compat.h [code] | Find tonezone header in the right place (DAHDI or Zaptel) |
transcap.h [code] | General Asterisk channel transcoding definitions |
translate.c [code] | Translate via the use of pseudo channels |
translate.h [code] | Support for translation of data formats |
tzfile.h [code] | |
udptl.c [code] | |
udptl.h [code] | |
ulaw.c [code] | U-Law to Signed linear conversion |
ulaw.h [code] | U-Law to Signed linear conversion |
ulaw_slin_ex.h [code] | Ulaw_slin_ex.h -- |
unaligned.h [code] | Handle unaligned data access |
utils.c [code] | Utility functions |
utils.h [code] | Utility functions |
version.h [code] | |