<html><head></head><body bgcolor='#FFFFFF' style='font-size:10pt;background-color:#FFFFFF;font-family:Verdana, Arial, sans-serif;'>Happy ne year to you all,<br/>
<br/>
as far as i see is&nbsp;<br/>
<br/>
<br/>
<table border="0" cellpadding="0" cellspacing="0" style="border-top-color: rgb(211, 211, 211); border-right-color: rgb(211, 211, 211); border-bottom-color: rgb(211, 211, 211); border-left-color: rgb(211, 211, 211); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; ">
        <tbody>
                <tr>
                        <td align="right" class="memItemLeft" nowrap="nowrap" style="border-top-color: rgb(224, 224, 224); border-right-color: rgb(224, 224, 224); border-bottom-color: rgb(224, 224, 224); border-left-color: rgb(224, 224, 224); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; padding-top: 1px; padding-right: 0px; padding-bottom: 0px; padding-left: 8px; margin-top: 4px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px; background-color: rgb(250, 250, 250); " valign="top">
                                struct&nbsp;<a class="el" href="http://www.asterisk.org/doxygen/trunk/structast__frame.html" style="color: rgb(26, 65, 168); text-decoration: none; font-weight: bold; ">ast_frame</a>&nbsp;*&nbsp;</td>
                        <td class="memItemRight" style="border-top-color: rgb(224, 224, 224); border-right-color: rgb(224, 224, 224); border-bottom-color: rgb(224, 224, 224); border-left-color: rgb(224, 224, 224); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; padding-top: 1px; padding-right: 8px; padding-bottom: 0px; padding-left: 8px; margin-top: 4px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px; background-color: rgb(250, 250, 250); " valign="bottom">
                                <a class="el" href="http://www.asterisk.org/doxygen/trunk/frame_8h.html#4c78eded634cd9ae8d55eea5e91964f5" style="color: rgb(26, 65, 168); text-decoration: none; font-weight: bold; ">ast_frame_enqueue</a>&nbsp;(struct&nbsp;<a class="el" href="http://www.asterisk.org/doxygen/trunk/structast__frame.html" style="color: rgb(26, 65, 168); text-decoration: none; font-weight: bold; ">ast_frame</a>&nbsp;*head, struct&nbsp;<a class="el" href="http://www.asterisk.org/doxygen/trunk/structast__frame.html" style="color: rgb(26, 65, 168); text-decoration: none; font-weight: bold; ">ast_frame</a>&nbsp;*<a class="el" href="http://www.asterisk.org/doxygen/trunk/format__g726_8c.html#6c0800ed09aa222a555448069cd3b914" style="color: rgb(26, 65, 168); text-decoration: none; font-weight: bold; ">f</a>, int maxlen, int dupe)</td>
                </tr>
        </tbody>
</table>
<br/>
not been implementated for now....&nbsp;<br/>
<br/>
In order to avoid redevellopping the wheel here my question why it hasn't beed done an when it could be ...<br/>
<br/>
Am I right, that ast_frame is a linked list?<br/>
<br/>
An Implematation could be like:<br/>
<br/>
if ( f.seqno!= head.seqno || dupe){<br/>
&nbsp; &nbsp;//do_some_truncating_stuff<br/>
&nbsp; &nbsp;f.frame_list.next = head;<br/>
}<br/>
<br/>
Am I right??<br/>
<br/>
<br/>
Joerg<br/>
<br/>
<br/></body></html>