Thanks to everybody for helping me. Arnaldo, Jmesquita and Anthony I think event socket or mod_even_socket will do the task for me but I suppose now I will need to change the entire program as this gives Async feature (Twisted) and probably will need to learn Twisted (at least call backs etc. I also have database connection and few configuration file to say which prompts to select and where to store the recordings etc). My current solution is a pre forking python server which accepts the control from Asterisk and than do complete applicaiton execution in Python by simplly passing the proper commands to Asterisk system. E.g. getdata or saydigit or hangup  over a socket connection.<br>
<br>I heard that FS is more stable and also feature rich so now I want to switch to FS. Is there any documentation/examples on how to integrate Django framework? Can I still use the same preforking server and send the FS specific commands using socket.send(&lt;FS api&gt;) and receieve the result from FS as result = socket.recv(200).<br>
<br>Any take on this approach?<br><br>Regards,<br>Vin<br><br><div class="gmail_quote">On Wed, Apr 22, 2009 at 2:29 AM,  <span dir="ltr">&lt;<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</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;">Send Freeswitch-users mailing list submissions to<br>
        <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Freeswitch-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Asterisk Fast AGI like support from   FreeSwitch. Also<br>
      mod_python + Django doc (Mathieu Rene)<br>
   2. Re: Asterisk Fast AGI like support from   FreeSwitch. Also<br>
      mod_python + Django doc (Arnaldo de Moraes Pereira)<br>
   3. Re: Asterisk Fast AGI like support from FreeSwitch. Also<br>
      mod_python + Django doc (Yossi Neiman)<br>
   4. Re: Experience with libpri? (Yossi Neiman)<br>
   5. Re: Asterisk Fast AGI like support from   FreeSwitch. Also<br>
      mod_python + Django doc (Anthony Minessale)<br>
   6. Re: Asterisk Fast AGI like support from   FreeSwitch. Also<br>
      mod_python + Django doc (Jo?o Mesquita)<br>
   7. Re: getting statistics from core db through esl   interface<br>
      (Brian West)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 21 Apr 2009 16:47:16 -0400<br>
From: Mathieu Rene &lt;<a href="mailto:mrene_lists@avgs.ca">mrene_lists@avgs.ca</a>&gt;<br>
Subject: Re: [Freeswitch-users] Asterisk Fast AGI like support from<br>
        FreeSwitch. Also mod_python + Django doc<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:B05D160A-2E2F-4BCE-B7B7-8D83417ADF42@avgs.ca">B05D160A-2E2F-4BCE-B7B7-8D83417ADF42@avgs.ca</a>&gt;<br>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br>
<br>
You can use ESL (Event Socket Library) to talk to freeswitch and do<br>
the same thing as fastagi.<br>
<br>
Check out <a href="http://wiki.freeswitch.org/wiki/Esl" target="_blank">http://wiki.freeswitch.org/wiki/Esl</a> (it builds a native<br>
python module too!)<br>
<br>
Mathieu<br>
<br>
On 21-Apr-09, at 3:13 PM, technologyinspired wrote:<br>
<br>
&gt; Hello users,<br>
&gt;<br>
&gt; I am new to FreeSwitch. I have used Asterisk a lot but now want to<br>
&gt; use FreeSwitch. Presently I write complex Asterisk applications<br>
&gt; using Fast AGI in Python. How could I achieve the same from<br>
&gt; FreeSwitch? The main reason is that the server has heavy call load<br>
&gt; and I want to shift that load on two systems one the FreeSwitch and<br>
&gt; another the application server.<br>
&gt;<br>
&gt; Could you also give a pointer to such an example or documentation<br>
&gt; where it says how to run FreeSwitch applications in client server<br>
&gt; mode (Fast AGI mode in Asterisk). Is there any good documentation on<br>
&gt; mod_python + Django support in FreeSwitch?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Regards,<br>
&gt; Vin<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 21 Apr 2009 17:51:30 -0300<br>
From: Arnaldo de Moraes Pereira &lt;<a href="mailto:egghunt@gmail.com">egghunt@gmail.com</a>&gt;<br>
Subject: Re: [Freeswitch-users] Asterisk Fast AGI like support from<br>
        FreeSwitch. Also mod_python + Django doc<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:ff2539090904211351y7d54b773n293a9c50e37a3841@mail.gmail.com">ff2539090904211351y7d54b773n293a9c50e37a3841@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
