[asterisk-bugs] [Asterisk 0015048]: [patch] NT over PtMP for BRI

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Oct 23 14:55:19 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15048 
====================================================================== 
Reported By:                vrban
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15048
Category:                   Channels/chan_dahdi/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     confirmed
Target Version:             Feature Tracker
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-05-07 07:34 CDT
Last Modified:              2009-10-23 14:55 CDT
====================================================================== 
Summary:                    [patch] NT over PtMP for BRI
Description: 
Ok, this patch is a naive test i made, but very very limited a bit is
allready working. You can call from one connected ISDN device (i used a
ISDN/analog adapter DeTeWe TA33) into chan_dadhi. That's all, nothing more.
You can't call from chan_dadi to the ISDN device or connect multiple isdn
devices.

Also chan_dadi jumps directly to the s-Extension when you lift up the
phone. And dont give you dial tone or wait for digits. But i was pleasantly
surprised that NT-ptmp is working anyway.

Let's start to work on this, to finally ditch bristuff and chan_misdn
====================================================================== 

---------------------------------------------------------------------- 
 (0112680) svnbot (reporter) - 2009-10-23 14:55
 https://issues.asterisk.org/view.php?id=15048#c112680 
---------------------------------------------------------------------- 
Repository: libpri
Revision: 1242

U   branches/1.4/libpri.h
U   branches/1.4/pri.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_q921.h
U   branches/1.4/pri_q931.h
U   branches/1.4/q921.c
U   branches/1.4/q931.c

------------------------------------------------------------------------
r1242 | rmudgett | 2009-10-23 14:55:17 -0500 (Fri, 23 Oct 2009) | 16 lines

Add BRI PTMP NT mode, HOLD/RETRIEVE, Call rerouting/deflection, and keypad
facility support.

* Added support for BRI PTMP NT mode.  (Overlap dialing NT -> TE not
supported.)
* Added handling of received HOLD/RETRIEVE messages and the optional
ability
  to transfer a held call on disconnect similar to an analog phone.
* Added CallRerouting/CallDeflection support for Q.SIG, ETSI PTP, ETSI
PTMP.
  Will reroute/deflect an outgoing call when receive the message.
  Can use the DAHDISendCallreroutingFacility to send the message for the
  supported switches.
* Added ability to send/receive keypad digits in the SETUP message.
  Send keypad digits in SETUP message:
Dial(DAHDI/g1[/K<keypad_digits>][/extension])
  Access any received keypad digits in SETUP message by:
${CHANNEL(keypad_digits)}

(closes issue https://issues.asterisk.org/view.php?id=15048)
Tested by: rmudgett, mattf

------------------------------------------------------------------------

http://svn.digium.com/view/libpri?view=rev&revision=1242 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-23 14:55 svnbot         Checkin                                      
2009-10-23 14:55 svnbot         Note Added: 0112680                          
======================================================================




More information about the asterisk-bugs mailing list