twilio / OpenVBX

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

Unable to select a user / group in the dial applet. #275

Closed guyhughes closed 10 years ago

guyhughes commented 10 years ago

After applying #273 for php 5.5.*, under flows , I'm not able to select a user / group in the dial applet. It seems like a frontend thing, so I've tried FF 29 and Chrome, but no luck. I'll look into it properly this week...

guyhughes commented 10 years ago

This is NOT related to #273.

Here's a similar example of the issue I was having in my development environment: https://getsatisfaction.com/openvbx/topics/cant_select_users_or_groups_in_dial_applet

That issue is an environment misconfiguration... So, I failed all on my own.

Using nginx, this rewrite rule seems to work:

if ($request_filename !~ (js|css|jpg|png|gif|robots\.txt|index\.php.*) ) {
     rewrite ^(.*)$ /index.php?vbxsite=$1 last;
}