-
- Downloads
Support setting and receiving Reverse Charging Indication over ISDN PRI.
This is a continuation of revision 885 to LibPRI (Capture and expose the Reverse Charging Indication IE on ISDN PRI) which added the ability to get/set Reverse Charging Indication in LibPRI. This patch adds the ability to specify RCI on the outbound leg of a PRI call from within Asterisk, by prefixing the dialed number with a capital 'C' like: ...,Dial(DAHDI/g1/C4445556666) And to read it off an inbound channel: exten => s,1,Set(RCI=${CHANNEL(reversecharge)}) Thanks again to rmudgett for the thorough review. (closes issue #13760) Reported by: mrgabu Review: https://reviewboard.asterisk.org/r/303/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204749 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- channels/chan_dahdi.c 13 additions, 2 deletionschannels/chan_dahdi.c
- channels/sig_pri.c 9 additions, 2 deletionschannels/sig_pri.c
- channels/sig_pri.h 1 addition, 0 deletionschannels/sig_pri.h
- configs/chan_dahdi.conf.sample 5 additions, 0 deletionsconfigs/chan_dahdi.conf.sample
- funcs/func_channel.c 10 additions, 0 deletionsfuncs/func_channel.c
Loading
Please register or sign in to comment