As I explained in the first post. When I click new recording or go to edit a recording on the web GUI, it loads for 30 seconds and times out. I believe it is something to do with the permissions of where the custom folder should be located. It isn’t the fact they aren’t playing as I am aware the directory is empty as I deleted the folder.
System Recordings not working
System Recordings not working
Does the custom folder have the permissions set right?
ll /var/lib/asterisk/sounds/en_GB/ | grep custom
System Recordings not working
your permissions look good,
mysql asterisk -e ' select * from recordings'
is what you had and where you had 'em,
maybe put some named files back in location or maybe if the id no longer makes sense start over with
mysql asterisk -e 'delete from recordings'
note that the filename is rooted in /var/lib/asterisk/sounds/en if fcode is NULL you can figure out where if it is not NULL
I would also note that your sound files themselves seem to all be in /var/lib/asterisk/sounds/ which is not a good thing.
there should always be a full en set in var/lib/asterisk/sounds/en.
The channels language will prefer to use /var/lib/asterisk/sounds/LAN but in the absence of any file will play the ‘en’ one,
where you seem have all the sound files was last used about 15 years ago , I would fix these things first before doing custom stuff. You can re-source them from
https://downloads.asterisk.org/pub/telephony/sounds/
you should get both core and extra for en and any other you use and appropriately extract them into each language directory, do a fwconsole chown after doing that.
Users and Extensions
You’ll be able to get into your own voicemail once you are logged in.
Park and Announce Language
Hmmm Indeed, it seems to have a bug here. I just tested your case.
As you’ve got pbxact, you could open a ticket to fixe this bug please?
App_voicemail maxsilence should be less than minsecs or you may get empty messages
I think you can adjust these settings in the voicemail settings module.
Yealink T4XG phones will not autoprovision over HTTPS with FreePBX 14
They support X2. And it is simple to add X3 as I noted.
And while it is 100% true that they need to add more support, it is also100% true that Sangoma is doing something different.
It is something that changed between FreePBX 13 and 14. The commit history says it was not the tool, so that means some dependency they use in SNG7 is different than CentOS 6 was.
The queue still ring and identified the agent is Not in use. But this agent is offline(unkown/UNREACHABLE)
Set the agent restrictions to No Follow-Me or Call Forward. On the actual extension make sure it’s set to use the devive state (under the extension’s advanced tab)
Make sure you have Skip Busy set to yes.
Call the queue
And run while there’s a call waiting
queue show 40
Phones randomly don't ring in a ring group, fail over to queue, queue phones don't ring, calls go to voicemail
There’s no need for a packet capture, and no one asked for it here.
Phones randomly don't ring in a ring group, fail over to queue, queue phones don't ring, calls go to voicemail
you can grep out individual calls from the log files with what’s inside the second bracketed string, after VERBOSE, add flavor by adding the first bracketed string (escape the bracket characters themselves in your grep expression)
PJSIP Remote extension no Audio
PJSIP Remote extension no audio randomly. Many times it does not work.
PJSIP Remote extension no Audio
Cool story. What’s your question?
Here would be mine: What have you tried in order to debug the problem? Do logs show any clues? Is it really random or can you discern a pattern? Are you mentioning PJSIP because it behaves differently than chan-sip?
Function PJSIP_HEADER not registered
This is normal and not new. You can ignore them.
Reload Error
Went to reload a module update, got this error, how to fix?
retrieve_conf failed, config cannot be applied (shows as critical error)
Error 255
Reload Error
Run the below
fwconsole ma downloadinstall core --force
fwconsole chown
fwconsole reload
If it errors out, please post the full error
Reload Error
Retuned same error:
Reloading FreePBX
Error(s) have occured, the following is the retrieve_conf output:
exit: 255
Unable to continue. Call to undefined function FreePBX\modules\Core\Drivers\version_min() in /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php on line 499
#0 /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Run.php(383): Whoops\Run->handleError(1, ‘Call to undefin…’, ‘/var/www/html/a…’, 499)
#1 [internal function]: Whoops\Run->handleShutdown()
#2 {main}
Reload Error
Reload Error
To do so, run
fwconsole ma upgrade framework
If it’s already up to date, try updating to edge version
fwconsole ma upgrade framework --edge
Try reloading again
fwconsole reload
Users and Extensions
In PJSIP parlance, the configured extension is the Endpoint, and each registered device is a Contact. To register multiple contacts, you must edit the Max Contacts
parameter on the Advanced tab of the extension so it’s => the number of devices you wish to register.
Reload Error
That worked, not sure what the issue is in the non-edge version, I asume the error message is correct about missing a function.
Will I need to go back to the non-edge version?
No repos specified, using: [standard,commercial] from last GUI settings
framework is the same as the online version, unable to upgrade
Module framework version 14.0.13.24 successfully installed
Updating Hooks…Done
Updating Hooks…Done
Resetting temporarily repository state
fwconsole reload
Reloading FreePBX
Successfully reloaded