Que tal, soy nuevo en esto de Asterisk y me he estado peleando para instalar el open h323, ya baje e instale las librerias PWLIB y OPENH323, y baje el ASTERISK-OH323-0.7.1, y cuando lo intento instalar me manda el siguiente error:
[root@asterisk asterisk-oh323-0.7.1]# make
for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done
make[1]: Entering directory `/usr/src/asterisk-oh323-0.7.1/wrapper'
./check_ver /usr/src/pwlib pwlib
./check_ver /usr/src/openh323 openh323
g++ -DP_USE_PRAGMA -D_REENTRANT -Wall -fPIC -I/usr/src/pwlib/include -DPTRACING -I/usr/local//include/openh323 -Wall -x c++ -Os -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.9.0\" -DOPENH323VERSION=\"1.17.1\" -I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include -I/usr/src/openh323/include -I/usr/src/openh323/include/openh323 -I../asterisk-driver -c wrapendpoint.cxx -o wrapendpoint.o
wrapendpoint.cxx: In member function `virtual BOOL WrapH323EndPoint::OpenAudioChannel(H323Connection& , BOOL, unsigned int, H323AudioCodec&)':
wrapendpoint.cxx:915: error: 'class H323AudioCodec' no tiene un miembro llamado 'IsDescendant'
wrapendpoint.cxx:916: error: 'class H323AudioCodec' no tiene un miembro llamado 'IsDescendant'
make[1]: *** [wrapendpoint.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-oh323-0.7.1/wrapper'
make: *** [subdirs_build] Error 1
alguien sabe porque pasa esto?????
[root@asterisk asterisk-oh323-0.7.1]# make
for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done
make[1]: Entering directory `/usr/src/asterisk-oh323-0.7.1/wrapper'
./check_ver /usr/src/pwlib pwlib
./check_ver /usr/src/openh323 openh323
g++ -DP_USE_PRAGMA -D_REENTRANT -Wall -fPIC -I/usr/src/pwlib/include -DPTRACING -I/usr/local//include/openh323 -Wall -x c++ -Os -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.9.0\" -DOPENH323VERSION=\"1.17.1\" -I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include -I/usr/src/openh323/include -I/usr/src/openh323/include/openh323 -I../asterisk-driver -c wrapendpoint.cxx -o wrapendpoint.o
wrapendpoint.cxx: In member function `virtual BOOL WrapH323EndPoint::OpenAudioChannel(H323Connection& , BOOL, unsigned int, H323AudioCodec&)':
wrapendpoint.cxx:915: error: 'class H323AudioCodec' no tiene un miembro llamado 'IsDescendant'
wrapendpoint.cxx:916: error: 'class H323AudioCodec' no tiene un miembro llamado 'IsDescendant'
make[1]: *** [wrapendpoint.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-oh323-0.7.1/wrapper'
make: *** [subdirs_build] Error 1
alguien sabe porque pasa esto?????
Comentario