| 1 |
; This file contains example extensions_custom.conf entries. |
|---|
| 2 |
; extensions_custom.conf should be used to include customizations |
|---|
| 3 |
; to AMP's Asterisk dialplan. |
|---|
| 4 |
|
|---|
| 5 |
; All custom context should contain the string 'custom' in it's name |
|---|
| 6 |
|
|---|
| 7 |
; Extensions in AMP have access to the 'from-internal' context. |
|---|
| 8 |
; The context 'from-internal-custom' is included in 'from-internal' by default |
|---|
| 9 |
|
|---|
| 10 |
[from-internal-custom] |
|---|
| 11 |
exten => *456,1,GOTO(custom-autoconf|s|1) |
|---|
| 12 |
|
|---|
| 13 |
[custom-autoconf] |
|---|
| 14 |
exten => s,1,Answer() |
|---|
| 15 |
exten => s,n,Background(please-enter-your&extension) |
|---|
| 16 |
exten => _X.,1,DeadAGI(autoconf.php) |
|---|