Then this is likely a bug, if you can reproduce this, please report this bug. Ty
Hangup on connect
Chan_dongle
Search on Google “FreePBX Inbound Routes” the Wiki should be from the top results.
Chan_dongle
for the Chan dongle?
If I change the hostname the UCP daemon will not start
Nevermind, I upgraded to the latest Dashboard module and solved the problem. But then the Restapps was not running and fixed as well restarting it manually >
fwconsole restart restapps
Sincerely,
If I change the hostname the UCP daemon will not start
You are confusing hostname with /etc/hosts representation of what localhost resolves to. Again localhost should always resolve to 127.0.0.1. This doesn’t mean anything in regards to your hostname.
High CPU Usage for an idle box
No one on the development team has run FreePBX on php 7 so that is some high speculation. What Rob is talking about is specifically related to PHP 5.6 vs PHP 7. Not in regards to FreePBX on 5.6 or 7 and it wouldn’t fix the original problem in this thread.
Are you trying to make a specific point in this thread? Or what are you trying to accomplish?
Voice Payload size with ATT to FreePBX (asterisk 13) to Riedel intercom payload error expected 120 get 240
thanks you for the ideas, the cross post to asterisk org was done, and i checked the settings and all looks normal
also a ticket was opened with ATT.
does anyone know of a way i can look at a call to see what payload type ATT is using?
Porting 2.11 version 'Wake Up Calls" module to V14
Thank you very much for the link. I will get back to work…
As to unreferenced functions, take as an example functions.inc.php in ringgroups:
I have every php file in ringgroups open in notepad++.
Doing a global search for each function in functions.inc.php returns zero calls for the following:
ringgroups_destinations
ringgroups_getdestinfo
ringgroups_recordings_usage
ringgroups_get_config
ringgroups_check_extensions
ringgroups_check_destinations
etc.
Where are these functions referenced from?
Module Admin version check
Solved problem by myself
Version located in database asterisk->admin->version
High CPU Usage for an idle box
Just trying to find out if Freepbx is a suitable system to run 1000 extensions on or not and if not, if it will be in the future. We have a site that big and are wondering, that’s all.
Porting 2.11 version 'Wake Up Calls" module to V14
They are hooks.
<rawname>_destinations
<rawname>_getdestinfo
and so forth.
High CPU Usage for an idle box
It’s not really suited for that. Even with PHP 7
High CPU Usage for an idle box
So what’s the size you would recommend to not go beyond and why?
High CPU Usage for an idle box
I can’t give you a number on that sorry.
High CPU Usage for an idle box
Well glad the thread got heated
In any event the CPU usage is still pretty high, I’ve learned to live with it. Hopefully the dev team can address things like this in a future release and keep focus on stability. It’s just coming down the chain… Clients complain to me, I complain to this thread, this thread says pay for support.
Ftp in active mode , backup
Example Reply
421 Service not available, closing control connection.Synopsis
A 421 reply code indicates that while the service is still running, the service is unavailable at the time of connection. It usually indicates that the server will be restarting as soon as it finishes processing of pending operations (usually any file transfers currently in progress). It is considered a transient negative response, which means the client is encouraged to issue the same command again at a later time when it may be accepted.Possible Commands
A 421 reply code may be given in response to any FTP command or connection attempt if the FTP server knows it must shut down.
Porting 2.11 version 'Wake Up Calls" module to V14
Sorry to waste your time on what must be basics. My last visit to FreePBX was in 2.11 so looks like I have a lot to learn.
I have looked at your link and have the equivalent class code from ringroups and daynight
<form class="popover-form fpbx-submit" name="editGRP" action="" method="post" onsubmit="return checkGRP(editGRP);" data-fpbx-delete="config.php?display=wakeupalarms&action=delGRP&account=<?php echo $account ?>">
In the 1st ‘action’ is a null string while in the 2nd action="?display=daynight".
Both have an ‘onsubmit=’ “return something” but I can’t fathom out what they are referencing.
checkGRP(editGRP) looks like a function but again checkGRP does not exist anywhere.
Do I need to go back to V12 documentation?
PS: I have made a few postings to the forum recently but have only received pop-up notifications on the web page - which I don’t find very useful (On one post I waited days for a response and eventually went back to try again and only then say that there was a response.)
A few minutes ago I did receive an email for your 2nd response. Can that be made permanent ?
Elastix Outbound Caller ID
You’re not going to get a lot of help since Elastix is no longer supported and is end of life. You’re probably going to need to upgrade to a new version of FreePBX before you can get this working.
Elastix Outbound Caller ID
FreePBX 13: failed to open stream: File name too long File:/var/www/html/admin/modules/firewall/Firewall.class.php:226
Searched, but haven’t found anything similar.
Actually, I looked over source code and got an idea about the root cause.
Once the “Update Interfaces” button pressed form content being packed into JSON array, gzipped and base64 encoded and passed to incron as a file name. If the FreePBX box has many interfaces and and nice informative description the file name can be extremely long. In my case I have 5 interfaces and I’ve added ~10 symbols description to each interface and as result the file name was more than 255 symbols.
Looks to me like a design flaw, sorted this out by deleting descriptions.