diff options
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 3d4045b99..09d5be483 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -111,7 +111,7 @@ my $html_foot = sub {      "View $_ CDRs</A>";    } keys(%what); -  my @ilinks = ( qq(<A HREF="${p}search/cdr.html?dst=$number">). +  my @ilinks = ( qq(<A HREF="${p}search/cdr.html?cdrbatch=__ALL__;dst=$number">).                   'View incoming CDRs</A>' );    ###  | 
