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

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
跳转至: 导航搜索
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
WebGUI: Basic Call Routing
+
WebGUI call routing (也称为Basic call routing),这是一个界面管理工具,方便用户通过SBC界面配置来管理创建呼叫路由。
WebGUI call routing (also referred to as Basic call routing), uses the graphic user interface of the SBC to allow users to create routing rules.
+
每个基本的拨号流程可以支持多个路由规则。
It is modeled so that anyone would be able to create almost any type of scenario without the need to learn XML.
+
*每个规则可以设定不同的条件匹配。
 
+
*用户可以自定义这些规则来解析下一步的逻辑路由或者失败路由,但是用户需要非常熟悉XML的语法规则。
Each basic dialplan can have multiple rules associated with it.
+
;;;WebGUI Call Routing  
Each rule deals with a specific condition which needs to be met.
+
从菜单访问 Configuration -> Call Routing
You can program the rule to continue to the next rule if it passes or fails.
+
;;;WebGUI Call Routing Section
+
 
+
Navigate to Configuration -> Call Routing
+
 
http://manula.s3.amazonaws.com/user/1885/img/sangoma-sbc-webgui-call-routing-1.png
 
http://manula.s3.amazonaws.com/user/1885/img/sangoma-sbc-webgui-call-routing-1.png
  
  
Basic Call Routing – Default
+
*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.
+
**可以添加最多5个条件来验证规则。
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
+
*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.
+
***例如,桥接另外一个中继线路,打印SBC日志。
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.
+
**如果条件匹配失败执行的命令,可以支持5个action 命令.
Can be different actions
+
**可以支持不同的action
Example: hangup the call with a specific SIP response code and log the call within the SBC logs.
+
**例如,对此呼叫挂机,携带指定的SIP响应代码,打印SBC日志。

2016年1月22日 (五) 16:47的最新版本

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
    • 可以添加最多5个条件来验证规则。
    • 规则优先级设置。
    • 规则停止处理策略,如果条件匹配成功或者条件匹配失败需要执行的规则。
  • Actions to perform if condition matches section 条件匹配成功
    • 条件匹配成功后执行的规则。
    • 可以执行不同的命令
      • 例如,桥接另外一个中继线路,打印SBC日志。
  • Actions to perfom if condition doesn’t match section 条件匹配失败
    • 如果条件匹配失败执行的命令,可以支持5个action 命令.
    • 可以支持不同的action
    • 例如,对此呼叫挂机,携带指定的SIP响应代码,打印SBC日志。