Rev 1284 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<table class="stat cdr details">
<tr>
<th>Call Status</th>
<td>${CDR_STATUS} </td>
</tr>
<tr>
<th>Call Date</th>
<td>${CDR_CALLDATE} </td>
</tr>
<tr>
<th>CLID</th>
<td>${CDR_CLID} </td>
</tr>
<tr>
<th>Source</th>
<td>${CDR_SRC} </td>
</tr>
<tr>
<th>Destination</th>
<td>${CDR_DST} </td>
</tr>
<tr>
<th>Context</th>
<td>${CDR_DCONTEXT} </td>
</tr>
<tr>
<th>Channel</th>
<td>${CDR_CHANNEL} </td>
</tr>
<tr>
<th>Destination Channel</th>
<td>${CDR_DSTCHANNEL} </td>
</tr>
<tr>
<th>Last Application</th>
<td>${CDR_LASTAPP} </td>
</tr>
<tr>
<th>Last Data</th>
<td>${CDR_LASTDATA} </td>
</tr>
<tr>
<th>Duration</th>
<td>${CDR_DURATION_F} (${CDR_DURATION}) </td>
</tr>
<tr>
<th>Billed Duration</th>
<td>${CDR_BILLSEC_F} (${CDR_BILLSEC}) </td>
</tr>
<tr>
<th>Disposition</th>
<td>${CDR_DISPOSITION} </td>
</tr>
<tr>
<th>AMA Flags</th>
<td>${CDR_AMAFLAGS} </td>
</tr>
<tr>
<th>Account Code</th>
<td>${CDR_ACCOUNTCODE} </td>
</tr>
<tr>
<th>Unique ID</th>
<td>${CDR_UNIQUEID} </td>
</tr>
<tr>
<th>User Field</th>
<td>${CDR_USERFIELD} </td>
</tr>
</table>