Tuesday, November 17, 2009

SQL Statement to add then 2nd server when your doing multi server setups

INSERT INTO servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTast','Test install of Asterisk server', '10.10.10.15','Y','1.4.21.2');

INSERT INTO server_updater SET server_ip='10.10.10.15', last_update='';

INSERT INTO phones (extension, dialplan_number, voicemail_id, phone_ip, computer_ip, server_ip, login, pass, status, active, phone_type, fullname, company, picture, messages, old_messages, protocol) values('gs102','102','102','10.10.10.16','10.10.9.16','10.10.10.15','gs102','test', 'ADMIN','Y','Grandstream BT 102','Test Admin Phone','TEST','','0','0','SIP');

INSERT INTO phones (extension, dialplan_number, voicemail_id, phone_ip, computer_ip, server_ip, login, pass, status, active, phone_type, fullname, company, protocol) values('callin','8300','8300','10.10.10.15','10.10.10.15','10.10.10.15','callin','test', 'ACTIVE','Y','Dial-in agent phone','Dial-in Agent Phone','TEST','EXTERNAL');

 

Sunday, November 1, 2009

Single Server Install on Ubuntu 8.0.4

Taken from Ubuntu_Install.txt under the docs folder

From a full default install of Ubuntu Server 8.0.4.3:

Open a terminal on the system
$ sudo su
$ passwd (set the root user's password)


Vicidial Multi Server Quick Guide

Hello guys, due to heartwarming Yahoo Messenger requests I am posting a quick guide on a multi server setup on ubuntu server 8.0.4 LTS. This is a preview of some ebook im working on.

Variables to be used on the installation process:

Database / Webserver a.k.a Fate = 192.168.1.69
Asterisk Server a.k.a Laisa = 192.168.1.88

Now lets begin with installing the first server which is the Database / Web server since this is the simplest, here are the things to get you started:


Welcome to howtovici

This site will contain several handful information such as text documents, pdf files, videos and useful information on how to install and use vicidial.