summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-12-10 01:03:14 +0000
committermark <mark>2011-12-10 01:03:14 +0000
commitecb7665dc7dadd32cdfa5a1b98be57f0850c234d (patch)
tree668adca2223f4363f5cb0ffe1a055e7f24161528 /httemplate/view
parent573139dbd6c37808697bfa72a3a468bb0980d4dd (diff)
option to keep track of unrateable CDRs, #15502
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_phone.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index ffb6fcc4a..40c8d850b 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -127,6 +127,7 @@ my $html_foot = sub {
tie my %what, 'Tie::IxHash',
'pending' => 'NULL',
'billed' => 'done',
+ 'skipped' => 'failed',
;
my $number = $svc_phone->phonenum;