twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
699 stars 342 forks source link

Call Recording: Optionally Record Dialed Calls #349

Closed jpwalters closed 8 years ago

jpwalters commented 8 years ago

When dialing calls the twimil controller's dial function will allow any parameters to be posted to it but it only looks for specific parameters. I've made it optionally check the "record" parameter and if its present it will pass the value along when dialing the call.

Functionally this gives a developer the option to record calls. In my case I want to be able to record outbound calls and adding these feature extra lines allows me to easily record calls dialed by the user.

Gipetto commented 8 years ago

This looks good. I've added it to the develop branch and it'll go out with the next release.