<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Unix Sysadmin &#187; VoIP</title>
	<atom:link href="http://www.sysadmindayph.com/blog/category/voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:36:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>General Asterisk Installation Instructions</title>
		<link>http://www.sysadmindayph.com/blog/general-asterisk-installation-instructions/</link>
		<comments>http://www.sysadmindayph.com/blog/general-asterisk-installation-instructions/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 14:03:30 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/general-asterisk-installation-instructions/</guid>
		<description><![CDATA[After reading the Asterisk Overview a few post back, let&#8217;s continue with our adventure in the world of Asterisk &#8211; the open source telephone toolkit. We need to do two things (that is, two steps) in order install Asterisk on our vmware powered Red hat enterprise server: Get the source code Compile to produce the &#8230; <a href="http://www.sysadmindayph.com/blog/general-asterisk-installation-instructions/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>After reading the <a href="http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/">Asterisk Overview</a> a few post back, let&#8217;s continue with our adventure in the world of Asterisk &#8211; the open source telephone toolkit.</p>
<p>We need to do two things (that is, two steps) in order install Asterisk on our vmware powered Red hat enterprise server:</p>
<ol>
<li>Get the source code</li>
<li>Compile to produce the binaries</li>
</ol>
<p>http://www.asteriskguru.com/tutorials/general_asterisk_installation_compilation.html</p>
<p><strong>Get the Source Code</strong></p>
<p>Click the links below to get a copy of Asterisk</p>
<p class="tab">
<p class="tab">Asterisk 1.2.4<br />
Zaptel 1.2.4<br />
Libpri 1.2.2</p>
<p>Asterisk-sounds 1.2.1 &#8211; Additional sound prompts<br />
Asterisk-addons 1.2.1 &#8211; Additional modules<br />
Or to get the latest version with the latest update, get the source of Asterisk from the CVS server:</p>
<p>To get a fresh copy from the CVS server use these commands:</p>
<p># cd /usr/src<br />
#mkdir asterisk<br />
# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot<br />
# cvs login</p>
<p><strong>Compiling Asterisk<br />
</strong></p>
<p>To install Asterisk, we need to update (if you <a href="http://elizar.palad.info/blog/how-to-search-and-donwload-mp3-for-free/" target="_self">donwloaded</a> the source) and change to that asterisk directory. Example:</p>
<p>#cd /usr/src/asterisk</p>
<p>You can then start the compiling process&#8230;<br />
Follow this installation order: libpri, zaptel, asterisk</p>
<p>-Installing libpri</p>
<p>#cd /usr/src/asterisk/libpri<br />
#make clean<br />
#make<br />
#make install</p>
<p>-Installing zaptel</p>
<p>#cd /usr/src/asterisk/zaptel<br />
#make clean</p>
<p>Note: If you are using kernel 2.6 enter the following command &#8216;#make linux26&#8242;, before doing &#8216;#make install&#8217;.</p>
<p>#make install</p>
<p>-Installing asterisk</p>
<p>#cd /usr/src/asterisk/asterisk<br />
#make clean</p>
<p>Note: If you want to use a mp3 files for music-on-hold enter the following command &#8216;#make mpg123&#8242;, before doing &#8216;#make install&#8217;.</p>
<p>#make install</p>
<p>If this is your first installation perform &#8216;make samples&#8217; to install sample configuration files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/general-asterisk-installation-instructions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AsteriskNOW &#8211; Asterisk Out Of The Box</title>
		<link>http://www.sysadmindayph.com/blog/asterisknow-asterisk-out-of-the-box/</link>
		<comments>http://www.sysadmindayph.com/blog/asterisknow-asterisk-out-of-the-box/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 08:11:47 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/asterisknow-asterisk-out-of-the-box/</guid>
		<description><![CDATA[I recently found a nice read about a Linux Project or Distro that includes Asterisk. It contains all the Asterisk stuff one will ever need. The project is called AsteriskNOW. You can donwload the package at asteriskNOW.com. You can choose to download and ISO image or a VMWare image on the donwload page. The is &#8230; <a href="http://www.sysadmindayph.com/blog/asterisknow-asterisk-out-of-the-box/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>I recently <a href="http://www.linuxscrew.com/2007/11/19/asterisk-unveils-customized-linux-distro/">found a nice read</a> about a Linux Project or Distro that includes <a href="http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/">Asterisk</a>. It contains all the Asterisk stuff one will ever need. The project is called AsteriskNOW.</p>
<p>You can <a href="http://elizar.palad.info/blog/how-to-search-and-donwload-mp3-for-free/">donwload</a> the package at asteriskNOW.com. You can choose to download and ISO image or a VMWare image on the <a href="http://elizar.palad.info/blog/how-to-search-and-donwload-mp3-for-free/">donwload page</a>.</p>
<p>The  is so easy to use and install that AsteriskNOW claims that you can <a href="http://www.cyberciti.biz/tips/download-install-asterisknow-in-30-minutes.html">install it 30 minutes</a>!</p>
<p><span id="more-56"></span></p>
<p>Mark Spencer, the original author of <a href="http://www.asterisk.org">Asterisk</a> and founder of <a href="http://www.digium.com/">Digium</a>, said</p>
<blockquote><p>&#8220;What we did was take the Asterisk, the GUI,  and a variety of other packages and put it all in a CD that you drop it in a computer and install. And that is what AsteriskNOW is.&#8221;</p></blockquote>
<p>Here&#8217;s a video of Mr. Spencer himself, showing how easy it is to install and get started with AsteriskNOW.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ONOxNJquatk&amp;rel=1" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/ONOxNJquatk&amp;rel=1" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/asterisknow-asterisk-out-of-the-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk Overview: An Open Source VoIP Application</title>
		<link>http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/</link>
		<comments>http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 09:58:32 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/</guid>
		<description><![CDATA[Asterisk is an open source application on telephony applications and a full-featured call-processing server. It&#8217;s is one of the last technology that has been in existence too long that the open source group has touched on. There has been and open source web server (Apache), mail server (qmail, sendmail, postfix etc), proxy server (squid), CMS &#8230; <a href="http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.asterisk.org">Asterisk</a> is an open source application on telephony <span id="intelliTxt">applications and a full-featured call-processing server. It&#8217;s is one of the last technology that has been in existence too long that the open source group has touched on.</span></p>
<p>There has been and open source web server (Apache), mail server (qmail, sendmail, postfix etc), proxy server (squid), CMS (joomla, wordpress), streaming media (icecast) but never, until now, has anyone every tried offering voice application to the open.</p>
<p>Good thing about Asterisk is that it can be used as a stand alone, Asterisk-Only system, or it can integrate with an existing PBX system.</p>
<p><strong>Features of Asterisk Open Source PBX</strong></p>
<p>Asterisk has tons of feature that could take my whole day listing and explaining them here. Let&#8217;s just say that everything you ever knew about PBX capabilities are also  in Asterisk.</p>
<p>Let&#8217;s list a couple for example&#8217;s sake:</p>
<ul>
<li> Call Forward</li>
<li>Call Forward on Busy</li>
<li>Call Forward on No Answer</li>
<li>Call Monitoring</li>
</ul>
<p><span id="more-53"></span></p>
<ul>
<li>Call Parking</li>
<li>Call Queuing</li>
<li>Call Recording</li>
<li>Call Retrieval</li>
<li>Call Transfer</li>
<li>Call Waiting</li>
<li>Caller ID</li>
<li>Caller ID Blocking</li>
<li> Supervised Transfer</li>
<li>Talk Detection</li>
<li>Text-to-Speech (via Festival)</li>
<li>Three-way Calling</li>
<li>Time and Date</li>
</ul>
<p>And tons more!! You can <a href="http://www.asterisk.org/support/features">check all the features</a> here if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/asterisk-overview-an-open-source-voip-application/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

