i've only used chan_h323 which suggests u download the tars and extract them in /root. Takes a while to build but I did manage to get it working
On Thu, 5 Aug 2004 13:47:29 +0200, Asmine Ouloube <[EMAIL PROTECTED]> wrote: > This is what I've done: > Take asterisk, libpri and zaptel with cvs > After that : > cd /usr/src/zaptel > make clean; make, make install > cd ../libpri > make clean > make > make install > cd ../asterisk > make clean > make > make install > make samples > > And I ve started and stopped asterisk in order to see if it run. > > Now to have pwlib and openh323: > cvs -z3 -d :psersver:[EMAIL PROTECTED]:/cvsroot/openh323 co > ptlib_unix > cvs -z3 -d :psersver:[EMAIL PROTECTED]:/cvsroot/openh323 co > openh323 > > I added the lib to the LD_LIBRARY_PATH > Now I made: > cd pwlib > ../configure > make clean opt > cd ../openh323 > ../configure > make clean opt > cd ../asterisk/channels/h323 > make > > And I 've got some messages like this one: > > In file included from /usr/src/pwlib/include/ptlib.h:238 > from ast_h323.cpp:34 > /usr/src/pwlib/include/ptlib/pfactory.h:181:ANSI C++ forbids declaration > 'PMutex' with no type > /usr/src/pwlib/include/ptlib/pfactory.h:181:parse error before '&' > /usr/src/pwlib/include/ptlib/pfactory.h:183:syntax error before';' > /usr/src/pwlib/include/ptlib/pfactory.h:193:syntax error before'>' > /usr/src/pwlib/include/ptlib/pfactory.h:198:confused by earlier errors, > bailing out > cpp0: ouput pipe has been closed > make :***[ast_h323.o] Error 1 > > Did I make a mistake somewhere? I've followed all the README. > I don't know what else to do. > > Any suggestions? > > Thanks for your help. > > > > ----- Original Message ----- > From: "Jeremy McNamara" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 04, 2004 4:37 PM > Subject: Re: [Asterisk-Users] PRI/H323 gateway > > > Asmine Ouloube wrote: > > > > > Hi, > > > I ve got a problem when I do this : > > > usr/src/asterisk/channels/h323# make > > > > > > There are a lot of errors with ast_h323.cpp and .h. And at the end, I've > > > got this: > > > make ***[ast_h323.o] Error 1 > > > > > > > > So I've configured zapetel.conf and zapata.conf for an E1 card. > > > I 've installed pwlib and openh323 like in their README. > > > I 've changed the h323.conf to allow g723.1 and to disable the > gatekeeper. > > > And for the expension.conf, at first, I decided to put all in comments. > > > Because I just want to take the channels which come from the ISDN to use > > > H323 in order to have VOIP and reciprocally. > > > > > > Can someone help me? > > > > > > Read the README again and if you still can't figure it out send least > > one error message, but the README does cover how to setup your > > environment and how to properly compile the code. > > > > > > > > Jeremy McNamara > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
