<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
Here is the reply from the developer as to what can be done
immediately to remove the offending logging.<br>
<br>
"He can just ignore these messages, they say that chan_ooh323 don't
known indication signal 33 (AST_CONTROL_PVT_CAUSE_CODE) and
processing of this signal isn't mandatory.<br>
<br>
If he would to remove this messages he can comment ast_log string in
chan_ooh323 in ooh323_indicate function on the bottom of function:<br>
<br>
default:<br>
ast_log(LOG_WARNING, "Don't know how to indicate
condition %d on %s\n",<br>
condition, callToken);"<br>
<br>
Ultimately the developer will take of the issue properly.<br>
<br>
Thank you,<br>
Vladimir<br>
<br>
<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 10/24/2013 10:04 AM, troxlinux
wrote:<br>
</div>
<blockquote
cite="mid:CAL_GE3QeH0_Jj3-V1-MdnAoQczoYhhnmLh+GGd7VRDUXOT9M9w@mail.gmail.com"
type="cite">
<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 moz-do-not-send="true"
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
moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://digium.com" target="_blank">http://digium.com</a>
& <a moz-do-not-send="true"
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
moz-do-not-send="true" 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 moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true" href="http://gnuforever.homelinux.com">http://gnuforever.homelinux.com</a>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
</body>
</html>