<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.&nbsp; I am not sure whether it is coincidental but now my span 1 and ss7 linkset&nbsp;are down<BR>
&nbsp;<BR>
[root@ildserver ~]# asterisk -rx "dahdi show status"<BR>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alarms&nbsp; IRQ&nbsp;&nbsp;&nbsp; bpviol CRC4&nbsp;&nbsp; Fra Codi O&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ptions&nbsp; LBO<BR>T4XXP (PCI) Card 0 Span 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; YEL/RED 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNCONFI 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CAS Unk&nbsp; Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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&nbsp;if I move these&nbsp;E1s to a different server&nbsp;having similar TE420 card.<BR>
&nbsp;<BR>
So I am now wondering whether I sould&nbsp;connect the three SS7 ckts coming from PSTN to span2, 3 and 4.<BR>
&nbsp;<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 =&gt; 1-15&nbsp;&nbsp; ---&gt;change to 32-46<BR>cicbeginswith=17<BR>channel =&gt; 17-31&nbsp;&nbsp;---&gt;change to 48-62&nbsp;<BR>sigchan=16<BR>cicbeginswith=32<BR>channel =&gt; 32-46&nbsp;&nbsp; ----&gt; change to 63-77<BR>channel =&gt; 48-62&nbsp;&nbsp; ----&gt; change to 79-93<BR>cicbeginswith=63<BR>channel =&gt; 63-77&nbsp;&nbsp; -----&gt;change to 94-108<BR>channel =&gt; 79-93&nbsp; -----&gt;change to&nbsp; 110-124<BR>
&nbsp;<BR>
&nbsp;<BR>
In this case do I need to change the following existing /etc/dahdi/system.conf ?<BR>
&nbsp;<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>
&nbsp;<BR>
<BR>thanks,<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
<BR>&nbsp;<BR>&gt; Date: Mon, 20 Apr 2009 19:59:13 -0300<BR>&gt; From: ngreco@gmail.com<BR>&gt; To: asterisk-ss7@lists.digium.com<BR>&gt; Subject: Re: [asterisk-ss7] Can't compile the latest Asterisk from SVN trunk<BR>&gt; <BR>&gt; Try compiling and installing the libss7 1.0 branch before compiling<BR>&gt; Asterisk, download it with:<BR>&gt; <BR>&gt; svn co http://svn.digium.com/svn/libss7/branches/1.0/ libss7-1.0<BR>&gt; <BR>&gt; Saludos,<BR>&gt; Nahuel Greco.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; On Mon, Apr 20, 2009 at 7:51 PM, Rana Dhekial &lt;dhekial@msn.com&gt; wrote:<BR>&gt; &gt; Hi,<BR>&gt; &gt;<BR>&gt; &gt; I have been told by Digium to use the latest SVN trunk version of Asterisk<BR>&gt; &gt; to resolve the transcoder card ( TC400B )'s issue. Unfortunately I am unable<BR>&gt; &gt; to compile this version and I get the following error.&nbsp; I am using the<BR>&gt; &gt; latest libss7 trunk version from SVN.<BR>&gt; &gt;<BR>&gt; &gt; &nbsp; [CC] chan_dahdi.c -&gt; chan_dahdi.o<BR>&gt; &gt; chan_dahdi.c: In function âss7_reset_linksetâ:<BR>&gt; &gt; chan_dahdi.c:11181: warning: passing argument 2 of âisup_grsâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11181: error: too many arguments to function âisup_grsâ<BR>&gt; &gt; chan_dahdi.c: In function âss7_linksetâ:<BR>&gt; &gt; chan_dahdi.c:11544: warning: passing argument 2 of âisup_graâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11544: warning: passing argument 4 of âisup_graâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11750: warning: passing argument 2 of âisup_cgbaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11750: warning: passing argument 4 of âisup_cgbaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11750: error: too many arguments to function âisup_cgbaâ<BR>&gt; &gt; chan_dahdi.c:11760: warning: passing argument 2 of âisup_cguaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11760: warning: passing argument 4 of âisup_cguaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11760: error: too many arguments to function âisup_cguaâ<BR>&gt; &gt; chan_dahdi.c:11786: warning: passing argument 2 of âisup_blaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11786: error: too many arguments to function âisup_blaâ<BR>&gt; &gt; chan_dahdi.c:11811: warning: passing argument 2 of âisup_ubaâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:11811: error: too many arguments to function âisup_ubaâ<BR>&gt; &gt; chan_dahdi.c: In function âlinkset_addsigchanâ:<BR>&gt; &gt; chan_dahdi.c:15680: warning: passing argument 3 of âss7_add_linkâ makes<BR>&gt; &gt; pointer from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15680: error: too few arguments to function âss7_add_linkâ<BR>&gt; &gt; chan_dahdi.c:15682: warning: passing argument 3 of âss7_add_linkâ makes<BR>&gt; &gt; pointer from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15682: error: too few arguments to function âss7_add_linkâ<BR>&gt; &gt; chan_dahdi.c:15706: warning: implicit declaration of function<BR>&gt; &gt; âss7_set_adjpcâ<BR>&gt; &gt; chan_dahdi.c: In function âhandle_ss7_block_cicâ:<BR>&gt; &gt; chan_dahdi.c:15805: warning: passing argument 2 of âisup_bloâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15805: error: too many arguments to function âisup_bloâ<BR>&gt; &gt; chan_dahdi.c: In function âhandle_ss7_block_linksetâ:<BR>&gt; &gt; chan_dahdi.c:15861: warning: passing argument 2 of âisup_bloâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15861: error: too many arguments to function âisup_bloâ<BR>&gt; &gt; chan_dahdi.c: In function âhandle_ss7_unblock_cicâ:<BR>&gt; &gt; chan_dahdi.c:15915: warning: passing argument 2 of âisup_ublâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15915: error: too many arguments to function âisup_ublâ<BR>&gt; &gt; chan_dahdi.c: In function âhandle_ss7_unblock_linksetâ:<BR>&gt; &gt; chan_dahdi.c:15965: warning: passing argument 2 of âisup_ublâ makes pointer<BR>&gt; &gt; from integer without a cast<BR>&gt; &gt; chan_dahdi.c:15965: error: too many arguments to function âisup_ublâ<BR>&gt; &gt; make[1]: *** [chan_dahdi.o] Error 1<BR>&gt; &gt; make: *** [channels] Error 2<BR>&gt; &gt;<BR>&gt; &gt; Any idea<BR>&gt; &gt;<BR>&gt; &gt; thanks,<BR>&gt; &gt;<BR>&gt; &gt; Rana<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Windows Live™: Keep your life in sync. Check it out.<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; &gt;<BR>&gt; &gt; asterisk-ss7 mailing list<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt; &nbsp; http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR>&gt; &gt;<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; <BR>&gt; asterisk-ss7 mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; 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>