Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. AlyRagab
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    AlyRagab

    @AlyRagab

    74
    Reputation
    175
    Posts
    1215
    Profile views
    1
    Followers
    3
    Following
    Joined Last Online

    AlyRagab Follow

    Posts made by AlyRagab

    • RE: Nextcloud: Operation Cancelled & Server Locks Errors

      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
      posted in IT Discussion
      AlyRagab
    • RE: Nextcloud: Operation Cancelled & Server Locks Errors

      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.

      SOF Reference
      Owncloud Reference

      posted in IT Discussion
      AlyRagab
    • Nextcloud: Operation Cancelled & Server Locks Errors

      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.

      posted in IT Discussion
      AlyRagab
    • Asterisk and REST API

      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

      posted in IT Discussion
      AlyRagab
    • RE: Elastix SMS Module

      Thanks @scottalanmiller

      posted in IT Discussion
      AlyRagab
    • RE: Elastix SMS Module

      @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

      posted in IT Discussion
      AlyRagab
    • RE: Elastix SMS Module

      @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 .

      posted in IT Discussion
      AlyRagab
    • Elastix SMS Module

      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 🙂

      posted in IT Discussion
      AlyRagab
    • RE: Asterisk iax2 Trunks Unreachable

      @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 run

      asterisk -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.

      posted in IT Discussion
      AlyRagab
    • RE: Asterisk iax2 Trunks Unreachable

      @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 ?.

      posted in IT Discussion
      AlyRagab