[asterisk-ss7] ss7 link down
Amanat Togayev
amanat at dtv.kz
Sun Apr 18 22:50:46 CDT 2010
Asterisk 1.6.2.0
libss7 version: 1.0.2
DAHDI Version: 2.2.0.2 Echo Canceller: MG2
Also I have pri channels
libpri version: SVN-branch-1.4-r1439
you need to use chan_dahdi.conf when using libss7, maybe in chan_ss7 it’s not necessary.
Somebody can help me, is this log critical ?
[2010-04-16 19:12:40.646] ERROR[7102] chan_dahdi.c: PTP MDL can't handle error of type F
[2010-04-16 19:12:40.646] ERROR[7102] chan_dahdi.c: MDL-ERROR (F), SABME in state 7
[2010-04-16 19:12:40.930] ERROR[7103] chan_dahdi.c: PTP MDL can't handle error of type F
[2010-04-16 19:12:40.930] ERROR[7103] chan_dahdi.c: MDL-ERROR (F), SABME in state 7
From: asterisk-ss7-bounces at lists.digium.com [mailto:asterisk-ss7-bounces at lists.digium.com] On Behalf Of Jorge Antillon
Sent: Friday, April 16, 2010 8:53 PM
To: asterisk-ss7 at lists.digium.com
Subject: Re: [asterisk-ss7] ss7 link down
I think chan_dahdi is not necesary when using chan_ss7, are you using chan_ss7 or libss7 or what?
My apologies if the answer becomes obvious, however my little knowledge narrows down to chan_ss7 only.
Below are portions of my chan_daddi and ss7.conf
bchan=1-31
#mtp2=31
bchan=32-62
#mtp2=62
bchan=63-93
bchan=94-124
loadzone = nl
defaultzone = nl
------------------------------------
[linkset-ls1]
enabled => yes
enable_st => no
use_connect => no
hunting_policy => seq_lth
context => congestion
language => en
t35 => 15000,timeout
subservice => auto
variant => ITU
[link-l1]
linkset => ls1
channels => 1-30
schannel => 31 at SJO_P0BX_01:12000 ; this is only since I am trying to use a cluster fashion instead of individual DPCs for every 4 E1s.
firstcic => 1
enabled => yes
echocancel => 31speech
echocan_train => 350
echocan_taps => 128
[link-l2]
linkset => ls1
channels => 1-31
schannel =>
firstcic => 32
enabled => yes
[link-l16]
linkset => ls1
channels => 1-31
schannel =>
firstcic => 466
enabled => yes
[host-SJO_P0BX_01]
enabled => yes
opc => 0x601
dpc => ls1:0x103
default_linkset => ls1
links => l1:1,l2:2,l3:3,l4:4
;globaltitle => 0x00, 0x04, 0x01, 4702636074
ssn => 7
if-1 => 192.168.10.24
jorge.
On Fri, 2010-04-16 at 17:52 +0600, Amanat Togayev wrote:
Jorge, what do you think ?
From: asterisk-ss7-bounces at lists.digium.com
[mailto:asterisk-ss7-bounces at lists.digium.com] On Behalf Of Amanat Togayev
Sent: Thursday, April 15, 2010 11:16 AM
To: asterisk-ss7 at lists.digium.com
Subject: Re: [asterisk-ss7] ss7 link down
Here is.
Dahdi.conf
# Autogenerated by /usr/sbin/dahdi_genconf on Wed Nov 11 17:53:51 2009
# If you edit this file and execute /usr/sbin/dahdi_genconf again,
# your manual changes will be LOST.
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER)
span=1,0,0,ccs,hdb3
bchan=2-31
dchan=1
echocanceller=mg2,2-31
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2"
span=2,0,0,ccs,hdb3
# termtype: te
bchan=32-62
echocanceller=mg2,32-62
# Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3"
span=3,0,0,ccs,hdb3
bchan=63-77,79-93
dchan=78
echocanceller=mg2,63-77,79-93
# Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4"
span=4,0,0,ccs,hdb3
bchan=94-108,110-124
dchan=109
echocanceller=mg2,94-108,110-124
# Global data
loadzone = ru
defaultzone = ru
Chan_dahdi.conf
[trunkgroups]
[channels]
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
;echocancelwhenbridged=yes
echocancelwhenbridged=no
language=ru
group=1
callgroup=1
pickupgroup=1
signalling=ss7
; ---------------- Options for use with signalling=ss7 -----------------
ss7type = itu
ss7_called_nai=national
ss7_calling_nai=national
;;;;;;;;;;;;;1 Port #######################
linkset = 1
pointcode = 11990 ;1
adjpointcode = 11700 ;2
defaultdpc = 11700 ;3
cicbeginswith = 2
;networkindicator=national_spare;international
networkindicator=national_spare
channel = 2-62 ;25-47
sigchan = 1 ;48
;;;;;;;;;;;;;3 Port #######################
switchtype = euroisdn
signalling = pri_cpe
context = default
group = 2
channel => 63-77,79-93
pritimer => t202,2000
pritimer => t303,1000
pritimer => t305,500
pritimer => t308,1000
;pritimer => t200,1000
;pritimer => t203,1000
;pritimer => t305,1000
;sigchan = 78 ;48
;;;;;;;;;;;;;4 Port #######################
context = default
group = 3
channel => 94-108,110-124
From: asterisk-ss7-bounces at lists.digium.com
[mailto:asterisk-ss7-bounces at lists.digium.com] On Behalf Of Jorge Antillon
Sent: Thursday, April 15, 2010 10:33 AM
To: asterisk-ss7 at lists.digium.com
Subject: Re: [asterisk-ss7] ss7 link down
Hi,
Please post your config file.
jorge.
On Thu, 2010-04-15 at 10:00 +0600, Amanat Togayev wrote:
Can somebody help me !
From: asterisk-ss7-bounces at lists.digium.com
[mailto:asterisk-ss7-bounces at lists.digium.com] On Behalf Of Amanat Togayev
Sent: Thursday, April 15, 2010 9:37 AM
To: asterisk-ss7 at lists.digium.com
Subject: [asterisk-ss7] ss7 link down
Hello.
I have 2xE1’s. they working properly, but when the high load begins starts
write this messages
[2010-04-02 12:19:11.979] WARNING[5223] chan_dahdi.c: MTP2 link down (SLC 0)
[2010-04-02 12:19:32.157] WARNING[5223] chan_dahdi.c: MTP2 link down (SLC 0)
[2010-04-02 12:19:44.842] WARNING[5223] chan_dahdi.c: MTP2 link down (SLC 0)
[2010-04-02 12:19:49.662] WARNING[748] file.c: Unexpected control subclass
'14'
[2010-04-02 12:19:58.736] WARNING[789] file.c: Unexpected control subclass
'14'
[2010-04-02 12:20:01.000] WARNING[832] file.c: Unexpected control subclass
'14'
[2010-04-02 12:20:01.412] WARNING[789] file.c: Unexpected control subclass
'14'
[2010-04-02 12:20:03.718] WARNING[5223] chan_dahdi.c: REL on channel (CIC
16) without owner!
[2010-04-02 12:20:09.713] WARNING[5223] chan_dahdi.c: REL on channel (CIC
58) without owner!
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-ss7
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-ss7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-ss7/attachments/20100419/b668d217/attachment-0001.htm
More information about the asterisk-ss7
mailing list