The problem is solved after the below changes on the Databases:
SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
To verify :
SELECT @@GLOBAL.tx_isolation, @@tx_isolation
The problem is solved after the below changes on the Databases:
SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
To verify :
SELECT @@GLOBAL.tx_isolation, @@tx_isolation
The solution from the database settings side "Mariadb" according to the below 2 links:
i will check it and post if the issue is resolved.
Hi All,
I have an issue using the Nextcloud version " Latest " with Nextcloud App version 13.0.2 " "Stable "
and we are using the OpenLDAP for access , when a user has shared a specific files to other user and want to sync what he is working on using the Desktop Client , we have the message as " Operation Cancelled & Server Locks "
when i checked the logs it was " deadlock found when trying to get lock try restarting transaction "
and according to this link from SOF Deadlock-Issue
want to know why the database locks the files , it is supposed to allow only one sync access for the owner , so any dvice ?
Thanks in advance.
Hi All,
A client works with clickatell.com as SMS Portal and he has Elastix system as well and his request is to send SMS to any number calls the Elastix Queues , the interesting thing is that the SMS Provider supports the REST API and SOAP as web services , so any one has integrated Asterisk with any of Web services to send any Number through that API to SMS Portal , if there so what should be done from asterisk side ?.
Thanks
@scottalanmiller said in Elastix SMS Module:
Elastix 2.5, 3 and 4 no longer exist (except as other people's projects, perhaps.) Elastix was shut down as a firm and their brand name is just a sales rebranding of 3CX. The products known as Elastix simply no longer exist. There is no Elastix any longer.
ok . is there any solution for FreePBX
@scottalanmiller said in Elastix SMS Module:
Elastix is gone, the company was bought and their products shut down.
I know that it is closed source now , i mean Elastix 2.5 as we can download any add on .
Hi All,
I am searching for a module to send SMS to any client who calls our service line.
is the Elastix SMS Module supporting such thing ? if no , is there any solution ?
Thanks
@jaredbusch said in Asterisk iax2 Trunks Unreachable:
@alyragab said in Asterisk iax2 Trunks Unreachable:
@jaredbusch it is the same as i have wrote in the trunk settings ,
however as a temp solution for this issue i have created a cron job to runasterisk -rvx "core restart gracefully"
but the question now is : will repeating this command affect the system badly ?.
This does not hurt anything, but it is also not resolving the issue.
it is actually activating any "unreachable" trunk to return it to the normal status , i am still searching for a permanent solution.
@jaredbusch it is the same as i have written in the trunk settings ,
however as a temp solution for this issue i have created a cron job to run
asterisk -rvx "core restart gracefully"
but the question now is : will repeating this command affect the system badly ?.