Personal tools

DebPBX

From Proxmox VE

Jump to: navigation, search

Contents

Appliance Details

Package: debpbx
Version: 1.4
Certified: no
Section: pbx
Location: http://sourceforge.net/projects/debpbx/files/virtualization/debpbx-1.4-standard_1.4_amd64.tar.gz/download
Maintainer: DebPBX Support Team
OS: debian-6.0

Introduction

DebPBX is a free software application (under GPL) based on Asterisk that provides functionality of a telephone exchange (PBX). Like any PBX, you can connect a number of Teli © phones to make calls to each other and even connect to a VoIP provider or to an ISDN basic and primary.

Virtual Appliances can be downloaded directly via the Central Web-based Management.

For more details see: DebPBX

Recommended settings for DebPBX in Proxmox VE 1.7

  • Memory (MB): 512
  • Swap (MB): 512
  • Hard disk (GB): 8


Appliance specific settings

  • Mysql root password: admin

Please change this for security reason:

  • via command line after the first boot:
mysqladmin -u root -p password yournewpasswordhere
  • 2011-12-29 see /root/passwords , as the mysql root password may be different. also there are a few other password in that file.

Install Dahdi in Proxmox v1.7

apt-get -y update
apt-get -y install build-essential make libncurses5-dev libcurl3-dev libiksemel-dev pve-headers-`uname -r`
cd /usr/src/
wget http://downloads.digium.com/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz
tar zxfv dahdi-linux-complete-current.tar.gz
cd dahdi-linux-complete-*
make all
make install
make config
  • 2011-12-29 the above worked on Proxmox 2.0 beta3

Documentation

DebPBX Wiki | SourceForge Project Page

Virtual Appliances