[Freeswitch-users] Custom filename - XML CDR

Avi Marcus avi at avimarcus.net
Mon Feb 6 15:17:33 MSK 2012


Without hacking the module to add that, cdr_csv and posting the xml_cdr are
two options you can use.
http://wiki.freeswitch.org/wiki/Mod_cdr_csv lets you have different
templates for different accountcodes to you can customize what it saves.

Or, have mod_xml_cdr post to a script that does different things depending
on the accountcode.

You could patch mod_xml_cdr - the filename is chosen for normal saving in
this line:
   freeswitch/src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c:
   path = switch_mprintf("%s%s%s%s.cdr.xml", logdir, SWITCH_PATH_SEPARATOR,
a_prefix, switch_core_session_get_uuid(session));

-Avi


On Mon, Feb 6, 2012 at 2:09 PM, Carlo Dimaggio <jaasmailing at gmail.com>wrote:

>  Hi Guys,
>
> I need a prefix in the filename created my mod_xml_cdr (ex: <accountcode
> or other var>-<uuid>.cdr.xml).
> Is there any way to set this custom filename in the dialplan?
>
> A reason could be performance in the billing procedure in order to process
> only that particular account and not the entire directory.
>
>
> Best regards,
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120206/bcb0b186/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list