- 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.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Advanced Machine Learning with Python
- Building a Game with Unity and Blender
- HBase從入門到實(shí)戰(zhàn)
- DevOps入門與實(shí)踐
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語(yǔ)言實(shí)現(xiàn)(原書(shū)第2版)
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- Spring Boot進(jìn)階:原理、實(shí)戰(zhàn)與面試題分析
- 大數(shù)據(jù)分析與應(yīng)用實(shí)戰(zhàn):統(tǒng)計(jì)機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- HTML5從入門到精通(第4版)
- Julia 1.0 Programming Complete Reference Guide
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Python語(yǔ)言科研繪圖與學(xué)術(shù)圖表繪制從入門到精通
- Struts 2.x權(quán)威指南
- Java7程序設(shè)計(jì)入門經(jīng)典