Changeset 1012

Show
Ignore:
Timestamp:
09/14/08 19:03:14 (4 months ago)
Author:
areski
Message:

optimization for CDRs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/AGI/a2billing.php

    r895 r1012  
    803803                                } 
    804804 
    805                                 /*$arr_save_a2billing['countrycode']    = $A2B-> countrycode; 
    806                                 $arr_save_a2billing['subcode']          = $A2B-> subcode; 
     805                                /* 
    807806                                $arr_save_a2billing['myprefix']         = $A2B-> myprefix; 
    808807                                $arr_save_a2billing['ipaddress']        = $A2B-> ipaddress; 
     
    945944        if ( ($callback_been_connected==1) || ($callback_been_connected != 1) && ($A2B->agiconfig['callback_bill_1stleg_ifcall_notconnected']==1) ){ 
    946945 
    947                 /*$A2B-> countrycode = $arr_save_a2billing['countrycode']; 
    948                 $A2B-> subcode = $arr_save_a2billing['subcode']; 
     946                /* 
    949947                $A2B-> myprefix = $arr_save_a2billing['myprefix']; 
    950948                $A2B-> ipaddress = $arr_save_a2billing['ipaddress']; 


Google