<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
OK I see. So far I implement the other way. <br>
I already sent the patch to Simon, but I don't know if he put it to
CVS. If you are interested, I can send you the patch. Would it be
possible to get the patch from you for the changes you did in h323plus
lib?<br>
Thanks,<br>
<br>
Marek<br>
š<br>
<br>
On 08/18/2010 04:38 PM, Igor Pavlov wrote:
<blockquote
 cite="mid:AANLkTim1=xAw08sfNW2aMq_fUm3jA6NhOYs_sW44kyu7@mail.gmail.com"
 type="cite">Now, I have no available MXP for tests :( but when I had
it I found out the way to open extended video channel : <br>
1. Send Generic request<br>
2. Wait for Generic response<br>
3. Send Generic Indication<br>
4. Send OLC(extended video channel) with sessionID = 0 (!)<br>
5. Send miscellatiousIndication LogicalChannelActive<br>
  <br>
  <div class="gmail_quote">18 Á×ÇÕÓÔÁ 2010šÇ. 18:17 ÐÏÌØÚÏ×ÁÔÅÌØ Marek
Domaracky <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:domarack@cern.ch">domarack@cern.ch</a>></span> ÎÁÐÉÓÁÌ:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">
Hi Igor,<br>
    <br>
I'm testing as well with MXP and in my case MXP sending always 33 and
higher. So far I had a problem only with the Mirial. <br>
What I have so far is just one way channel from the device to my
application. Are you opening extended video form your application to
the MXP?<br>
If I understand correctly if you send OLC with sessionID != 0 Tandberg
will reject?<br>
Thanks,<br>
    <font color="#888888"><br>
Marek</font>
    <div>
    <div class="h5"><br>
    <br>
    <br>
    <br>
On 08/18/2010 03:42 PM, Igor Pavlov wrote:
    <blockquote type="cite">I wnat to enlarge...<br>
When Tandberg (MXP) sends extended video channel, it sends sessionID=0,
and only in OLCAck it accept actual sessionID.<br>
If send OLC for extended video with sessionID != 0 than Tandberg MXP
sends OLCReject (InvalidSessionID).<br>
      <br>
      <div class="gmail_quote">2010/8/18 Marek Domaracky <span
 dir="ltr"><<a moz-do-not-send="true" href="mailto:domarack@cern.ch"
 target="_blank">domarack@cern.ch</a>></span><br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
        <br>
I'm working on H.239 implementation and find out that devices might ask
SessionID=0 for a new video channel. In particular I did a test with
Mirial.<br>
I was checking the šthread <a moz-do-not-send="true"
 href="http://lists.packetizer.com/pipermail/h323plus/2009-December/001269.html"
 target="_blank">http://lists.packetizer.com/pipermail/h323plus/2009-December/001269.html</a>
and it's mentioned that the SessionID=0 is invalid.<br>
I know it's not following the standard as for RTPSession šthe range is
from 1..255, but for compatibility, don't you think we should allow it?
I did a test call from Mirial to Tandberg and Tandberg didn't have a
problem with it.<br>
The lines involved are<br>
rtp.cxx<br>
from šPAssert(id > 0 && id < 256, PInvalidParameter); to
PAssert(id >= 0 && id < 256, PInvalidParameter);<br>
and<br>
h323.cxx<br>
š// We must have a valid sessionID<br>
šif (sessionID < 1 || sessionID > 255) to if (sessionID < 0 ||
sessionID > 255)<br>
        <br>
Thanks,<br>
        <font color="#888888"><br>
Marek<br>
        <br>
        <br>
        <br>
        </font></blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
-- <br>
éÇÏÒØ ðÁ×ÌÏ×<br>
    </blockquote>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
éÇÏÒØ ðÁ×ÌÏ×<br>
</blockquote>
</body>
</html>