Call.cdr
From Yate Documentation
call.cdr
The call.cdr message seems to be emitted by a CDR building module (such as cdrbuild) towards a CDR logging modules (such as cdrfile).
The message seems to have been designed for asynchronous processing (broadcast).
Message parameters
- operation
- one of initialize, update or finalize depending on the state of the CDR being signalled out
- time
- UNIX time and date when the CDR has been initially generated (i.e. an update following an initialize will bear the time of the original initialize even though it may well be emitted later on)
- chan
- module and module-specific channel name being involved in this CDR
- address
- module-specific channel endpoint address being involved in this CDR
- direction
- either of incoming or outgoing, Yate instance-wise (i.e. a call coming into the Yate instance emitting this CDR will have incoming here and a call being generated from the Yate instance in question will have outgoing here)
- billid
- will probably hold the billing ID
- caller
- module-specific caller party ID
- called
- module-specific called party ID
- duration
- end-to-end time (in seconds) of the call described in this CDR (i.e. from the moment the last digit was dialed on the calling side until the moment the line was hung up)
- billtime
- effective payable time (in seconds) of the call described in this CDR (i.e. from the moment the line was picked up on the called side until the moment the line was hung up)
- ringtime
- ringing time (in seconds) of the call described in this CDR (i.e. from the moment the routing decision has been taken and the remote endpoint alerted of the incoming call until the moment the line was picked up on the called side)
- status
- one of incoming, outgoing, ringing, answered or connected, reflecting the current state of the call referred to by this CDR
- reason
- a (mostly) human readable reason for this CDR.