“拨号规则详情”的版本间的差异
来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
Hiastar tech(讨论 | 贡献) |
Hiastar tech(讨论 | 贡献) |
||
第31行: | 第31行: | ||
| | | | ||
|TRUE | |TRUE | ||
+ | |0 | ||
+ | |15 | ||
+ | |||
+ | |||
+ | |||
+ | {| class="wikitable" | ||
+ | |+Call Forward All | ||
+ | |- | ||
+ | !Dialplan Detail Tag | ||
+ | !Dialplan Detail Type | ||
+ | !Dialplan Detail Data | ||
+ | !Dialplan Detail Break | ||
+ | !Dialplan Detail Inline | ||
+ | !Dialplan Detail Group | ||
+ | !Dialplan Detail Order | ||
+ | |-style="text-align:center;" | ||
+ | |condition | ||
+ | |${user_exists} | ||
+ | |TRUE | ||
+ | | | ||
+ | | | ||
+ | |0 | ||
+ | |5 | ||
+ | |-style="text-align:center;" | ||
+ | |condition | ||
+ | |${forward_all_enabled} | ||
+ | |TRUE | ||
+ | | | ||
+ | | | ||
+ | |0 | ||
+ | |10 | ||
+ | |-style="text-align:center;" | ||
+ | |action | ||
+ | |transfer | ||
+ | |${forward_all_destination} XML ${domain_name} | ||
+ | | | ||
+ | | | ||
|0 | |0 | ||
|15 | |15 |
2018年7月20日 (五) 11:06的版本
Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
condition | 0 | 5 | ||||||||||||||||||||||||||||||||
action | set | call_direction=inbound | TRUE | 0 | 10 | |||||||||||||||||||||||||||||
action | log | [inbound routes] 404 not found ${sip_network_ip} | TRUE | 0 | 15
|