mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add COLP support to chan_dahdi/sig_pri.
Add Connected Line Presentation (COLP) support to chan_dahdi/libpri as an addition to issue 8824. This is the chan_dahdi/sig_pri portion. COLP support is now available for any switch for which libpri supports COLP (currently ETSI PTP, ETSI PTMP, and Q.SIG) with this patch. (closes issue #14068) Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/340/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
24
CHANGES
24
CHANGES
@@ -47,11 +47,6 @@ IAX2 Changes
|
||||
* Added rtsavesysname option into iax.conf to allow the systname to be saved
|
||||
on realtime updates.
|
||||
|
||||
DAHDI Changes
|
||||
-------------
|
||||
* Added Reverse Charging Indication receipt & transmission (requires latest
|
||||
LibPRI).
|
||||
|
||||
Applications
|
||||
------------
|
||||
* Added progress option to the app_dial D() option. When progress DTMF is
|
||||
@@ -158,6 +153,25 @@ Tagged versions of the modified mISDN code are available under:
|
||||
http://svn.digium.com/svn/thirdparty/mISDN/tags
|
||||
http://svn.digium.com/svn/thirdparty/mISDNuser/tags
|
||||
|
||||
libpri channel driver (chan_dahdi) DAHDI changes
|
||||
-------------------------------------------
|
||||
* The channel variable PRIREDIRECTREASON is now just a status variable
|
||||
and it is also deprecated. Use the REDIRECTING(reason) dialplan function
|
||||
to read and alter the reason.
|
||||
* For Q.SIG and ETSI PRI/BRI-PTP, you should manually send the COLR of the
|
||||
redirected-to party for an incomming redirected call if the incoming call
|
||||
could experience further redirects. Just set the
|
||||
REDIRECTING(to-num,i) = CALLERID(dnid) and set the REDIRECTING(to-pres)
|
||||
to the COLR. A call has been redirected if the REDIRECTING(count) is not
|
||||
zero.
|
||||
* For outgoing Q.SIG and ETSI PRI/BRI-PTP redirected calls, you need to
|
||||
use the inhibit(i) option on all of the REDIRECTING statements before
|
||||
dialing the redirected-to party. You still have to set the
|
||||
REDIRECTING(to-xxx,i) and the REDIRECTING(from-xxx,i) values. The call
|
||||
will update the redirecting-to presentation (COLR) when it becomes available.
|
||||
* Added Reverse Charging Indication receipt & transmission (requires latest
|
||||
LibPRI).
|
||||
|
||||
Asterisk Manager Interface
|
||||
--------------------------
|
||||
* The Hangup action now accepts a Cause header which may be used to
|
||||
|
Reference in New Issue
Block a user