Displaying 6 results from an estimated 6 matches for "dundi_encrypt".
2009 Mar 29
1
DUNDi broken in asterisk 1.4-svn?
...segfaults when i load it, 1.4.24 release works fine on the same box. Can someone tell me if that's something weird with my Fedora8 system or a possible bug in svn?
Program terminated with signal 11, Segmentation fault.
#0 0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x0881d00c in dundi_encrypt (trans=0x985e6e0, pack=0x985b5e0) at pbx_dundi.c:1298
#2 0x0881d607 in dundi_send (trans=0x985e6e0, cmdresp=10, flags=<value optimized out>, final=0, ied=0x1924210) at pbx_dundi.c:3081
#3 0x08824834 in do_register (data=0x985bf60) at pbx_dundi.c:4093
#4 0x080f0e31 in ast_sched_runq (con=0x...
2004 Nov 28
1
asterisk compile errors - pbx_dundi.c -help
...371: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1371: error: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1371: error: (Each undeclared identifier is reported only once
pbx_dundi.c:1371: error: for each function it appears in.)
pbx_dundi.c: In function `dundi_encrypt':
pbx_dundi.c:1396: warning: implicit declaration of function `compress'
pbx_dundi.c:1397: error: `Z_OK' undeclared (first use in this function)
make[1]: *** [pbx_dundi.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/pbx'
make: *** [subdirs] Error 1
What does this error me...
2005 Jan 20
0
latest cvs will not compile
...;:
pbx_dundi.c:1369: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1369: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1369: (Each undeclared identifier is reported only once
pbx_dundi.c:1369: for each function it appears in.)
pbx_dundi.c: In function `dundi_encrypt':
pbx_dundi.c:1394: warning: implicit declaration of function `compress'
pbx_dundi.c:1395: `Z_OK' undeclared (first use in this function)
make[1]: *** [pbx_dundi.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/pbx'
make: *** [subdirs] Error 1
What do I need to do?
2005 Mar 21
0
Compile error for minimal install of Redhat 9.0 [SOLVED]
...t':
pbx_dundi.c:1368: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1368: (Each undeclared identifier is reported only once
pbx_dundi.c:1368: for each function it appears in.)
pbx_dundi.c: In function `dundi_encrypt':
pbx_dundi.c:1393: warning: implicit declaration of function `compress'
pbx_dundi.c:1394: `Z_OK' undeclared (first use in this function)
make[1]: *** [pbx_dundi.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/pbx'
make: *** [subdirs] Error 1
If you are seeing the above er...
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
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
...367: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1367: error: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1367: error: (Each undeclared identifier is reported only
once
pbx_dundi.c:1367: error: for each function it appears in.)
pbx_dundi.c: In function `dundi_encrypt':
pbx_dundi.c:1392: warning: implicit declaration of function `compress'
pbx_dundi.c:1393: error: `Z_OK' undeclared (first use in this function)
make[1]: *** [pbx_dundi.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/pbx'
make: *** [subdirs] Error 1
------------------------...