[Asterisk-Users] Make list of incoming and outgoing calls

2005-12-12 Thread Arik Funke

Hi,

I would like to make a list of all incoming and outgoing calls. From, 
to, date, duration and for incoming, whether the calls were taken or not 
and if yes, by which extension.


How do I do this? Put a line behind my dial command in the dialplan to 
save the variables to a file? Any better idea?


Cheers,
Arik
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Make list of incoming and outgoing calls

2005-12-12 Thread Colin Anderson
AMP does this by default, and then you can view the call log detail with
something like PHPMyAdmin. Otherwise:

http://www.google.ca/search?hl=enq=asterisk+call+logmeta=

Lots of stuff there. hth

-Original Message-
From: Arik Funke [mailto:[EMAIL PROTECTED]
Sent: Monday, December 12, 2005 11:42 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Make list of incoming and outgoing calls

Hi,

I would like to make a list of all incoming and outgoing calls. From,
to, date, duration and for incoming, whether the calls were taken or not
and if yes, by which extension.

How do I do this? Put a line behind my dial command in the dialplan to
save the variables to a file? Any better idea?

Cheers,
Arik
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Make list of incoming and outgoing calls

2005-12-12 Thread Kristof Hardy
I would like to make a list of all incoming and outgoing calls. From, 
to, date, duration and for incoming, whether the calls were taken or not 
and if yes, by which extension.


best is to use the built-in cdr options. (search voip-info.org with 
asterisk cdr)


You can try the mysql cdr, it uses mysql to log all what you need.

cheers
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Make list of incoming and outgoing calls

2005-12-12 Thread Mojo with Horan Company, LLC
In fact, Arik, this is probably already setup and logging to 
/var/log/asterisk/cdr-csv/Master.csv -- you can open this in excel, 
parse it with php to make a webpage, or just about anything else you 
could imagine.


Moj

Kristof Hardy wrote:
I would like to make a list of all incoming and outgoing calls. From, 
to, date, duration and for incoming, whether the calls were taken or not 
and if yes, by which extension.



best is to use the built-in cdr options. (search voip-info.org with 
asterisk cdr)


You can try the mysql cdr, it uses mysql to log all what you need.

cheers
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
Mojo [EMAIL PROTECTED]
Office Manger, Horan  Company, LLC
(907) 747- x112
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users