twilio / OpenVBX

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

Feature Request: Change Call Announcement Text #336

Closed andrewspode closed 9 years ago

andrewspode commented 9 years ago

Currently, this is the line in twiml.php:

$gather->say("This is a call for {$name}. To accept, Press 1.", $this->say_params);

I think this should be a setting that administrators can change, as my staff are confused when they get this message and don't accept the call thinking it's a scam.

Gipetto commented 9 years ago

This would be nice. Unfortunately there's no active time to support new features in OpenVBX. I fix up bugs when I can, but don't have any time for new features.

Gipetto commented 9 years ago

Pull requests will be considered, though.