Thank you richard, now I understand and it works, except that all only gives<div><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">
<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">ssrc</blockquote><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">
themssrc</blockquote><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">lp</blockquote><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">
rxjitter</blockquote><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">rxcount</blockquote><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">
txjitter</blockquote><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">txcount</blockquote><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">
rlp</blockquote><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">rtt</blockquote></blockquote><div>and not all mentioned fields.  </div>
<div><br></div><div>Do you know if there is a updated documentation anywhere? </div><div>I can guess what most of the fields are, but I am not an expert on these things ;-)</div><div>I especially have problems with the remote_x and local_x fields: if it&#39;s prefixed with local, it means send from me to a client? or does it mean things that didn&#39;t arrive locally, therefore send from client to me?</div>
<div>tx should be always from me to client and rx the other way round, right?</div><div><br></div><br><div class="gmail_quote">2012/8/24 Richard Mudgett <span dir="ltr">&lt;<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; Using<br>
&gt;<br>
&gt;<br>
&gt; exten =&gt; h,n,set(CDR(llp)=${CHANNEL(rtpqos,audio,local_lostpackets)})<br>
&gt;<br>
&gt; gives me<br>
&gt;<br>
&gt;<br>
&gt; [Aug 24 12:08:10] WARNING[12087]: sip/dialplan_functions.c:221<br>
&gt; sip_acf_channel_read: Unrecognized argument<br>
&gt; &#39;rtpqos,audio,local_lostpackets&#39; to CHANNEL<br>
&gt;<br>
&gt; [Aug 24 12:08:10] WARNING[12087]: func_channel.c:393<br>
&gt; func_channel_read: Unknown or unavailable item requested:<br>
&gt; &#39;rtpqos,audio,local_lostpackets&#39;<br>
&gt;<br>
&gt; According to<br>
&gt; <a href="http://lists.digium.com/pipermail/asterisk-users/2011-September/266075.html" target="_blank">http://lists.digium.com/pipermail/asterisk-users/2011-September/266075.html</a><br>
&gt; the variable names have changed, however I couldn&#39;t find an updated<br>
&gt; documentation or understand from the mail reply, what I have to<br>
&gt; change in the example above.<br>
&gt; So, can somebody please tell me where to get an updated documentation<br>
&gt; or how to fix my problem? I am using Asterisk 1.8.10.1.<br>
&gt;<br>
<br>
</div>This is what the chan_sip code will accept in the third parameter position:<br>
<br>
&quot;txcount&quot;,<br>
&quot;rxcount&quot;,<br>
&quot;txjitter&quot;,<br>
&quot;rxjitter&quot;,<br>
&quot;remote_maxjitter&quot;,<br>
&quot;remote_minjitter&quot;,<br>
&quot;remote_normdevjitter&quot;,<br>
&quot;remote_stdevjitter&quot;,<br>
&quot;local_maxjitter&quot;,<br>
&quot;local_minjitter&quot;,<br>
&quot;local_normdevjitter&quot;,<br>
&quot;local_stdevjitter&quot;,<br>
&quot;txploss&quot;,<br>
&quot;rxploss&quot;,<br>
&quot;remote_maxrxploss&quot;,<br>
&quot;remote_minrxploss&quot;,<br>
&quot;remote_normdevrxploss&quot;,<br>
&quot;remote_stdevrxploss&quot;,<br>
&quot;local_maxrxploss&quot;,<br>
&quot;local_minrxploss&quot;,<br>
&quot;local_normdevrxploss&quot;,<br>
&quot;local_stdevrxploss&quot;,<br>
&quot;rtt&quot;,<br>
&quot;maxrtt&quot;,<br>
&quot;minrtt&quot;,<br>
&quot;normdevrtt&quot;,<br>
&quot;stdevrtt&quot;,<br>
&quot;local_ssrc&quot;,<br>
&quot;remote_ssrc&quot;,<br>
<br>
It also will accept nothing or &quot;all&quot;.<br>
<span class="HOEnZb"><font color="#888888"><br>
Richard<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>