Asterisk conf Basic configuration file Chinese description

Source: Internet
Author: User
Keywords Asterisk basic configuration file Chinese description
Tags .mall application asterisk basic basic configuration file business class computer

Asterisk is an open source software VoIP PBX system, which is a pure software implementation program running in Linux environment. Asterisk is a full-featured application that provides many telecommunications capabilities to turn your x86 machine into your own switch and as an enterprise-class business switch. The exciting thing about Asterisk is that it provides the functionality and scalability of a business switch within the affordable scope of a small business budget. You can use an old-fashioned Pentium 3 computer to make your organization look like a big business in the world.

Asterisk conf Basic configuration file Chinese description is as follows:
&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP;
Asterisk's configuration files are in the/etc/asterisk directory, and important profiles are:
Sip.conf SIP Phone Basic configuration
Extensions.conf Dialing Rules
Voicemail.conf Configure voice mail
MEETME.CONF Conference Room
Http.conf Web Interface Related
Manager.conf Web Interface Related
asterisk.conf Asterisk directory Configuration
Cdr_mysql.conf Detailed list Database
res_mysql.conf MySQL Database settings
Features.conf Custom key configuration and some system default function keys
MODULES.CONF defines the modules that are loaded when the system starts
logger.conf Log

2.1.1 Sip.conf

[101]
Type=friend;
secret=101;
host=dynamic; Need to register to server
Context=default;
username=101;
; callgroup=1; Group settings
;p ickupgroup=1;
Mailbox=101@default/Voicemail
[102]
Type=friend;
secret=102;
Host=dynamic
Context=default;
username=102;
; callgroup=1;
;p ickupgroup=1;
Mailbox=102@default

[ServerA]//declaration of another asterisk server that can be called in dialing rules
;p ickupgroup=1;
Type = Friend
Secret =
Username = ServerA
Fromuser = ServerA
context = default;
insecure = very;
AuthName = ServerA
Canreinvite = No
Host = 192.168.52.19//end-to-end server IP Address

Related Article

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.