This article is from csdn lidp and reposted the famous source. Thank you.
For information and technology trends in the VoIP industry, see www.voip123.cn.
For the registration function, Asterisk SIP protocol stack provides two services,
1. Asterisk is used as the SIP client and registered with other
In asterisk, there are three types of peer: Peer, user, and friend.Let's take a look at the three types of VoIP-info.
Peer: a sip entity to which asterisk sends CALS (a sip provider for example ). if you want a user (Extension) to have multiple phones, define an extension that CILS two
Tags: blog http os ar using file data on artOriginal: Asterisk real-time add SIP number--sqliteAsterisk real-time add SIP number--sqliteToday, I tried to use Asterisk's real-time mode to add a SIP account to SQLite without restartingAsterisk, no need to reload, you can successfully register a
Label:Recently studied asterisk configuration, before the SIP account is configured in the sip.conf file, manual writing dead, the current demand, is the dynamic new SIP account, saved in the database.After adding data to the database, use the command SIP show users to not load the
Is the call flowchart of Asterisk:
We use the call process of SIP as an example to describe the call process of other channels.
The call process (incoming) is as follows:
Do_monitor-> sipsock_read-> handle_request-> handle_request_invite-> sip_new/ast_pbx_start-> pbx_thread->__ ast_pbx_run
-> Ast_spawn_extension-> pbx_extension_helper-> pbx_exec-> execute dialplan
When the chan_sip module is loaded, an inde
The network structure is as follows:Asterisk (192.168.1.99) That is to say, both Asterisk and SIP terminals are behind Nat.
The solution is as follows:1. Modify the SIP Extension settings in the SIP _. conf file.Nat = YesQualify = yes; it seems this item is not requiredExternip = 55.66.77.88; change to match our exter
Release date: 2011-12-08Updated on: 2011-12-09
Affected Systems:Asterisk 1.xDescription:--------------------------------------------------------------------------------Bugtraq id: 50990
Asterisk is a free and open-source software that enables the Telephone User Switch (PBX) function.
Asterisk has a security vulnerability. Attackers can exploit this vulnerability to obtain valid user names.
When the regu
Release date: 2011-12-08Updated on: 2011-12-09
Affected Systems:Asterisk 1.xDescription:--------------------------------------------------------------------------------Bugtraq id: 50989
Asterisk is a free and open-source software that enables the Telephone User Switch (PBX) function.
Asterisk has a security vulnerability in implementation. Attackers can exploit this vulnerability to cause invalid memory
==============================================
View hardware configuration # Dahdi_hardware==============================================View Dahdi Service ConfigurationMore/etc/dahdi/system.confShow the following content, obviously less my PSTN card configuration# Global DataLoadzone = usDefaultzone = usRebuilding the Dahdi service configuration#dahdi_genconfView Dahdi Service Configuration again# more/etc/dahdi/system.confShow# autogenerated by/usr/sbin/dahdi_genconf on Wed Aug 15 22:09:20 201
Asterisk provides a variety of debugging methods. After connecting the console, you can look at the various levels of verbose and debug output, as well as the protocol package tracing. Let's take a look at the different options in this section (the Asterisk console details refer to annex E).
Connection Console
Connect the Ast
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.