here is the code to make a call
function dialCall(num)
{
params = {"phoneNumber": num, "record":"record-on-answer", "callStatus":"call", "callerId": "<?php echo $call_id; ?>", "tenantId":"<?php echo $pusher_channel; ?>"};
Twilio.Device.connect(params);
}
The calls are being connected successfully and the conversations are normal. My problem is it wont record the outgoing phone calls.
Anyone here who uses Twilio.Device.connect
to make phonecalls? Can you please help me make the record work? What am I doing wrong here?
Thanks
below is a screen shot of the twilio console showing that the calls are successfully made.