<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks. It has now compiled. I am not sure whether it is coincidental but now my span 1 and ss7 linkset are down<BR>
<BR>
[root@ildserver ~]# asterisk -rx "dahdi show status"<BR>Description Alarms IRQ bpviol CRC4 Fra Codi O ptions LBO<BR>T4XXP (PCI) Card 0 Span 1 YEL/RED 0 0 0 CCS HDB3 Y EL 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 2 OK 0 0 0 CCS HDB3 Y EL 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 3 OK 0 0 0 CCS HDB3 Y EL 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 4 UNCONFI 0 0 0 CAS Unk Y EL 0 db (CSU)/0-133 feet (DSX-1)<BR><BR>
[root@ildserver asterisk]# asterisk -rx "ss7 show linkset 1"<BR>SS7 linkset 1 status: Down<BR>[root@ildserver asterisk]# asterisk -rx "dahdi show version"<BR>DAHDI Version: SVN-trunk-r6409 Echo Canceller:<BR>[root@ildserver asterisk]# asterisk -rx "ss7 show version"<BR>libss7 version: SVN-branch-1.0-r250<BR>[root@ildserver asterisk]# asterisk -rx "core show version"<BR>Asterisk SVN-trunk-r189539 built by root @ ildserver on a i686 running Linux on 2009-04-20 23:33:13 UTC<BR><BR><BR>
This SS7 link comes up if I move these E1s to a different server having similar TE420 card.<BR>
<BR>
So I am now wondering whether I sould connect the three SS7 ckts coming from PSTN to span2, 3 and 4.<BR>
<BR>
linkset=1<BR>group=1<BR>signalling=ss7<BR>ss7type=itu<BR>ss7_called_nai=dynamic<BR>ss7_calling_nai=dynamic<BR>pointcode=3007<BR>adjpointcode=147<BR>defaultdpc=147<BR>context=from-outside_c7<BR>networkindicator=national_spare<BR>cicbeginswith=1<BR>channel => 1-15 --->change to 32-46<BR>cicbeginswith=17<BR>channel => 17-31 --->change to 48-62 <BR>sigchan=16<BR>cicbeginswith=32<BR>channel => 32-46 ----> change to 63-77<BR>channel => 48-62 ----> change to 79-93<BR>cicbeginswith=63<BR>channel => 63-77 ----->change to 94-108<BR>channel => 79-93 ----->change to 110-124<BR>
<BR>
<BR>
In this case do I need to change the following existing /etc/dahdi/system.conf ?<BR>
<BR>
span=1,1,0,ccs,hdb3<BR>bchan=1-15,17-31<BR>mtp2=16<BR>span=2,2,0,ccs,hdb3<BR>bchan=32-46,48-62<BR>span=3,3,0,ccs,hdb3<BR>bchan=63-77,79-93<BR>span=4,4,0,ccs,hdb3<BR>
bchan=94-108,110-124<BR>
<BR>
<BR>thanks,<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR> <BR>> Date: Mon, 20 Apr 2009 19:59:13 -0300<BR>> From: ngreco@gmail.com<BR>> To: asterisk-ss7@lists.digium.com<BR>> Subject: Re: [asterisk-ss7] Can't compile the latest Asterisk from SVN trunk<BR>> <BR>> Try compiling and installing the libss7 1.0 branch before compiling<BR>> Asterisk, download it with:<BR>> <BR>> svn co http://svn.digium.com/svn/libss7/branches/1.0/ libss7-1.0<BR>> <BR>> Saludos,<BR>> Nahuel Greco.<BR>> <BR>> <BR>> <BR>> On Mon, Apr 20, 2009 at 7:51 PM, Rana Dhekial <dhekial@msn.com> wrote:<BR>> > Hi,<BR>> ><BR>> > I have been told by Digium to use the latest SVN trunk version of Asterisk<BR>> > to resolve the transcoder card ( TC400B )'s issue. Unfortunately I am unable<BR>> > to compile this version and I get the following error. I am using the<BR>> > latest libss7 trunk version from SVN.<BR>> ><BR>> > [CC] chan_dahdi.c -> chan_dahdi.o<BR>> > chan_dahdi.c: In function âss7_reset_linksetâ:<BR>> > chan_dahdi.c:11181: warning: passing argument 2 of âisup_grsâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11181: error: too many arguments to function âisup_grsâ<BR>> > chan_dahdi.c: In function âss7_linksetâ:<BR>> > chan_dahdi.c:11544: warning: passing argument 2 of âisup_graâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11544: warning: passing argument 4 of âisup_graâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11750: warning: passing argument 2 of âisup_cgbaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11750: warning: passing argument 4 of âisup_cgbaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11750: error: too many arguments to function âisup_cgbaâ<BR>> > chan_dahdi.c:11760: warning: passing argument 2 of âisup_cguaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11760: warning: passing argument 4 of âisup_cguaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11760: error: too many arguments to function âisup_cguaâ<BR>> > chan_dahdi.c:11786: warning: passing argument 2 of âisup_blaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11786: error: too many arguments to function âisup_blaâ<BR>> > chan_dahdi.c:11811: warning: passing argument 2 of âisup_ubaâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:11811: error: too many arguments to function âisup_ubaâ<BR>> > chan_dahdi.c: In function âlinkset_addsigchanâ:<BR>> > chan_dahdi.c:15680: warning: passing argument 3 of âss7_add_linkâ makes<BR>> > pointer from integer without a cast<BR>> > chan_dahdi.c:15680: error: too few arguments to function âss7_add_linkâ<BR>> > chan_dahdi.c:15682: warning: passing argument 3 of âss7_add_linkâ makes<BR>> > pointer from integer without a cast<BR>> > chan_dahdi.c:15682: error: too few arguments to function âss7_add_linkâ<BR>> > chan_dahdi.c:15706: warning: implicit declaration of function<BR>> > âss7_set_adjpcâ<BR>> > chan_dahdi.c: In function âhandle_ss7_block_cicâ:<BR>> > chan_dahdi.c:15805: warning: passing argument 2 of âisup_bloâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:15805: error: too many arguments to function âisup_bloâ<BR>> > chan_dahdi.c: In function âhandle_ss7_block_linksetâ:<BR>> > chan_dahdi.c:15861: warning: passing argument 2 of âisup_bloâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:15861: error: too many arguments to function âisup_bloâ<BR>> > chan_dahdi.c: In function âhandle_ss7_unblock_cicâ:<BR>> > chan_dahdi.c:15915: warning: passing argument 2 of âisup_ublâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:15915: error: too many arguments to function âisup_ublâ<BR>> > chan_dahdi.c: In function âhandle_ss7_unblock_linksetâ:<BR>> > chan_dahdi.c:15965: warning: passing argument 2 of âisup_ublâ makes pointer<BR>> > from integer without a cast<BR>> > chan_dahdi.c:15965: error: too many arguments to function âisup_ublâ<BR>> > make[1]: *** [chan_dahdi.o] Error 1<BR>> > make: *** [channels] Error 2<BR>> ><BR>> > Any idea<BR>> ><BR>> > thanks,<BR>> ><BR>> > Rana<BR>> ><BR>> ><BR>> > ________________________________<BR>> > Windows Live™: Keep your life in sync. Check it out.<BR>> > _______________________________________________<BR>> > --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>> ><BR>> > asterisk-ss7 mailing list<BR>> > To UNSUBSCRIBE or update options visit:<BR>> > http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR>> ><BR>> <BR>> _______________________________________________<BR>> --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>> <BR>> asterisk-ss7 mailing list<BR>> To UNSUBSCRIBE or update options visit:<BR>> http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR><br /><hr />Rediscover Hotmail®: Get quick friend updates right in your inbox. <a href='http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009' target='_new'>Check it out.</a></body>
</html>