“WebGUI: Basic Header Manipulation”的版本间的差异

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
跳转至: 导航搜索
(创建页面,内容为“WebGUI header manipulation, (also referred to as Basic header manipulation) allows a user not familiar with XML to build rules required to manipulate SIP information...”)
 
(没有差异)

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

WebGUI header manipulation, (also referred to as Basic header manipulation) allows a user not familiar with XML to build rules required to manipulate SIP information on inbound or outbound calls.

Navigate to Configuration -> Header Manipulation

sangoma-sbc-webgui-header-manipulation.png

Basic Header Manipulation – 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.

Rules

sangoma-sbc-webgui-header-manipulation-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 manipulation.
    • The stop policy determines whether the manipulation 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: Modify the Request-URI header within the SIP invite.
  • 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: Log the failure within the SBC logs.