karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

3.8 Issues #949

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Setup 3.8 for the first time and here are the following issues so far:

- Phone can't register... still trying to figure this part out
- Adding extensions are slow... takes about 60 sec to add an extension
- Updating extension is slow
- The default context is missing when creating an extension it's blank or it's 
trying to take the IP address of the server

- The registration page new refresh pin keeps refreshing and never stops in 
chrome.

That's it for now

Original issue reported on code.google.com by gvtestv...@gmail.com on 6 May 2015 at 9:18

GoogleCodeExporter commented 9 years ago
I've noticed all the same issues.  As for the phone can't register, it seems to 
be because of database tables or something.  I was watching fs_cli on a fresh 
build and it would show nothing when devices would try and register, but the 
device would show "method not allowed".  I narrowed it down to port 5060 not 
listening properly.  I found that by going in to the upgrade tab, ticking every 
single box (including reset defaults, etc) and then doing a "Restart" on the 
internal SIP profile would clear it up.  fs_cli throws a ton of DB looking 
errors when you do that, but then it starts working.  If you repeat the process 
it is clean after that.  There is definitely some sort of issue, at least with 
a clean build, that takes some hacking around to get things working.  I haven't 
tried any upgrade scenarios, so I'm not sure if the same applies there.

As for the slowness, I also found the same, which was odd.  It must have crept 
in during one of the final builds before the official release.  As of last week 
on the dev build everything was lightning quick.  As of this week the slowness 
is definitely there.  Haven't been able to determine why yet.

Original comment by eric.r...@gmail.com on 6 May 2015 at 9:27

GoogleCodeExporter commented 9 years ago
The default context has been deprecated. It will use the service IP I believe

Original comment by acarreg...@gmail.com on 6 May 2015 at 9:33

GoogleCodeExporter commented 9 years ago
I have a new, clean install and do not see the issues you are.

Once you have created your first domain you need to restart Freeswitch it seems 
or you do get the method not allowed.

Original comment by Digitald...@gmail.com on 6 May 2015 at 9:46

GoogleCodeExporter commented 9 years ago
Hmm..  I could have swore that I tried that and it didn't work.  But now that 
you mention it, restarting the internal sofia SIP profile might be similar.

You don't notice the slowness?  It is significantly slower than the dev builds 
from last week.  You would hit save and in a blink of an eye it was done.  Now 
it takes several seconds for every sort of save action.  It's not like it's 
horrible, but it's not nearly as fast as previously.

Original comment by eric.r...@gmail.com on 6 May 2015 at 9:51

GoogleCodeExporter commented 9 years ago
I would say creating an extension has taken no longer than it usually does. A 
few seconds but no more.

I also just tried the upgrade and ticked every box too and I get no DB errors 
whatsoever.

Original comment by Digitald...@gmail.com on 6 May 2015 at 9:53

GoogleCodeExporter commented 9 years ago
I also see no problems with the pause/refresh in Chrome on a new build.

Original comment by Digitald...@gmail.com on 6 May 2015 at 10:00

GoogleCodeExporter commented 9 years ago
Checkout https://www.youtube.com/watch?v=1a-NHAuR3Go

Original comment by Digitald...@gmail.com on 6 May 2015 at 10:20

GoogleCodeExporter commented 9 years ago
Just to clarify, on the pause/refresh feature... once manually paused (by 
clicking the little animated icon), if you then happen to mouseover then OUT on 
one of the black buttons, the refresh will start again.  Each button, when you 
hover over it, will cause the refresh to pause (while you're over it).  Then, 
when you mouse out of the button, it will start again.  The reason is, the 
contents of the page (including the buttons themselves) are dynamically 
reloaded every second or two, so the javascript pause onmouseover, restart 
onmouseout feature better ensures your success in actually clicking the button, 
instead of it getting reloaded while you're trying to click on it.

Original comment by sevenate on 6 May 2015 at 10:51

GoogleCodeExporter commented 9 years ago
I've tried install fresh on 3 servers on digitalocean/dreamhost and
locally. I get the same exact slow response. I can't seem to see why. I can
write to MySQL DB with no issues, I get the same refresh issues on Chrome
on a fresh Virtual machine windows 7 installation.

Original comment by gvtestv...@gmail.com on 7 May 2015 at 12:04

GoogleCodeExporter commented 9 years ago
Sounds like you need support it all works if configured correctly.

Default context is deprecated no longer added by default if you are single 
tenant its time to match the context with the domain which might be your IP 
address.

Easiest way to do that is go to advanced -> domains and get your domain name 
and copy it then change the name to default then save it. Then rename it back 
to the original name. Context is now updated on extensions and dialplans.

Google Code is not a support channel. For that use IRC, Wiki or 
http://fusionpbx.com/support.php.

Original comment by markjcrane@gmail.com on 7 May 2015 at 5:18