Search found 3 matches

by DJs3000
Mon Jun 18, 2012 8:29 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: change Listen ip H323plus
Replies: 3
Views: 10063

Re: change Listen ip H323plus

tried to change the code:
virtual void TranslateTCPAddress(
PIPSocket::Address & localAddr,
const PIPSocket::Address & /* remoteAddr */
) {
localAddr = "my.ext.ip";
}
Compilation is successful but nothing has changed. :?
There is another question ... This change will only transmit port 1720 ...
by DJs3000
Mon Jun 18, 2012 7:54 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: change Listen ip H323plus
Replies: 3
Views: 10063

Re: change Listen ip H323plus

There is a function in H323EndPoint
virtual void TranslateTCPAddress(
PIPSocket::Address & /*localAddr*/,
const PIPSocket::Address & /*remoteAddr */
) { }

Override and change the localAddr to that of your public IP address.
Don't forget to port forward in the router.

Dear Shorne. I go to ...
by DJs3000
Thu Jun 14, 2012 4:44 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: change Listen ip H323plus
Replies: 3
Views: 10063

change Listen ip H323plus

Use in the project h323plus OpenMcu is a big problem when the video server is behind NAT. Where in the source code can be corrected to h323plus sent my external ip address. I do not want to use the GK is too much :) I want to substitute a link to the source code of your external IP address and then ...