ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. VoipNewbie
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    VoipNewbie

    @VoipNewbie

    0
    Reputation
    287
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    VoipNewbie Unfollow Follow

    Latest posts made by VoipNewbie

    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller this is the tutorial I was following.

      #!/bin/bash

      SAM's Elastix MT on CentOS 6 Installation and Build Script

      http://mangolassi.it/topic/6243/building-elastix-mt-via-rpm-repo

      Report any issues or questions on that thread.

      yum -y install epel-release
      yum -y install fail2ban htop sysstat glances wget screen
      yum -y update
      cd /tmp
      wget http://sourceforge.net/projects/elastix/files/Elastix PBX Appliance Software/3.0.0/latest/Elastix-3.0.0-Stable-x86_64-bin-10nov2014.iso/download
      mv download elastixmt.iso
      mkdir -p /mnt/elastixmt
      mount -o loop /tmp/elastixmt.iso /mnt/elastixmt
      cat > /etc/yum.repos.d/Elastix.repo <<EOF
      [Elastix-cd]
      name=Elastix-cd
      baseurl=file:///mnt/elastixmt/
      gpgcheck=0
      enabled=1
      EOF
      cd /mnt/elastixmt/Elastix
      for i in $(ls); do yum -y install $i; done
      for i in $(ls); do yum -y install $i; done
      /etc/init.d/mysqld start
      /etc/init.d/elastix-firstboot start && reboot

      posted in IT Discussion
      V
      VoipNewbie
    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller I was following your Elastix MT tutorial. The one you posted above.

      posted in IT Discussion
      V
      VoipNewbie
    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller I was following your tutorial. Hy4y? Above.

      posted in IT Discussion
      V
      VoipNewbie
    • RE: Building Elastix MT via RPM Repo

      I am trying to install an copy of Elastix MT on a VPS on ImpactVPS. I got this part and got this. Can you let me know what I'm doing wrong? [root@ElastixServer ~]# cd /mnt/elastixmt/Elastix
      -bash: cd: /mnt/elastixmt/Elastix: No such file or directory

      posted in IT Discussion
      V
      VoipNewbie