search for: zt_tcop_alloc

Displaying 3 results from an estimated 3 matches for "zt_tcop_alloc".

2007 Feb 03
2
asterisk 1.2 branch revision 53132 failed to compile
...23: error: `ZT_TCOP_RELEASE' undeclared (first use in this function) codec_zap.c:224: error: `ZT_TRANSCODE_OP' undeclared (first use in this function) codec_zap.c:227: error: dereferencing pointer to incomplete type codec_zap.c: In function `zap_new_alawtog723': codec_zap.c:244: error: `ZT_TCOP_ALLOCATE' undeclared (first use in this function) codec_zap.c:266: error: dereferencing pointer to incomplete type codec_zap.c:273: error: dereferencing pointer to incomplete type codec_zap.c:273: error: `ZT_TRANSCODE_MAGIC' undeclared (first use in this function) codec_zap.c:274: error: derefere...
2007 Jul 18
3
Problem building Asterisk 1.2.22
...ec_zap.c:219: error: ?ZT_TCOP_RELEASE? undeclared (first use in this function) codec_zap.c:220: error: ?ZT_TRANSCODE_OP? undeclared (first use in this function) codec_zap.c:223: error: dereferencing pointer to incomplete type codec_zap.c: In function ?zap_new_alawtog723?: codec_zap.c:240: error: ?ZT_TCOP_ALLOCATE? undeclared (first use in this function) codec_zap.c:262: error: dereferencing pointer to incomplete type codec_zap.c:269: error: dereferencing pointer to incomplete type codec_zap.c:269: error: ?ZT_TRANSCODE_MAGIC? undeclared (first use in this function) codec_zap.c:270: error: dereferencing...
2007 Mar 21
2
Asterisk 1.4.2 chan_zap
...VENT_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 released) that includes ZT_EVENT_REMOVED in zaptel.h? I'm able to compile chan_zap under asterisk 1.4.1 agains...