option to keep track of unrateable CDRs, #15502
authormark <mark>
Sat, 10 Dec 2011 01:03:21 +0000 (01:03 +0000)
committermark <mark>
Sat, 10 Dec 2011 01:03:21 +0000 (01:03 +0000)
httemplate/elements/menu.html

index 1fec1e8..18983f1 100644 (file)
@@ -252,6 +252,7 @@ tie my %report_inventory, 'Tie::IxHash',
 tie my %report_rating, 'Tie::IxHash',
   'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ],
   'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ],
+  'Unrateable CDRs' => [ $fsurl.'search/cdr.html?freesidestatus=failed' ],
   'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ],
   'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ],
 ;