login | register
Wed 01 of Aug, 2007 [09:14 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.23s
  • Memory usage: 2.23MB
  • Database queries: 32
  • GZIP: Disabled
  • Server load: 3.27

Asterisk installation tips

Asterisk install guide

Before You Install

  • Consult the planning and dimensioning checklist if you are interested running a larger PBX system, and you are concerned about hardware and software capabilities.
  • Operating systems: Asterisk runs best on Linux systems, but there has been a lot of work done by members of the project to port Asterisk to BSD environments, including FreeBSD, OpenBSD, and Mac OS X. The zaptel drivers and ISDN channel drivers are not supported on these platforms, however. See Asterisk Operating Systems for notes specific to each operating system.
  • An alternative to the process described on this page is to use

Quickstart guides



Requirements

  • You do not need need any special hardware to install and run Asterisk. A soundcard is not required.
  • You will need the following packages installed before compiling Asterisk:
    • kernel sources
    • kernel headers
    • bison (needed for parsing expressions in extensions.conf)
    • openssl and openssl-dev or libssl-dev
    • libnewt: needed for the astman manager interface. Asterisk will compile without it, but you won't get the astman program, which is a separate binary.
  • You no longer need the readline and readline-devel packages for Asterisk. Asterisk comes with its own readline implementation called "editline".
  • If you wish to use any of the mysql addons add mysql, mysql_devel & mysql server to the list
  • If you plan to use a Digium interface card with Asterisk, you will need to install the Zaptel kernel module device driver for your card before you can use it with Asterisk. But you might like to download and install Asterisk first — you can use a SIP or IAX phone for testing — and add support for your Digium card afterwards.

Installation


The Asterisk timer

  • timer sources: required for MeetMe (conferencing) and IAX2 trunking

Preparing for third party tools

Please check the third party tools section of the intro page for details on
  • music-on-hold: the mpg123 issue
  • voicemail: requires sendmail for notification messages
  • call detail recording: Asterisk can store them into CSV files, PostgreSQL or into SQLite. Get asterisk_addons from CVS for storing CDR data in MySQL instead.
  • reading .conf files from DB: Asterisk comes with limited MySQL/ODBC support for databases when reading extensions.conf, sip.conf or voicemail.conf.
  • odbc: for storing and retrieving data from DBs other than MySQL
  • speex codec: requires an extra library installation
  • text-to-speech synthesis: Festival or Flite
  • speech recognition: Sphinx integration


Asterisk | FAQ | Tips & Tricks
Created by oej, Last modification by Mike on Fri 08 of Jun, 2007 [11:36 UTC]

Comments Filter

by Mike on Friday 14 of July, 2006 [15:50:37 UTC]
Just thought I'd put up a quick way for a newb to install asterisk on CentOS
Download the tar files from Asterisk.org and place them in /usr/src then run the following commands (with minor editing)

cd /usr/src
cd libpri-*
make clean
make install
cd ..

cd zaptel-*
make clean
make install
make config
cd ..

cd asterisk-1.*
make clean
make install
make samples
make config
cd ..

cd asterisk-addons-*
make clean
make install
make samples
make config
cd ..

cd asterisk-sounds-*
make install
cd ..

Compliling Asterisk statically

by Fabio on Sunday 15 of January, 2006 [16:07:56 UTC]
I have installed Asterisk on freeBSD and everything seems to be ok.
Now i must compile it statically... Does anyone know how edit the makefile to do it?

Uninstall Asterisk

by omar on Monday 28 of November, 2005 [15:43:15 UTC]
How could Uninstall Asterisk?
someone know?

Problems with Proliant ML 350 G3 and RedHat 9

by cisco on Friday 19 of November, 2004 [20:46:18 UTC]
I've found a lot of problems installing Asterisk in ML 350 G3 box with RH 9.
1) RH 9 won't install unless you have a fixed diskette for booting. (Don't try to instal from original CDs)
2) When you try to start asterisk console it will hang up the entire server.

In the same box with Suse 9.1 no problems were detected.
Edit

Zaptel building

by Anonymous on Tuesday 06 of April, 2004 [20:05:52 UTC]
A little more insight .. there are numerous places in the Makefile where 'linux-2.4' is hardcoded. Adjust these as appropriate, in addition to the other suggestions made. Also, there is a commented section in the Makefile, be sure to uncomment this if you're on an SMP box.
Edit

ztdummy and non-intel boards

by Anonymous on Wednesday 08 of October, 2003 [11:06:17 UTC]
on the non-intel boards( ALI chipset for example), which was using usb-ohci module, module ztdummy will not work.
ztdummy require usb-uhci module.
use zaprtc from www.junghanns.net can solve this problem.

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver