Menu

#33 Problem with multicast discovery

open
nobody
None
5
2002-04-10
2002-04-10
Anonymous
No

I m getting following problem :

1.I m running openh323proxy on linux which is
multihomed machine (one interface connect to corporate
network and another one connect to external world). It
started fine.Now I run one H.323 client with AUTO
discovery, it sends GRQ again & again but I found
proxy were not getting multicast packet.Then I checked
and found that proxy binds it mulicast address
(224.0.1.41) with loopback address (127.0.0.1), not
with any interface.

When I checked in code I found for WIN32 multicast
address was bind with interface (INADDR_ANY), so same
change I also made for linux, compiled and run it
again.Now multicast address binds with any interface
out of 2.
Now again I started client with AUTO discovery and
packet received by proxy.But when it process the
packet I find following problem:

"Assertion failure in file h225.cxx line 168
Null pointer reference."

If anybody has got the same problem and ideas towards
this problem please give me a pointer.

Sanjay Gupta

Discussion


Log in to post a comment.