[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.33, 1.34

Mark Wells mark at wavetail.420.am
Fri Dec 9 16:58:17 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv10458/httemplate/view

Modified Files:
	svc_phone.cgi 
Log Message:
option to keep track of unrateable CDRs, #15502

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -w -d -r1.33 -r1.34
--- svc_phone.cgi	14 Nov 2011 03:24:04 -0000	1.33
+++ svc_phone.cgi	10 Dec 2011 00:58:15 -0000	1.34
@@ -68,6 +68,7 @@
   tie my %what, 'Tie::IxHash',
     'pending' => 'NULL',
     'billed'  => 'done',
+    'skipped' => 'failed',
   ;
 
   my $number = $svc_phone->phonenum;



More information about the freeside-commits mailing list