自定义目的地模块

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

跳转至: 导航搜索

自定义目的地模块使用指南

注意此版本适用于FreePBX 13 以上版本。

总览介绍

自定义目的地模块支持用户注册一个自定义的目的地来指到相应的自定义拨号不会规则中。同样,此目的地会显示在目的地模块中作为一个有效模块。

注意

此模块是一个高级模块功能,会关联到相关的PBX 拨号规则中。如果需要此模块功能,用户必须具有一定的Asterisk知识。

登录

  • 顶部点击 Admin
  • 下拉菜单中单击Custom Destinations

custom-destinations.png

Creating a Custom Destination

创建一个自定义的目的地:

new-custom-destination.png

Target

This is your custom destination. Define the custom dial plan that you want to route the caller to in the format [context],[exten],[priority]. Example: “afterhours-pin,501599,1,” which is the start of the custom “After Hours Pin” dialplan we have on this box.

Description

Give this custom destination a friendly name. Example: "My cool Script"

Notes

Here you can define notes on what this custom dialplan or script is used for.

Return

Does your custom destination end with 'Return'? If so, you can then select a custom destination after this call flow is complete.

If you select Return: Yes, then you will see a new dropdown menu where you can select the appropriate return destination.

return-destination-dropdown.png

Submit

Don't forget to click the Submit button and click the red Apply Config button at the top when done.

Using a Custom Destination

In modules that support "destinations," like IVR, Queues, Inbound Routes etc., you will see a Destination chooser like the one below. In the drop down choose "Custom Destinations" then the destination you created. 

choose-custom-destination.png