Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1386 |
dev |
1 |
<table class="stat cdr sum"> |
|
|
2 |
<tbody> |
|
|
3 |
<tr> |
|
|
4 |
<th>Calls</th> |
|
|
5 |
<td>${CDR_CALLS}</td> |
|
|
6 |
</tr> |
|
|
7 |
<tr> |
|
|
8 |
<th>Call Seconds</th> |
|
|
9 |
<td>${CDR_DURATION_F}</td> |
|
|
10 |
</tr> |
|
|
11 |
<tr> |
|
|
12 |
|
|
|
13 |
<th>Bill Seconds</th> |
|
|
14 |
<td>${CDR_BILLSEC_F}</td> |
|
|
15 |
</tr> |
|
|
16 |
</tbody> |
|
|
17 |
</table> |