<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 30 Minutes to Paradise: Incredible PBX for Ubuntu 14.04 is Ready for Primetime	</title>
	<atom:link href="https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Mon, 06 Nov 2017 13:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Nerd Uno		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-170735</link>

		<dc:creator><![CDATA[Nerd Uno]]></dc:creator>
		<pubDate>Wed, 29 Oct 2014 10:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-170735</guid>

					<description><![CDATA[Just a heads up that Ubuntu has released 14.10. For the time being, stick with 14.04 LTS. There are a few wrinkles to iron out with 14.10.]]></description>
			<content:encoded><![CDATA[<p>Just a heads up that Ubuntu has released 14.10. For the time being, stick with 14.04 LTS. There are a few wrinkles to iron out with 14.10.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-169680</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 01 Oct 2014 01:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-169680</guid>

					<description><![CDATA[I noticed that the IPTables allow access from 10.0.0.0/8 and 192.168.0.0/16 but 172.16.0.0/12 is not allowed. Is it easy to add a whole subnet?

&lt;i&gt;WM: We disabled this because of a reported problem on Amazon EC2. But it&#039;s easy to enable it again. Just issue the following commands. Or you could add a subnet directly by editing /etc/iptables/rules.v4 and restarting IPtables. Just be sure to use our iptables-restart script so that IPtables doesn&#039;t end up disabled if you make a coding error!&lt;/i&gt;
&lt;code&gt;sed -i &#039;s&#124;#-A INPUT -s 172.16.0.0/12&#124;-A INPUT -s 172.16.0.0/12&#124;&#039; /etc/iptables/rules.v4
iptables-restart
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>I noticed that the IPTables allow access from 10.0.0.0/8 and 192.168.0.0/16 but 172.16.0.0/12 is not allowed. Is it easy to add a whole subnet?</p>
<p><i>WM: We disabled this because of a reported problem on Amazon EC2. But it&#8217;s easy to enable it again. Just issue the following commands. Or you could add a subnet directly by editing /etc/iptables/rules.v4 and restarting IPtables. Just be sure to use our iptables-restart script so that IPtables doesn&#8217;t end up disabled if you make a coding error!</i><br />
<code>sed -i 's|#-A INPUT -s 172.16.0.0/12|-A INPUT -s 172.16.0.0/12|' /etc/iptables/rules.v4<br />
iptables-restart<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Christian		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-169454</link>

		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Sat, 27 Sep 2014 00:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-169454</guid>

					<description><![CDATA[After the installation, i can only login to webmin and not the the gui. Is there something i have to do or is it running on a non standard port? Thanks.

&lt;i&gt;[WM: Take another look at the tutorial. Did you set up an admin password??]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>After the installation, i can only login to webmin and not the the gui. Is there something i have to do or is it running on a non standard port? Thanks.</p>
<p><i>[WM: Take another look at the tutorial. Did you set up an admin password??]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tevor		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-168732</link>

		<dc:creator><![CDATA[Tevor]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 12:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-168732</guid>

					<description><![CDATA[I am wondering if this will work with a web server installed as well on the computer. I am running a web server using Ubuntu server 14.04.
I have tried freepbx but crashed and never played nice with my setup, So i had to restore my server.

&lt;i&gt;[WM: Not a good idea to do web hosting and VoIP telephony on the same box.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I am wondering if this will work with a web server installed as well on the computer. I am running a web server using Ubuntu server 14.04.<br />
I have tried freepbx but crashed and never played nice with my setup, So i had to restore my server.</p>
<p><i>[WM: Not a good idea to do web hosting and VoIP telephony on the same box.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-168658</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Sun, 14 Sep 2014 05:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-168658</guid>

					<description><![CDATA[Hello,
Sorry if I am confused. Is fax available (specifically on the rentpbx version of Incredible Pbx for Ubuntu 14) I see references on the CuBox Ubuntu, and of course in the Incredible PBX 11... but am stumped as to installation on what i have. I saw an earlier note to consider piaf green/centos... but not sure if that was specific to fax or something else.... Thanks!!!

&lt;i&gt;[WM: It&#039;s still experimental but Josh North appears to have tamed the fax beast on Ubuntu. &lt;a href=&quot;http://pbxinaflash.com/community/index.php?threads/incredible-fax-for-ubuntu-with-incredible-pbx-install.15386/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Here&#039;s the link.&lt;/a&gt;]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
Sorry if I am confused. Is fax available (specifically on the rentpbx version of Incredible Pbx for Ubuntu 14) I see references on the CuBox Ubuntu, and of course in the Incredible PBX 11&#8230; but am stumped as to installation on what i have. I saw an earlier note to consider piaf green/centos&#8230; but not sure if that was specific to fax or something else&#8230;. Thanks!!!</p>
<p><i>[WM: It&#8217;s still experimental but Josh North appears to have tamed the fax beast on Ubuntu. <a href="http://pbxinaflash.com/community/index.php?threads/incredible-fax-for-ubuntu-with-incredible-pbx-install.15386/" target="_blank" rel="nofollow">Here&#8217;s the link.</a>]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dny		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-168493</link>

		<dc:creator><![CDATA[dny]]></dc:creator>
		<pubDate>Sun, 07 Sep 2014 13:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-168493</guid>

					<description><![CDATA[how can i connect multiple pbx (like branch offices) ??

&lt;i&gt;[WM: Visit the PIAF Forum. There are numerous ways.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>how can i connect multiple pbx (like branch offices) ??</p>
<p><i>[WM: Visit the PIAF Forum. There are numerous ways.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ryan		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-168416</link>

		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Wed, 03 Sep 2014 20:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-168416</guid>

					<description><![CDATA[Awesome!! Glad to see this guide!

Unfortunately, I tried to run the install on a Digital Ocean droplet that I host my web applications on and ran into some problems.

I tried the brand new Vultr.com hosting solution, fired up a new VPS for 5 bucks and better specs than D.O., and voila -- the install worked flawlessly.

FYI, the problem I ran into on D.O. had to do with PHP loading a blank page when visiting my IP. Probably because of my own preconfigurations though.

Thanks again.]]></description>
			<content:encoded><![CDATA[<p>Awesome!! Glad to see this guide!</p>
<p>Unfortunately, I tried to run the install on a Digital Ocean droplet that I host my web applications on and ran into some problems.</p>
<p>I tried the brand new Vultr.com hosting solution, fired up a new VPS for 5 bucks and better specs than D.O., and voila &#8212; the install worked flawlessly.</p>
<p>FYI, the problem I ran into on D.O. had to do with PHP loading a blank page when visiting my IP. Probably because of my own preconfigurations though.</p>
<p>Thanks again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony McCarhy		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-168002</link>

		<dc:creator><![CDATA[Anthony McCarhy]]></dc:creator>
		<pubDate>Sun, 17 Aug 2014 17:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-168002</guid>

					<description><![CDATA[Awesome installation of piaf on ubuntu!

I see above some people are confused between updates and upgrades.

After installing 14.04 you recommend the following command as root:
apt-get update &#038;&#038; apt-get upgrade -y &#038;&#038; reboot

This works fine for those using an older version of ubuntu.

However, when 14.10 is released in October, the upgrade typically breaks lots of stuff, and very likely will break Incredible PBX also.

I suggest you put a caveat about the October upgrade to 14.10 - and give people a heads up.

&lt;i&gt;[WM: Thanks, Anthony. Still an Ubuntu newbie here. We&#039;ll update the article and remove the upgrade component. We initially had problems, but it may have been because we didn&#039;t run update or upgrade. In any case, you&#039;re absolutely right. We&#039;ve learned the hard way with CentOS upgrades. No need to reinvent the wheel.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Awesome installation of piaf on ubuntu!</p>
<p>I see above some people are confused between updates and upgrades.</p>
<p>After installing 14.04 you recommend the following command as root:<br />
apt-get update &amp;&amp; apt-get upgrade -y &amp;&amp; reboot</p>
<p>This works fine for those using an older version of ubuntu.</p>
<p>However, when 14.10 is released in October, the upgrade typically breaks lots of stuff, and very likely will break Incredible PBX also.</p>
<p>I suggest you put a caveat about the October upgrade to 14.10 &#8211; and give people a heads up.</p>
<p><i>[WM: Thanks, Anthony. Still an Ubuntu newbie here. We&#8217;ll update the article and remove the upgrade component. We initially had problems, but it may have been because we didn&#8217;t run update or upgrade. In any case, you&#8217;re absolutely right. We&#8217;ve learned the hard way with CentOS upgrades. No need to reinvent the wheel.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zhando		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166815</link>

		<dc:creator><![CDATA[zhando]]></dc:creator>
		<pubDate>Fri, 08 Aug 2014 20:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166815</guid>

					<description><![CDATA[Ward,

Thanks for the tip. It seems to work. That one was driving me crazy..

Looking through the install script - it downloads knockd from the debian repos. Why not just use the Ubuntu trusty universe repo?

No need then to dl libpcap and test for 32/64 bit..

&lt;i&gt;[WM: Thank you for the tip! As time permits, we&#039;ll rework it to incorporate your suggestion.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Ward,</p>
<p>Thanks for the tip. It seems to work. That one was driving me crazy..</p>
<p>Looking through the install script &#8211; it downloads knockd from the debian repos. Why not just use the Ubuntu trusty universe repo?</p>
<p>No need then to dl libpcap and test for 32/64 bit..</p>
<p><i>[WM: Thank you for the tip! As time permits, we&#8217;ll rework it to incorporate your suggestion.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zhando		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166801</link>

		<dc:creator><![CDATA[zhando]]></dc:creator>
		<pubDate>Thu, 07 Aug 2014 19:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166801</guid>

					<description><![CDATA[Waiting for approval at the forum. So I&#039;ll try here.

First, thank you for developing this ubuntu install of incrediblepbx.. I much prefer this over the old CentOS implementation.

I&#039;ve been messing with this ubuntu installation on a cubox-i2ex for my simple soho installation. It&#039;s looking promising..

While I&#039;ve been studying the hiccups on the cubox-i, I&#039;ve been using the ubuntu preview on an x86 box - two providers, handful of extensions.. Been pretty good so far.

One problem on BOTH platforms that is driving me nuts: the install scripts breaks the OS reboot/shutdown. Short of cycling power, I can&#039;t reboot or shutdown either the x86 or arm boxes. Anyone experience this? Suggestions?

&lt;i&gt;[WM: Try this!]&lt;/i&gt;

&lt;pre&gt;
cd /root
wget --no-check-certificate https://raw.githubusercontent.com/joshnorth/UbuntuPIAF/master/FixIncrediblePBXMySQL.sh
chmod +x FixIncrediblePBXMySQL.sh
./FixIncrediblePBXMySQL.sh
&lt;/pre&gt;

]]></description>
			<content:encoded><![CDATA[<p>Waiting for approval at the forum. So I&#8217;ll try here.</p>
<p>First, thank you for developing this ubuntu install of incrediblepbx.. I much prefer this over the old CentOS implementation.</p>
<p>I&#8217;ve been messing with this ubuntu installation on a cubox-i2ex for my simple soho installation. It&#8217;s looking promising..</p>
<p>While I&#8217;ve been studying the hiccups on the cubox-i, I&#8217;ve been using the ubuntu preview on an x86 box &#8211; two providers, handful of extensions.. Been pretty good so far.</p>
<p>One problem on BOTH platforms that is driving me nuts: the install scripts breaks the OS reboot/shutdown. Short of cycling power, I can&#8217;t reboot or shutdown either the x86 or arm boxes. Anyone experience this? Suggestions?</p>
<p><i>[WM: Try this!]</i></p>
<pre>
cd /root
wget --no-check-certificate https://raw.githubusercontent.com/joshnorth/UbuntuPIAF/master/FixIncrediblePBXMySQL.sh
chmod +x FixIncrediblePBXMySQL.sh
./FixIncrediblePBXMySQL.sh
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bill Dengler		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166780</link>

		<dc:creator><![CDATA[Bill Dengler]]></dc:creator>
		<pubDate>Wed, 06 Aug 2014 06:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166780</guid>

					<description><![CDATA[I installed the preview. How can I upgrade without reinstalling/reconfiguring everything? Do I simply run your new installer?

&lt;i&gt;[WM: Download and untar &lt;a href=&quot;http://incrediblepbx.com/incrediblebackup11U.tar.gz&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Incredible Backup 11 for Ubuntu&lt;/a&gt;, make a backup, and copy it from /tmp to your desktop. Install the newest version, copy the backup image to /tmp, and run /root/incrediblerestore.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I installed the preview. How can I upgrade without reinstalling/reconfiguring everything? Do I simply run your new installer?</p>
<p><i>[WM: Download and untar <a href="http://incrediblepbx.com/incrediblebackup11U.tar.gz" target="_blank" rel="nofollow">Incredible Backup 11 for Ubuntu</a>, make a backup, and copy it from /tmp to your desktop. Install the newest version, copy the backup image to /tmp, and run /root/incrediblerestore.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Josh		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166630</link>

		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Sun, 27 Jul 2014 03:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166630</guid>

					<description><![CDATA[Thanks so much for the reply! It&#039;s purely experimental for me currently, my production clients use a mix of &quot;real&quot; PIAF or custom asterisk boxes, quite frankly the only reason I am testing this version is that I prefer Apt to Yum :) 
I might see if I can play around with porting over incredfax over the next couple of weekends on my own for kicks. 
Thanks for all your work on this!

&lt;i&gt;[WM: Thanks, Josh. Wrestling with Incredible Fax would be a huge help. Come join the forum!]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks so much for the reply! It&#8217;s purely experimental for me currently, my production clients use a mix of "real" PIAF or custom asterisk boxes, quite frankly the only reason I am testing this version is that I prefer Apt to Yum 🙂<br />
I might see if I can play around with porting over incredfax over the next couple of weekends on my own for kicks.<br />
Thanks for all your work on this!</p>
<p><i>[WM: Thanks, Josh. Wrestling with Incredible Fax would be a huge help. Come join the forum!]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Josh		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166614</link>

		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Thu, 24 Jul 2014 20:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166614</guid>

					<description><![CDATA[The Google Voice section still mentions FAX capabilities, but I don&#039;t see how I can use Incredible Fax on the Ubuntu installation with the method on this page.  Is that just leftover from a copy/paste from other tutorials or am I missing something?

&lt;i&gt;[WM: Thanks for the heads up, Josh. We&#039;ll have a look. Running a little low on people with paddles at the moment, but we&#039;ll get it squared away... soon. Ubuntu is still very much a testing platform. If you need a production-ready system, switch to Incredible PBX with PIAF-Green and FreePBX 2.11 on the CentOS 6.5 platform.]&lt;/i&gt;

]]></description>
			<content:encoded><![CDATA[<p>The Google Voice section still mentions FAX capabilities, but I don&#8217;t see how I can use Incredible Fax on the Ubuntu installation with the method on this page.  Is that just leftover from a copy/paste from other tutorials or am I missing something?</p>
<p><i>[WM: Thanks for the heads up, Josh. We&#8217;ll have a look. Running a little low on people with paddles at the moment, but we&#8217;ll get it squared away&#8230; soon. Ubuntu is still very much a testing platform. If you need a production-ready system, switch to Incredible PBX with PIAF-Green and FreePBX 2.11 on the CentOS 6.5 platform.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Slambers		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166408</link>

		<dc:creator><![CDATA[Slambers]]></dc:creator>
		<pubDate>Wed, 16 Jul 2014 09:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166408</guid>

					<description><![CDATA[&#039;The Incredible PBX installer runs unattended so find something to do for the next 30 minutes unless you just like watching code compile. When you see “Have a nice day”, your installation is complete.&#039;

In between the above stages, I get a load of questions I don&#039;t know the answer to:

&#039;Enter your USERNAME to connect to the &#039;asterisk&#039; database:
Enter your PASSWORD to connect to the &#039;asterisk&#039; database:
Enter the hostname of the &#039;asterisk&#039; database:
Enter a USERNAME to connect to the Asterisk Manager interface:
Enter a PASSWORD to connect to the Asterisk Manager interface:&#039;

Is this normal behaviour, and if so, what am I supposed to be entering?

&lt;i&gt;[WM: Sounds like you&#039;re either using the wrong version of Ubuntu or you skipped the initial (required) update, upgrade, and reboot steps. Follow the tutorial exactly, and you shouldn&#039;t have any problems. Still works as advertised for us.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>&#8216;The Incredible PBX installer runs unattended so find something to do for the next 30 minutes unless you just like watching code compile. When you see “Have a nice day”, your installation is complete.&#8217;</p>
<p>In between the above stages, I get a load of questions I don&#8217;t know the answer to:</p>
<p>&#8216;Enter your USERNAME to connect to the &#8216;asterisk&#8217; database:<br />
Enter your PASSWORD to connect to the &#8216;asterisk&#8217; database:<br />
Enter the hostname of the &#8216;asterisk&#8217; database:<br />
Enter a USERNAME to connect to the Asterisk Manager interface:<br />
Enter a PASSWORD to connect to the Asterisk Manager interface:&#8217;</p>
<p>Is this normal behaviour, and if so, what am I supposed to be entering?</p>
<p><i>[WM: Sounds like you&#8217;re either using the wrong version of Ubuntu or you skipped the initial (required) update, upgrade, and reboot steps. Follow the tutorial exactly, and you shouldn&#8217;t have any problems. Still works as advertised for us.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcelo		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166389</link>

		<dc:creator><![CDATA[Marcelo]]></dc:creator>
		<pubDate>Mon, 14 Jul 2014 13:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166389</guid>

					<description><![CDATA[Came to the site to see if PIAF was being supported on CentOS7 and found out the great news that I can now have all Ubuntu VMs on my servers.

Still don&#039;t understand why setting up and maintaining a ppa repository would not be a better approach. Yes, you mentioned the preference to compiling Asterisk from source but is it really a smart tradeoff to lose all the great work a package manager can offer for free - fast security updates included?

&lt;i&gt;[WM: Nothing in our build precludes enabling automatic security updates with Ubuntu. And Incredible PBX handles automatic security updates for Asterisk and any other problems we spot.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Came to the site to see if PIAF was being supported on CentOS7 and found out the great news that I can now have all Ubuntu VMs on my servers.</p>
<p>Still don&#8217;t understand why setting up and maintaining a ppa repository would not be a better approach. Yes, you mentioned the preference to compiling Asterisk from source but is it really a smart tradeoff to lose all the great work a package manager can offer for free &#8211; fast security updates included?</p>
<p><i>[WM: Nothing in our build precludes enabling automatic security updates with Ubuntu. And Incredible PBX handles automatic security updates for Asterisk and any other problems we spot.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166358</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Fri, 11 Jul 2014 07:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166358</guid>

					<description><![CDATA[I seem to be unable to find Google&#039;s Speech Recognition in the api-list.
Any ideas, whether it is still available for new users at all?

&lt;i&gt;[WM: It is still available, but the license has changed a bit. Read the &lt;a href=&quot;http://nerdvittles.com/?p=9713&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Adding Speech Recognition tutorial in this article&lt;/a&gt;. It will walk you through setting it up. Did you skip the first step??&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I seem to be unable to find Google&#8217;s Speech Recognition in the api-list.<br />
Any ideas, whether it is still available for new users at all?</p>
<p><i>[WM: It is still available, but the license has changed a bit. Read the <a href="http://nerdvittles.com/?p=9713" target="_blank" rel="nofollow">Adding Speech Recognition tutorial in this article</a>. It will walk you through setting it up. Did you skip the first step??</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166192</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Thu, 03 Jul 2014 15:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166192</guid>

					<description><![CDATA[So glad to see Ubuntu available for PBX in a Flash! Thanks Ward :)]]></description>
			<content:encoded><![CDATA[<p>So glad to see Ubuntu available for PBX in a Flash! Thanks Ward 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AlfaNerd		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166179</link>

		<dc:creator><![CDATA[AlfaNerd]]></dc:creator>
		<pubDate>Wed, 02 Jul 2014 18:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166179</guid>

					<description><![CDATA[I tried your installation instructions on a pre-built ubuntu 14 server in the cloud and it does not function.  I&#039;m guessing there are some prerequisites to the server instance including php and mysql being installed.

I cannot run (or even find) the asterisk binary but any attempt to rerun the installation scripts results in a message &quot;Incredible PBX is already installed.&quot;

Can I recover from this?

&lt;i&gt;[WM: You didn&#039;t mention which cloud provider you were using. Works flawlessly on &lt;a href=&quot;https://www.digitalocean.com/?refcode=f8725e13f303&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Digital Ocean&lt;/a&gt;. We would need a good bit more information to troubleshoot what went wrong. That&#039;s what the &lt;a href=&quot;http://pbxinaflash.com/community&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;PIAF Forum&lt;/a&gt; is there for. We install the LAMP stack as part of the Incredible PBX installation procedure so that&#039;s not the problem. You can attempt to rerun the installer and see where the install is failing. Just delete /etc/pbx/.incredible, and you&#039;re good to go. ]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I tried your installation instructions on a pre-built ubuntu 14 server in the cloud and it does not function.  I&#8217;m guessing there are some prerequisites to the server instance including php and mysql being installed.</p>
<p>I cannot run (or even find) the asterisk binary but any attempt to rerun the installation scripts results in a message "Incredible PBX is already installed."</p>
<p>Can I recover from this?</p>
<p><i>[WM: You didn&#8217;t mention which cloud provider you were using. Works flawlessly on <a href="https://www.digitalocean.com/?refcode=f8725e13f303" target="_blank" rel="nofollow">Digital Ocean</a>. We would need a good bit more information to troubleshoot what went wrong. That&#8217;s what the <a href="http://pbxinaflash.com/community" target="_blank" rel="nofollow">PIAF Forum</a> is there for. We install the LAMP stack as part of the Incredible PBX installation procedure so that&#8217;s not the problem. You can attempt to rerun the installer and see where the install is failing. Just delete /etc/pbx/.incredible, and you&#8217;re good to go. ]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Skavoovie		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166137</link>

		<dc:creator><![CDATA[Skavoovie]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166137</guid>

					<description><![CDATA[A quick fix to allow PHP5.5+ to accept both the PHP short tag and the long tag ( &#060;? vs. &#060;?php ):

/etc/php.ini:

short_open_tag = On


Restart Apache and done.]]></description>
			<content:encoded><![CDATA[<p>A quick fix to allow PHP5.5+ to accept both the PHP short tag and the long tag ( &lt;? vs. &lt;?php ):</p>
<p>/etc/php.ini:</p>
<p>short_open_tag = On</p>
<p>Restart Apache and done.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://nerdvittles.com/meet-ubuntu-an-exciting-new-frontier-for-asterisk-and-the-voip-community/comment-page-1/#comment-166125</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 13:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=9713#comment-166125</guid>

					<description><![CDATA[See what happens when your (Me) too stupid to say no!
If you want to completely automate the upgrades go to https://help.ubuntu.com/10.04/serverguide/automatic-updates.html this explains how to do it. It can be set to email when it has installed updates. Sorry I&#039;m lazy and forgetful!

Glad to see all my efforts go to good use!]]></description>
			<content:encoded><![CDATA[<p>See what happens when your (Me) too stupid to say no!<br />
If you want to completely automate the upgrades go to <a href="https://help.ubuntu.com/10.04/serverguide/automatic-updates.html" rel="nofollow ugc">https://help.ubuntu.com/10.04/serverguide/automatic-updates.html</a> this explains how to do it. It can be set to email when it has installed updates. Sorry I&#8217;m lazy and forgetful!</p>
<p>Glad to see all my efforts go to good use!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
