Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1280 → Rev 1281

/asterisk-stats/trunk/template/cdr_detail.tpl
0,0 → 1,52
<div class="rval">Details for call ${CDR_ACCTID}</div>
<table class="stat cdr details">
<tr>
<th>Calldate</th>
<td>${CDR_CALLDATE}&nbsp;</td>
</tr><tr>
<th>CLID</th>
<td>${CDR_CLID}&nbsp;</td>
</tr><tr>
<th>Source</th>
<td>${CDR_SRC}&nbsp;</td>
</tr><tr>
<th>Destination</th>
<td>${CDR_DST}&nbsp;</td>
</tr><tr>
<th>Context</th>
<td>${CDR_DCONTEXT}&nbsp;</td>
</tr><tr>
<th>Channel</th>
<td>${CDR_CHANNEL}&nbsp;</td>
</tr><tr>
<th>Destination Channel</th>
<td>${CDR_DSTCHANNEL}&nbsp;</td>
</tr><tr>
<th>Last Application</th>
<td>${CDR_LASTAPP}&nbsp;</td>
</tr><tr>
<th>Last Data</th>
<td>${CDR_LASTDATA}&nbsp;</td>
</tr><tr>
<th>Duration</th>
<td>${CDR_DURATION}&nbsp;</td>
</tr><tr>
<th>Billed Seconds</th>
<td>${CDR_BILLSEC}&nbsp;</td>
</tr><tr>
<th>Disposition</th>
<td>${CDR_DISPOSITION}&nbsp;</td>
</tr><tr>
<th>AMA Flags</th>
<td>${CDR_AMAFLAGS}&nbsp;</td>
</tr><tr>
<th>Account Code</th>
<td>${CDR_ACCOUNTCODE}&nbsp;</td>
</tr><tr>
<th>Unique ID</th>
<td>${CDR_UNIQUEID}&nbsp;</td>
</tr><tr>
<th>User Field</th>
<td>${CDR_USERFIELD}&nbsp;</td>
</tr>
</table>