Trying to set this up on a linux system. Following the recipe, here's the steps I did:
In Blend ProxyThread.cxx :
Added "return true;" after
if (!MyEnviron.CheckIP())
return true;
In EndpointTable.cxx and Environ.cxx
Changed H225_AliasAddress::e_e164 to H225_AliasAddress::e_dialedDigits
Changed H225_PartyNumber::e_publicNumber to H225_PartyNumber::e_e164Number
In MulticastThread.cxx:
Changed PIPSocket::Address AkaLocal('127.0.0.1'); to PIPSocket::Address AkaLocal(INADDR_ANY);
No matter what I put for a 'Local Address=' in the conf, netstat says opengate_proxy is listening on localhost.
I'm using Openh323 1.7.10 and pwlib 1.2.11
Ideas?
Thanks
Kelly
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to set this up on a linux system. Following the recipe, here's the steps I did:
In Blend ProxyThread.cxx :
Added "return true;" after
if (!MyEnviron.CheckIP())
return true;
In EndpointTable.cxx and Environ.cxx
Changed H225_AliasAddress::e_e164 to H225_AliasAddress::e_dialedDigits
Changed H225_PartyNumber::e_publicNumber to H225_PartyNumber::e_e164Number
In MulticastThread.cxx:
Changed PIPSocket::Address AkaLocal('127.0.0.1'); to PIPSocket::Address AkaLocal(INADDR_ANY);
No matter what I put for a 'Local Address=' in the conf, netstat says opengate_proxy is listening on localhost.
I'm using Openh323 1.7.10 and pwlib 1.2.11
Ideas?
Thanks
Kelly