<?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: Happy New Year: Introducing Incredible PBX 2027	</title>
	<atom:link href="https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Wed, 02 Apr 2025 20:15:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jane Otten		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-182043</link>

		<dc:creator><![CDATA[Jane Otten]]></dc:creator>
		<pubDate>Fri, 16 Jun 2023 15:42:11 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-182043</guid>

					<description><![CDATA[Does iPBX2027 work with RedHat 9 (almalinux9) as well?

&lt;i&gt;WM:  Not at the present time.&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Does iPBX2027 work with RedHat 9 (almalinux9) as well?</p>
<p><i>WM:  Not at the present time.</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ward		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-181030</link>

		<dc:creator><![CDATA[ward]]></dc:creator>
		<pubDate>Tue, 07 Mar 2023 18:03:02 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-181030</guid>

					<description><![CDATA[Skyetel has been moving to new banks of IP subnets for redundancy, etc. that are different than the default SIP trunks in IPBX2027. They also suggest using PJSIP two create just two trunks this way - in &amp; out.

Here are the added IPBX2027 steps I found to get the old disabled &amp; the new two PJSIP trunks laid down/operational:

1) Disable old SIP Skeytel trunks

2) Add the following to the &quot;/usr/local/sbin/iptables-custom&quot; ...

/usr/sbin/iptables -A INPUT -s 35.85.225.96 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 3.99.65.224 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 3.101.177.224 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 44.199.94.192 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 35.215.45.65 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 35.209.126.210 -j ACCEPT
/usr/sbin/iptables -A INPUT -s 35.212.222.157 -j ACCEPT

3) &quot;iptables-restart&quot;

4) If you have a hardware firewall with say whitelisting, be sure to add these subnets &amp; IP&#039;s there as well of course.

5) Follow Skyetel&#039;s FreePBX PJSIP trunk directions:

INBOUND: https://support.skyetel.com/hc/en-us/articles/4410765264791-FreePBX-13-Create-Inbound-Trunk

OUTBOUND North America: https://support.skyetel.com/hc/en-us/articles/4410672050967-FreePBX-13-Create-Outbound-Trunk-for-North-America

6) Create or change your Skyetel &quot;IP Authentication -&gt; IP Group&quot; entry to use 5061 rather than 5060 to connect

