<?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>The Geek Diarys &#187; Asterisk</title>
	<atom:link href="http://paior.com/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://paior.com</link>
	<description>The random thoughts from another geek</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IAX2 vs SIP,</title>
		<link>http://paior.com/2009/04/23/iax2-vs-sipiax2-vs-sip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iax2-vs-sipiax2-vs-sip</link>
		<comments>http://paior.com/2009/04/23/iax2-vs-sipiax2-vs-sip/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:02:39 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[iax]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[sip]]></category>

		<guid isPermaLink="false">http://paior.com/?p=61</guid>
		<description><![CDATA[Web Marketing 101, drive traffic to your site by having interesting information updated regularly. Have people link to that information: Here is the link: http://blog.voipsupply.com/asterisk-hardware/iax-phone-contest Customers of Geek would know that now a big push for Geek is PBX, particularly the VOIP PBX, we offer 3 brands and I will get into more detail about [...]]]></description>
			<content:encoded><![CDATA[<p>Web Marketing 101, drive traffic to your site by having interesting information updated regularly. Have people link to that information:<br />
Here is the link:</p>
<p>http://blog.voipsupply.com/asterisk-hardware/iax-phone-contest</p>
<p>Customers of Geek would know that now a big push for Geek is PBX, particularly the VOIP PBX, we offer 3 brands and I will get into more detail about that later.</p>
<p>One brand we offer to the very small business is Asterisk. This solution, like any VOIP sultion is 90% networking and 10% telephony.</p>
<p>Well one of the things that makes the networking side of it so hard is that SIP, Skinny and other phone control protocols are cumbersome and messy.</p>
<p>SIP (Session Initiation Protocol) uses a shotgun approach, via RTP (Real Time Protocol) to get the message across, in Astersisk the default ports that need to be punched through your firewall are: 10,000-11,000 (look in your /etc/asterisk/rtp.conf)</p>
<p>Most routers and firewalls don&#8217;t like this and can lose track easily. Particularly when NAT (network address translation is involved)</p>
<p>The answer to this with SIP phones is to:<span id="more-61"></span><br />
a) limit your self to one SIP phone per NAT(ted) end point (ie one phone per remote site)<br />
or<br />
b) use IPSEC tunnelling to provide a &#8220;routed environment&#8221;</p>
<p>While IPSEC is more secure, that lax security only applies to internal (extension to extension) conversations. External conversations are never secure.</p>
<p>Now there is another option!</p>
<p>http://blog.voipsupply.com/asterisk-hardware/iax-phone-contest</p>
<p>Voipsupply in the US has released a new IAX2 compatable phone, and while these have been available in the past they have been of the cheap rubbishy &#8220;yum cha&#8221; variety. The new phone seeks to change all that.</p>
<p>IAX stands for Internetwork Asterisk eXchange and it is what Geek uses to connect multiple Asterisk servers together (when you need connectivity between two sites). Also one of our Voice carriers support this protocol and via it, we can easily deliver 100 number blocks cheaply and with a minimum of configuration.</p>
<p>Getting back to the point, with this new phone we can have a phone that can easily be taken anywhere and plugged in to a broadband connection, with NO configuration required AT ALL on the firewall, in almost all cases you can start talking instantly. And you can have as many phones as you like on the one connection without the need for a remote server or IPSEC tunneling!</p>
<p>I will watch this phone closely and asses the DSP (digital sound processor) quality and it&#8217;s speaker phone. If the sound stacks up, it could be a useful addition to the Geek PBX offering!</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2009/04/23/iax2-vs-sipiax2-vs-sip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using wideband codec in Asterisk 1.4</title>
		<link>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-wideband-codec-in-asterisk-14</link>
		<comments>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:59:46 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[g722]]></category>
		<category><![CDATA[sccp]]></category>
		<category><![CDATA[skinny]]></category>
		<category><![CDATA[wideband]]></category>

		<guid isPermaLink="false">http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/</guid>
		<description><![CDATA[I posted this in my favourite Asterisk forum: PBX in a Flash&#8230; But I thought I would post it here as well: Installing wideband (g722) codec translation in Asterisk 1.4.x To install g722 as an available codec first install the backport patch: (usual disclaimers apply &#8211; it worked for me and did not ruin my [...]]]></description>
			<content:encoded><![CDATA[<p>I posted this in my favourite Asterisk forum: PBX in a Flash&#8230;<br />
But I thought I would post it here as well:</p>
<p> Installing wideband (g722) codec translation in Asterisk 1.4.x</p>
<p>To install g722 as an available codec first install the backport patch: (usual disclaimers apply &#8211; it worked for me and did not ruin my pbx, use at your own risk)</p>
<p>cd /usr/src/asterisk<br />
wget http://carlton.oriley.net/drupal/fil&#8230;7.1-g722.patch<br />
patch -p0 < asterisk-1.4.7.1-g722.patch<br />
make<br />
make install<br />
amportal restart</p>
<p>to see if it worked, jump into the console:<br />
Asterisk -r<br />
and then type<br />
core show translation</p>
<p>along the bottom of the table alongside g722 you should see a row of numbers (the lower the better ) if you see dashes, the install didn&#8217;t work.</p>
<p>You will of course need to use the allow=g722 statement for the protocols you require:<br />
sccp.conf, sip_custom.conf &#038; iax_custom.conf<br />
Plus any extensions for which you have used the disallow statement.</p>
<p>Bear in mind of course, there aren&#8217;t too many phones that support wideband as yet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

