URL check (200): https://api.synety.com/customers/shehnaz@yellowspringbokgroup.co.uk/Calls/RecordingURL?CallId=920721388&auth=c6e7d639d7838598578ddcaced0ca827&expiryDate=2026-05-24T17:38:02&OverridePermission=True

   Error 

  Call to undefined function App\Console\Commands\mime_content_type()

  at app/Console/Commands/cloudcall.php:177
    173▕                                                 }else{
    174▕                                                     $s3object=$location."/".$fileName;
    175▕                                                     #$s3Obj = new \App\Http\Controllers\Components\S3Component();
    176▕                                                     $fileController = new FileController();
  ➜ 177▕                                                     $content_type = mime_content_type($tempFile);
    178▕ 
    179▕                                                     try{
    180▕                                                         #$result = $s3Obj->putObject($s3object,$tempFile);
    181▕                                                         $result = $fileController->put($tempFile,['bucket'=>env('AWS_BUCKET'),'path'=>'recorded_files/CloudCall/','domain'=>'speechiq.co.uk','return_path'=>'cdn','name'=>$fileName,'content_type'=>$content_type,'content_disposition'=>"attachment filename=\"".$fileName."\""]);

      [2m+13 vendor frames [22m
  14  artisan:35
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