On Tue, Apr 21, 2009 at 5:47 PM, Mathieu Rene &lt;<a href="mailto:mrene_lists@avgs.ca">mrene_lists@avgs.ca</a>&gt; wrote:<br>
<br>
&gt; You can use ESL (Event Socket Library) to talk to freeswitch and do<br>
&gt; the same thing as fastagi.<br>
&gt;<br>
&gt; Check out <a href="http://wiki.freeswitch.org/wiki/Esl" target="_blank">http://wiki.freeswitch.org/wiki/Esl</a> (it builds a native<br>
&gt; python module too!)<br>
<br>
<br>
There&#39;s also the eventsocket protocol for twisted, which allows one to<br>
create inbound and outbound socket apps within the same code:<br>
<a href="http://code.google.com/p/eventsocket" target="_blank">http://code.google.com/p/eventsocket</a><br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; Mathieu<br>
&gt;<br>
&gt; On 21-Apr-09, at 3:13 PM, technologyinspired wrote:<br>
&gt;<br>
&gt; &gt; Hello users,<br>
&gt; &gt;<br>
&gt; &gt; I am new to FreeSwitch. I have used Asterisk a lot but now want to<br>
&gt; &gt; use FreeSwitch. Presently I write complex Asterisk applications<br>
&gt; &gt; using Fast AGI in Python. How could I achieve the same from<br>
&gt; &gt; FreeSwitch? The main reason is that the server has heavy call load<br>
&gt; &gt; and I want to shift that load on two systems one the FreeSwitch and<br>
&gt; &gt; another the application server.<br>
&gt; &gt;<br>
&gt; &gt; Could you also give a pointer to such an example or documentation<br>
&gt; &gt; where it says how to run FreeSwitch applications in client server<br>
&gt; &gt; mode (Fast AGI mode in Asterisk). Is there any good documentation on<br>
&gt; &gt; mod_python + Django support in FreeSwitch?<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt;<br>
&gt; &gt; Regards,<br>
&gt; &gt; Vin<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Freeswitch-users mailing list<br>
&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Arnaldo M Pereira<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/60f65aaa/attachment-0001.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/60f65aaa/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 21 Apr 2009 15:51:46 -0500<br>
From: Yossi Neiman &lt;<a href="mailto:freeswitch@cartissolutions.com">freeswitch@cartissolutions.com</a>&gt;<br>
Subject: Re: [Freeswitch-users] Asterisk Fast AGI like support from<br>
        FreeSwitch. Also mod_python + Django doc<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:49EE31E2.10804@cartissolutions.com">49EE31E2.10804@cartissolutions.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I&#39;m not sure what is meant by this.  It&#39;s been ages since I did anything<br>
with Asterisk so I grow senile.  But shouldn&#39;t you just be able to use<br>
django as your framework and bring the FS functionality into your<br>
specific app (or into django if django supports modules) ?<br>
<br>
One possibility is for your web app to interface with FS&#39;s event socket<br>
or similar method.<br>
<br>
Sorry I can&#39;t be of much more assistance...<br>
<br>
<br>
--<br>
Yossi Neiman<br>
Cartis Solutions, Inc.<br>
<a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
<br>
<br>
technologyinspired wrote:<br>
&gt; Hello users,<br>
&gt;<br>
&gt; I am new to FreeSwitch. I have used Asterisk a lot but now want to use<br>
&gt; FreeSwitch. Presently I write complex Asterisk applications using Fast<br>
&gt; AGI in Python. How could I achieve the same from FreeSwitch? The main<br>
&gt; reason is that the server has heavy call load and I want to shift that<br>
&gt; load on two systems one the FreeSwitch and another the application server.<br>
&gt;<br>
&gt; Could you also give a pointer to such an example or documentation<br>
&gt; where it says how to run FreeSwitch applications in client server mode<br>
&gt; (Fast AGI mode in Asterisk). Is there any good documentation on<br>
&gt; mod_python + Django support in FreeSwitch?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Regards,<br>
&gt; Vin<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 21 Apr 2009 15:55:42 -0500<br>
From: Yossi Neiman &lt;<a href="mailto:freeswitch@cartissolutions.com">freeswitch@cartissolutions.com</a>&gt;<br>
Subject: Re: [Freeswitch-users] Experience with libpri?<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:49EE32CE.4030609@cartissolutions.com">49EE32CE.4030609@cartissolutions.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I recently converted our last Asterisk system to FreeSWITCH about a week<br>
and a half ago.  I have an A101D card on the machine which was run as<br>
zaptel for Asterisk.  I am currently using  wanpipe 3.3.16 in TDM API<br>
mode (no more need for 1000 jiffies a second) and libpri 1.4.9 on my<br>
system.  My PRI is NI2 cpe.  I have experienced an issue which (to the<br>
best of my knowledge) is due to the wanpipe drivers in TDM API mode and<br>
not specific to libpri:  I have lost my D-channel twice so far.<br>
<br>
Otherwise, the system works better than Asterisk ever did.  I&#39;m just<br>
waiting for the fix from Sangoma.<br>
<br>
--<br>
Yossi Neiman<br>
Cartis Solutions, Inc.<br>
<a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 21 Apr 2009 15:55:50 -0500<br>
From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
Subject: Re: [Freeswitch-users] Asterisk Fast AGI like support from<br>
        FreeSwitch. Also mod_python + Django doc<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:191c3a030904211355q31416fak2f6007c2654e0971@mail.gmail.com">191c3a030904211355q31416fak2f6007c2654e0971@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
