Re: [Freeswitch-users] Generate cdrs

2009-12-09 Thread Mouncif Benniane
how big does need to get before it rotates, what's the size exactly?
also how do I do it through dialplan via javascript?

On Fri, Dec 4, 2009 at 6:48 PM, Anthony Minessale 
anthony.miness...@gmail.com wrote:

 set rotate-on-hup to false in the cdr_csv config file
 then it will only rotate when the file gets too big

 and also you can get a cdr with

 session.generateXmlCdr()  and dig out what you need or get it from
 variables but it will not be nearly as reliable as using the C ones because
 you need low level access to make sure you write to the disk properly from
 many threads etc.


 On Thu, Dec 3, 2009 at 4:33 PM, Mouncif Benniane mounci...@gmail.comwrote:

 is it possible to run a javascript at the end of dialplan to generate
 cdrs? because (mod_cdr_csv) is giving me hard time as it rotates Master file
 on machine reboots or shutdown signals.
 javascript or LUA for preferences?

 thank you


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 pstn:213-799-1400

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Generate cdrs

2009-12-04 Thread Mouncifbb
I don't want to use XML cdr it puts each call on individual files so  
is it possible to include a JavaScript at the end of dialplan to  
collect info about the session?

Thanks


On Dec 3, 2009, at 7:02 PM, Seven Du dujinf...@gmail.com wrote:

 why not try mod_xml_cdr?

 2009/12/4 Mouncif Benniane mounci...@gmail.com:
 is it possible to run a javascript at the end of dialplan to  
 generate cdrs?
 because (mod_cdr_csv) is giving me hard time as it rotates Master  
 file on
 machine reboots or shutdown signals.
 javascript or LUA for preferences?

 thank you


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@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@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Generate cdrs

2009-12-04 Thread Seven Du
2009/12/4 Mouncifbb mounci...@gmail.com:
 I don't want to use XML cdr it puts each call on individual files so

It posts to a http server, and fall back to a xml file if server fails

 is it possible to include a JavaScript at the end of dialplan to
 collect info about the session?


I think the answer is yes but where would you store the collected info?

 Thanks


 On Dec 3, 2009, at 7:02 PM, Seven Du dujinf...@gmail.com wrote:

 why not try mod_xml_cdr?

 2009/12/4 Mouncif Benniane mounci...@gmail.com:
 is it possible to run a javascript at the end of dialplan to
 generate cdrs?
 because (mod_cdr_csv) is giving me hard time as it rotates Master
 file on
 machine reboots or shutdown signals.
 javascript or LUA for preferences?

 thank you


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@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@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@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Generate cdrs

2009-12-04 Thread Mouncif Benniane
I wanna store it on different file out of cdr-csv directory, basically
making another copy of the Master.csv cdr file and also because I couldn't
trust whether the Master.csv will be rotated accidentally again.

Thanks



On Fri, Dec 4, 2009 at 9:59 AM, Seven Du dujinf...@gmail.com wrote:

 2009/12/4 Mouncifbb mounci...@gmail.com:
  I don't want to use XML cdr it puts each call on individual files so

 It posts to a http server, and fall back to a xml file if server fails

  is it possible to include a JavaScript at the end of dialplan to
  collect info about the session?
 

 I think the answer is yes but where would you store the collected info?

  Thanks
 
 
  On Dec 3, 2009, at 7:02 PM, Seven Du dujinf...@gmail.com wrote:
 
  why not try mod_xml_cdr?
 
  2009/12/4 Mouncif Benniane mounci...@gmail.com:
  is it possible to run a javascript at the end of dialplan to
  generate cdrs?
  because (mod_cdr_csv) is giving me hard time as it rotates Master
  file on
  machine reboots or shutdown signals.
  javascript or LUA for preferences?
 
  thank you
 
 
  ___
  FreeSWITCH-users mailing list
  FreeSWITCH-users@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@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@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@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Generate cdrs

2009-12-04 Thread Anthony Minessale
set rotate-on-hup to false in the cdr_csv config file
then it will only rotate when the file gets too big

and also you can get a cdr with

session.generateXmlCdr()  and dig out what you need or get it from variables
but it will not be nearly as reliable as using the C ones because you need
low level access to make sure you write to the disk properly from many
threads etc.


On Thu, Dec 3, 2009 at 4:33 PM, Mouncif Benniane mounci...@gmail.comwrote:

 is it possible to run a javascript at the end of dialplan to generate cdrs?
 because (mod_cdr_csv) is giving me hard time as it rotates Master file on
 machine reboots or shutdown signals.
 javascript or LUA for preferences?

 thank you


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
pstn:213-799-1400
___
FreeSWITCH-users mailing list
FreeSWITCH-users@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] Generate cdrs

2009-12-03 Thread Mouncif Benniane
is it possible to run a javascript at the end of dialplan to generate cdrs?
because (mod_cdr_csv) is giving me hard time as it rotates Master file on
machine reboots or shutdown signals.
javascript or LUA for preferences?

thank you
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Generate cdrs

2009-12-03 Thread Seven Du
why not try mod_xml_cdr?

2009/12/4 Mouncif Benniane mounci...@gmail.com:
 is it possible to run a javascript at the end of dialplan to generate cdrs?
 because (mod_cdr_csv) is giving me hard time as it rotates Master file on
 machine reboots or shutdown signals.
 javascript or LUA for preferences?

 thank you


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org