“SIP Domain Configuration”的版本间的差异

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
跳转至: 导航搜索
(创建页面,内容为“Domains are also known as “Realms” within SIP networks. A domain, or a SIP realm, is a component within SIP which is used to authenticate users within the SIP r...”)
 
第1行: 第1行:
 +
;;;SIP Domain Overview
 
Domains are also known as “Realms” within SIP networks.
 
Domains are also known as “Realms” within SIP networks.
  
 
A domain, or a SIP realm, is a component within SIP which is used to authenticate users within the SIP registration process.
 
A domain, or a SIP realm, is a component within SIP which is used to authenticate users within the SIP registration process.
 
Domain profiles are used to define the way users will authenticate with the SBC.
 
Domain profiles are used to define the way users will authenticate with the SBC.
Local authentication is used when users will register with the SBC.
+
*Local authentication is used when users will register with the SBC.
Upper registration is used when users will register to a softswitch or a IP-PBX through a SBC.
+
*Upper registration is used when users will register to a softswitch or a IP-PBX through a SBC.
 
This enables topology hiding so that no one outside of the corporate network knows about the equipment sitting behind the SBC.
 
This enables topology hiding so that no one outside of the corporate network knows about the equipment sitting behind the SBC.
  
*Domains are not strictly needed.  
+
Domains are not strictly needed.  
If you are not using SIP registrations or are using IP authentication, you will not require a domain profile.
+
If you are not using SIP registrations or are using IP authentication, you will not require a domain profile.
  
SIP Domain Configuration
+
;;;SIP Domain Configuration
 
Add a SIP domain by going to “Configuration -> Signaling -> Domains”
 
Add a SIP domain by going to “Configuration -> Signaling -> Domains”
  

2016年1月22日 (五) 11:45的版本

SIP Domain Overview

Domains are also known as “Realms” within SIP networks.

A domain, or a SIP realm, is a component within SIP which is used to authenticate users within the SIP registration process. Domain profiles are used to define the way users will authenticate with the SBC.

  • Local authentication is used when users will register with the SBC.
  • Upper registration is used when users will register to a softswitch or a IP-PBX through a SBC.

This enables topology hiding so that no one outside of the corporate network knows about the equipment sitting behind the SBC.

Domains are not strictly needed. 
If you are not using SIP registrations or are using IP authentication, you will not require a domain profile.
SIP Domain Configuration

Add a SIP domain by going to “Configuration -> Signaling -> Domains”

Sangoma SBC Domain Add

All you need to provide to add a domain is the domain name, which should be a FQDN string (ie mycompany.com).

The system will then prompt you to select whether you want to enable “Forward Registration / Authentication”. If you want NSC to handle authentication of SIP requests (ie REGISTER, INVITE) using the local user database, you must choose “Disable”. If you plan to forward authentication to a third-party server (ie a registrar server or PBX) you must select “Enable” and provide the information of the third-party server that will handle authentication of those SIP requests.

Sangoma SBC Domain Configuration

If you wish to create SIP accounts (users) you can click the “Add” button in the domain edit page.

Sangoma SBC Domain Add User

You can create as many domains as you want. Later you can “Bind” a domain to one or more SIP profiles. See the SIP profile configuration for details. !Note that the directory of users for that domain will only be valid when using a SIP profile that is bound to that domain.