Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

CDR database structure - fields with descriptions.

Created: May 2019

Permalink: https://confluence.wildix.com/x/soNpAg


FieldDescription
rowid:Unique ID for CDR record
accountcode:An account ID (empty by default)
src:The calling party’s caller ID number.
dst:The destination extension for the call.
dcontext:The destination context for the call (e.g. users)
clid:Full caller ID including the name of the calling party. (e.g. "User 10001" <10001>)
channel:The calling party’s channel (e.g. SIP/10001-00000000)
dstchannel:The called party’s channel. (e.g. SIP/classound-00000001)
lastapp:The last dialplan application that was executed (e.g. Dial)
lastdata:The arguments passed to the lastapp
start:The start time of the call (e.g. 2019-04-03 18:16:24)
answer:The answered time of the call. (e.g. 2019-04-03 18:16:24)
end:The end time of the call. (e.g. 2019-04-03 18:16:27)
duration:The number of seconds between the start and end times for the call.
billsec:The number of seconds between the answer and end times for the call.
disposition:An indication of what happened to the call
amaflags:The Automatic Message Accounting (AMA) flag associated with this call. This may be one of the following: OMIT, BILLING, DOCUMENTATION, or Unknown.
userfield:A general-purpose user field. This field is empty by default and can be set to a user-defined string (Ex.: name or records)
uniqueid:The unique ID for the src channel
c_from:Caller number
c_to:Callee number
cost:Cost
callclass:Call class
pbxid:PBX serial
srcgrp:Caller group id
dstgrp:Callee group id
faxdata:Fax data
dest_type:Destination type
app:
stat:Not in use
isupcause:ISUP cause
src_rfactor:This field is not in use
dst_rfactor:This field is not in use
Callee nameto_name:
Caller namefrom_name:
organization:name of organization (if exists)
email:email (if exists)
to_archived:
from_archived:

...