<div dir="ltr"><span class=""><font color="#888888">thnk Matthew  , </font></span><span id="result_box" class="" lang="en"><span class="">would be</span> <span class="">great if someone</span> <span class="">could</span> <span class="">add this to the</span> <span class="">h323</span> <span class="">channel</span><span>,</span> <span class="">if I</span> <span class="">could, I</span> <span class="">would, but</span> <span class="">the saddest thing</span> <span class="">is that</span> <span class="">I will have to</span> <span class="">be seeing</span> <span class="">these</span> <span class="">warning</span> <span class="">on my console</span></span></div>

<div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/23 Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div class="im">On Wed, Oct 23, 2013 at 7:12 PM, Vladimir Mikhelson <span dir="ltr"><<a href="mailto:vlad@mikhelson.com" target="_blank">vlad@mikhelson.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Richard,<br>
    <br>
    And what is "condition 33" after all?  Maybe it needs to be
    processed, not ignored.<br>
    <br></div></blockquote><div><br></div></div><div>The various indication control frames are defined in frames.h. Frame type 33 was added to Asterisk 11:</div><div><br></div><div><span style="white-space:pre-wrap">  </span>AST_CONTROL_PVT_CAUSE_CODE = 33, /*!< Contains an update to the protocol-specific cause-code stored for branching dials */</div>


<div> </div><div>This is part of the hangup cause feature that was added to Asterisk 11. When a channel driver raises this control frame, the channel core uses the information in the frame to update protocol specific cause code information. Channel drivers are supposed to indicate to the core that they don't want to handle that frame, i.e., return -1.</div>


<div><br></div><div>So Richard is correct: chan_ooh323 should, in ooh323_indicate, handle the frame by returning -1.</div><div><br></div><div>Actually raising the frame to pass a channel technology specific hangup cause code is completely up to the channel driver. Not all channel drivers support it; if someone wanted to add that functionality to chan_ooh323 that'd be great; but it's completely different than the condition that the OP is seeing.</div>


<div><br></div><div>Matt</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Engineering Manager</div>

<div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div>
<div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div>
</font></span></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>rickygm<br><br><a href="http://gnuforever.homelinux.com">http://gnuforever.homelinux.com</a>
</div>