Hi Victor.

in /etc/asterisk/modules.conf you MUST have autoload=>yes, or better yet, just load what you need INCLUDING the modules "cdr_manager.so", you can test if you have it by doing in the asterisk console "show modules", if you dont have it, you can load it immediatly from the console doing "load cdr_manager.so".

If you have it, the new event is "Cdr" with the following fields:

AccountCode 
Source 
Destination 
DestinationContext 
CallerID 
Channel 
DestinationChannel 
LastApplication 
LastData 
StartTime 
AnswerTime 
EndTime 
Duration
BillableSeconds
Disposition 
AMAFlags 
UniqueID 
UserField


Regards

On 2/2/06, Victor Alvarez <[EMAIL PROTECTED]> wrote:
Hello,
My question is.. How does cdr_manager work? Does it suppose to populate
cdr-csv/Master.csv? What about the cdr table on the database? What is the
event some people talk about?

I have changed (and reloaded) my configuration of cdr_manager.conf to
;
; Asterisk Call Management CDR
;
[general]
enabled = yes

and it doesn't seem to make any difference. After originate a call from the
manager interface my Master.csv is empty, cdr in my database also empty and
I don't get any new event apart of Newchannel or Hangup from the manager
interface.

An this is all I get from the Asterisk console:
   -- Reloading module 'cdr_manager.so' (Asterisk Call Manager CDR Backend)
  == Parsing '/etc/asterisk/cdr_manager.conf': Found

So..?

Kind Regards,
Victor.

_______________________________________________
--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



--
"Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
_______________________________________________
--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

Reply via email to