switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d\n",hashkey,item->total_usage);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d\n",hashkey,item->total_usage+remote_usage.total_usage);
}elseif(interval==0){
}elseif(interval==0){
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d/%d\n",hashkey,item->total_usage,max);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d/%d\n",hashkey,item->total_usage+remote_usage.total_usage,max);
}else{
}else{
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d/%d for the last %d seconds\n",hashkey,
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_INFO,"Usage for %s is now %d/%d for the last %d seconds\n",hashkey,