ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. AlyRagab
    3. Posts
    • Profile
    • Following 3
    • Followers 1
    • Topics 43
    • Posts 177
    • Best 48
    • Controversial 0
    • Groups 0

    Posts made by AlyRagab

    • RE: Asterisk/Elastix setup in AWS

      Thanks @scottalanmiller , @JaredBusch for this good discussion,
      Actually it is a POC level of environment. I am convinced already that Asterisk "As a legacy app" is so difficult to make it cloud native kind of application.
      For me i am away from the VoIP field since more than 4 years now, so is there any other complete solution that can be scaled and hosted in AWS ?.

      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Asterisk/Elastix setup in AWS

      Hi Awesome Community,

      I am about to create a custom setup for Elastix v4 in AWS.
      The Company already running this version on premis and now we need to make it in AWS, So
      I have created an RDS MySQL and now Asterisk connects to a remote database to just make it ready for Autoscaling and be stateless, Everything is perfect to this point.

      I also tried to setup an AWS network Load balancer to manage the traffic between Elastix nodes "Initially 2 nodes" and also i can register normally using that NLB into my softphone, The issue that i face now is that there is no voice signal in the call although the security group of the Elastix EC2s are passing the RTP ports normally !!

      Noting that when i want to make call using the Elastix nodes IP addresses , the call is perfect and voice is normal and clear.

      So:
      Is anyone tried to do a similar setup ?
      What could be the reason behind this issue ?
      Do i need to work with something like "OpenSIPs" as a load balancer instead of the AWS NLB ?

      Thanks 🙂

      posted in IT Discussion voip
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      AlyRagab
    • RE: Elastix SMS Module

      Thanks @scottalanmiller

      posted in IT Discussion
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      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
      AlyRagabA
      AlyRagab
    • Asterisk iax2 Trunks Unreachable

      Hi All,

      A problem i am having in an iax trunk between 2 Elastix servers behind an OpenVPN , the trunk status is OK for a certain time then it is Unreachable ,
      if i restart the asterisk service it goes OK then unreachable again.
      although in the trunk there are
      "qualify=yes"
      and " qualifyfreqok=25000 "

      Any Advice 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Zabbix + ELK In A Box

      Anyone has tried working with Zabbix and ELK at the same time before ?
      Zabbix+ELK

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Issabel PBX " Elastix Alternative "

      I think that the purpose of the Issabel is to continue creating the Add On Modules that was supported by Elastix , also it is based on CentOS 7 which will be more reliable than what Elastix 2.5 was.
      anyway i think we need to wait till we find Issabel is stable distro and we can depend on it as we did with Elastix.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Issabel PBX " Elastix Alternative "

      Is there anyone who checked and worked with Issabel "the alternative application of Elastix "
      I need to know your experience about it , and is it reliable ?
      Thanks

      http://www.issabel.org/

      posted in IT Discussion voip pbx elastix issabel
      AlyRagabA
      AlyRagab
    • RE: Deepin Linux 15.4.1 Install

      it looks very nice distro , but as you tested it , what is the preferred one " Korora Cinamon " or " Deepin "
      @scottalanmiller

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: CoreOS vs CentOS for Containers Deployments

      @scottalanmiller said in CoreOS vs CentOS for Containers Deployments:

      I'd certainly not use CentOS. I'd use Fedora.

      Why @scottalanmiller ?

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: CoreOS vs CentOS for Containers Deployments

      @francesco-provino said in CoreOS vs CentOS for Containers Deployments:

      @alyragab said in CoreOS vs CentOS for Containers Deployments:

      Hi All
      Need to ask who worked with CoreOS and CentOS , is there any difference between building docker containers in CentOS and CoreOS , and what is the experience you got from using CoreOS ?.
      based on a lot of aspects like " Security , Updates , Stability " and so on

      Thanks

      Are you talking about regar centos or centos atomic? The atomic one is the equivalent of coreos.

      I know , but i mean CoreOS not the Atomic Host

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • CoreOS vs CentOS for Containers Deployments

      Hi All
      Need to ask who worked with CoreOS and CentOS , is there any difference between building docker containers in CentOS and CoreOS , and what is the experience you got from using CoreOS ?.
      based on a lot of aspects like " Security , Updates , Stability " and so on

      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • 1 / 1