<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Okido, I have then to uninstall zaptel?<br>
<br>
For dahdi, it's installed, but I am lost with the configurations files.<br>
Previously, I had libss7 working (before the need to use dahdi, and had
no problems.<br>
<br>
Are the zaptel and zapata files similar to dahdi/system.conf and
chan_dahdi.conf?<br>
<br>
When starting, I have now"chan_dahdi.c:12843 linkset_addsigchan:
Invalid networkindicator!"<br>
<br>
Also, as dahdi doesn't start, I have no cli commands, are the ss7
commands replaced by something?<br>
<br>
Kind regards,<br>
<br>
Olivier<br>
<br>
system.conf : <br>
span=1,0,0,ccs,hdb3<br>
bchan=1-15<br>
dchan=16<br>
bchan=17-31<br>
<br>
chan_dahdi.conf :<br>
[channels]<br>
callwaiting=yes<br>
callwaitingcallerid=yes<br>
threewaycalling=yes<br>
transfer=yes<br>
cancallforward=yes<br>
callreturn=yes<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
group=1<br>
callgroup=1<br>
pickupgroup=1<br>
<br>
networkindicator=national<br>
<br>
ss7_calling_nai=international<br>
ss7_internationalprefix = 00<br>
ss7_nationalprefix = <br>
<br>
<br>
signalling = ss7<br>
ss7type = itu ; or ansi if you are using an ANSI link<br>
<br>
linkset = 1 ; Pick a number for your linkset identifier in
chan_dahdi.conf<br>
<br>
pointcode = 8002<br>
adjpointcode = 3353<br>
defaultdpc = 3353<br>
<br>
cicbeginswith = 1 ; Number to start counting the CICs from. So if
Zap/1 to<br>
channel=1-15 ; Use Zap/1-15 and assign them to CICs 1-15<br>
cicbeginswith = 17 ; Now for Zap/17 to Zap/31, they are CICs 17-31
so we initialize<br>
; cicbeginswith to 17 before we declare those
channels<br>
channel = 17-31 ; This assigns CICs 17-31 to channels 17-31<br>
sigchan = 16 ; This is where you declare which Zap channel is
your signalling<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Joseph a écrit :
<blockquote cite="mid:20080801094800.GB13457@ekn.com" type="cite">
<pre wrap="">On 08/01/08, olivier taylor wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi all,
Installed :
dahdi-complete
zaptel 1.4.11
libss7-trunk
When compiling libss7, I get :
gcc -g -o ss7linktest ss7linktest.c libss7.a -lpthread
ss7linktest.c: In function ‘zap_open’:
ss7linktest.c:200: error: ‘DAHDI_BUFFERINFO’ undeclared (first use in
this function)
ss7linktest.c:200: error: (Each undeclared identifier is reported only once
ss7linktest.c:200: error: for each function it appears in.)
ss7linktest.c:200: error: expected ‘;’ before ‘bi’
ss7linktest.c:207: error: ‘bi’ undeclared (first use in this function)
make: *** [ss7linktest] Error 1
Any idea of what's wrong?
</pre>
</blockquote>
<pre wrap=""><!---->
You need to use dahdi instead of zaptel.
</pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a></pre>
</blockquote>
</body>
</html>