Followed instructions from these old post, CVS updated my asterisk too, edites makefile... but ---------------------------------------------------------- Get oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ openh323-Janus_patch4-src-tar.gz Get pwlib from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ pwlib-Janus_patch4-src-tar.gz Get asterisk-oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/download/ asterisk-oh323-0.7.tar.gz Untar the files #tar zxvf openh323-Janus_patch4-src-tar.gz #tar zxvf pwlib-Janus_patch4-src-tar.gz #tar zxvf asterisk-oh323-0.7.tar.gz Install Pwlib #cd pwlib #./configure && make clean && make opt && make install && ldconfig Patch and Install OpenH323 #cd openh323 #patch -p1 < ../asterisk-oh323-0.7/openh323_1.13.5-make.patch #./configure && make clean && make opt && make install && ldconfig ----------------------------------- get this compile error. Please help, is my third time trying to install h323 support into * Some suggestion? chan_oh323.c: In function `ast_oh323_new': chan_oh323.c:2581: structure has no member named `cid' chan_oh323.c:2587: structure has no member named `cid' chan_oh323.c:2588: structure has no member named `cid' chan_oh323.c:2589: structure has no member named `cid' chan_oh323.c:2594: structure has no member named `cid' chan_oh323.c:2595: structure has no member named `cid' chan_oh323.c:2596: structure has no member named `cid' chan_oh323.c:2598: structure has no member named `cid' chan_oh323.c:2598: structure has no member named `cid' chan_oh323.c:2643: structure has no member named `cid' chan_oh323.c:2644: structure has no member named `cid' chan_oh323.c:2645: structure has no member named `cid' chan_oh323.c:2646: structure has no member named `cid' chan_oh323.c:2647: structure has no member named `cid' chan_oh323.c:2648: structure has no member named `cid' chan_oh323.c: In function `load_module': chan_oh323.c:5201: warning: passing arg 4 of `ast_channel_register' from incompatible pointer type make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/mnt/60gbide2/usr/src/asterisk-oh323-0.7.0/asterisk-driver' make: *** [subdirs_build] Error 1 [root@asterisk asterisk-oh323-0.7.0]# Adri? Vidal