I try install asterisk server on ubuntu hardy from repos. The 'asterisk-sounds-extra' is for testing sound[locate in /usr/share/asterisk/sounds/].
After finish, try to connect to asterisk
Well.. basic installation is very smooth. I try adding sip account and test dialplan to play 'welcome' sound and it working fine too. May be i will use this to be my production server instead of trixbox if I succeed on compiling rhino driver on ubuntu.
pnix@v400ast:~$ sudo aptitude install asterisk asterisk-sounds-extra
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
asterisk-config asterisk-sounds-main build-essential debhelper dpkg-dev g++ g++-4.2
gettext html2text intltool-debian libc-client2007 libc6-dev libcompress-raw-zlib-perl
libcompress-zlib-perl libct3 libdigest-hmac-perl libdigest-sha1-perl libfile-remove-perl
libgsm1 libiksemel3 libio-compress-base-perl libio-compress-zlib-perl libio-stringy-perl
libmail-box-perl libmail-sendmail-perl libmailtools-perl libmime-types-perl
libobject-realize-later-perl libpq5 libpri1.0 libradiusclient-ng2 libstdc++6-4.2-dev
libtimedate-perl libtonezone1 libuser-identity-perl libvpb0 linux-libc-dev mlock
module-assistant odbcinst1debian1 patch po-debconf unixodbc vpb-driver-source
The following NEW packages will be installed:
asterisk asterisk-config asterisk-sounds-extra asterisk-sounds-main build-essential
debhelper dpkg-dev g++ g++-4.2 gettext html2text intltool-debian libc-client2007
libc6-dev libcompress-raw-zlib-perl libcompress-zlib-perl libct3 libdigest-hmac-perl
libdigest-sha1-perl libfile-remove-perl libgsm1 libiksemel3 libio-compress-base-perl
libio-compress-zlib-perl libio-stringy-perl libmail-box-perl libmail-sendmail-perl
libmailtools-perl libmime-types-perl libobject-realize-later-perl libpq5 libpri1.0
libradiusclient-ng2 libstdc++6-4.2-dev libtimedate-perl libtonezone1
libuser-identity-perl libvpb0 linux-libc-dev mlock module-assistant odbcinst1debian1
patch po-debconf unixodbc vpb-driver-source
0 packages upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
Need to get 23.5MB of archives. After unpacking 73.8MB will be used.
Do you want to continue? [Y/n/?] y
...
Building tag database... Done
pnix@v400ast:~$
After finish, try to connect to asterisk
pnix@v400ast:~$ sudo asterisk -rvvv
Asterisk 1.4.17~dfsg-2ubuntu1, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
This package has been modified for the Debian GNU/Linux distribution
Please report all bugs to http://bugs.debian.org/asterisk
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Connected to Asterisk 1.4.17~dfsg-2ubuntu1 currently running on v400ast (pid = 5041)
Verbosity is at least 3
v400ast*CLI>
Well.. basic installation is very smooth. I try adding sip account and test dialplan to play 'welcome' sound and it working fine too. May be i will use this to be my production server instead of trixbox if I succeed on compiling rhino driver on ubuntu.
Comments
thanks