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

    Topics

    • AlyRagabA

      Who Ends the Call First ?!

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      15
      2 Votes
      15 Posts
      2k Views
      scottalanmillerS

      @Dashrender said in Who Ends the Call First ?!:

      Unless you capture the disconnect button press on a call, I don't know how that would be tracked. But I don't know much about telephony either.

      It's not telephony but the specifics of Asterisk that are in question.

    • AlyRagabA

      IPA Server and DNS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      1 Votes
      3 Posts
      456 Views
      AlyRagabA

      @stacksofplates i will try it and tell you the result 🙂

    • AlyRagabA

      Specific Landline from PRI Line to Specific Inbound Route

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      2 Votes
      9 Posts
      1k Views
      AlyRagabA

      @JaredBusch the "#" is not regarding to the DID Section i just wrote it here as a comment ,
      and also the "_" sign matches all numbers except the endings "200" to "299"
      so it works for me fine. 🙂
      i tried writing _23542200 many times but was not working.
      i think the issue is depending on the settings of the Telecom Provider of the PRI so it may be different to another one.

    • AlyRagabA

      Elastix Time Restriction

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion voip elastix pbx telephony elastix 2 elastix 2.5
      10
      2 Votes
      10 Posts
      3k Views
      DashrenderD

      @JaredBusch said in Elastix Time Restriction:

      @AlyRagab said in Elastix Time Restriction:

      Here We can do it per Extension :

      http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/asterisk-CHP-6-SECT-3.html

      and

      http://www.voip-info.org/wiki/view/Asterisk+cmd+GotoIfTime

      Yes, but that is getting way beyond Elastix and into raw Asterisk programming.

      What was said above was reference of how to handle it inside the GUI itself.

      Both methods work, but dropping to manual editing of configuration files should normally be avoided whenever possible as that makes it harder to use the built in tools for backup and recovery.

      Also, upgrades will often over write manual changes like this, meaning you have to remember and reply them after updates/upgrades.

    • AlyRagabA

      OpenVPN and Andriod Mobiles

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion openvpn vpn android
      9
      0 Votes
      9 Posts
      2k Views
      iroalI

      @Dashrender said in OpenVPN and Andriod Mobiles:

      @iroal said in OpenVPN and Andriod Mobiles:

      Right now I'm connected to Openvnp, in a Pfsense, and sending you this message all from my android Phone.

      I use OpenVnp 0.6.60 for Android.

      His problem isn't using OpenVPN from his android device. His issue is split tunneling - or the ability to surf the web through his office network's internet connection.

      I mean I connect from a Samsung S5 using OpenVpn App, the OpenVnp server It's the Pfsense.

    • AlyRagabA

      FreeIPA Server & Client

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      47
      1 Votes
      47 Posts
      6k Views
      stacksofplatesS

      @AlyRagab said in FreeIPA Server & Client:

      @stacksofplates said in FreeIPA Server & Client:

      @AlyRagab said in FreeIPA Server & Client:

      But now regarding this setup , if the user login on a machine and saved his files on his home directory , when he logs again on other machine he will not get his files , so how can we make all user's files saved on the server and the client just is mounting his home directory ?.

      If you set up an NFS server and use ipa-client-automount you can set it up on the client. You have to set up the auto mount in FreeIPA first though. For home directories you will want to use an indirect mount.

      now i have configured the NFS to export the /home in the same server of the IPA Server ,
      should i use the autofs configuration on the client or just the command ipa-client-automount ?
      also what i should do from the ipa server ?

      Dont do the manual set up on the client. On the IPA server, under the automount tab just configure where you want the mount to come from. Then on the client run ipa-install-automount and it will set everything.

    • AlyRagabA

      Elastix with OpenLDAP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      1 Votes
      3 Posts
      604 Views
      StrongBadS

      The benefit is in having the directory that Elastix uses tied to a directory that you are using somewhere else.

    • AlyRagabA

      KVM or RHEV for Enterprise Virtualization

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion
      13
      1 Votes
      13 Posts
      2k Views
      scottalanmillerS

      @stacksofplates said in KVM or RHEV for Enterprise Virtualization:

      @scottalanmiller said in KVM or RHEV for Enterprise Virtualization:

      @AlyRagab said in KVM or RHEV for Enterprise Virtualization:

      @scottalanmiller i am planning to work with KVM so i asked can it afford a large scale of VMs or it only depends on the Storage and Hardware aspects ?.

      Why are you planning on KVM, though? What made KVM the decision? Not only is this a point of interest, but whatever factors caused the majority of the decision to already be made will tell us a lot about what further decisions need to be made.

      KVM and RHEV are the same thing. So they do the same scale. And they go bigger than any company you will ever work with. Digital Ocean and Vultr are both KVM.

      And Linode, we are all using it right now.

      True, and lots of others, too. MangoLassi is on Linode. IBM uses KVM extensively.

    • AlyRagabA

      Apache Redirect IP Address

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      10
      0 Votes
      10 Posts
      1k Views
      AlyRagabA

      it is Done now and working very good:

      RewriteEngine On

      RewriteRule ^/ibclient$ https://remote_ip_address:port [R,L]

      Thanks All 🙂

    • AlyRagabA

      Heartbeat Problem

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion drbd heartbeat linux
      7
      0 Votes
      7 Posts
      2k Views
      AlyRagabA

      When i Restart the drbd service then check the status # cat /proc/drbd
      it shows ( Connected ro:Secondary/Secondary ) , so after doing the below:

      drbdadm disconnect r0
      drbdadm connect r0
      drbdadm primary r0

      and do the same on the other node but # drbdadm secondary r0
      still the same i have no /dev/drbd0

    • AlyRagabA

      AGI Scripting

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion asterisk agi
      2
      0 Votes
      2 Posts
      582 Views
      thwrT

      Asterisk AGI?

      As with any other language, it's learning by doing IMHO. Define something you want to accomplish, learn the basic syntax and just try to get the first steps done.

    • AlyRagabA

      Elastix HA Cluster

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      2 Votes
      13 Posts
      2k Views
      scottalanmillerS

      @AlyRagab said in 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?.

      Clients can be connected to two at once. Or you use DNS to switch. Either way works just fine.

      Rsync does need MySQL to stop IF you are copying that data all of the time. But do you need to? We don't. We only need VoiceMail to be synced (and only sometimes) and you only need MySQL synced on changes, not on normal usage. So only occasional MySQL stops that can be combined with updates and reboots under normal circumstances.

    • AlyRagabA

      Disable DND in Elastix

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      1 Votes
      13 Posts
      6k Views
      JaredBuschJ

      Depending on the model of phone, the DND button is a softkey and you can just change the button to something else.

    • AlyRagabA

      Bash Script

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      0 Votes
      3 Posts
      585 Views
      RamblingBipedR

      Maybe try assigning the output to a variable/series of variables that can be used in a separate function? Or try piping the output of your current script into another script that processes it and builds an HTML based table?

    • AlyRagabA

      Elastix 2.5 Voice Quality Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      14
      1 Votes
      14 Posts
      2k Views
      scottalanmillerS

      @AlyRagab said:

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

      You start to get audio issues with a total latency of 200ms. If you have 307ms on a WAN link, that suggests that you could be seeing way over 600ms on a fall. That would sound awful.

    • AlyRagabA

      Elastix HA Using DRBD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      0 Votes
      7 Posts
      1k Views
      AlyRagabA

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

    • AlyRagabA

      KVM -- BUG

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      579 Views
      scottalanmillerS

      @AlyRagab said:

      i am using Windows as OS then use VMware Workstation.

      Unlikely that is going to work. VMware Workstation does not expose the parts of the CPU needed by KVM. So when you install KVM on top of it, it cannot run.

    • AlyRagabA

      Odoo OpenERP Publishing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      848 Views
      stacksofplatesS

      @AlyRagab said:

      @johnhooks i really appreciate your help, i solved the issue by the mod_proxy module
      thanks so much
      this is the best IT Forum i have ever seen 🙂

      No problem!

    • AlyRagabA

      Elastix and External CRM Application

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion elastix elastix 2 elastix 2.5 crm voip telephony
      13
      1 Votes
      13 Posts
      4k Views
      scottalanmillerS

      Cool, thanks.

    • AlyRagabA

      Cannot Change Configuration in Conserve Mode on Fortigate 80c

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fortigate 80c firewall fortinet fortigate
      4
      1 Votes
      4 Posts
      6k Views
      AlyRagabA

      both Vulnerability Scan and Intrusion Prevention are disabled

    • 1 / 1