Asterisk vs ISDNSome information on how to conect Asterisk to the ISDN | Chapter 3-3:Supported features | Last update: 2020-03-29 |
|---|
|
NT-mode support |
index |
Chapter 4 Conclusion / Contact |
|
|
The table tells you what works beween terminals connected to Asterisk and between Asterisk connected to the Network, and where applicable in which direction(s).
| Feature | dahdi | misdn1 | misdn2 LCR | notes |
|---|---|---|---|---|
| Works with Asterisk 11 | yes | yes | yes ¹² | 1: use the git version 2: You need to manually add a #define ASTERISK_VERSION_NUM 110000 to the top of chan_lcr.c
|
| Works with Asterisk 10 | yes | yes | yes ¹ | 1: use the git version |
| overlap dialling | 1: No timeout on overlapping extensions | |||
| keypad | unknown | Depending on type of phone, this can make it impossible to dial any extensions starting with * or # Seems to have been fixed somewhere in Asterisk 11 | ||
| early media | 1: Broken in Asterisk 1.8.4, fixed in 1.8.5 | |||
| late media | Tones/announcements after disconnect 1: Optional by delaying disconnect. WARNING: Calls to applications like e.g. ConfBridge will never be released if enabled! | |||
| CLIP | ||||
| CLIR | ||||
| COLP | 1: Works within LCR, not available to/from Asterisk | |||
| COLR | ||||
| CALLERID(RDNIS) | unknown | |||
| REDIRECTING(from) | unknown | unknown | ||
| REDIRECTING(to) | unknown | unknown | ||
| CW/HOLD | 1: only works if the channel is a bridged channel 2: Causes calls to be dropped sometimes 3: Fully supported in NT-mode including state display from Asterisk, Notify only in TE-mode Also see note/conclusion in next chapter | |||
| 3PTY / CONF | Can only be done via dialplan 1: LCR offers its own conference feature, also accessible via dialling only 2: Native 3PTY support is curently being tested | |||
| ECT | ||||
| Time/Date | ||||
| TP ("parking") | 1: Uses global IDs, not per interface; see note below | |||
| AOC | 1: Needs aoc_enable in chan_dahdi.conf 2: Pass-through to other LCR channels only | |||
| CF | CFU, CFB, CFNR, CFNA | |||
| CD | ||||
| MSN / screening | screening of supplied caller IDs and canonicalisation of numbers/types | |||
| CUG | ||||
| SUB | unknown | unknown | unknown | |
| CCBS | unknown ¹ | 1: Is supposed to work between Asterisk and the Network (not yet tested) | ||
| CCNR | unknown ¹ | 1: Is supposed to work between Asterisk and the Network (not yet tested) | ||
| MWI | unknown ¹ | unknown | 1: Should be available, but I have not found any information about it | |
| UUS | unknown | unknown | unknown | |
| HLC/LLC | unknown | 1: Can be read and written within LCR, not available to/from Asterisk | ||
| G.722 | Wideband CODEC | |||
| Alerting types | Ringtone selection | |||
| NFAS | Trunking of multiple interfaces with a common D-channel |
Some additional information you should consider when trying to figure out what route to take:
|
|
|
NT-mode support |
index |
Chapter 4 Conclusion / Contact |