<div>can u cheak whether u r configuration files and reinstall the libss7 module</div>  <div>thanks<BR><B><I>umar tarar &lt;umar.tarar@gmail.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">well yes it was a copy/paste error, but i think i should correct the 2nd entry of 'djpointcode=' to 'defaultdpc=' rather than 'adjpointcode=', or if i am wrong then plz describe to me what is 'adjpointcode=' for? (by the way, tell me about 'adjpointcode=' anyway) <BR><BR>  <DIV><SPAN class=gmail_quote>On 10/17/06, <B class=gmail_sendername>Matt Fredrickson</B> &lt;<A href="mailto:creslin@digium.com">creslin@digium.com</A>&gt; wrote:</SPAN>  <BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">First of all, it looks like you are either loading chan_zap.so twice, or you have something else that has tried to open the zap channels (maybe
 chan_ss7.so?).&nbsp;&nbsp;So you need to get that straightened out.&nbsp;&nbsp;I would remove the contents of /usr/lib/asterisk/modules and do a make install from your asterisk-trunk directory again.&nbsp;&nbsp;Second, your lines in your zapata.conf that are supposed to be adjpointcode= look like they are set to djpointcode= instead (Unless that was a copy/paste error).&nbsp;&nbsp;That would be the reason it is failing at that point.<BR><BR>Matthew Fredrickson<BR><BR>----- umar tarar &lt;<A href="mailto:umar.tarar@gmail.com">umar.tarar@gmail.com</A>&gt; wrote:<BR>&gt; yes u r right, &amp; i myself had discovered this prob, &amp; i infact posted<BR>&gt; two further posts after the one that u(Matt.) responded, but don't <BR>&gt; know y did'nt those two posts get on to the asterisk-ss7 lists right<BR>&gt; after my previouse post. ok here r those:<BR>&gt;<BR>&gt; ############post-1############<BR>&gt; lately i've discovered that after compiling asterisk-trunk, i dont <BR>&gt;
 have any chan_zap.so file in my /usr/lib/asterisk/modules/, that is y<BR>&gt; asterisk while running is unable to load the chan_zap.so &amp; because of<BR>&gt; it, it do not do anything about zap, ....am i right? <BR>&gt; if yes then what should i do to correctly compile the asterisk-trunk<BR>&gt; to get the chan_zap.so (i already have tried make &amp; make install twice<BR>&gt; but did'nt get chan_zap.so both times in my<BR>&gt; /usr/lib/asterisk/modules/, though chan_zap.c is present in <BR>&gt; asterisk-trunk folder)<BR>&gt; #############################<BR>&gt;<BR>&gt; ###########post-2#############<BR>&gt; okay Matt.! now some how after fixing that chan_zap.so prob (by<BR>&gt; rechecking once again all the three packages), now when i run the <BR>&gt; asterisk with forcefully loading the chan_zap.so modules by loading it<BR>&gt; into modules.conf , it gives the following error about djpointcode &amp;<BR>&gt; sigchan as;<BR>&gt;<BR>&gt; ------------CLI eror
 log----------------- <BR>&gt; .<BR>&gt; .<BR>&gt; [ Oct 14 07:28:18 ] NOTICE[4070]: loader.c:793 load_modules: 1 modules<BR>&gt; will be loaded.<BR>&gt; == Registered application 'ZapSendKeypadFacility'<BR>&gt; == Parsing '/etc/asterisk/zapata.conf': Found <BR>&gt; [ Oct 14 07:28:18 ] ERROR[4070]: chan_zap.c:11272 linkset_addsigchan:<BR>&gt; Unspecified adjpointcode!<BR>&gt; .<BR>&gt; .<BR>&gt; .<BR>&gt; res_features.so =&gt; (Call Features Resource)<BR>&gt; == Parsing '/etc/asterisk/smdi.conf': Found <BR>&gt; [ Oct 14 07:28:18 ] WARNING[4070]: res_smdi.c:726 load_module: No SMDI<BR>&gt; interfaces are available to listen on, not starting SDMI listener.<BR>&gt; [ Oct 14 07:28:18 ] WARNING[4070]: pbx.c:2818<BR>&gt; ast_register_application: Already have an application <BR>&gt; 'ZapSendKeypadFacility'<BR>&gt; == Parsing '/etc/asterisk/zapata.conf': Found<BR>&gt; [ Oct 14 07:28:18 ] ERROR[4070]: chan_zap.c:11222 linkset_addsigchan:<BR>&gt; Unable to open SS7 sigchan 16
 (Device or resource busy) <BR>&gt; .<BR>&gt; .<BR>&gt; .<BR>&gt; ----------------------------------------------<BR>&gt;<BR>&gt; and here r my zapata.conf &amp; zaptel.conf<BR>&gt;<BR>&gt; -----------------zapata.conf--------------<BR>&gt; channels] <BR>&gt; context=zapIncoming<BR>&gt; switchtype=euroisdn<BR>&gt; usecallerid=yes<BR>&gt; hidecallerid=no<BR>&gt; echocancel=yes<BR>&gt; echocancelwhenbridged=yes<BR>&gt; musiconhold=default<BR>&gt;<BR>&gt; signalling = ss7 <BR>&gt; ss7type = itu<BR>&gt;<BR>&gt; linkset = 1<BR>&gt;<BR>&gt; ;pointcode = 0x1680<BR>&gt; pointcode = 05760<BR>&gt;<BR>&gt; ;djpointcode = 0x168a<BR>&gt; djpointcode = 05770<BR>&gt; ;djpointcode = 05-10-10<BR>&gt;<BR>&gt; ;defaultdpc = 0x168a<BR>&gt; djpointcode = 05770<BR>&gt; ;defaultdpc = 05-10-10<BR>&gt;<BR>&gt; networkindicator=national<BR>&gt; cicbeginswith = 1<BR>&gt; sigchan = 16 ; First signaling channel<BR>&gt; channel=&gt;1-15,17-31 <BR>&gt;<BR>&gt; ;channel=&gt;1-15<BR>&gt;
 ;cicbeginswith=17<BR>&gt; ;channel=&gt;17-31<BR>&gt; -----------------------------------------------<BR>&gt;<BR>&gt; ---------------zaptel.conf-----------------<BR>&gt; pan=1,1,0,ccs,hdb3 <BR>&gt; bchan=1-15,17-31<BR>&gt; dchan=16<BR>&gt; -----------------------------------------------<BR>&gt;<BR>&gt; now i think the problem is quite identified, so plz suggest me what<BR>&gt; should i do to solve this<BR>&gt; ############################# <BR>&gt;<BR>&gt; so plz now respond according to having these two posts right after my<BR>&gt; previous post (in which i've already mentioned, what the CLI error log<BR>&gt; says abt zap --- keep in mind that chan_zap.so did'nt load <BR>&gt; autometically rather i forcefully loaded it through 'load' command in<BR>&gt; modules.conf)<BR>&gt;<BR>&gt; waitin for the responces<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; On 10/14/06 , Matt Fredrickson &lt; <A href="mailto:creslin@digium.com">creslin@digium.com</A> &gt; wrote: It sounds<BR>&gt; like
 chan_zap.so didn't load... You need to look at what happens when<BR>&gt; you load asterisk, to see why chan_zap.so is not loading.<BR>&gt;<BR>&gt; Matthew Fredrickson <BR><BR>_______________________________________________<BR>--Bandwidth and Colocation provided by <A href="http://easynews.com/">Easynews.com</A> --<BR><BR>asterisk-ss7 mailing list<BR>To UNSUBSCRIBE or update options visit: <BR>&nbsp;&nbsp; <A href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</A><BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|__\__/__|&nbsp;&nbsp; /__/ \__\&nbsp;&nbsp; |__| \__| <BR><BR><BR>_______________________________________________<BR>--Bandwidth and Colocation provided by Easynews.com --<BR><BR>asterisk-ss7 mailing list<BR>To UNSUBSCRIBE or update options visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR></BLOCKQUOTE><BR><BR><BR><DIV><FONT face="comic
 sans ms" color=#0000bf size=4>Indra Sri Shantha Abeysinghe</FONT></DIV>  <DIV><FONT face="comic sans ms" color=#0000bf size=4><A href="mailto:abeysinghe316@yahoo.com">abeysinghe316@yahoo.com</A></FONT></DIV>  <DIV><FONT face="comic sans ms" color=#0000bf size=4><A href="mailto:indrasrishantha@gmail.com">indrasrishantha@gmail.com</A></FONT><FONT color=#0000bf><BR><FONT face="Comic Sans MS" size=4>0724-301904</FONT></FONT></DIV><p>&#32;
                <hr size=1>Do you Yahoo!?<br> 
Get on board. <a href="http://us.rd.yahoo.com/evt=40791/*http://advision.webevents.yahoo.com/mailbeta">You're invited</a> to try the new Yahoo! Mail.