“WebGUI: Basic Call Routing”的版本间的差异

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
跳转至: 导航搜索
第9行: 第9行:
  
 
*Basic Call Routing – 默认模式
 
*Basic Call Routing – 默认模式
**This section deals with default parameters for that particular dialplan.
+
**这个部分处理默认的参数设置来支持特定的拨号规则。
 
*Rules
 
*Rules
**This section deals with the specific rules which will be processed within the dialplan.
+
**这个部分来处理拨号规则中指定的规则。
**Each rule is described based on the selections chosen within the rule configuration.
+
**每个规则基于不同规则配置文件。
  
  
 
;;;Call Routing Default Parameters
 
;;;Call Routing Default Parameters
 
http://manula.s3.amazonaws.com/user/1885/img/sangoma-sbc-webgui-call-routing-general.png
 
http://manula.s3.amazonaws.com/user/1885/img/sangoma-sbc-webgui-call-routing-general.png
The default parameters identify the description of the dialplan, and what the default SIP response code will be in an event of a failure.
+
默认的参数定义了拨号规则的描述,和默认的SIP失败响应代码消息。
Description
+
*Description
Description of what the dialplan will accomplish.
+
**拨号规则描述。
Trace Call
+
*Trace Call
Whether the dialplan/call routing profile will include a trace within the SBC logging.
+
** 是否 dialplan/call routing profile 包括在SBClog 中的跟踪信息。
Default Response
+
*Default Response
Default SIP response code which will be sent in the event that the dialplan cannot process the call which is handed to it.
+
**发送默认的SIP响应消息事件。
  
 
;;;Call Routing Rule Creation
 
;;;Call Routing Rule Creation
  
Navigate to Configuration -> Call Routing section and select Add Rule
+
访问菜单,点击 Configuration -> Call Routing 部分,选择添加 Rule
 
http://manula.r.sizr.io/large/user/1885/img/sangoma-sbc-webgui-call-routing-rules.png
 
http://manula.r.sizr.io/large/user/1885/img/sangoma-sbc-webgui-call-routing-rules.png
  
Condition section
+
*Condition section
Can set up to 5 condition which the rule will validate against.
+
**Can set up to 5 condition which the rule will validate against.
The rank is the priority of that rule within the dialplan.
+
**The rank is the priority of that rule within the dialplan.
The stop policy determines whether the dialplan should stop processing if the rule matches, or whether it should continue to the next rule.
+
**The stop policy determines whether the dialplan should stop processing if the rule matches, or whether it should continue to the next rule.
Actions to perform if condition matches section
+
*Actions to perform if condition matches section
Can set up up to 5 actions to perform if the conditions set are matched.
+
**Can set up up to 5 actions to perform if the conditions set are matched.
Can be different actions
+
**Can be different actions
Example: bridge to another trunk and log the transfer within the SBC logs.
+
***Example: bridge to another trunk and log the transfer within the SBC logs.
 
Actions to perfom if condition doesn’t match section
 
Actions to perfom if condition doesn’t match section
 
Can set up to 5 actions to perform if the condition does not match.
 
Can set up to 5 actions to perform if the condition does not match.
 
Can be different actions
 
Can be different actions
 
Example: hangup the call with a specific SIP response code and log the call within the SBC logs.
 
Example: hangup the call with a specific SIP response code and log the call within the SBC logs.

2016年1月22日 (五) 16:28的版本

WebGUI call routing (也称为Basic call routing),这是一个界面管理工具,方便用户通过SBC界面配置来管理创建呼叫路由。 每个基本的拨号流程可以支持多个路由规则。

  • 每个规则可以设定不同的条件匹配。
  • 用户可以自定义这些规则来解析下一步的逻辑路由或者失败路由,但是用户需要非常熟悉XML的语法规则。
WebGUI Call Routing

从菜单访问 Configuration -> Call Routing sangoma-sbc-webgui-call-routing-1.png


  • Basic Call Routing – 默认模式
    • 这个部分处理默认的参数设置来支持特定的拨号规则。
  • Rules
    • 这个部分来处理拨号规则中指定的规则。
    • 每个规则基于不同规则配置文件。


Call Routing Default Parameters

sangoma-sbc-webgui-call-routing-general.png 默认的参数定义了拨号规则的描述,和默认的SIP失败响应代码消息。

  • Description
    • 拨号规则描述。
  • Trace Call
    • 是否 dialplan/call routing profile 包括在SBClog 中的跟踪信息。
  • Default Response
    • 发送默认的SIP响应消息事件。
Call Routing Rule Creation

访问菜单,点击 Configuration -> Call Routing 部分,选择添加 Rule sangoma-sbc-webgui-call-routing-rules.png

  • Condition section
    • Can set up to 5 condition which the rule will validate against.
    • The rank is the priority of that rule within the dialplan.
    • The stop policy determines whether the dialplan should stop processing if the rule matches, or whether it should continue to the next rule.
  • Actions to perform if condition matches section
    • Can set up up to 5 actions to perform if the conditions set are matched.
    • Can be different actions
      • Example: bridge to another trunk and log the transfer within the SBC logs.

Actions to perfom if condition doesn’t match section Can set up to 5 actions to perform if the condition does not match. Can be different actions Example: hangup the call with a specific SIP response code and log the call within the SBC logs.