July 2017
Intermediate to advanced
434 pages
12h 59m
English
From the Linux root command line, type:
mysql -A -p
Then, from the mysql console:
create database freeswitch; use freeswitch; CREATE TABLE `extensions` ( `userid` varchar(5) NOT NULL DEFAULT '', `password` varchar(30) NOT NULL DEFAULT '', `displayname` varchar(14) NOT NULL DEFAULT '', `vmpasswd` varchar(10) DEFAULT NULL, `accountcode` varchar(10) DEFAULT NULL, `outbound_caller_id_name` varchar(14) DEFAULT NULL, `outbound_caller_id_number` varchar(14) DEFAULT NULL ); insert into extensions (userid,password,displayname,vmpasswd,accountcode,outbound_caller_id_name,outbound_caller_id_number) values ("1000","12345","Giovanni Maruzzelli","12345","1000","OpenTelecom.IT","+393472665618"), ("1001","12345","Sara ...Read now
Unlock full access