WebGUI: Basic Call Routing

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
James.zhu讨论 | 贡献2016年1月22日 (五) 15:59的版本

跳转至: 导航搜索

WebGUI: Basic Call Routing 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.

Each basic dialplan can have multiple rules associated with it. Each rule deals with a specific condition which needs to be met. 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 sangoma-sbc-webgui-call-routing-1.png


Basic Call Routing – Default This section deals with default parameters for that particular dialplan. 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. sangoma-sbc-webgui-call-routing-general.png

Call Routing Default Parameters

The default parameters identify the description of the dialplan, and what the default SIP response code will be in an event of a failure. Description Description of what the dialplan will accomplish. Trace Call Whether the dialplan/call routing profile will include a trace within the SBC logging. 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.

Call Routing Rule Creation

Navigate to Configuration -> Call Routing section and select Add 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.