Search found 45 matches

by shorne
Tue Jan 24, 2012 9:45 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: AV bug in listener app
Replies: 3
Views: 6682

Re: AV bug in listener app

Be careful using PTLIB SVN. It is suggested that you use the last stable release of PTLIB with h323plus CVS to avoid issues such as this. If you do use the SVN make sure you do regular SVN updates for fixes (and of course you WILL find new bugs) The error you are trying to fix was fixed November las...
by shorne
Thu Jan 05, 2012 12:01 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to make H323 call with H.460(18 and 19) enabled? Thanks!
Replies: 1
Views: 5776

Re: How to make H323 call with H.460(18 and 19) enabled? Tha

You will need GnuGk v3. For baseline endpoint support for H.460.18/.19 you will need h323plus v1.23 For more advanced features like multiplexing use the CVS
by shorne
Mon Nov 21, 2011 4:57 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Building a conference bridge for newbs
Replies: 2
Views: 6255

Re: Building a conference bridge for newbs

The OpenH323 project has been abandoned since 2007. The project has been continued on as H323plus. You will find all the latest source at http://www.h323plus.org/source/ there is a tutorial next to the download button. IF you want the latest then get the source. GnuGk has build instructions for ptli...
by shorne
Thu Oct 27, 2011 12:00 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Error in cross compiling h235auth.cxx
Replies: 6
Views: 9539

Re: Error in cross compiling h235auth.cxx

To detect whether OpenSSL is detected check the output for configure on ptlib. It should say OpenSSL enabled or disabled.
by shorne
Thu Oct 27, 2011 3:14 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Error in cross compiling h235auth.cxx
Replies: 6
Views: 9539

Re: Error in cross compiling h235auth.cxx

For some reason OpenSSL is not being detected.
Patch applied.
by shorne
Thu Oct 27, 2011 1:38 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Error in cross compiling h235auth.cxx
Replies: 6
Views: 9539

Re: Error in cross compiling h235auth.cxx

You are compiling without OpenSSL?
A fix has been checked into the CVS.
by shorne
Fri Oct 21, 2011 1:40 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: CVS server down
Replies: 1
Views: 4688

Re: CVS server down

Yes it seems the SourceForge CVS is currently down.
by shorne
Wed Oct 19, 2011 6:10 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H235caps.cxx fails to compile
Replies: 2
Views: 5566

Re: H235caps.cxx fails to compile

fix has been checked in. h235caps.cxx v1.9
by shorne
Sat Sep 24, 2011 4:40 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compilation error after CVS update
Replies: 8
Views: 9915

Re: Cross compilation error after CVS update

Thanks. It works. However, this means without --enable-h235 switch, the compilation will not include package H235 from src/h235 sub directory, right?
That is correct.