Hi <br> no need to install libpri for ss7 signaling only install libss7. <br><br><div class="gmail_quote">On Fri, Sep 25, 2009 at 5:48 PM, Shuvro Hasan <span dir="ltr"><<a href="mailto:shuvro25@yahoo.com">shuvro25@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Dear Salaque <br>
<br>It is necessary to install libpri for ss7 signaling??<br><br>Suvro<br></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> Mohammad Salaque <<a href="mailto:msalaque@gmail.com" target="_blank">msalaque@gmail.com</a>><div class="im"><br><b><span style="font-weight: bold;">To:</span></b> <a href="mailto:asterisk-ss7@lists.digium.com" target="_blank">asterisk-ss7@lists.digium.com</a><br>
</div><b><span style="font-weight: bold;">Sent:</span></b> Monday, September 21, 2009 7:09:32 AM<div><div></div><div class="h5"><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>
</div></div></font><div><div></div><div class="h5"><br><a href="http://m-salaque.blogspot.com/" target="_blank">http://m-salaque.blogspot.com/</a> <-- could help you . i have face quit a<br>lot problem so tired to list down all<br>
<br><br><br>Thanks<br>----------------------------<br>M. Salaque<br><a href="http://snphone.com" target="_blank">snphone.com</a><br>voice : +12816579185<br><br><br>The information contained in this e-mail message is intended only for<br>
the use of the individual or entity to which it is addressed. If you<br>are not the intended recipient, you should return it to the sender<br>immediately. Please note that while we scan all e-mails for viruses we<br>cannot guarantee that any e-mail is virus-free and accept no liability<br>
for any damage caused by any virus transmitted by this email.<br><br><br><br>On Sun, Sep 20, 2009 at 1:27 AM, Zoltan Markella<br><<a href="mailto:zoltan.markella@openhorizont.co.uk" target="_blank">zoltan.markella@openhorizont.co.uk</a>> wrote:<br>
> Unless I'm missing something, it looks to me that libss7
compiles fine.<br>> Can you point out where you think the error is?<br>><br>> Shuvro Hasan wrote:<br>>> I got it, have edited the chan_dahdi.conf file indeed.<br>>><br>>> But my first quetsion on the compilation error with libss7.<br>
>> So I have to resolve this error first, then I can look through the loading issu, am I right??<br>>> Please advice me.<br>>><br>>><br>>><br>>><br>>><br>>> ________________________________<br>
>> From: Zoltan Markella <<a href="mailto:zoltan.markella@openhorizont.co.uk" target="_blank">zoltan.markella@openhorizont.co.uk</a>><br>>> To: <a href="mailto:asterisk-ss7@lists.digium.com" target="_blank">asterisk-ss7@lists.digium.com</a><br>
>> Sent: Saturday, September 19, 2009 5:59:07 PM<br>>> Subject: Re: [asterisk-ss7] problem with libss7-1.0.2 installation;
asterisk couldnt load libss7.so<br>>><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>>><br>
>>> Dear Sir<br>>>><br>>>> Recently I have installed Digium TE405P E1 card and following tar in my fedora 10 box in order:<br>>>> dahdi-linuxcomplete-2.2.0.2+2.2.0<br>>>> libss7-1.0.2<br>
>>> asterisk-1.6.1..6<br>>>><br>>>> I felt problem to compile libss7 with following error:<br>>>><br>>>> [root@SSONE libss7-1.0.2]# make<br>>>> 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>>>> 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>
>>> 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>>>> 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>
>>> 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>>>> 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>
>>> ar rcs libss7.a mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o<br>>>> ranlib libss7.a<br>>>> 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>>>> /sbin/ldconfig -n .<br>>>> ln -sf libss7.so.1 libss7.so<br>>>> ln -sf libss7.so.1.0 libss7.so.1<br>>>> gcc -g -Wall -o parser_debug parser_debug.c libss7.a<br>
>>> gcc -g -o ss7test ss7test.c libss7.a -lpthread<br>>>> gcc -g -o ss7linktest ss7linktest.c libss7.a -lpthread<br>>>> [root@SSONE libss7-1.0.2]# make install<br>>>> mkdir -p /usr/lib<br>
>>> mkdir -p /usr/include<br>>>> install -m 644 libss7.h /usr/include<br>>>> install -m 755 libss7.so.1..0 /usr/lib<br>>>> ( cd /usr/lib ; ln -sf libss7.so.1 libss7.so ; ln -sf libss7.so.1.0 libss7.so.1 )<br>
>>> install -m 644 libss7.a /usr/lib<br>>>> if test $(id -u) = 0; then /sbin/ldconfig; fi<br>>>><br>>>><br>>>> 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>>>><br>>>> [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>
>>> [Sep 19 22:09:38] WARNING[3364]: loader.c:780 load_resource: Module 'libss7.so' could not be loaded.<br>>>><br>>>><br>>>> 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>
>>> SONE*CLI> module load libss7<br>>>> Unable to load module libss7<br>>>> Command 'module load libss7' failed.<br>>>> [Sep 19 22:35:53] WARNING[3467]: loader.c:398 load_dynamic_module: Module 'libss7' did not register itself during load<br>
>>> [Sep 19 22:35:53] WARNING[3467]: loader.c:780 load_resource: Module
'libss7' could not be loaded.<br>>>><br>>>> I am looking for your help to reslove this issu.<br>>>><br>>>><br>>>><br>>>><br>>>> ------------------------------------------------------------------------<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>>>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
>>><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>>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
>><br>>><br>>><br>>><br>>><br>>> ------------------------------------------------------------------------<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>>> <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>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>><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> <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></div></div><br>
</div><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>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br>