[asterisk-users] Asterisk distribution for a Call Center

Andrew Latham lathama at gmail.com
Tue Jun 22 14:20:01 CDT 2010


debian lenny

aptitude install openssh-server
aptitude install -y build-essential subversion autoconf
linux-headers-`uname -r` /
ncurses-dev mc libgmime2-dev libsnmp-dev libiksemel-dev /
vim-full libxml2-dev libmysqlclient15-dev tcpdump unzip mysql-client ntp rsync

#!/bin/bash
cd /usr/src
svn co http://svn.digium.com/svn/asterisk/branches/1.6.2 asterisk-1.6.2
svn co http://svn.digium.com/svn/libpri/branches/1.4 libpri-1.4
svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 gui-2.0
svn co http://svn.digium.com/svn/asterisk-addons/branches/1.6.2 addons-1.6.2
svn co http://svn.digium.com/svn/dahdi/linux/branches/2.3 dahdi-linux-2.3
svn co http://svn.digium.com/svn/dahdi/tools/branches/2.3 dahdi-tools-2.3
cd dahdi-linux-2.3 && make && make install; cd ..
cd dahdi-tools-2.3 && ./configure && make && make install && make config; cd ..
cd libpri-1.4 && make && make install; cd ..
cd asterisk-1.6.2 && ./configure


should be a good start...

edit http.conf and manager.conf and you have the fantastic GUI!
~
Andrew "lathama" Latham
lathama at gmail.com

* Learn more about OSS http://en.wikipedia.org/wiki/Open-source_software
* Learn more about Linux http://en.wikipedia.org/wiki/Linux
* Learn more about Tux http://en.wikipedia.org/wiki/Tux



On Tue, Jun 22, 2010 at 2:21 PM, Alejandro Cabrera Obed
<aco1967 at gmail.com> wrote:
> Dear all, I need to build a PBX based on Asterisk for a call center. I
> have worked with raw Asterisk but it's hard to work for big
> implementations think.
>
> Also I have worked with Trixbox CE for a small bussines and it was
> prette good, but I have not have many features like ACD. I know there
> is another  version called Trixbox PRO -specially Call Center edition-
> that's not free but has got more features like ACD and billing.
>
> I've heart about AsteriskNow and I know it's free.
>
> What distribution/version do you recommend to me in order to implement
> a call center and taking into account I'm not an expert in programming
> from Asterisk CLI ???
>
> Thanks a lot
>
> Alejandro
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list