How can implement Twilio call recording in Laravel 5.2? - laravel-5

How can implement Twilio call recording in Laravel 5.2?What about the incoming calls and outgoing calls connect with laravel 5.2 and twilio?How retrieve the recorded call from twilio storage of each user?
Thanks in advance :)

Related

I have a problem with OpenTok and Nexmo API

I have a problem with OpenTok and Nexmo API. I am trying to connect to Nexmo phone conference using OpenTok. In order to connect to correct conference I need to pass the conference session id somehow. And here is where problem begins. I am tryting to pass custom header with session id in it using OpenTok's dial() function. But once OpenTok sends a request to Nexmo the custom header is not present on the server holding a call. Is it possible to make Nexmo pass my custom header with its data?
Kind regards

laravel im making a web based reminder system that can send a message in sms

I am making a web based reminder sysyem in laravel that can send a message in sms and I am still new to laravel could you guys help on what should I use?
I am from Philippines
and also an sms api that can use on Philippines on the laravel
thank you
You can use this service thetexting . It has sample code for php or anything which you want to integrate in.
I hope it helps.
also you can use sinch or twilio for sms sending, search each of them.

how to configure a chat of whatapp with laravel app and twilio

I'm trying to create a sandbox chat with twilio with la-ravel using whats-app but unfortunately i found i cant handle to consume the whats-app twilio API for whats-app and use it am a bit good in la-ravel but not much in API please help
i want to send my message to the user that has subscribed to my whats-app number given by twilio and let the user be able to reply so i can get the message back

Send push notification async with laravel

I use laravel 5.5 as my api and after the admin activates an article from the app i send a request to the api to activate the article and send push notification to all users (iOS / Android)
Ok all that works but the problem is that the response takes a long time to return to the mobile application
My question here is what is the best way to do that ?
update
Ok I think I'll use laravel queue
You can use socket.io. . I used this for realtime notifications. It requires nodejs.

Twilio sms and call system and track the sms and call using codeigniter

I want to use twilio sms and call system and track the sms and call using codeigniter. When calling or sending sms want a response that will be stored in database. Is it possible to test using free(trial) account ?
Yes it is possible with free account, but you need to verify the number in your account before sending SMS/Call. I have implemented before.

Resources