<p>Hi Simon</p>
<p>I am implementing FECC in my Application.</p>
<p>The following code snippet of h323.cxx.opens H323_H224 channel only in one direction i.e in Transmit direction only.</p>
<p><br>#ifdef H323_H224<br>  if(h245_available && startH224) {<br>    if(remoteCapabilities.FindCapability("H.224") != NULL) {<br>      H323Capability * capability = localCapabilities.FindCapability("
H.224");<br>      if(capability != NULL) {<br>     if(logicalChannels->Open(*capability, OpalMediaFormat::DefaultH224SessionID)) {<br>    H323Channel * channel = capability->CreateChannel(*this, H323Channel::IsTransmitter, OpalMediaFormat::DefaultH224SessionID, NULL);
<br>          if(channel != NULL) {<br>   channel->SetNumber(logicalChannels->GetNextChannelNumber());<br>   fastStartChannels.Append(channel);<br>          }<br>        }<br>      }<br>    }<br>    <br> startH224 = FALSE;
<br>  }<br>#endif</p>
<div><br>Receiver channel is not being open. <br>How to open H323_H224 Receiver channel ?<br>Pls help me..<br> </div>
<div>Regards</div>
<div>Alam</div>