summaryrefslogtreecommitdiff
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2009-04-21 17:44:01 +0000
committerRichard Mudgett <rmudgett@digium.com>2009-04-21 17:44:01 +0000
commit6bb2b6c096cc8c56d0a01fb17d9723b8c5b92d0e (patch)
tree274e051566d5d31050dc6c64f1ae79bc83bf38a5 /channels/misdn_config.c
parentcf95f3a1180b6e3078ca3ceaf1a28570ba340ace (diff)
Added CCBS/CCNR Party A support and enhanced COLP support.
This change adds the following features to chan_misdn: * CCBS/CCNR Party A support for PTMP and PTP modes. * Enhances COLP support for call diversion and explicit call transfer. These enhanced features require a modified version of mISDN. The latest modified mISDN v1.1.x based version is available at: http://svn.digium.com/svn/thirdparty/mISDN/trunk http://svn.digium.com/svn/thirdparty/mISDNuser/trunk Taged 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 Review: http://reviewboard.digium.com/r/218/ Merged from team/rmudgett/misdn_facility branch. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@189735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 444b939f2..3643d67e2 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -361,6 +361,8 @@ static const struct misdn_cfg_spec port_spec[] = {
"MSN's for TE ports, listen on those numbers on the above ports, and\n"
"\tindicate the incoming calls to Asterisk.\n"
"\tHere you can give a comma separated list, or simply an '*' for any msn." },
+ { "cc_request_retention", MISDN_CFG_CC_REQUEST_RETENTION, MISDN_CTYPE_BOOL, "yes", NONE,
+ "Enable/Disable call-completion request retention support (ptp)." },
};
static const struct misdn_cfg_spec gen_spec[] = {