-
- Downloads
Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.
* Added handling of received HOLD/RETRIEVE messages and the optional ability to transfer a held call on disconnect similar to an analog phone. * Added CallRerouting/CallDeflection support for Q.SIG, ETSI PTP, ETSI PTMP. Will reroute/deflect an outgoing call when receive the message. Can use the DAHDISendCallreroutingFacility to send the message for the supported switches. * Added ability to send/receive keypad digits in the SETUP message. Send keypad digits in SETUP message: Dial(DAHDI/g1[/K<keypad_digits>][/extension]) Access any received keypad digits in SETUP message by: ${CHANNEL(keypad_digits)} * Added support for BRI PTMP NT mode. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225692 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 10 additions, 0 deletionsCHANGES
- channels/chan_dahdi.c 331 additions, 6 deletionschannels/chan_dahdi.c
- channels/sig_pri.c 644 additions, 103 deletionschannels/sig_pri.c
- channels/sig_pri.h 21 additions, 0 deletionschannels/sig_pri.h
- configs/chan_dahdi.conf.sample 6 additions, 0 deletionsconfigs/chan_dahdi.conf.sample
- configure 1037 additions, 179 deletionsconfigure
- configure.ac 6 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 10 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
Loading
Please register or sign in to comment