try<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_event_socket" target="_blank">http://wiki.freeswitch.org/wiki/Mod_event_socket</a><br>
<br>
On Tue, Apr 21, 2009 at 2:13 PM, technologyinspired &lt;<br>
<a href="mailto:technologyinspired@gmail.com">technologyinspired@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hello users,<br>
&gt;<br>
&gt; I am new to FreeSwitch. I have used Asterisk a lot but now want to use<br>
&gt; FreeSwitch. Presently I write complex Asterisk applications using Fast AGI<br>
&gt; in Python. How could I achieve the same from FreeSwitch? The main reason is<br>
&gt; that the server has heavy call load and I want to shift that load on two<br>
&gt; systems one the FreeSwitch and another the application server.<br>
&gt;<br>
&gt; Could you also give a pointer to such an example or documentation where it<br>
&gt; says how to run FreeSwitch applications in client server mode (Fast AGI mode<br>
&gt; in Asterisk). Is there any good documentation on mod_python + Django support<br>
&gt; in FreeSwitch?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Regards,<br>
&gt; Vin<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

pstn:213-799-1400<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/5958024b/attachment-0001.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/5958024b/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 21 Apr 2009 17:57:39 -0300<br>
From: Jo?o Mesquita &lt;<a href="mailto:jmesquita@gmail.com">jmesquita@gmail.com</a>&gt;<br>
Subject: Re: [Freeswitch-users] Asterisk Fast AGI like support from<br>
        FreeSwitch. Also mod_python + Django doc<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:3A98B0E9-307A-4A6F-BBD2-2F4D782CAAEB@gmail.com">3A98B0E9-307A-4A6F-BBD2-2F4D782CAAEB@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br>
<br>
<br>
On Apr 21, 2009, at 4:13 PM, technologyinspired wrote:<br>
<br>
&gt; Hello users,<br>
&gt;<br>
&gt; I am new to FreeSwitch. I have used Asterisk a lot but now want to<br>
&gt; use FreeSwitch. Presently I write complex Asterisk applications<br>
&gt; using Fast AGI in Python. How could I achieve the same from<br>
&gt; FreeSwitch?<br>
ESL is the answer to your question. Take a look at the wiki. There is<br>
a Python binding for it as well.<br>
<br>
<br>
&gt; The main reason is that the server has heavy call load and I want to<br>
&gt; shift that load on two systems one the FreeSwitch and another the<br>
&gt; application server.<br>
Ok, I don&#39;t see a problem there ...<br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; Could you also give a pointer to such an example or documentation<br>
&gt; where it says how to run FreeSwitch applications in client server<br>
&gt; mode (Fast AGI mode in Asterisk). Is there any good documentation on<br>
&gt; mod_python + Django support in FreeSwitch?<br>
Carefull with Django + FS. You could run over the problem that, since<br>
FS is multi domain, you might want to have a SaaS sometime and Django<br>
does not connect to multiple DBs with its native ORM. What kind of<br>
pointers are you looking for?<br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Regards,<br>
&gt; Vin<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
Jmesquita<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Tue, 21 Apr 2009 15:59:14 -0500<br>
From: Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
Subject: Re: [Freeswitch-users] getting statistics from core db<br>
        through esl     interface<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:3236CA52-F590-408A-843D-C16BF1F8FF19@freeswitch.org">3236CA52-F590-408A-843D-C16BF1F8FF19@freeswitch.org</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Are you going to donate the complete module to the collectd project?<br>
<br>
/b<br>
<br>
On Apr 21, 2009, at 8:52 AM, Leon de Rooij wrote:<br>
<br>
&gt; Thanks, I know that&#39;s possible, but I want to get the amount of<br>
&gt; channels per profile (and even seperated inbound/outbound), not a<br>
&gt; total of all channels on all profiles combined..<br>
&gt;<br>
&gt; regards,<br>
&gt;<br>
&gt; Leon<br>
<br>
Brian West<br>
<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a><br>
<br>
-- Meet us at ClueCon!  <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/b4d4de91/attachment.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090421/b4d4de91/attachment.html</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
End of Freeswitch-users Digest, Vol 34, Issue 123<br>
*************************************************<br>
</blockquote></div><br>