Search found 50 matches

by willamowius
Wed Mar 25, 2015 9:09 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H323Plus User Survey
Replies: 0
Views: 24569

H323Plus User Survey

Hi, we just started a survey to learn more about the users of H323Plus: What they like, what is missing, where they had difficulties etc. If you have a moment, it would be great if you would also take part and fill out the short questionnaire and help us decide where the project should be heading: h...
by willamowius
Sun Mar 15, 2015 5:04 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H323Plus "Simple" sample fails to build/Unresolved external
Replies: 2
Views: 19198

Re: H323Plus "Simple" sample fails to build/Unresolved exter

Thanks for the update!

You probably converted the VS 2005 project for VS 2013.
I added the missing files to the 2005 project now.

As a general rule, its always best to use the latest project file for conversions to a new compiler.
by willamowius
Tue Dec 23, 2014 9:55 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: No video between Ekiga & Polycom Group500
Replies: 6
Views: 31698

Re: No video between Ekiga & Polycom Group500

You won't need Asterisk for your H.323 calls, but if you want too keep it for other purposes, you can take a look at my notes: http://www.gnugk.org/asterisk.html
by willamowius
Tue Dec 23, 2014 11:28 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: No video between Ekiga & Polycom Group500
Replies: 6
Views: 31698

Re: No video between Ekiga & Polycom Group500

I don't think the Asterisk H.323 channels support any video.

Try the GNU Gatekeeper if you want to make H.323 calls with video.
by willamowius
Mon Dec 22, 2014 4:08 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: No video between Ekiga & Polycom Group500
Replies: 6
Views: 31698

Re: No video between Ekiga & Polycom Group500

FFMpeg is a moving target and we'll probably need help from the community to patch H323Plus to support every FFMpeg version out there. Are you expecting Asterisk to convert a H.323 video call to a SIP video call ? Last time I checked, none of the Asterisk channels was able to to that (regardless wet...
by willamowius
Thu Oct 09, 2014 1:06 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use openh323 in an exist project?
Replies: 3
Views: 22822

Re: How to use openh323 in an exist project?

You probably shouldn't edit configure. My guess is that you didn't do a "make install" for PTLib, which is required if you compile PTLib > 2.10.x on Linux.

I would suggest you only use the "optnoshared" and "debugnoshared" targets for PTLib and H323Plus.
by willamowius
Fri Sep 19, 2014 6:14 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Howto register own custom device for sound
Replies: 1
Views: 16101

Re: Howto register own custom device for sound

Sound devices are PTLib plugins. Take a look at the existing devices in the PTLib plugins/ folder.

SInce they are plugins, you can create your own version and link it with your application. It should register itself automatically and be available for your application.
by willamowius
Thu Sep 18, 2014 8:02 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use openh323 in an exist project?
Replies: 3
Views: 22822

Re: How to use openh323 in an exist project?

I think its probably easier to convert your current project to C++: With very few exceptions, C is also valid C++ code. OpenH323 is meant to be used by subclassing. Converting every method overload into a callback is doable, but a huge amount of work. Also, please go to http://www.h323plus.org/ and ...
by willamowius
Sun Aug 10, 2014 7:04 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to compile h323plus source code?
Replies: 3
Views: 22174

Re: How to compile h323plus source code?

You probably forgot to run "./configure" before make or something went wrong with it.

"make bothdepend" and "make bothnoshared" should work.
by willamowius
Sat May 24, 2014 5:59 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compile H323Plus CVS vs. PTLIB-2.12.x
Replies: 4
Views: 19257

Re: Cross compile H323Plus CVS vs. PTLIB-2.12.x

The latest H323Plus from CVS should compile with PTLib 2.12.x.