- Elastix Unified Communications Server Cookbook
- Gerardo Barajas Puente
- 132字
- 2021-07-23 19:38:50
Creating custom extensions
A custom extension is related to a certain type of dialing. It lacks of technology and it takes advance on Asterisk's dialplan. Let's imagine that you have a requirement in which a user needs to dial a number throughout the first channel of your E1 trunk, but instead of dialing that number, the user would like to use an easier way to perform special dialing. The CUSTOM Extensions option is very helpful for these kinds of requirements.
How to do it…
Create a custom extension by using the following information: dial: DAHDI/1/11223344555
. Therefore, when any user dials extension 7006
, the call will be automatically sent to the number 11223344555
by using the first E1 trunk. This is shown in the following screenshot:

Submit the changes and apply them.
推薦閱讀
- Unity 2020 By Example
- GraphQL學習指南
- Rust編程從入門到實戰
- AIRAndroid應用開發實戰
- Learn Swift by Building Applications
- Magento 1.8 Development Cookbook
- Mastering macOS Programming
- Java Web程序設計任務教程
- 數據結構案例教程(C/C++版)
- 移動界面(Web/App)Photoshop UI設計十全大補
- Mastering Akka
- C# and .NET Core Test Driven Development
- GameMaker Essentials
- C語言程序設計
- Koa與Node.js開發實戰