[asterisk-bugs] [DAHDI-linux 0015311]: Call to a FXS DAHDI channel with Panasonic KX-TG4000 connected drops in 8 seconds randomly

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jun 13 23:17:16 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15311 
====================================================================== 
Reported By:                vmikhelson
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   15311
Category:                   dahdi (the module)
Reproducibility:            random
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2009-06-11 00:49 CDT
Last Modified:              2009-06-13 23:17 CDT
====================================================================== 
Summary:                    Call to a FXS DAHDI channel with Panasonic KX-TG4000
connected drops in 8 seconds randomly
Description: 
More often than not a call placed to a DAHDI channel with Panasonic
KX-TG4000 connected would drop on its own in exactly 8 seconds after being
answered. Before being disconnected two (2) clicks are being heard in
succession. The second click kills the connection.
====================================================================== 

---------------------------------------------------------------------- 
 (0106369) vmikhelson (reporter) - 2009-06-13 23:17
 https://issues.asterisk.org/view.php?id=15311#c106369 
---------------------------------------------------------------------- 
In reply to tzafrir's note.

If the channel is configured to "ls" the problem goes away but the channel
stays on indefinitely after an incoming call is hung up by a caller.

Device used:
Generic Wildcard TDM400p REV I
lspci identifies it as a "Communication controller: Tiger Jet Network Inc.
Tiger3XX Modem/ISDN interface"

/etc/dahdi/system.conf
# Autogenerated by /usr/sbin/dahdi_genconf on Sat Nov  8 15:13:08 2008 --
do not hand edit
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: WCTDM/0 "Wildcard TDM410P Board 1" (MASTER) 
fxsks=1
echocanceller=mg2,1
fxsks=2
echocanceller=mg2,2
fxsks=3
echocanceller=mg2,3
# channel 4, WCTDM/0/3, no module.

# Span 2: WCTDM/4 "Wildcard TDM400P REV I Board 5" 
fxoks=5
echocanceller=mg2,5
fxoks=6
echocanceller=mg2,6
fxoks=7
echocanceller=mg2,7
fxoks=8
echocanceller=mg2,8

# Global data

loadzone	= us
defaultzone	= us

/etc/asterisk/chan_dahdi.conf
;# Flash Operator Panel will parse this file for dahdi trunk buttons
;# AMPLABEL will be used for the display labels on the buttons

;# %c Dahdi Channel number
;# %n Line number
;# %N Line number, but restart counter
;# Example:
;# ;AMPLABEL:Channel %c - Button %n

;# For Dahdi/* buttons use the following
;# (where x=number of buttons to dislpay)
;# ;AMPWILDCARDLABEL(x):MyLabel   


[channels]
language=en

; include dahdi-cahnnels.conf generated by dahdi_genconfig
#include dahdi-channels.conf

; include dahdi extensions defined in FreePBX
#include chan_dahdi_additional.conf
#include chan_dahdi_custom.conf

/etc/asterisk/dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Sat Nov  8 15:13:08 2008 --
do not hand edit
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is
intended
; to be #include-d by /etc/asterisk/chan_dahdi.conf that will include the
global settings
;

; Span 1: WCTDM/0 "Wildcard TDM410P Board 1" (MASTER) 
;;; line="1 WCTDM/0/0 FXSKS  (In use) (EC: MG2)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
faxdetect=incoming
channel => 1

;;; line="2 WCTDM/0/1 FXSKS  (In use) (EC: MG2)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
faxdetect=incoming
channel => 2

;;; line="3 WCTDM/0/2 FXSKS  (In use) (EC: MG2)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
faxdetect=incoming
channel => 3


; Span 2: WCTDM/4 "Wildcard TDM400P REV I Board 5" 
;;; line="5 WCTDM/4/0 FXOKS  (In use) (EC: MG2)"
signalling=fxo_ks
callerid="Channel 5" <4005>
mailbox=4005
group=5
context=from-internal
channel => 5

;;; line="6 WCTDM/4/1 FXOKS  (In use) (EC: MG2)"
signalling=fxo_ks
callerid="Channel 6" <4006>
mailbox=4006
group=5
context=from-internal
channel => 6

;;; line="7 WCTDM/4/2 FXOKS  (In use) (EC: MG2)"
signalling=fxo_ks
callerid="Channel 7" <4007>
mailbox=4007
group=5
context=from-internal
channel => 7

;;; line="8 WCTDM/4/3"
signalling=fxo_ks
callerid="Channel 8" <4008>
mailbox=4008
group=5
context=from-internal
channel => 8

/etc/asterisk/chan_dahdi_additional.conf
;--------------------------------------------------------------------------------;
; Do NOT edit this file as it is auto-generated by FreePBX. All
modifications to ;
; this file must be done via the web gui. There are alternative files to
make    ;
; custom modifications, details at: http://freepbx.org/configuration_files
      ;
;--------------------------------------------------------------------------------;
;

;;;;;;[21]
signalling=fxo_ks
pickupgroup=
mailbox=21 at default
immediate=no
echotraining=4000
echocancelwhenbridged=yes
echocancel=32
context=from-internal
callprogress=no
callgroup=
callerid=device <21>
busydetect=no
busycount=7
accountcode=
channel=>5

;;;;;;[22]
signalling=fxo_ks
pickupgroup=
mailbox=22 at default
immediate=no
echotraining=4000
echocancelwhenbridged=yes
echocancel=32
context=from-internal
callprogress=no
callgroup=
callerid=device <22>
busydetect=no
busycount=7
accountcode=
channel=>6

;;;;;;[23]
signalling=fxo_ks
pickupgroup=
mailbox=23 at device
immediate=no
echotraining=yes
echocancelwhenbridged=yes
echocancel=yes
context=from-internal
callprogress=no
callgroup=
callerid=device <23>
busydetect=no
busycount=7
accountcode=
channel=>7

;;;;;;[30]
signalling=fxo_ks
pickupgroup=
mailbox=30 at default
immediate=no
echotraining=yes
echocancelwhenbridged=yes
echocancel=yes
context=from-internal
callprogress=no
callgroup=
callerid=device <30>
busydetect=no
busycount=7
accountcode=
channel=>8

/etc/asterisk/chan_dahdi_custom.conf
<empty> 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-13 23:17 vmikhelson     Note Added: 0106369                          
======================================================================




More information about the asterisk-bugs mailing list