<?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>Chesty&#039;s Blog &#187; e65</title>
	<atom:link href="http://chesterton.id.au/blog/tag/e65/feed/" rel="self" type="application/rss+xml" />
	<link>http://chesterton.id.au/blog</link>
	<description>Press Belly Button to Begin</description>
	<lastBuildDate>Sat, 02 Apr 2011 01:24:11 +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>Latest FreeSWITCH, PennyTel and Billion 5200N development</title>
		<link>http://chesterton.id.au/blog/2009/11/28/latest-freeswitch-pennytel-and-billion-5200n-development/</link>
		<comments>http://chesterton.id.au/blog/2009/11/28/latest-freeswitch-pennytel-and-billion-5200n-development/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 07:27:56 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[FreeSWITCH]]></category>
		<category><![CDATA[LA]]></category>
		<category><![CDATA[OSIA]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[billion]]></category>
		<category><![CDATA[e65]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/?p=63</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2009/11/28/latest-freeswitch-pennytel-and-billion-5200n-development/">Latest FreeSWITCH, PennyTel and Billion 5200N development</a></p>
Latest FreeSWITCH, PennyTel and Billion 5200N development For a while now, I had not being using FreeSWITCH for my VoIP, but just logging into PennyTel directly with my Nokia E65. It worked OK, but the voice quality wasn&#8217;t as good as going through FreeSWITCH. A month ago my old ADSL router died, so I bought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2009/11/28/latest-freeswitch-pennytel-and-billion-5200n-development/">Latest FreeSWITCH, PennyTel and Billion 5200N development</a></p>
<p>For a while now, I had not being using FreeSWITCH for my VoIP, but just logging into PennyTel directly with my Nokia E65. It worked OK, but the voice quality wasn&#8217;t as good as going through FreeSWITCH.</p>
<p>A month ago my old ADSL router died, so I bought a Billion 5200N to replace it. Since then, I&#8217;d been having weird problems with VoIP not working, and the Wifi to LAN bridging stopping dead whenever there was a bit of traffic over it.</p>
<p>It took me a while to sort out all the peculiarities of the Billion.</p>
<p>1. A change of ethernet ports on the router fixed the bridge locking up problem. It took a lot of time and weird theories before I fixed that.<br />
2. When setting up the router from factory defaults, I have to save the wireless interface twice when I change the SSID before it will allow my wireless devices to authenticate.<br />
3. UPnP was interfering with FreeSWITCH, and probably my Nokia. Turning that off on the router fixed FreeSWITCH.<br />
4. Selecting some settings on the router made the routers wireless interface disappear, and the only way to get it back was a factory reset.</p>
<p>So, FreeSWITCH is a breeze to set up for PennyTel now. It takes editing two files.<br />
conf/vars.xml and conf/dialplan/default/000pennytel.xml.</p>
<p>In conf/vars.xml I changed the following</p>
<pre>
&lt;X-PRE-PROCESS cmd="set" data="default_password=whateveryouwant"/>
</pre>
<p>That password is used for phones authenticating to FreeSWITCH, it has nothing to do with PennyTel.</p>
<p><code><br />
&lt;X-PRE-PROCESS cmd="set" data="domain=switch.gruntnet"/><br />
</code></p>
<p>What the phones use as their realm, it should be in the DNS with the ip pointing to FreeSWITCH.</p>
<p><code><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider=sip.pennytel.com"/><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider_username=61281955555"/><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider_password=55555/><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider_from_domain=sip.pennytel.com"/><br />
  &lt;!-- true or false --><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider_register=true"/><br />
  &lt;X-PRE-PROCESS cmd="set" data="default_provider_contact=1000"/><br />
</code></p>
<p>All the PennyTel setting goes above, I use 1000 to receive incoming calls, my only phone on the network.</p>
<p>Then in conf/dialplan/default/000penntel.xml</p>
<p><code><br />
   &lt;extension name="pennytel"><br />
    &lt;condition field="destination_number" expression="^(.*)$"><br />
      &lt;action application="set" data="effective_caller_id_number=61281955555"/><br />
      &lt;action application="bridge" data="sofia/gateway/sip.pennytel.com/$1"/><br />
     &lt;/condition><br />
   &lt;/extension><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2009/11/28/latest-freeswitch-pennytel-and-billion-5200n-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Telephone Setup</title>
		<link>http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/</link>
		<comments>http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 08:17:36 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[FreeSWITCH]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[e65]]></category>
		<category><![CDATA[exhange]]></category>
		<category><![CDATA[iinet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[qos]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[tc]]></category>
		<category><![CDATA[telephone]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/">My Telephone Setup</a></p>
My Telephone Setup I thought I&#8217;d document my current phone setup, probably look back in 10 years time and think how primitive it was. The brains of it are handled by freeswitch, I luurv freeswitch ;), running on a little VM with 128M of memory, and a few gigs of disk. My internet provider is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/">My Telephone Setup</a></p>
<p>I thought I&#8217;d document my current phone setup, probably look back in 10 years time and think how primitive it was. The brains of it are handled by freeswitch, I luurv freeswitch ;), running on a little VM with 128M of memory, and a few gigs of disk.</p>
<p>My internet provider is iinet, I get 10Mbps down and 1Mbps up. My VOIP provider is pennytel, chosen for their price. $5/month, includes $4 of free calls, it&#8217;s 8c a call untimed for Australia and about 20 other countries. Mobiles are 10.5c/minute billed by the second. They have a fax to email service for another $5/month, but no email to fax. So I can&#8217;t throw away the fax machine just yet. There&#8217;s a few other handy services they offer that I use, they come with the plan.</p>
<p>I was willing to pay extra and go with iinet&#8217;s VOIP for the reason of being closer network wise, and unshaped if I exceed my monthly download limit. But iinet only lets you use their VOIP from the iinet network, not sure why that would be, but I ruled them out based on that. Pennytel has the disadvantage of being further away network wise, and affected by shaping, so my phone doesn&#8217;t work from home if I get shaped. But it works wherever I am on the planet, assuming I can get a fairly consistent trip time. (I could be in America, and take and make calls from my Australian VOIP number)</p>
<p>My VOIP phone is a nokia E65 with WiFi and SIP. Dial a number, and it goes via SIP if it&#8217;s available, otherwise it uses the mobile network. Wifi drains the battery, but I&#8217;ve gotten used to charging it every other day, or whatever it is. </p>
<p>The only thing I haven&#8217;t tested much is QoS, I&#8217;ve recently adjusted it on my ADSL router, but there&#8217;s no real way of seeing if it works, other than experimenting. I&#8217;m considering putting the router in bridge mode, and using tc on linux. That&#8217;s going to require another network card, though.</p>
<p>I still have a landline, my fax machine is connected to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2008/03/03/my-telephone-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

