Tuly Posted April 25, 2017 Report Posted April 25, 2017 anyone knows a time frame when the call recording app will be available? Thanks,
FASTDEVICE Posted April 25, 2017 Report Posted April 25, 2017 Tuly, if you have web hosting space, it's really easy to roll your own solution.
Tuly Posted April 25, 2017 Author Report Posted April 25, 2017 Could you please share your solution? we really need to have call recording
FASTDEVICE Posted April 25, 2017 Report Posted April 25, 2017 Yes. First I would recommend finding a shared web hosting company that supports PHP. I use 1and1 with their basic hosting package. I believe I'm paying $5 monthly. Now some may turn their nose up at 1and1, but I've never had a problem and use their Cloud Server farms for my portals and bigger implementations. That said, I have a PHP script; modified version of the one from 2600hz's example for streaming recordings. I can give it to you. It's one file and it works great. With the file installed, all you have to do is place a custom url in each "start recording" that points to your web hosting and the script file. That's basically how it works.
FASTDEVICE Posted April 25, 2017 Report Posted April 25, 2017 It beats using FTP, as the PHP script can be modified to organize recordings by extension, inbound, and outbound. And, it will auto delete "unlink" recordings after a set number of days.
FASTDEVICE Posted April 25, 2017 Report Posted April 25, 2017 provide me your email and I'll get in touch with you.
FASTDEVICE Posted April 25, 2017 Report Posted April 25, 2017 I put the solution here: https://github.com/fastdevice/Call-RecordingI'm no PHP expert by any means, so feel free to modify for better error handling and performance.
Tuly Posted April 25, 2017 Author Report Posted April 25, 2017 Would be very very helpful for us... 6279611@gmail.com
Recommended Posts