summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 10 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 69debbd7c..8bfdb3cc9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -72,11 +72,16 @@ mISDN channel driver (chan_misdn) changes
the CCBS/CCNR functionality.
* Added new dialplan function mISDN_CC which permits retrieval of various
values from an active call completion record.
- * For PTP, you should manually send the COLR for an incomming redirected
- call if the incoming call could or does experience further redirects.
- Just set the REDIRECTING(to-num,i) = ${EXTEN} and set the
- REDIRECTING(to-pres) to the COLR. A call has been redirected if the
- REDIRECTING(from-num) is not empty.
+ * For 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) = ${EXTEN} and
+ set the REDIRECTING(to-pres) to the COLR. A call has been redirected
+ if the REDIRECTING(from-num) is not empty.
+ * For outgoing PTP redirected calls, you now 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 PTP call will update the
+ redirecting-to presentation (COLR) when it becomes available.
thirdparty mISDN enhancements
-----------------------------