Hi,
I have found out the issue.
I am attaching the trace file log at level 4.
during capability merge after recieving TCS from the remote end, merge for H.239 fails.
the remote end advertises H.239(H.264) capability as recieveAndTransmit i.e role 3
whereas in file h323caps.cxx line number 2196 we are explicitly checking it as "if (role.GetValue() != 1)" and it does not get added to capabilityset,
this fails with error "ERROR: Unsupported Role mode" . i changed the code to "if (role.GetValue() <0 && role.GetValue()>3 )" as a temporarty fix
Any Insight in to this is highly appreciated