WebGUI: Basic Call Routing
来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
WebGUI call routing (也称为Basic call routing),这是一个界面管理工具,方便用户通过SBC界面配置来管理创建呼叫路由。 每个基本的拨号流程可以支持多个路由规则。
- 每个规则可以设定不同的条件匹配。
- 用户可以自定义这些规则来解析下一步的逻辑路由或者失败路由,但是用户需要非常熟悉XML的语法规则。
- WebGUI Call Routing
从菜单访问 Configuration -> Call Routing
- Basic Call Routing – 默认模式
- 这个部分处理默认的参数设置来支持特定的拨号规则。
- Rules
- 这个部分来处理拨号规则中指定的规则。
- 每个规则基于不同规则配置文件。
- Call Routing Default Parameters
默认的参数定义了拨号规则的描述,和默认的SIP失败响应代码消息。
- Description
- 拨号规则描述。
- Trace Call
- 是否 dialplan/call routing profile 包括在SBClog 中的跟踪信息。
- Default Response
- 发送默认的SIP响应消息事件。
- Call Routing Rule Creation
访问菜单,点击 Configuration -> Call Routing 部分,选择添加 Rule
- 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.