bfb6d3cf by G Manojkumar

condition added for Missedcall

1 parent 36d84532
......@@ -970,8 +970,12 @@ public function show($id)
$mccount= count($mc_number);
if($mccount==0){
$number_list[] = $tcall->number;
if($mccount==0){
include( app_path() . '/Hacks/DisabledDIDs.php');
if( in_array(substr($tcall->number,-10),$DisableNumbersArray) ){
Log::info("Disabled Number".$tcall->number);
}else{ $number_list[] = $tcall->number; }
//$number_list[] = $tcall->number;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!