twilio / OpenVBX

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

New Plugin Submission: SMS Conversation View #350

Closed jpwalters closed 8 years ago

jpwalters commented 8 years ago

Plugin Name: SMS Conversation View Plugin Url: https://github.com/jpwalters/OpenVBX-Plugin-SMS-Conversation Plugin Description: This plugin will group sms conversations into a single list and when selected it will show the sms conversation thread in an instant messenger like view.

Gipetto commented 8 years ago

Done. Sorry this took a while to get around to.

gegere commented 8 years ago

@Gipetto I believe there is an bug / mistake with the .mp3 file location within the repo. This mp3 is played when texts are received. I moved all the contents to the root directory to help with the installation if someone is using git clone or git submodules.

I issued a pull request to @jpwalters thinking he might be open to making the plugin easier to install.

If you would like me to use a pull request to your repo fork, please let me know.

jpwalters commented 8 years ago

@gegere thanks the heads up. I've corrected the issue and updated the project. In order to install the plugin all you have to do is put the entire "sms-conversation" folder into the plugins folder. You can review this commit for more details (https://github.com/jpwalters/OpenVBX-Plugin-SMS-Conversation/commit/34d85354855e64b8f4b70ef10ab71e9250b804cf). Thanks again.