and got the following error messages (+ more repeating messages):
make[2]: Entering directory `/root/asterisk/visdn/chan_visdn'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lapd/ -I../visdn-core/ -I../visdn-streamport/ -I../libq931/ -I/usr/include/   -D_REENTRANT -D_GNU_SOURCE -Wall -g -O2 -MT chan_visdn.lo -MD -MP -MF ".deps/chan_visdn.Tpo" -c -o chan_visdn.lo chan_visdn.c; \
then mv -f ".deps/chan_visdn.Tpo" ".deps/chan_visdn.Plo"; else rm -f ".deps/chan_visdn.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lapd/ -I../visdn-core/ -I../visdn-streamport/ -I../libq931/ -I/usr/include/ -D_REENTRANT -D_GNU_SOURCE -Wall -g -O2 -MT chan_visdn.lo -MD -MP -MF .deps/chan_visdn.Tpo -c chan_visdn.c  -fPIC -DPIC -o .libs/chan_visdn.o
chan_visdn.c:41:34: error: asterisk/channel_pvt.h: No such file or directory
chan_visdn.c: In function 'visdn_reload_config':
chan_visdn.c:731: warning: implicit declaration of function 'ast_load'
chan_visdn.c:731: warning: assignment makes pointer from integer without a cast
chan_visdn.c:803: warning: implicit declaration of function 'ast_destroy'
chan_visdn.c: In function 'visdn_cli_print_call_list':
chan_visdn.c:877: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c: In function 'visdn_devicestate':
chan_visdn.c:1163: error: 'AST_DEVICE_INVALID' undeclared (first use in this function)
chan_visdn.c:1163: error: (Each undeclared identifier is reported only once
chan_visdn.c:1163: error: for each function it appears in.)
chan_visdn.c:1166: error: 'AST_DEVICE_UNKNOWN' undeclared (first use in this function)
chan_visdn.c: In function 'visdn_call':
chan_visdn.c:1276: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c:1412: error: 'struct ast_channel' has no member named 'callerid'
chan_visdn.c:1412: error: 'struct ast_channel' has no member named 'callerid'
chan_visdn.c:1417: error: 'struct ast_channel' has no member named 'callerid'
chan_visdn.c: In function 'visdn_answer':
chan_visdn.c:1470: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c: In function 'visdn_bridge':
chan_visdn.c:1507: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c:1508: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c: In function 'visdn_indicate':
chan_visdn.c:1663: error: 'struct ast_channel' has no member named 'pvt'
chan_visdn.c:1714: error: 'struct ast_channel' has no member named 'bridge'
chan_visdn.c:1715: error: 'struct ast_channel' has no member named 'bridge'
chan_visdn.c:1715: error: 'struct ast_channel' has no member named 'bridge'
chan_visdn.c:1715: error: 'struct ast_channel' has no member named 'bridge'
 
 
Any ideas?
 
Rgds,
Vidar
_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to