Page 1 of 1

Multiple vicidial servers

PostPosted: Wed Jun 13, 2007 10:53 am
by rnsatapathy
Hi friends,

I'm trying to configure 2 vicidial servers and a mysql database to work togather for load balancing. I have Installed vicidial in two servers and installed and created mysql database in a separate server. I have configured the two vicidial servers to point to the database. I have also created the trunks and I am able to pass calls bothways.

But I'm a bit confused while configuring the conferences.
Can anyone suggest how the conferences are configured and in which servers?


Thank you all.

PostPosted: Thu Jun 14, 2007 7:50 am
by mflorell
Create the conferences just as they are in the SCRATCH_INSTALL(8600051-8600200) There is no conflict because they reside on different servers.

Be sure to read the LOAD_BALANCING.txt document as well.

where to create the conferences

PostPosted: Tue Jun 19, 2007 2:03 am
by rnsatapathy
Code: Select all
Create the conferences just as they are in the SCRATCH_INSTALL(8600051-8600200) There is no conflict because they reside on different servers.


Where should I create the conferences. I mean in which servers should I create the conferences ?

PostPosted: Tue Jun 19, 2007 6:44 am
by mflorell
You need to create conferences on each server that you want agents to login to. both as meetme.conf and extensions.conf entries as well as in the conferences and vicidial_conferences tables.

PostPosted: Tue Jun 19, 2007 10:50 am
by eijal
rnsatapathy, look like this:
each asterisk server is exactly the same for conferences. The only diference in the conferences and vicidial_conferences table is the ip address of the asterisk server.

PD.
Matt, Can I use a domain for ip address?

PostPosted: Tue Jun 19, 2007 2:23 pm
by mflorell
No, you need to use an IP address if you have more than 1 server.

PostPosted: Fri Jun 22, 2007 1:54 am
by rnsatapathy
eijal wrote:rnsatapathy, look like this:
each asterisk server is exactly the same for conferences. The only diference in the conferences and vicidial_conferences table is the ip address of the asterisk server.

PD.
Matt, Can I use a domain for ip address?


thanks for your reply. i still could not understand.

here is what i have.

Asterisk --1 --- Conference exten => 8600051,1,Meetme,8600051 Till 8600200,1,Meetme,8600200 in extension.conf


asterisk --2 Conference exten => 8600051,1,Meetme,8600051 Till 8600200,1,Meetme,8600200 in extension.conf

above what is clear.

webserver and database server in another machine.

In vicidial_conferences table which asterisk server IP i have to use????

thanks.

rnsatapathy.

PostPosted: Fri Jun 22, 2007 9:59 am
by eijal
both

Code: Select all
insert into vicidial_conferences values('8600051','ip-asterisk1','');
insert into vicidial_conferences values('8600051','ip-asterisk2','');
.
.
.
.
.

PostPosted: Fri Jun 22, 2007 10:10 am
by rnsatapathy
eijal wrote:both

Code: Select all
insert into vicidial_conferences values('8600051','ip-asterisk1','');
insert into vicidial_conferences values('8600051','ip-asterisk2','');
.
.
.
.
.


after i do that, now it is saying not a valid extension.

i have 60 extension. do i need to create 30 extension in one asterisk and rest 30 at other asterisk??

thanks.
rnsatpathy

PostPosted: Fri Jun 22, 2007 10:47 am
by ramindia
Hi

yes thats correct

ram

Thanks

PostPosted: Tue Jun 26, 2007 10:02 am
by rnsatapathy
Thank You everyone for your valuable contributions