[Freeswitch-users] Sending CDRs to both file and SQL?

Nazim Agabekov nazim.agabekov at gmail.com
Tue Jan 26 03:12:39 PST 2010


We do use it for cdr generation, for parsing every one has it's own recipe.
In my opinion php is an easiest way to parse:
http://www.0xdecafbad.com/?p=28
Personally, I prefer fastcgi and C.

On 01/26/2010 12:14 PM, David Villasmil wrote:
> xml_cdr is perfect for that, why not use it?
>
> On Mon, Jan 25, 2010 at 11:31 PM, Nazim Agabekov
> <nazim.agabekov at gmail.com> wrote:
>   
>> I have another implementation based on fastcgi and libxml2. Source could
>> be easily modified to log into the file as well.
>>
>> http://blog.buta-tech.com/?p=1
>>
>> On 01/25/2010 10:22 PM, Lon Baker wrote:
>>     
>>> For what its worth, I wrote a simple Sinatra-based web service to
>>> accept the CDRs over HTTP. It then queues them for processing into a
>>> database, syslog and/or file.
>>>
>>> Its easy to load balance and lets me throttle CDR processing so I
>>> don't put excessive load on the database server at peak times.
>>>
>>> Lon
>>>
>>> _______________________________________________
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>       
>>
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>     
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   





More information about the FreeSWITCH-users mailing list