twilio / OpenVBX

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

browser phone dont work #317

Closed rockdrigo closed 9 years ago

rockdrigo commented 9 years ago

after create a flow and put my status online, i cant make that browserphne works, y was tried with many browsers, and all the time, i recieve the veoicemail record

taropaa commented 9 years ago

It may be a permissions problem with your server. Had the same problem until I chmod'ed everything to 775 and made sure the group was apache (or whatever the server is). Also make sure you uncomment the .htaccess.

kaburkett commented 9 years ago

So this issue actually could be because you didnt enter the application SID... so if you go to settings and then Twilio Account- make sure Twilio Client Application SID is filled in.

Gipetto commented 9 years ago

There's currently a bug in the installation script that prevents the population of the Application Sid. The Application is created but the Sid is not saved.

This is working in the develop branch and will be corrected in the next release.