bfb6d3cf by G Manojkumar

condition added for Missedcall

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