<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry, it's bacause I have an old guide. <br>
<br>
Now I downloaded the 1.1.0 library version, installed it sucefully,
installed dahdi too, but when I try to run r2test, give me the error:<br>
<br>
# r2test -c doc/r2test.conf<br>
found category = NATIONAL_SUBSCRIBER<br>
found Log Level = all<br>
found option callfiles=no<br>
found R2 variant = br<br>
found MAX ANI= 10<br>
found MAX DNIS= 4<br>
found option Get ANI First = no<br>
DAHDI R2 MF is not available, ignoring option usedahdimf.<br>
found option MF threshold = 0<br>
found option MF backward timeout = -1<br>
found option meteringpulsetimeout=-1<br>
found option collectcalls=no<br>
found option chargecalls=yes<br>
found option doubleanswer=no<br>
found option immediateaccept=no<br>
found channel range = 1-15<br>
found channel range = 17-31<br>
[ERROR] Context -- Failed to open zap control device (No such file or
directory)<br>
failed to create R2 channel 1: System call failed<br>
Aborting test.<br>
<br>
I sure that the dahdi drivers are loaded and the cards are configured.
The output of "cat /proc/dahdi/1" is:<br>
<br>
Span 1: WCT1/0 "Wildcard TE120P Card 0" (MASTER) HDB3/ YELLOW RED
RECOVERING<br>
IRQ misses: 1<br>
<br>
1 WCT1/0/1 CAS RED<br>
2 WCT1/0/2 CAS RED<br>
3 WCT1/0/3 CAS RED<br>
4 WCT1/0/4 CAS RED<br>
5 WCT1/0/5 CAS RED<br>
6 WCT1/0/6 CAS RED<br>
7 WCT1/0/7 CAS RED<br>
8 WCT1/0/8 CAS RED<br>
9 WCT1/0/9 CAS RED<br>
10 WCT1/0/10 CAS RED<br>
11 WCT1/0/11 CAS RED<br>
12 WCT1/0/12 CAS RED<br>
13 WCT1/0/13 CAS RED<br>
14 WCT1/0/14 CAS RED<br>
15 WCT1/0/15 CAS RED<br>
16 WCT1/0/16 HDLCFCS RED<br>
17 WCT1/0/17 CAS RED<br>
18 WCT1/0/18 CAS RED<br>
19 WCT1/0/19 CAS RED<br>
20 WCT1/0/20 CAS RED<br>
21 WCT1/0/21 CAS RED<br>
22 WCT1/0/22 CAS RED<br>
23 WCT1/0/23 CAS RED<br>
24 WCT1/0/24 CAS RED<br>
25 WCT1/0/25 CAS RED<br>
26 WCT1/0/26 CAS RED<br>
27 WCT1/0/27 CAS RED<br>
28 WCT1/0/28 CAS RED<br>
29 WCT1/0/29 CAS RED<br>
30 WCT1/0/30 CAS RED<br>
31 WCT1/0/31 CAS RED<br>
<br>
Can help me with this?<br>
<br>
Moises Silva escreveu:
<blockquote
cite="mid:c4d05cbe0904131432y2ec12df6vf0f83650424334f9@mail.gmail.com"
type="cite">
<pre wrap="">Why are you trying to install 1.0.0 when 1.1.0 is the latest?
On Mon, Apr 13, 2009 at 3:57 PM, Evandro Santin
<a class="moz-txt-link-rfc2396E" href="mailto:evandro@delgrande.com.br"><evandro@delgrande.com.br></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I'm trying to install the library, but the "make" give me the following
output:
cd . && /bin/sh /dg/asterisk/Asterisk-Install/openr2-1.0.0/missing --run
automake-1.9 --foreign
src/Makefile.am: required file `./compile' not found
make: *** [Makefile.in] Error 1
Before this the comand "./configure --prefix=/usr" did have not show errors.
Ideas of what's wrong!
Thanks!
Melcon Moraes escreveu:
And that needs to be the first one to be installed.
- MM
On Mon, Apr 13, 2009 at 5:38 PM, Alexandre Cavalcante Alencar
<a class="moz-txt-link-rfc2396E" href="mailto:alexandre.alencar@gmail.com"><alexandre.alencar@gmail.com></a> wrote:
Hi Evandro,
Did you installed OpenR2 library too? As I can see from you message,
you installed everything except OpenR2 library itself (needed by the
patch).
On Mon, Apr 13, 2009 at 5:27 PM, Evandro Santin
<a class="moz-txt-link-rfc2396E" href="mailto:evandro@delgrande.com.br"><evandro@delgrande.com.br></a> wrote:
Evandro Santin escreveu:
Hi,
I'm trying to install asterisk-1.4.23.1 with openr2-asterisk-1.4.23.patch
patch, but testing chan_dahdi.so whith ldd don't show libopenr2 as a
dependence library.
I did installed the dahdi-linux and dahdi-tools sucefully, downloaded the
patch, and followed the steps how explained below:
#patch -p0 < openr2-asterisk-1.4.23.patch
patching file channels/chan_dahdi.c
patching file configure.ac
patching file include/asterisk/dahdi_compat.h
patching file makeopts.in
patching file configs/chan_dahdi.conf.sample
#autoconf --version
autoconf (GNU Autoconf) 2.60
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
#./bootstrap.sh:
Generating the configure script ...
#./configure -prefix=/usr
#make
#make install
#ldd channels/chan_dahdi.so
linux-gate.so.1 => (0xffffe000)
libtonezone.so.2.0 => /usr/lib/libtonezone.so.2.0 (0xb7ed9000)
libpri.so.1.4 => /usr/lib/libpri.so.1.4 (0xb7eae000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7e96000)
libc.so.6 => /lib/libc.so.6 (0xb7d68000)
libm.so.6 => /lib/libm.so.6 (0xb7d41000)
/lib/ld-linux.so.2 (0x80000000)
My file system is Suse 10.2. I did have asterisk-1.4.22 in this computer,
then uninstall it and now try to install asterisk-1.4.23.1 with openr2 to
can test a E1 Digium Card with R2 signalling.
Do I made something wrong??
Can someone help??
Thanks
--
Att
Evandro Santin
Del Grande Informática
Fone: +55 48 32548600
Fax: +55 48 32548601
Estrada Geral do Ambrósio, 390
Garopaba - SC
--
Att
Evandro Santin
Del Grande Informática
Fone: +55 48 32548600
Fax: +55 48 32548601
Estrada Geral do Ambrósio, 390
Garopaba - SC
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-r2 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a>
--
Alexandre C Alencar (Skarmeth)
<a class="moz-txt-link-freetext" href="http://blog.alexandrealencar.net/">http://blog.alexandrealencar.net/</a>
<a class="moz-txt-link-freetext" href="http://www.alexandrealencar.net/">http://www.alexandrealencar.net/</a>
<a class="moz-txt-link-freetext" href="http://people.debian-ce.org/skarmeth/">http://people.debian-ce.org/skarmeth/</a>
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-r2 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a>
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-r2 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a>
________________________________
No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 8.0.238 / Virus Database: 270.11.54/2056 - Release Date: 04/13/09
05:51:00
--
Att
Evandro Santin
Del Grande Informática
Fone: +55 48 32548600
Fax: +55 48 32548601
Estrada Geral do Ambrósio, 390
Garopaba - SC
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-r2 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<pre wrap="">
<hr size="4" width="90%">
No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 8.0.238 / Virus Database: 270.11.54/2056 - Release Date: 04/13/09 05:51:00
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font color="#336600" face="comicsans" size="3">
Att<br>
<br>
Evandro Santin<br>
Del Grande Informática<br>
<br>
<font color="black" face="arial" size="2">
Fone: +55 48 32548600<br>
Fax: +55 48 32548601<br>
Estrada Geral do Ambrósio, 390<br>
Garopaba - SC
</font></font></div>
</body>
</html>