Hi, Does anybody have an updated Chan Unistim that compiles on Asterisk 1.2beta? Below is the output when compiling on Red Hat 9.0 Thanks, [root@maui2 chan_unistim-0.9.2]# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_unistim.o chan_unistim.c chan_unistim.c:17:34: asterisk/channel_pvt.h: No such file or directory chan_unistim.c: In function `SendClient': chan_unistim.c:613: warning: implicit declaration of function `sendto' chan_unistim.c: In function `unistim_ss': chan_unistim.c:1332: dereferencing pointer to incomplete type chan_unistim.c:1344: structure has no member named `callerid' chan_unistim.c:1345: structure has no member named `ani' chan_unistim.c: In function `KeyCall': chan_unistim.c:1633: structure has no member named `bridge' chan_unistim.c:1637: structure has no member named `bridge' chan_unistim.c:1643: structure has no member named `bridge' chan_unistim.c: In function `unistim_call': chan_unistim.c:2358: dereferencing pointer to incomplete type chan_unistim.c:2386: structure has no member named `callerid' chan_unistim.c:2388: structure has no member named `callerid' chan_unistim.c:2388: structure has no member named `callerid' chan_unistim.c:2388: structure has no member named `callerid' chan_unistim.c:2388: structure has no member named `callerid' chan_unistim.c:2388: structure has no member named `callerid' chan_unistim.c: In function `unistim_hangup': chan_unistim.c:2413: dereferencing pointer to incomplete type chan_unistim.c:2419: dereferencing pointer to incomplete type chan_unistim.c:2426: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_answer': chan_unistim.c:2463: dereferencing pointer to incomplete type chan_unistim.c: In function `unistimsock_read': chan_unistim.c:2497: warning: implicit declaration of function `recvfrom' chan_unistim.c: In function `unistim_read': chan_unistim.c:2588: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_write': chan_unistim.c:2598: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_fixup': chan_unistim.c:2636: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_indicate': chan_unistim.c:2687: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_sendtext': chan_unistim.c:2807: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_new': chan_unistim.c:2889: dereferencing pointer to incomplete type chan_unistim.c:2891: dereferencing pointer to incomplete type chan_unistim.c:2892: dereferencing pointer to incomplete type chan_unistim.c:2893: dereferencing pointer to incomplete type chan_unistim.c:2894: dereferencing pointer to incomplete type chan_unistim.c:2895: dereferencing pointer to incomplete type chan_unistim.c:2896: dereferencing pointer to incomplete type chan_unistim.c:2897: dereferencing pointer to incomplete type chan_unistim.c:2898: dereferencing pointer to incomplete type chan_unistim.c:2899: dereferencing pointer to incomplete type chan_unistim.c:2900: dereferencing pointer to incomplete type chan_unistim.c:2901: dereferencing pointer to incomplete type chan_unistim.c:2921: structure has no member named `callerid' chan_unistim.c: In function `reload_config': chan_unistim.c:3763: warning: implicit declaration of function `socket' chan_unistim.c:3771: warning: implicit declaration of function `setsockopt' chan_unistim.c:3772: warning: implicit declaration of function `bind' chan_unistim.c: In function `unistim_get_rtp_peer': chan_unistim.c:3806: dereferencing pointer to incomplete type chan_unistim.c: In function `unistim_set_rtp_peer': chan_unistim.c:3818: dereferencing pointer to incomplete type chan_unistim.c: In function `load_module': chan_unistim.c:3892: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_unistim.c:3892: too many arguments to function `ast_channel_register' chan_unistim.c:3900: warning: assignment of read-only member `type' chan_unistim.c: In function `__unload_module': chan_unistim.c:3923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type make: *** [chan_unistim.o] Error 1 -- Andres