Which &quot;new channels&quot; are you having problem with?<br><br><br><br><div class="gmail_quote">On Mon, Sep 7, 2009 at 5:19 PM, Germán Aracil Boned <span dir="ltr">&lt;<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How I can replace ast_channel_threadassoc_add in 1.4 for update list<br>
with channels ?<br>
<br>
I have one problem, the list is not updated with new channels.<br>
<br>
int ast_channel_threadassoc_add(struct ast_channel *chan){<br>
         struct logger_filter_list_item *filter;<br>
         channels = ast_threadstorage_get(&amp;filter_channels,<br>
sizeof(*channels));<br>
<br>
         if (!channels) {<br>
                 return -1;<br>
         }<br>
         filter = ast_calloc(1, sizeof(*filter));<br>
         if (!filter) {<br>
                 return -1;<br>
         }<br>
         filter-&gt;chan = chan;<br>
         AST_LIST_INSERT_HEAD(channels, filter, next);<br>
         return 0;<br>
}<br>
<font color="#888888"><br>
<br>
<br>
<br>
Germán Aracil Boned escribió:<br>
</font><div><div></div><div class="h5">&gt; Clod, Thank you ;)<br>
&gt;<br>
&gt; Clod Patry escribió:<br>
&gt;&gt; hi,<br>
&gt;&gt; that will be pretty hard to use that method with 1.4, since the API TLS<br>
&gt;&gt; was not there.<br>
&gt;&gt; I forked that branch from trunk, so if you svn diff<br>
&gt;&gt; <a href="http://svn.digium.com/svn/asterisk/team/junky/cli-tls" target="_blank">http://svn.digium.com/svn/asterisk/team/junky/cli-tls</a><br>
&gt;&gt; <a href="http://svn.digium.com/svn/asterisk/trunk" target="_blank">http://svn.digium.com/svn/asterisk/trunk</a><br>
&gt;&gt; &lt;<a href="http://svn.digium.com/svn/asterisk/team/junky/cli-tls" target="_blank">http://svn.digium.com/svn/asterisk/team/junky/cli-tls</a>&gt; will give you a<br>
&gt;&gt; huge idea on my work.<br>
&gt;&gt; For doc, if you read doc/cli_filters.txt, that will give you a list of<br>
&gt;&gt; functionnality. Did you have extra idea?<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Sep 6, 2009 at 11:12 AM, Germán Aracil Boned<br>
&gt;&gt; &lt;<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a> &lt;mailto:<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;     woo.. this is great !<br>
&gt;&gt;     Thank you !<br>
&gt;&gt;<br>
&gt;&gt;     Please, what files are you modify or add to asterisk for it ?<br>
&gt;&gt;     Exist any doc where read this ?<br>
&gt;&gt;<br>
&gt;&gt;     I work with 1.4 version. And need add this feature to asterisk 1.4<br>
&gt;&gt;     If you like can send any docs by email.<br>
&gt;&gt;<br>
&gt;&gt;     thank you !<br>
&gt;&gt;<br>
&gt;&gt;     Clod Patry escribió:<br>
&gt;&gt;      &gt; hi,<br>
&gt;&gt;      &gt; have you already tried the cli filtering branch?<br>
&gt;&gt;      &gt; That project was a google summer of code project, which I added that<br>
&gt;&gt;      &gt; exact need.<br>
&gt;&gt;      &gt; You can:<br>
&gt;&gt;      &gt; svn co <a href="http://svn.digium.com/svn/asterisk/team/junky/cli-tls" target="_blank">http://svn.digium.com/svn/asterisk/team/junky/cli-tls</a><br>
&gt;&gt;      &gt; And read doc/cli_filters.txt<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; Feedbacks are welcome.<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; On Sat, Sep 5, 2009 at 11:29 PM, Germán Aracil Boned<br>
&gt;&gt;      &gt; &lt;<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a> &lt;mailto:<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a>&gt;<br>
&gt;&gt;     &lt;mailto:<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a> &lt;mailto:<a href="mailto:german@tecnoxarxa.com">german@tecnoxarxa.com</a>&gt;&gt;&gt; wrote:<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     Hello list<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     I&#39;m making a filter for CLI verbose output. I only have one<br>
&gt;&gt;     question.<br>
&gt;&gt;      &gt;     If I include asterisk/channel.h in main/logger.c file I have<br>
&gt;&gt;     compilation<br>
&gt;&gt;      &gt;     errors.<br>
&gt;&gt;      &gt;     How I can get ast_channel struct in logger.c file ? It is<br>
&gt;&gt;     posible ?<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     Thank you<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     --<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;      -<br>
&gt;&gt;      &gt;      -------------------------------------<br>
&gt;&gt;      &gt;      Germán Aracil Boned<br>
&gt;&gt;      &gt;      Director de Sistemas<br>
&gt;&gt;      &gt;      Zoon Suite S.L.<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;      <a href="http://www.zoonsuite.com" target="_blank">www.zoonsuite.com</a> &lt;<a href="http://www.zoonsuite.com" target="_blank">http://www.zoonsuite.com</a>&gt;<br>
&gt;&gt;     &lt;<a href="http://www.zoonsuite.com" target="_blank">http://www.zoonsuite.com</a>&gt;<br>
&gt;&gt;      &gt;      963146030 - General<br>
&gt;&gt;      &gt;      963146031 - Asistencia de incidencias<br>
&gt;&gt;      &gt;      963146032 - FAX<br>
&gt;&gt;      &gt;      -------------------------------------<br>
&gt;&gt;      &gt;                                          -<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     _______________________________________________<br>
&gt;&gt;      &gt;     --Bandwidth and Colocation Provided by<br>
&gt;&gt;     <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt;      &gt;     Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;     asterisk-dev mailing list<br>
&gt;&gt;      &gt;     To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;      &gt;       <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; --<br>
&gt;&gt;      &gt; Clod Patry<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;     ------------------------------------------------------------------------<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; _______________________________________________<br>
&gt;&gt;      &gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt;      &gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; asterisk-dev mailing list<br>
&gt;&gt;      &gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;      &gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;       -<br>
&gt;&gt;       -------------------------------------<br>
&gt;&gt;       Germán Aracil Boned<br>
&gt;&gt;       Director de Sistemas<br>
&gt;&gt;       Zoon Suite S.L.<br>
&gt;&gt;<br>
&gt;&gt;       <a href="http://www.zoonsuite.com" target="_blank">www.zoonsuite.com</a> &lt;<a href="http://www.zoonsuite.com" target="_blank">http://www.zoonsuite.com</a>&gt;<br>
&gt;&gt;       963146030 - General<br>
&gt;&gt;       963146031 - Asistencia de incidencias<br>
&gt;&gt;       963146032 - FAX<br>
&gt;&gt;       -------------------------------------<br>
&gt;&gt;                                           -<br>
&gt;&gt;<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;<br>
&gt;&gt;     AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt;     Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;<br>
&gt;&gt;     asterisk-dev mailing list<br>
&gt;&gt;     To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;       <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Clod Patry<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;<br>
&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-dev mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;<br>
<br>
--<br>
<br>
<br>
   -<br>
   -------------------------------------<br>
   Germán Aracil Boned<br>
   Director de Sistemas<br>
   Zoon Suite S.L.<br>
<br>
   <a href="http://www.zoonsuite.com" target="_blank">www.zoonsuite.com</a><br>
   963146030 - General<br>
   963146031 - Asistencia de incidencias<br>
   963146032 - FAX<br>
   -------------------------------------<br>
                                       -<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Clod Patry<br>