i have been trying to record call using twilio proxy api. But i am having a weird issue i got a couple of twilio number but on one number call is being recorded perfectly but on others it just doesnt record call here is my code that was placed in the callback url
$twilio = new Client($sid, $token);
$inbound_id=$_REQUEST['inboundParticipantSid'];
$recording = $twilio->calls($_REQUEST['inboundResourceSid'])->recordings->create(['recordingStatusCallback'=>
"https://tvmount.services/wbadmin2/record.php?inbound_id=".$inbound_id]);
i tried debugging it and the problem is that on my other twilio numbers it just dont redirect to the record.php .