Changeset 1010

Show
Ignore:
Timestamp:
09/14/08 18:43:06 (2 months ago)
Author:
areski
Message:

optimization for CDRs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/agent/Public/call-log-customers.php

    r1005 r1010  
    3939} 
    4040 
     41$dialstatus_list = Constants::getDialStatusList(); 
    4142 
    4243if (!isset ($current_page) || ($current_page == "")) { 
     
    7879$FG_TABLE_COL[]=array (gettext("CardUsed"), "username", "6%", "center", "SORT", "", "30", "", "", "", "", "linktocustomer"); 
    7980$FG_TABLE_COL[]=array (gettext("Trunk"), "trunkcode", "6%", "center", "SORT", "30"); 
    80 $FG_TABLE_COL[]=array ('<acronym title="'.gettext("Terminate Cause").'">'.gettext("TC").'</acronym>', "terminatecauseid", "7%", "center", "SORT", "30"); 
     81$FG_TABLE_COL[]=array ('<acronym title="'.gettext("Terminate Cause").'">'.gettext("TC").'</acronym>', "terminatecauseid", "7%", "center", "SORT", "", "list", $dialstatus_list); 
    8182$FG_TABLE_COL[]=array (gettext("Calltype"), "sipiax", "6%", "center", "SORT",  "", "list", $list_calltype); 
    8283$FG_TABLE_COL[]=array (gettext("Buy"), "buycost", "8%", "center", "SORT", "30", "", "", "", "", "", "display_2bill"); 


Google