[asterisk-users] Trials with 1.4

Tzafrir Cohen tzafrir.cohen at xorcom.com
Fri Jul 13 13:20:36 CDT 2007


On Fri, Jul 13, 2007 at 09:58:30AM -0700, Ira wrote:
> At 12:20 PM 7/12/2007, you wrote:
> >Ira wrote:
> > > I decided to try 1.4 today. Zaptel builds, installs and seems to load
> > > correctly and Asterisk builds, installs and works but no Zap lines.
> > > When I typed "make menuselect" for Asterisk and went poking around I
> > > discovered that chan_zap is marked XXX and I can't figure out why
> > > that might be.  Any suggestions?
> >
> >Make sure you re-run the configure script for Asterisk after installing
> >the 1.4 version of zaptel.
> 
> 
> So I need to build and install Zaptel 1.4 before the configure script 
> will allow me to build Zap support into Asterisk?

The configure script tries to detect Zaptel. Frankly all it needs is
zaptel.h (or actually: the Zaptel kernel/userspace API). 

It also needs libtonezone.

Unrelated:
<BadWorkaround>
If you really must build Asterisk's chan_zap vs. a copy of Zaptel that
is not installed on your system, but rather an extracted zaptel source
tree located at the path ZAPTEL_PATH  (e.g:
ZAPTEL_PATH=/usr/src/zaptel-trunk ), then use the following:

ln -s . $ZAPTEL_PATH/include
ln -s . $ZAPTEL_PATH/zaptel
./configure --with-zaptel=$ZAPTEL_PATH --with-zaptel-vldtmf=$ZAPTEL_PATH \
  --with-tonezone=$ZAPTEL_PATH

You will need a built tonezone in the Zaptel directory. As you know what
you're doing, you can assume it is identical enough to the copy of
libtonezone that is already installed on your system (or will be, later
on). 
</BadWorkaround>

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list