summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cdr.html
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/search/report_cdr.html
parent573139dbd6c37808697bfa72a3a468bb0980d4dd (diff)
option to keep track of unrateable CDRs, #15502
Diffstat (limited to 'httemplate/search/report_cdr.html')
-rw-r--r--httemplate/search/report_cdr.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index b9f883777..f305ed913 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -22,9 +22,10 @@
<TD ALIGN="right">Status: </TD>
<TD>
<SELECT NAME="freesidestatus">
- <OPTION VALUE="">(all)
- <OPTION VALUE="NULL">unprocessed
- <OPTION VALUE="done">processed
+ <OPTION VALUE="">(all)</OPTION>
+ <OPTION VALUE="NULL">unprocessed</OPTION>
+ <OPTION VALUE="done">processed</OPTION>
+ <OPTION VALUE="failed">skipped</OPTION>
</SELECT>
</TD>
</TR>