makeCall($fromNumber, $number); } public function getRecordLink($callId) { $client = new YandexClient(); return $client->getRecord($callId); } }