[asterisk-r2] asterisk-r2 Digest, Vol 11, Issue 29

Dennis Sheridan dennis.sheridan at oseocreativo.com
Wed Jul 29 12:47:20 CDT 2009


Im sure it has zaptel drivers not dahdi here is my modinfo zaptel output:

[trixbox1.localdomain /]# modinfo zaptel

filename:       /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/zaptel.ko
version:        1.4.12.1
license:        GPL
description:    Zapata Telephony Interface
author:         Mark Spencer <markster at digium.com>
srcversion:     E4F0BFDB24FFC9F37232FA5
depends:        crc-ccitt
vermagic:       2.6.18-92.1.18.el5 SMP mod_unload 686 REGPARM 4KSTACKS
gcc-4.1
parm:           debug:int
parm:           deftaps:int

And thats why i try to use the guide for zaptel 1.4




On Wed, Jul 29, 2009 at 12:00 PM, <asterisk-r2-request at lists.digium.com>wrote:

> Send asterisk-r2 mailing list submissions to
>        asterisk-r2 at lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.digium.com/mailman/listinfo/asterisk-r2
> or, via email, send a message with subject or body 'help' to
>        asterisk-r2-request at lists.digium.com
>
> You can reach the person managing the list at
>        asterisk-r2-owner at lists.digium.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of asterisk-r2 digest..."
>
>
> Today's Topics:
>
>   1. zaptel.h header not found openr2 ./configure (Dennis Sheridan)
>   2. Re: zaptel.h header not found openr2 ./configure (Carlos Rangel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 28 Jul 2009 13:17:17 -0500
> From: Dennis Sheridan <dennis.sheridan at oseocreativo.com>
> Subject: [asterisk-r2] zaptel.h header not found openr2 ./configure
> To: asterisk-r2 at lists.digium.com
> Message-ID:
>        <991e574d0907281117m1fcaab9cibe7acfe90683daf1 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> DIGIUM WILDCARD TE122
>
> Hello I have a fresh install of trixbox 2.6.2.2  and im trying to setup my
> E1 lines (mexico)
> on my DIGIUM WILDCARD TE122  card
>
> I have managed to configured the hardware correctly
> I get no errors from the card on zttool everythings OK
>
> here is my zaptel.conf
>
> span=1,1,0,cas,hdb3
> cas=1-15:1101
> dchan=16
> cas=17-31:1101
>
>
> but im running into a problem when i try to install / configure the OpenR2
> library
>
> wget http://openr2.googlecode.com/files/openr2-1.0.0.tar.gz
>
> tar -xzf openr2-1.0.0.tar.gz
> # cd openr2
> # ./configure --prefix=/usr
>
> And i get the following errors:
>
> cannot find: zaptel.h header
>
> Also i have noticed that when i run the asterisk -r 'show zap channels'
> i get: No such command 'show zap channels'
>
> thanks
>
>
> --
> ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> Ing. Dennis Sheridan Plasencia
> - Consultor de tecnolog?as
>
> www.oseocreativo.com
>
> -Arquitectura - Dise?o Interiores - Dise?o Gr?fico - Paginas Web - Sistemas
> - Consultor?a IT-
>
> Tel: (33) 3817-2089 Ext. 110 ||| Tel: (33) 1199-5794 / 95  ||| Fax:  (33)
> 3817-2088 directo ||| M?vil: (33) 3157-8127 ||| US: (949) 608-9716
>
> - The information contained in this message may be privileged and
> confidential. It is intended to be read only by the individual or entity to
> whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this
> message, in any form, is strictly prohibited. If you have received this
> message in error, please immediately notify the sender and delete or
> destroy
> any copy of this message.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.digium.com/pipermail/asterisk-r2/attachments/20090728/442d0b9c/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Tue, 28 Jul 2009 19:09:24 +0000
> From: Carlos Rangel <crangeltpmex at hotmail.com>
> Subject: Re: [asterisk-r2] zaptel.h header not found openr2
>        ./configure
> To: <asterisk-r2 at lists.digium.com>
> Message-ID: <SNT101-W2240F76DAA6B3F68BA5769CB150 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Did you followed up the installation guide??
> http://code.google.com/p/openr2/downloads/list. If yoy are using TB
> 2.6.2.2 the you are using Asterisk 1.4.23 which needs dahdi instead of
> zaptel. Please read the install guide.
>
> Thanks
> CR
>
>
>
> ________________________________
> > Date: Tue, 28 Jul 2009 13:17:17 -0500
> > From: dennis.sheridan at oseocreativo.com
> > To: asterisk-r2 at lists.digium.com
> > Subject: [asterisk-r2] zaptel.h header not found openr2 ./configure
> >
> > DIGIUM WILDCARD TE122
> >
> > Hello I have a fresh install of trixbox 2.6.2.2 and im trying to setup my
> E1 lines (mexico)
> > on my DIGIUM WILDCARD TE122 card
> >
> > I have managed to configured the hardware correctly
> >
> > I get no errors from the card on zttool everythings OK
> >
> > here is my zaptel.conf
> >
> > span=1,1,0,cas,hdb3
> > cas=1-15:1101
> > dchan=16
> > cas=17-31:1101
> >
> >
> > but im running into a problem when i try to install / configure the
> OpenR2 library
> >
> >
> > wget http://openr2.googlecode.com/files/openr2-1.0.0.tar.gz
> >
> > tar -xzf openr2-1.0.0.tar.gz
> > # cd openr2
> > # ./configure --prefix=/usr
> >
> >
> > And i get the following errors:
> >
> > cannot find: zaptel.h header
> >
> > Also i have noticed that when i run the asterisk -r 'show zap channels'
> > i get: No such command 'show zap channels'
> >
> > thanks
> >
> >
> >
> > --
> > ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > Ing. Dennis Sheridan Plasencia
> > - Consultor de tecnolog?as
> >
> > www.oseocreativo.com
> >
> >
> > -Arquitectura - Dise?o Interiores - Dise?o Gr?fico - Paginas Web -
> Sistemas - Consultor?a IT-
> >
> > Tel: (33) 3817-2089 Ext. 110 ||| Tel: (33) 1199-5794 / 95 ||| Fax: (33)
> 3817-2088 directo ||| M?vil: (33) 3157-8127 ||| US: (949) 608-9716
> >
> >
> > - The information contained in this message may be privileged and
> confidential. It is intended to be read only by the individual or entity to
> whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this
> message, in any form, is strictly prohibited. If you have received this
> message in error, please immediately notify the sender and delete or destroy
> any copy of this message.
> _________________________________________________________________
> Messenger cumple 10 a?os y tiene regalos para ti
> www.aniversariomessenger.com.mx
>
>
> ------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-r2 mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-r2
>
> End of asterisk-r2 Digest, Vol 11, Issue 29
> *******************************************
>



-- 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ing. Dennis Sheridan Plasencia
- Consultor de tecnologías

www.oseocreativo.com

-Arquitectura - Diseño Interiores - Diseño Gráfico - Paginas Web - Sistemas
- Consultoría IT-

Tel: (33) 3817-2089 Ext. 110 ||| Tel: (33) 1199-5794 / 95  ||| Fax:  (33)
3817-2088 directo ||| Móvil: (33) 3157-8127 ||| US: (949) 608-9716

- The information contained in this message may be privileged and
confidential. It is intended to be read only by the individual or entity to
whom it is addressed or by their designee. If the reader of this message is
not the intended recipient, you are on notice that any distribution of this
message, in any form, is strictly prohibited. If you have received this
message in error, please immediately notify the sender and delete or destroy
any copy of this message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-r2/attachments/20090729/afd431d6/attachment.htm 


More information about the asterisk-r2 mailing list