<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Dear Zoltan<br><br>Yes, you are right, and I hv got a complete docs from Mr Salaque in this mailing list, it was very help full to
me.anyways, I have installed 2 digium TE405 quad E1 card(8 span) in my
asterisk box with ss7. its looking nice so far.<br><br>Now my job is to
connected this Asterisk to a PSTN line, so that few calls come from IP
address&nbsp; 74.222.X.X, 74.222.X.Y and 74.222.Y.Y, And if this Asterisk
want to route those call via this PSTN line.<br>What I have with sip.conf, extensions.conf , users.conf and h323.conf???<br><br>Thanks in anvance.<br><br>Shuvro</div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Zoltan Markella &lt;zoltan.markella@openhorizont.co.uk&gt;<br><b><span style="font-weight: bold;">To:</span></b> asterisk-ss7@lists.digium.com<br><b><span style="font-weight: bold;">Sent:</span></b> Saturday, September 19, 2009 5:59:07 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [asterisk-ss7] problem with libss7-1.0.2 installation; asterisk couldnt load libss7.so<br></font><br>LibSS7 is accessed through chan_dahdi in asterisk.<br><br>You need to modify the configuration file /etc/asterisk/chan_dahdi.conf <br>and then load
 the chan_dahdi.so module.<br><br>In chan_dahdi.conf you need to set signalling to ss7 (along with a few <br>other ss7 related parameters).<br><br>Zoltan<br><br>Shuvro Hasan wrote:<br>&gt; Dear Sir<br>&gt;<br>&gt; Recently I have installed Digium TE405P E1 card and following tar in my fedora 10 box in order:<br>&gt; dahdi-linuxcomplete-2.2.0.2+2.2.0<br>&gt; libss7-1.0.2<br>&gt; asterisk-1.6.1.6<br>&gt;<br>&gt; I felt problem to compile libss7 with following error: <br>&gt;<br>&gt; [root@SSONE libss7-1.0.2]# make<br>&gt; gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT mtp2.o -MF .mtp2.o.d -MP -c -o mtp2.o mtp2.c<br>&gt; gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT ss7_sched.o -MF .ss7_sched.o.d -MP -c -o ss7_sched.o ss7_sched.c<br>&gt; gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT ss7.o -MF .ss7.o.d -MP -c -o ss7.o ss7.c<br>&gt; gcc -Wall -Werror -Wstrict-prototypes
 -Wmissing-prototypes -g -fPIC -MD -MT mtp3.o -MF .mtp3.o.d -MP -c -o mtp3.o mtp3.c<br>&gt; gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT isup.o -MF .isup.o.d -MP -c -o isup.o isup.c<br>&gt; gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT version.o -MF .version.o.d -MP -c -o version.o version.c<br>&gt; ar rcs libss7.a mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o<br>&gt; ranlib libss7.a<br>&gt; gcc -shared -Wl,-hlibss7.so.1 -o libss7.so.1.0 mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o<br>&gt; /sbin/ldconfig -n .<br>&gt; ln -sf libss7.so.1 libss7.so<br>&gt; ln -sf libss7.so.1.0 libss7.so.1<br>&gt; gcc -g -Wall -o parser_debug parser_debug.c libss7.a<br>&gt; gcc -g -o ss7test ss7test.c libss7.a -lpthread<br>&gt; gcc -g -o ss7linktest ss7linktest.c libss7.a -lpthread<br>&gt; [root@SSONE libss7-1.0.2]# make install<br>&gt; mkdir -p /usr/lib<br>&gt; mkdir -p /usr/include<br>&gt; install -m 644
 libss7.h /usr/include<br>&gt; install -m 755 libss7.so.1.0 /usr/lib<br>&gt; ( cd /usr/lib ; ln -sf libss7.so.1 libss7.so ; ln -sf libss7.so.1.0 libss7.so.1 )<br>&gt; install -m 644 libss7.a /usr/lib<br>&gt; if test $(id -u) = 0; then /sbin/ldconfig; fi<br>&gt;<br>&gt;<br>&gt; dahdi is loaded fine, but I face problem with libss7. when I have tried to load libss7 in asterisk, I have got following warning:<br>&gt;<br>&gt; [Sep 19 22:09:38] WARNING[3364]: loader.c:385 load_dynamic_module: Error loading module 'libss7.so': /usr/lib/asterisk/modules/libss7.so: cannot open shared object file: No such file or directory<br>&gt; [Sep 19 22:09:38] WARNING[3364]: loader.c:780 load_resource: Module 'libss7.so' could not be loaded.<br>&gt;&nbsp; <br>&gt;&nbsp; <br>&gt; then I have moved libss7.so file in to /usr/lib/asterisk/module directory, and then try to load libss7 again. but still I have got following error:<br>&gt; SONE*CLI&gt; module load libss7<br>&gt;
 Unable to load module libss7<br>&gt; Command 'module load libss7' failed.<br>&gt; [Sep 19 22:35:53] WARNING[3467]: loader.c:398 load_dynamic_module: Module 'libss7' did not register itself during load<br>&gt; [Sep 19 22:35:53] WARNING[3467]: loader.c:780 load_resource: Module 'libss7' could not be loaded.<br>&gt;&nbsp; <br>&gt; I am looking for your help to reslove this issu.<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp;  <br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>&gt;<br>&gt; asterisk-ss7 mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7"
 target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;  <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></div></div></div><br>



      </body></html>