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: Elastix HA Cluster

      @scottalanmiller Using Rsync will make us stop the mysql daemon that will cause a downtime, and in case the master server went down how we make the clients connect to the second server?.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix HA Cluster

      @scottalanmiller yes, as you mentioned Scott .. but what are the considerations we should have if we need to setup fail over clustering between sites?.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix HA Cluster

      @DustinB3403 Even so you will need to read that script 🙂
      if you can enhance by converting it to be bash script it will be grateful 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Elastix HA Cluster

      Configuring High Availability Cluster for Elastix Server is easy now, using DRBD and Heartbeat
      check this Document
      Elastix High Availability.pdf

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Disable DND in Elastix

      @DustinB3403 i have disabled it from the system .. but now it seems that the feature should be deactivated from the phone device too.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Disable DND in Elastix

      @gjacobse i did " database put DND 1000 " and this will put the DND and the extension will not receive any call then if i " database del DND 1000 " the DND i have put will be removed then the extension will receive calls normally.
      so what i am looking for is to prevent any extension from using the DND.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Disable DND in Elastix

      Dears,
      i need to disable the " Dont Disturb " DND Feature in Elastix Server. i mean from the Server side,i have deactivated it from the feature code but it seems that it is still activated,any help ?
      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Bash Script

      Dears,

      i wrote a bash script on my mail server to get all mailboxes consumed quota and remaining quota but i want to make the output in a table form.
      any idea for doing that?

      thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix 2.5 Voice Quality Issue

      @scottalanmiller i dont use it for home extensions also i use the vpn for WAN Connection only.
      now i can see that it is network issue as the delay now is "307 ms"
      so i will check it and update you if the network issue solved and problem still.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix 2.5 Voice Quality Issue

      @scottalanmiller it is strange case , i worked with Elastix 2.4 with OpenVPN and everything is very good
      so is there any new configuration that must be taken into consideration while working on Elastix 2.5 ?
      i want to thank you my dear for your impressive support 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix 2.5 Voice Quality Issue

      @scottalanmiller you mean that may be the issue because of the soft-phone ?

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix 2.5 Voice Quality Issue

      @scottalanmiller i am from Egypt,and the ISPs are planning to prevent the VOIP Traffic so the only solution is using the openvpn.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix 2.5 Voice Quality Issue

      @scottalanmiller i am using OpenVPN because VOIP traffic is blocked in my country
      and i have no any issue regarding the internet connection whether the source or the destination
      and i did not test g.711 codec i could not find in the freepbx admin portal

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Elastix 2.5 Voice Quality Issue

      Dears,

      i have Elastix 2.5 and i am Accessing the Extension using OpenVPN and i face very bad voice quality while calling Extension to Extension noting that i enabled the g729 Codec on the server and i am using Zoiper Soft-Phone
      so any help ?
      Thanks

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix HA Using DRBD

      @scottalanmiller i used these packages " yum install heartbeat drbd83 kmod-drbd83 "
      is this right or you can recommend something ?

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix HA Using DRBD

      @scottalanmiller
      GIT-hash: 0ce4d235fc02b5c53c1c52c53433d11a694eab8c build by [email protected], 2013-03-27 16:01:26
      0: cs:Unconfigured

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: Elastix HA Using DRBD

      When i run this command i have this Error :
      0: State change failed: (-2) Need access to UpToDate data
      Command 'drbdsetup 0 primary --overwrite-data-of-peer' terminated with exit code 17

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • Elastix HA Using DRBD

      Dears,

      i am trying to configure High Availability between two Elastix Servers using DRBD and Heartbeat Services but i have an Error to specify the primary server as the below :
      first the below is a copy of the config file /etc/drbd.conf

      global { usage-count no; }
      resource r0 {
      protocol C;
      startup { wfc-timeout 10; degr-wfc-timeout 30; } #change timers to your need
      disk { on-io-error detach; } # or panic, ...
      net {
      after-sb-0pri discard-least-changes;
      after-sb-1pri discard-secondary;
      after-sb-2pri call-pri-lost-after-sb;
      cram-hmac-alg "sha1";
      #shared-secret "Cent0Sru!3z";
      }
      syncer { rate 5M; }
      on server1 {
      device /dev/drbd0;
      disk /dev/sda1;
      address 192.168.1.104:7788;
      meta-disk internal;
      }
      on server2 {
      device /dev/drbd0;
      disk /dev/sda1;
      address 192.168.1.102:7788;
      meta-disk internal;
      }
      }
      ##Note : master server IP is 192.168.1.102
      ##Note : slave server IP is 192.168.1.104
      =========================================
      after thet i run this command on both servers: 
      #drbdadm create-md r0
      then restarting the service 
      #service drbd restart
      but here i have the problem when i want to specify the primary server as the below command:
      #drbdadm -- --overwrite-data-of-peer primary r0
      i have the below Error:
      0: State change failed: (-2) Need access to UpToDate dataCommand 
      'drbdsetup 0 primary --overwrite-data-of-peer' terminated with exit code 17
      

      thanks in advance 🙂

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: KVM -- BUG

      i am using Windows as OS then use VMware Workstation.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • RE: KVM -- BUG

      Yes, i am trying to work as nested virtualization also i am using CentOS 7.1 Kernel
      and i am trying to setup Centos 7 as a virtual machine.

      posted in IT Discussion
      AlyRagabA
      AlyRagab
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9