<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
umar tarar wrote:
<blockquote
cite="midd1d061e20609250440q781c3c8bq49c12af39d8efd20@mail.gmail.com"
type="cite">and about libss7:<br>
i tried much to check it from <a
href="http://svn.digium.com/view/libss7/trunk/">http://svn.digium.com/view/libss7/trunk/</a>
using the command; <br>
svn co <a href="http://svn.digium.com/view/libss7/trunk/">http://svn.digium.com/view/libss7/trunk/</a><br>
but it gives this on the CLI:<br>
----------------------------------------------------<br>
svn: PROPFIND request failed on '/view/libss7/trunk'<br>
svn: PROPFIND of '/view/libss7/trunk': 301 Moved (<a
href="http://svn.digium.com">http://svn.digium.com</a>)<br>
[root@ACDsvr asterisk-ss7]# <br>
----------------------------------------------------<br>
</blockquote>
<br>
For a start, you're not using the correct path to check out libss7 -
try 'svn co <a class="moz-txt-link-freetext" href="http://svn.digium.com/svn/libss7/trunk">http://svn.digium.com/svn/libss7/trunk</a> libss7' instead.<br>
<br>
I've had no problems checking out both libss7 and asterisk-ss7, however
for some unknown reason, I have run into two nasty problems myself.<br>
<br>
First, when doing a make, it fails with the following...<br>
<br>
<tt> [LD] abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o
app.o ast_expr2.o ast_expr2f.o asterisk.o astmm.o autoservice.o
callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o
devicestate.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o
frame.o fskmodem.o http.o image.o indications.o io.o jitterbuf.o
loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o privacy.o rtp.o
say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o
strcompat.o tdd.o term.o translate.o udptl.o ulaw.o utils.o
editline/libedit.a db1-ast/libdb1.a -> asterisk<br>
/usr/bin/ld: unrecognized option '--exclude-libs'<br>
/usr/bin/ld: use the --help option for usage information<br>
collect2: ld returned 1 exit status<br>
make[1]: *** [asterisk] Error 1<br>
make: *** [main] Error 2<br>
<br>
</tt>I'm running Trixbox 1.1.1 with a Sangoma A101 card. Secondly,
whilst the remainder of the make goes through fine, chan_zap does <i>not</i>
get compiled. My ./configure command is as follows:-<br>
<br>
<tt>./configure --prefix=/usr --with-gsm --with-mp3 --with-pri
--with-ss7 --with-zaptel --with-z<br>
<br>
</tt>I <i>do</i> have zaptel installed - from the SVN branch as of
revision 1480. Any help anyone might be able to provide me <br>
with would be greatly appreciated before I tear <i>all</i> of my hair
out!<br>
<br>
</body>
</html>