Asterisk for Raspberry Pi Image: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
I have installed Asterisk onto a Raspberry Pi and have created an image for all to use.< | I have installed vanilla Asterisk onto a Raspberry Pi and have created an image for all to use. The Asterisk install is not a bundalled install like [http://www.raspberry-asterisk.org/?page_id=30 raspbx] which uses FreePBX. Asterisk is configured with all deafults straight from a new build/compile. | ||
== Download Images == | |||
<pre> | |||
http://www.klaverstyn.com.au/david/asterisk/rpi/ | |||
</pre> | |||
The image contains the following: | The image contains the following: | ||
Line 20: | Line 24: | ||
== Features == | == Features == | ||
<pre> | <pre> | ||
OS : Arch Linux | |||
Apache : Installed | |||
mysql : Installed | |||
CDR Logging : Enabled | Asterisk : Installed (version depandant on image) | ||
CDR Logging : Enabled | |||
sendmail : Installed | |||
mime-construct : Installed | |||
CDR Search : aCDR --> http://hostname/cdr | |||
fax2mail : Installed --> /usr/sbin/fax2mail | |||
</pre> | </pre> | ||
[[Category : Asterisk]] [[Category : Raspberry Pi]] | [[Category : Asterisk]] [[Category : Raspberry Pi]] |
Revision as of 01:24, 27 October 2012
I have installed vanilla Asterisk onto a Raspberry Pi and have created an image for all to use. The Asterisk install is not a bundalled install like raspbx which uses FreePBX. Asterisk is configured with all deafults straight from a new build/compile.
Download Images
http://www.klaverstyn.com.au/david/asterisk/rpi/
The image contains the following:
IP Address Information
IP Address : 192.168.1.11 Mask : 255.255.255.0 Gateway : 192.168.1.254
Login Creditentals
username : root password : root
Features
OS : Arch Linux Apache : Installed mysql : Installed Asterisk : Installed (version depandant on image) CDR Logging : Enabled sendmail : Installed mime-construct : Installed CDR Search : aCDR --> http://hostname/cdr fax2mail : Installed --> /usr/sbin/fax2mail