`
jiagou
  • 浏览: 2531271 次
文章分类
社区版块
存档分类
最新评论

Asterisk Architecture Overview

 
阅读更多

The Asterisk core handles these items internally:

PBX Switching - The essence of Asterisk, of course, is a Private Branch Exchange Switching system, connecting calls together between various users and automated tasks. The Switching Core transparently connects callers arriving on various hardware and software interfaces.

Application Launcher - launches applications which perform services for uses, such as voicemail, file playback, and directory listing.

Codec Translator - uses codec modules for the encoding and decoding of various audio compression formats used in the telephony industry. A number of codecs are available to suit diverse needs and arrive at the best balance between audio quality and bandwidth usage.

Scheduler and I/O Manager - handles low-level task scheduling and system management for optimal performance under all load conditions.

Loadable Module APIs:
Four APIs are defined for loadable modules, facilitating hardware and protocol abstraction. Using this loadable module system, the Asterisk core does not have to worry about details of how a caller is connecting, what codecs are in use, etc.

Channel API - the channel API handles the type of connection a caller is arriving on, be it a VoIP connection, ISDN, PRI, Robbed bit signaling, or some other technology. Dynamic modules are loaded to handle the lower layer details of these connections.

Application API - the application API allows for various task modules to be run to perform various functions. Conferencing, Paging, Directory Listing. Voicemail, In-line data transmission, and any other task which a PBX system might perform now or in the future are handled by these separate modules.

Codec Translator API - loads codec modules to support various audio encoding and decoding formats such as GSM, Mu-Law, A-law, and even MP3.

File Format API - handles the reading and writing of various file formats for the storage of data in the filesystem.

Using these APIs Asterisk achieves a complete abstraction between its core functions as a PBX server system and the varied technologies existing (or in development) in the telephony arena. The modular form is what allows Asterisk to seamlessly integrate both currently implemented telephony switching hardware and the growing Packet Voice technologies emerging today. The ability to load codec modules allows Asterisk to support both the extremely compact codecs necessary for Packet Voice over slow connections such as a telephone modem while still providing high audio quality over less constricted connections.

The application API provides for flexible use of application modules to perform any function flexibly on demand, and allows for open development of new applications to suit unique needs and situations. In addition, loading all applications as modules allows for a flexible system, allowing the administrator to design the best suited path for callers on the PBX system and modify call paths to suit the changing communication needs of a going concern.

Asterisk is carefully designed for maximum flexibility. Specific APIs are defined around a central PBX core system. This advanced core handles the internal interconnection of the PBX, cleanly abstracted from the specific protocols, codecs, and hardware interfaces from the telephony applications. This allows Asterisk to use any suitable hardware and technology available now or in the future to perform its essential functions, connecting hardware and applications.

分享到:
评论

相关推荐

    Asterisk 简介 Asterisk 架构 Asterisk程序框图

    Asterisk 简介 Asterisk 架构 Asterisk程序框图

    Asterisk权威指南中文

    Asterisk权威指南中文(第3版) Asterisk权威指南(第3版)第15章自动话务员 Asterisk权威指南(第3版)第02章Asterisk体系结构 Asterisk权威指南(第3版)第05章用户设备配置 Asterisk权威指南(第3版)第06章Dialplan基础 ...

    Asterisk 代码学习笔记,深入浅出asterisk,asterisk通道,呼叫情景(call scenario)

    Asterisk 代码学习笔记,深入浅出asterisk,由于工作上的VOIP项目需要,最近亲密接触了一下asterisk工程代码。关于asterisk在VOIP上的伟大地位和作用,俺就不絮叨了,请看前作:Astersik+Radius简易攻略 国内对于...

    Asterisk CookBook.pdf

    This is a book for anyone who uses Asterisk, but particularly those who already understand the dialplan syntax. In this book, we look at common problems we’ve encountered as Asterisk administrators ...

    Asterisk.NET 1.6.3 控制Asterisk

    用于控制Asterisk的.net类库,包含了AMI和FastAGI,最新的1.6.3版本

    asterisk16版本安装包

    asterisk16版本安装包,下载之后直接编译安装即可。

    asterisk for windows

    Asterisk[1] 是一个开放源代码的软件VoIP PBX系统,它是一个运行在Linux环境下的纯软件实施方案。Asterisk是一种功能非常齐全的应用程序,提供了许多电信功能,能够把你的x86机 器变成你自己的交换机,还能够当作一...

    Asterisk权威文档(第3版)

    Chapter 2 Asterisk Architecture Chapter 3 Installing Asterisk Chapter 4 Initial Configuration Tasks Chapter 5 User Device Configuration Chapter 6 Dialplan Basics Chapter 7 Outside Connectivity Chapter...

    asterisk拨号方案的配置

    asterisk拨号方案的配置

    Asterisk: A Non-Technical Overview

    asterisk的非技术性概述。 Most of the existing Asterisk literature almost exclusively provides technical details focused on its configuration, setup, and integration. This article explains why Asterisk...

    Asterisk AMI 接口代码

    本代码整理了Asterisk AMI 接口,下载之后,通过配置Asterisk用户名和密码即可连接到Asterisk,用户名和密码在代码中已给出,可自由修改。

    asterisk 视频通讯实现方法

    详细写了如何实现asterisk视频通讯功能的 每步都有截图噢!

    Asterisk分机注册-互通-中继

    Asterisk 分机注册-互通-中继配置

    Asterisk学习必备资料

    Asterisk学习必备,共5本书籍,学习助手 Asterisk权威文档(第3版).pdf Asterisk,the future of telephony.pdf Building+Telephony+Systems+with+Asterisk.pdf Asterisk+For+Dummies+2006.pdf Asterisk_Developers_...

    Asterisk 客户端.rar

    Asterisk客户端和Asterisk manager API(AMI)文档。

    Asterisk

    Asterisk, voip, ITSP

    Asterisk Cookbook.pdf

    Asterisk Cookbook.pdf

    Asterisk AMI代理服务

    asterisk 的AMI代理服务程序。和asterisk之间保持一个tcp连接,可以和多个ami client的保持连接,asterisk ami event向多个client同时发送。

    Asterisk中文语言包

    Asterisk中文语言包 cd /var/lib/asterisk/sounds/ tar zxvf /tmp/cn.tar.gz chown -R asterisk:asterisk cn 修改sip_general_custom.conf(作为测试,在所有SIP 通道上启用提示语为中文,在实际应用中,可根据需要修改-...

    asterisk-16.0.0.jar

    asterisk-16.0.0.jar 呼叫中心的jar包 基于asteriter

Global site tag (gtag.js) - Google Analytics