Page 1 of 1

Seperate Admin Sections

PostPosted: Wed Dec 10, 2008 4:37 pm
by ncampbell13
This is just a general question. I support 6 call centers and I am moving all of them over to vicidial. No one call center has more than 10 callers. It seems a waste to have a separate system for each but unless I have missed something I can not see how to allow multiple admin logins and still keep their leads and campaigns separate. So what I am wondering is this.. can I build a database server that is just the mysql... and then build a seperate dialer server for each one that has asterisk,vicidial, and apache. So in this example each one would have an individual database on the database server and their own dialer and admin pages. Not sure what the correct answer is for this. Any suggestions would be appreciated.

Thanks!

PostPosted: Wed Dec 10, 2008 4:52 pm
by mflorell
Yes you can do this. We have setup multi-client systems that use a single Database machine, a single Web server and multiple Asterisk/VICIDIAL servers.

This will require having a different database for each client, as well as a few small changes to the web scripts, but it is not horribly difficult.

PostPosted: Mon Jan 05, 2009 2:43 pm
by ykhan
as well as a few small changes to the web scripts


What type of changes would be required in the web scripts?

Thanks

PostPosted: Mon Jan 05, 2009 4:31 pm
by mflorell
changing the astguiclient.conf file pointer was the big one that I can think of.