[asterisk-ss7] ss7 link down
Jorge Antillon
jantillon at ticom.co.cr
Fri Apr 16 09:53:18 CDT 2010
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/20100416/c83d7654/attachment-0001.htm
More information about the asterisk-ss7
mailing list