after editing the Make file i tried to compile asterisk-oh323-0.6.5 but many errors displayed like this: [root@localhost asterisk-oh323-0.6.5]# make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/ali/asterisk-oh323-0.6.5/wrapper' ./check_ver /home/ali/pwlib pwlib ./check_ver /home/ali/openh323 openh323 ar rc liboh323wrap_s.a wrapper_misc.o asteriskaudio.o wrapconnection.o wrapendpoint.o wrapper.o wrapcaps.o wrapgkserver.o make[1]: Leaving directory `/home/ali/asterisk-oh323-0.6.5/wrapper' make[1]: Entering directory `/home/ali/asterisk-oh323-0.6.5/asterisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/root/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:37:34: asterisk/channel_pvt.h: No such file or directory chan_oh323.c: In function `oh323_exception': chan_oh323.c:1145: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_indicate': chan_oh323.c:1326: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_digit': chan_oh323.c:1388: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_text': chan_oh323.c:1410: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_call': chan_oh323.c:1434: error: dereferencing pointer to incomplete type chan_oh323.c:1453: error: structure has no member named `callerid' chan_oh323.c:1455: error: structure has no member named `callerid' chan_oh323.c:1457: error: structure has no member named `callerid' chan_oh323.c: In function `oh323_hangup': chan_oh323.c:1613: error: dereferencing pointer to incomplete type chan_oh323.c:1721: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_read': chan_oh323.c:1749: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_write': chan_oh323.c:2050: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_answer': chan_oh323.c:2242: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_fixup': chan_oh323.c:2286: error: dereferencing pointer to incomplete type chan_oh323.c: In function `ast_oh323_new': chan_oh323.c:2518: error: dereferencing pointer to incomplete type chan_oh323.c:2527: error: dereferencing pointer to incomplete type chan_oh323.c:2529: error: dereferencing pointer to incomplete type chan_oh323.c:2536: error: dereferencing pointer to incomplete type chan_oh323.c:2537: error: dereferencing pointer to incomplete type chan_oh323.c:2538: error: dereferencing pointer to incomplete type chan_oh323.c:2539: error: dereferencing pointer to incomplete type chan_oh323.c:2540: error: dereferencing pointer to incomplete type chan_oh323.c:2541: error: dereferencing pointer to incomplete type chan_oh323.c:2542: error: dereferencing pointer to incomplete type chan_oh323.c:2543: error: dereferencing pointer to incomplete type chan_oh323.c:2544: error: dereferencing pointer to incomplete type chan_oh323.c:2545: error: dereferencing pointer to incomplete type chan_oh323.c:2546: error: dereferencing pointer to incomplete type chan_oh323.c:2547: error: dereferencing pointer to incomplete type chan_oh323.c:2548: error: dereferencing pointer to incomplete type chan_oh323.c:2549: error: dereferencing pointer to incomplete type chan_oh323.c:2550: error: dereferencing pointer to incomplete type chan_oh323.c:2551: error: dereferencing pointer to incomplete type chan_oh323.c:2552: error: dereferencing pointer to incomplete type chan_oh323.c:2579: error: structure has no member named `dnid' chan_oh323.c:2589: error: structure has no member named `callerid' chan_oh323.c:2590: error: structure has no member named `callerid' chan_oh323.c:2591: error: structure has no member named `callerid' chan_oh323.c:2596: error: structure has no member named `callerid' chan_oh323.c:2597: error: structure has no member named `callerid' chan_oh323.c:2598: error: structure has no member named `callerid' chan_oh323.c:2600: error: structure has no member named `callerid' chan_oh323.c:2605: error: structure has no member named `callerid' chan_oh323.c:2606: error: structure has no member named `callerid' chan_oh323.c:2608: error: structure has no member named `callerid' chan_oh323.c:2610: error: structure has no member named `callerid' chan_oh323.c:2614: error: structure has no member named `callerid' chan_oh323.c:2617: error: structure has no member named `ani' chan_oh323.c:2617: error: structure has no member named `callerid' chan_oh323.c:2623: error: structure has no member named `callerid' chan_oh323.c:2624: error: structure has no member named `callerid' chan_oh323.c: In function `oh323_request': chan_oh323.c:2741: error: dereferencing pointer to incomplete type chan_oh323.c:2743: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_atexit': chan_oh323.c:4923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_oh323.c: In function `load_module': chan_oh323.c:5220: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_oh323.c:5220: error: too many arguments to function `ast_channel_register'make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/home/ali/asterisk-oh323-0.6.5/asterisk-driver' make: *** [subdirs_build] Error 1 i dont know whats the problem but i think that channel_pvt.h is not exists. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com