Eugene Prokopiev
2005-Dec-15 05:18 UTC
[Asterisk-Users] oh323 : which versions recommended for asterisk 1.2?
Hi, Which oh323 versions recommended for asterisk 1.2? Where can I get them? I use: $ ls -la total 7172 drwxr-xr-x 8 john john 4096 Dec 15 15:12 . drwxr-xr-x 17 john john 4096 Dec 15 13:27 .. drwxr-xr-x 5 john john 4096 Sep 20 15:53 asterisk-oh323-0.7.3 -rw-r--r-- 1 john john 93440 Sep 20 15:55 asterisk-oh323-0.7.3.tar.gz drwxr-xr-x 8 john john 4096 Dec 15 13:41 openh323 -rw-r--r-- 1 john john 2555677 Sep 22 19:52 openh323-Janus_patch4-src-tar.gz -rw-r--r-- 1 john john 2343354 Sep 22 19:50 openh323_1.12.2.tar.gz drwxr-xr-x 8 john john 4096 Dec 15 14:33 pwlib -rw-r--r-- 1 john john 1111229 Sep 22 19:54 pwlib-Janus_patch4-src-tar.gz -rw-r--r-- 1 john john 1085203 Sep 22 19:53 pwlib_1.5.2.tar.gz On asterisk-oh323-0.7.3 compiling I got error: $ make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/john/devel/oh323/asterisk-oh323-0.7.3/wrapper' ./check_ver /home/john/devel/oh323/pwlib pwlib ./check_ver /home/john/devel/oh323/openh323 openh323 g++ -Wall -felide-constructors -x c++ -Os -DP_USE_PRAGMA -ffunction-sections -fdata-sections -D_REENTRANT -Wall -fPIC -I/home/john/devel/oh323/pwlib/include -DPTRACING -I/home/john/devel/oh323/openh323/include -DHAS_OSS -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.6.6\" -DOPENH323VERSION=\"1.13.5\" -I/home/john/devel/oh323/pwlib/include -I/home/john/devel/oh323/openh323/include -I/home/john/devel/oh323/openh323/include/openh323 -I../asterisk-driver -c wrapendpoint.cxx -o wrapendpoint.o wrapendpoint.cxx: In member function `virtual BOOL WrapH323EndPoint::OpenAudioChannel(H323Connection&, int, unsigned int, H323AudioCodec&)': wrapendpoint.cxx:800: error: syntax error before `)' token wrapendpoint.cxx:800: error: `PIsDescendant' undeclared (first use this function) wrapendpoint.cxx:800: error: (Each undeclared identifier is reported only once for each function it appears in.) wrapendpoint.cxx:801: error: syntax error before `)' token What's wrong? -- Thanks, Eugene Prokopiev