[asterisk-bugs] [Asterisk 0014292]: [patch] CCBS/CCNR support for QSIG (libpri & chan_dahdi)
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed May 26 11:01:12 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14292
======================================================================
Reported By: tomaso
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 14292
Category: Channels/chan_dahdi/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Target Version: 1.8
Asterisk Version: SVN
JIRA: SWP-1493
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 162497
Request Review:
======================================================================
Date Submitted: 2009-01-21 03:33 CST
Last Modified: 2010-05-26 11:01 CDT
======================================================================
Summary: [patch] CCBS/CCNR support for QSIG (libpri &
chan_dahdi)
Description:
Based on the COLP/CONP work in asterisk team branch issue8824
http://svn.digium.com/view/asterisk/team/group/issue8824 and the QSIG
COLP/CONP patch in issue 0014068 here comes another patch for chan_dahdi &
libpri regarding the ISDN/QSIG CCBS/CCNR feature.
Since there is some basic stuff done in issue 0014068 regarding QSIG
facility handling in libpri and chan_dahdi the patches requires the patches
from issue 0014068 first.
It has been tested with HiPath 3000 V4.0 and HICOM 300.
libpri-1.4-2008-12-10-ccbsccnr-0.1.0.patch adds CCBS/CCNR support to
libpri-1.4 branch.
asterisk-issue8824-2008-12-10-ccbsccnr-0.1.0.patch is used to patch
chan_dahdi.c in asterisk-issue8824.
QSIG CCBS-CCNR.doc is a short description of the new dahdi dialplan
applications and gives information how to use them in the dialplan.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014068 [patch] COLP/CONP support in QSIG
======================================================================
----------------------------------------------------------------------
(0122489) svnbot (reporter) - 2010-05-26 11:01
https://issues.asterisk.org/view.php?id=14292#c122489
----------------------------------------------------------------------
Repository: libpri
Revision: 1714
U branches/1.4/Makefile
A branches/1.4/doc/
D branches/1.4/doc/cc_ptmp_agent.fsm
A branches/1.4/doc/cc_ptmp_agent.fsm
D branches/1.4/doc/cc_ptmp_agent_flattened.fsm
A branches/1.4/doc/cc_ptmp_agent_flattened.fsm
D branches/1.4/doc/cc_ptmp_monitor.fsm
A branches/1.4/doc/cc_ptmp_monitor.fsm
D branches/1.4/doc/cc_ptmp_monitor_flattened.fsm
A branches/1.4/doc/cc_ptmp_monitor_flattened.fsm
D branches/1.4/doc/cc_ptp_agent.fsm
A branches/1.4/doc/cc_ptp_agent.fsm
D branches/1.4/doc/cc_ptp_agent_flattened.fsm
A branches/1.4/doc/cc_ptp_agent_flattened.fsm
D branches/1.4/doc/cc_ptp_monitor.fsm
A branches/1.4/doc/cc_ptp_monitor.fsm
D branches/1.4/doc/cc_ptp_monitor_flattened.fsm
A branches/1.4/doc/cc_ptp_monitor_flattened.fsm
D branches/1.4/doc/cc_qsig_agent.fsm
A branches/1.4/doc/cc_qsig_agent.fsm
D branches/1.4/doc/cc_qsig_agent_flattened.fsm
A branches/1.4/doc/cc_qsig_agent_flattened.fsm
D branches/1.4/doc/cc_qsig_monitor.fsm
A branches/1.4/doc/cc_qsig_monitor.fsm
D branches/1.4/doc/cc_qsig_monitor_flattened.fsm
A branches/1.4/doc/cc_qsig_monitor_flattened.fsm
U branches/1.4/libpri.h
U branches/1.4/pri.c
A branches/1.4/pri_cc.c
U branches/1.4/pri_facility.c
U branches/1.4/pri_facility.h
U branches/1.4/pri_internal.h
U branches/1.4/pri_q931.h
U branches/1.4/prisched.c
U branches/1.4/q931.c
U branches/1.4/rose.c
U branches/1.4/rose.h
A branches/1.4/rose_etsi_cc.c
U branches/1.4/rose_internal.h
A branches/1.4/rose_qsig_cc.c
U branches/1.4/rosetest.c
------------------------------------------------------------------------
r1714 | rmudgett | 2010-05-26 11:01:10 -0500 (Wed, 26 May 2010) | 28 lines
Add Call Completion Suppplementary Service
Call Completion Supplementary Service (CCSS) added for the following
switch types: ETSI PTMP, ETSI PTP, Q.SIG.
Specifications:
ETS 300 359 CCBS for PTMP and PTP
ETS 301 065 CCNR for PTMP and PTP
ECMA-186 Call Completion for Q.SIG
Several support services were added to support CC:
Dummy Call Reference.
Q.931 REGISTER message.
Dynamic expansion of the number of available timers (up to 8192).
Enhanced facility message handling.
Current implementation limitations preclude the following:
CC service retention is not supported.
Q.SIG path reservation is not supported.
(closes issue https://issues.asterisk.org/view.php?id=14292)
Reported by: tomaso
Tested by: rmudgett
JIRA SWP-1493
Review: https://reviewboard.asterisk.org/r/522/
------------------------------------------------------------------------
http://svn.digium.com/view/libpri?view=rev&revision=1714
Issue History
Date Modified Username Field Change
======================================================================
2010-05-26 11:01 svnbot Note Added: 0122489
======================================================================
More information about the asterisk-bugs
mailing list