Displaying 2 results from an estimated 2 matches for "zt_dial_op_cancel".
2007 Mar 21
2
Asterisk 1.4.2 chan_zap
...we
don't try to build chan_zap if the installed version of zaptel
does not include ZT_EVENT_REMOVED.
Also a link to bugs.digium.com: http://bugs.digium.com/view.php?id=7256
When I run ./configure for asterisk 1.4.2 part of my output includes the
following:
checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... yes
checking for ZT_EVENT_REMOVED in zaptel/zaptel.h... no
checking for ZT_TCOP_ALLOCATE in zaptel/zaptel.h... no
Am I to understand that to be able to build chan_zap with this new
version of asterisk I also need to have a new version of zaptel (which
has yet to be release...
2007 Jun 30
1
Asterisk 1.4.6 Fedora 7 configure error
Hi guys
I'm at a loss in getting ./configure to complete successfully with asterisk 1.4.6 on
Fedora 7 x86_64, as it complains about no termcap support, even though it is installed
(see below).
Any ideas where to go next?
checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... no
configure: error: *** termcap support not found
[root at mail3 asterisk-1.4.6]# rpm -qv termcap
termcap-5.5-1.20060701.1
[root at mail3 asterisk-1.4.6]# rpm -qv libtermcap
libtermcap-2.0.8-46.1
libtermcap-2.0.8-46.1
[root at mail3 asterisk-1.4.6]# rpm -qv libtermcap-devel
l...