bcc38ddb by G Manojkumar

dialerblade

1 parent 32555bee
......@@ -170,6 +170,11 @@ use App\Models\CRMCall;
$number_list=array();
foreach($mc as $key=>$tcall)
{
include( app_path() . '/Hacks/DisabledDIDs.php');
if( in_array(substr($tcall->number,-10),$DisableNumbersArray) ){
continue;
}
$tccal=substr($tcall->number,-10);
$mc_number=CRMCall::where('userstatus','!=','InboundDROP')
->where('created_at','>',$tcall->created_at)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!