search for: zt_event_polarity

Displaying 5 results from an estimated 5 matches for "zt_event_polarity".

2004 Sep 22
0
make update and upgrade failed with `ZT_EVENT_POLARITY' undeclared
...ib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC -o chan_zap.o chan_zap.c chan_zap.c: In function `handle_init_event': chan_zap.c:5668: error: `ZT_EVENT_POLARITY' undeclared (first use in this function) chan_zap.c:5668: error: (Each undeclared identifier is reported only once chan_zap.c:5668: error: for each function it appears in.) make[1]: *** [chan_zap.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-cvs/asterisk/channels' make: *** [subd...
2004 Sep 27
1
make update and upgrade failed with `ZT_EVEN T_POLARITY' undeclared
Did you get this working I'm having the same issues. Sean -----Original Message----- From: Geoff Nordli [mailto:geoffn@gnaa.net] Sent: 22 September 2004 18:29 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] make update and upgrade failed with `ZT_EVENT_POLARITY' undeclared Hello everyone. I am trying to do a cvs update. I do the make update; make upgrade and this is the error that I am getting. make[1]: Entering directory `/usr/src/asterisk-cvs/asterisk/channels' gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat...
2004 Sep 27
1
(no subject)
...-- next part -------------- ? Hello Sir, I am new user of asterisk. I downloaded asterisk-1.0.0.tar.gz from ftp://ftp.digium.com/pub/asterisk/asterisk-1.0.0.tar.gz this ftp site. I got error while compiling. The error was chan_zap.c: In function `handle_init_event': chan_zap.c:5668: `ZT_EVENT_POLARITY' undeclared (first use in this function) chan_zap.c:5668: (Each undeclared identifier is reported only once chan_zap.c:5668: for each function it appears in.) make[1]: *** [chan_zap.o] Error 1 make[1]: Leaving directory `/root/newasterisk/asterisk-1.0.0/channels' make: *** [subdirs] Error 1...
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello, Talking with Soren Sratje about Caller ID in Brazil, we compare ours DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF CLIP" and asterisk shot the AST_STATE_PRERING correctly. But the DTMF tones are not reconized. In the chan_zap.c, the code: if (f->frametype == AST_FRAME_DTMF) { (...) Does not occurs because the frametype is always reconized as voice
2004 Sep 27
3
Asterisk Compile error
I'm trying to compile the voicemail module with mysql support and I get this error on the chan_zap module . Does anyone have any idea's on this one.. chan_zap.c: In function `handle_init_event': chan_zap.c:5668: error: `ZT_EVENT_POLARITY' undeclared (first use in this function) chan_zap.c:5668: error: (Each undeclared identifier is reported only once chan_zap.c:5668: error: for each function it appears in.) make[1]: *** [chan_zap.o] Error 1 make[1]: Leaving directory `/home/sean/voicemail/asterisk-1.0.0/channels' make: ***...