From d7a3a1035d6552d5ef8c30289814efec1c2b0d5f Mon Sep 17 00:00:00 2001 From: rmudgett Date: Thu, 22 Oct 2009 16:33:22 +0000 Subject: Add support for calling and called subaddress. Partial support for COLP subaddress. The Telecom Specs in NZ suggests that SUB ADDRESS is always on, so doing "desk to desk" between offices each with an asterisk box over the ISDN should then be possible, without a whole load of DDI numbers required. (closes issue #15604) Reported by: alecdavis Patches: asterisk_subaddr_trunk.diff11.txt uploaded by alecdavis (license 585) Some minor modificatons were made. Tested by: alecdavis, rmudgett Review: https://reviewboard.asterisk.org/r/405/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@225357 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 9c6d4c6e2..32c304aaa 100644 --- a/CHANGES +++ b/CHANGES @@ -88,6 +88,8 @@ Dialplan Functions ------------------ * Added new dialplan functions CONNECTEDLINE and REDIRECTING which permits setting various connected line and redirecting party information. + * CALLERID and CONNECTEDLINE dialplan functions have been extended to + support ISDN subaddressing. * The CHANNEL() function now supports the "name" option. * For DAHDI channels, the CHANNEL() dialplan function now supports changing the channel's buffer policy (for the current @@ -216,6 +218,8 @@ libpri channel driver (chan_dahdi) DAHDI changes Number (MSN) list for PTMP CPE interfaces. * Added dynamic range compression support for dahdi channels. It is configured via the rxdrc and txdrc parameters in chan_dahdi.conf. + * Added support for ISDN calling and called subaddress with partial support + for connected line subaddress. Asterisk Manager Interface -------------------------- -- cgit v1.2.3