That&#039;s it, and only two trunks using latest Skyetel infrastructure.]]></description>
			<content:encoded><![CDATA[<p>Skyetel has been moving to new banks of IP subnets for redundancy, etc. that are different than the default SIP trunks in IPBX2027. They also suggest using PJSIP two create just two trunks this way &#8211; in &#038; out.</p>
<p>Here are the added IPBX2027 steps I found to get the old disabled &#038; the new two PJSIP trunks laid down/operational:</p>
<p>1) Disable old SIP Skeytel trunks</p>
<p>2) Add the following to the "/usr/local/sbin/iptables-custom" &#8230;</p>
<p>/usr/sbin/iptables -A INPUT -s 35.85.225.96 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 3.99.65.224 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 3.101.177.224 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 44.199.94.192 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 35.215.45.65 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 35.209.126.210 -j ACCEPT<br />
/usr/sbin/iptables -A INPUT -s 35.212.222.157 -j ACCEPT</p>
<p>3) "iptables-restart"</p>
<p>4) If you have a hardware firewall with say whitelisting, be sure to add these subnets &#038; IP&#8217;s there as well of course.</p>
<p>5) Follow Skyetel&#8217;s FreePBX PJSIP trunk directions:</p>
<p>INBOUND: <a href="https://support.skyetel.com/hc/en-us/articles/4410765264791-FreePBX-13-Create-Inbound-Trunk" rel="nofollow ugc">https://support.skyetel.com/hc/en-us/articles/4410765264791-FreePBX-13-Create-Inbound-Trunk</a></p>
<p>OUTBOUND North America: <a href="https://support.skyetel.com/hc/en-us/articles/4410672050967-FreePBX-13-Create-Outbound-Trunk-for-North-America" rel="nofollow ugc">https://support.skyetel.com/hc/en-us/articles/4410672050967-FreePBX-13-Create-Outbound-Trunk-for-North-America</a></p>
<p>6) Create or change your Skyetel "IP Authentication -> IP Group" entry to use 5061 rather than 5060 to connect</p>
<p>That&#8217;s it, and only two trunks using latest Skyetel infrastructure.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John K		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-180663</link>

		<dc:creator><![CDATA[John K]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 18:04:40 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-180663</guid>

					<description><![CDATA[Great seeing updates! 

Any benefit to Alma/Rocky vs Debian? Have running Debian installs with Ast18/F15, want to move everything to Deb 11/Ast20/F16 so don&#039;t have to touch it for awhile.
Thanks Ward!]]></description>
			<content:encoded><![CDATA[<p>Great seeing updates! </p>
<p>Any benefit to Alma/Rocky vs Debian? Have running Debian installs with Ast18/F15, want to move everything to Deb 11/Ast20/F16 so don&#8217;t have to touch it for awhile.<br />
Thanks Ward!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Walter M		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-180662</link>

		<dc:creator><![CDATA[Walter M]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 17:38:53 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-180662</guid>

					<description><![CDATA[You might want to add  &quot;yum-y install tar&quot; to your copy and paste instructions Rocky 8 on Crown Cloud does not have it preinstalled. Great article.]]></description>
			<content:encoded><![CDATA[<p>You might want to add  "yum-y install tar" to your copy and paste instructions Rocky 8 on Crown Cloud does not have it preinstalled. Great article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alfred H		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-180661</link>

		<dc:creator><![CDATA[Alfred H]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 13:27:42 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-180661</guid>

					<description><![CDATA[Can the Oracle Instance be upgraded to this or how would you install this on the Oracle Instance?

&lt;i&gt;[WM: Not yet, but stay tuned.]&lt;/i&gt; ]]></description>
			<content:encoded><![CDATA[<p>Can the Oracle Instance be upgraded to this or how would you install this on the Oracle Instance?</p>
<p><i>[WM: Not yet, but stay tuned.]</i> </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dean Penderghast		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-180659</link>

		<dc:creator><![CDATA[Dean Penderghast]]></dc:creator>
		<pubDate>Thu, 05 Jan 2023 05:00:38 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-180659</guid>

					<description><![CDATA[I did a fresh install of IncrediblePBX 2027 and now I&#039;m trying to get IncredibleFax installed.  However I&#039;m not finding the file /root/incrediblefax13.sh or any installation .sh for a faxing engine in the root folder.

Therefore how do we get AvantFax or some other type of faxing service installed with IncrediblePBX 2027?

&lt;i&gt;[WM: No Incredible Fax for Rocky 8 yet.  If you need it, you&#039;ll need to drop back to one of the 2020 or 2021 platforms with CentOS 7 or Debian.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I did a fresh install of IncrediblePBX 2027 and now I&#8217;m trying to get IncredibleFax installed.  However I&#8217;m not finding the file /root/incrediblefax13.sh or any installation .sh for a faxing engine in the root folder.</p>
<p>Therefore how do we get AvantFax or some other type of faxing service installed with IncrediblePBX 2027?</p>
<p><i>[WM: No Incredible Fax for Rocky 8 yet.  If you need it, you&#8217;ll need to drop back to one of the 2020 or 2021 platforms with CentOS 7 or Debian.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: phiber_phreak		</title>
		<link>https://nerdvittles.com/happy-new-year-introducing-incredible-pbx-2027/comment-page-1/#comment-180651</link>

		<dc:creator><![CDATA[phiber_phreak]]></dc:creator>
		<pubDate>Mon, 02 Jan 2023 20:18:47 +0000</pubDate>
		<guid isPermaLink="false">https://nerdvittles.com/?p=36131#comment-180651</guid>

					<description><![CDATA[Thanks Ward, and happy 2023! Can I migrate directly to Incredible PBX 2027 from an old Incredible PBX 13-13.3 system on Centos 6 using these instructions:

https://nerdvittles.com/migrating-painlessly-from-incredible-pbx-13-13-to-16-15/

Or are intermediate upgrades needed? Thanks again!

&lt;i&gt;[WM: Cut-and-paste or Bulk Handler are your best bets. Too much has changed.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks Ward, and happy 2023! Can I migrate directly to Incredible PBX 2027 from an old Incredible PBX 13-13.3 system on Centos 6 using these instructions:</p>
<p><a href="https://nerdvittles.com/migrating-painlessly-from-incredible-pbx-13-13-to-16-15/" rel="ugc">https://nerdvittles.com/migrating-painlessly-from-incredible-pbx-13-13-to-16-15/</a></p>
<p>Or are intermediate upgrades needed? Thanks again!</p>
<p><i>[WM: Cut-and-paste or Bulk Handler are your best bets. Too much has changed.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
