summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
diff options
context:
space:
mode:
authormark <mark>2011-12-10 00:58:15 +0000
committermark <mark>2011-12-10 00:58:15 +0000
commitd8c2d2e79098ec7e0936b50f215eb41de00bc122 (patch)
tree6da3ea3c3d87c8bc7e9e07d71c43352e079a37fa /httemplate/view/svc_phone.cgi
parente6f7e02b32ebaa471230819d36a88f88b98bed6a (diff)
option to keep track of unrateable CDRs, #15502
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-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 2943c5857..323be63dc 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -68,6 +68,7 @@ my $html_foot = sub {
tie my %what, 'Tie::IxHash',
'pending' => 'NULL',
'billed' => 'done',
+ 'skipped' => 'failed',
;
my $number = $svc_phone->phonenum;