-
- Downloads
Add ISDN display ie text handling options to chan_dahdi.conf.
The display ie handling can be controlled independently in the send and receive directions with the following options: * Block display text data. * Use display text in SETUP/CONNECT messages for name. * Use display text for COLP name updates (FACILITY/NOTIFY as appropriate). * Pass arbitrary display text during a call. Sent in INFORMATION messages. Received from any message that the display text was not used as a name. If the display options are not set then the options default to legacy behavior. The arbitrary display text is exchanged between bridged channels using the AST_FRAME_TEXT frame type. To send display text from the dialplan use the SendText() application when the arbitrary display text option is enabled. JIRA SWP-2688 JIRA ABE-2693 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306396 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 3 additions, 0 deletionsCHANGES
- apps/app_dial.c 41 additions, 21 deletionsapps/app_dial.c
- channels/chan_dahdi.c 89 additions, 5 deletionschannels/chan_dahdi.c
- channels/sig_pri.c 54 additions, 0 deletionschannels/sig_pri.c
- channels/sig_pri.h 7 additions, 0 deletionschannels/sig_pri.h
- configs/chan_dahdi.conf.sample 26 additions, 1 deletionconfigs/chan_dahdi.conf.sample
- configure 39802 additions, 13325 deletionsconfigure
- configure.ac 2 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 8 additions, 7 deletionsinclude/asterisk/autoconfig.h.in
Loading
Please register or sign in to comment