How to check vos3000 MySQL Database size

How to check vos3000 MySQL Database size

Before transfer database to new server you want to know the vos3000db database size.For that you must login to the mysql and write below query or copy paste.

SELECT table_schema AS “Database name”, SUM(data_length + index_length) / 1024 / 1024 AS “Size (MB)” FROM information_schema.TABLES GROUP BY table_schema;

Read more

How to access FreePBX in Elastix

How to access FreePBX in Elastix To access FreePBX in Elastix you have to enable Direct access from Security >Advance Setting Enable direct access (Non-embedded)to FreePBX   Now open the Browser access URL    https://your pbx ip address/admin

How to Configure SPA3102 as SIP Trunk on Elastix

How to Configure SPA3102 as SIP Trunk on Elastix or How to configure Elastix PBX SIP Trunk for SPA3102.
If you want to use SPA 3102 as voice gateway with Elastix PBX .this is the step by step guide to configure Elastix  PBX and SPA3102.diagram

 

 

 

 

 

 

 

1 – Add and Configure the SIP trunk on Elastix Server for SPA3102.

Read more

How to install Elastix PBX

How to install Elastix PBX .

Elastix is an Open Source  Asterisk based Software to establish Unified Communications. Support most of the features offered by Expensive IP telephony Application Vendors.

Download the ISO from Elastix website click here
Burn the CD from ISO and you are ready to go .
For you hardware requirement its good to have minimum P4 machine with 2 GB RAM with one network card.
Its better to install Elastix in text mode Follow the you will be redy to go .

1- Boot  your system from CD

on boot menu type linux text

2

 

Read more