Asterisk Architecture Overview

Source: Internet
Author: User

The asterisk core handles these items internally:

PBX switching-The essence of communication, of course, is a private branch exchange switching system, connecting calltogether between varous users and automatic 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 varous 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.

Schedmanager 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 implements action. using this loadable module system, the asterisk core does not have to worry about details of how a caller is ing, 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 varous 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 varous 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 between action 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 und a central PBX core system. this advanced core handles the internal interconnection of the PBX, cleanly achieved acted 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.