<?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"
	>

<channel>
	<title>The Loomiverse</title>
	<atom:link href="http://www.loomiverse.net/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.loomiverse.net</link>
	<description>The universe according to Loom</description>
	<pubDate>Fri, 24 Oct 2008 02:03:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Configuring Asterisk - Part 3</title>
		<link>http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3</link>
		<comments>http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3#comments</comments>
		<pubDate>Thu, 23 Oct 2008 02:50:19 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[OpenWRT]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=84</guid>
		<description><![CDATA[OK, writing this one quickly in my lunch hour.
Connecting to Asterisk boxes together using IAX2.
Basically, I&#8217;m creating two IAX2 connections between two boxes, one in each direction.  The code below goes in iax.conf - or if you&#8217;ve been following my other posts iax_local.conf.
Replace the fields listed below with whatever is appropriate for you.  [...]]]></description>
			<content:encoded><![CDATA[<p>OK, writing this one quickly in my lunch hour.</p>
<p>Connecting to Asterisk boxes together using IAX2.</p>
<p><span id="more-84"></span>Basically, I&#8217;m creating two IAX2 connections between two boxes, one in each direction.  The code below goes in iax.conf - or if you&#8217;ve been following my other posts iax_local.conf.</p>
<p>Replace the fields listed below with whatever is appropriate for you.  Usernames and passwords can be whatever you like, they only exist within Asterisk.</p>
<p>And of course, swap the local and remote stuff around for one end of the connection <img src='http://www.loomiverse.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>LOCALNAME</em> : username for the remote connection to use when connecting to the local connection<br />
<em>LOCALPASSWORD</em> : A local password for the remote connection to use when connecting to the local connection</p>
<p><em>REMOTENAME</em> : username for the local connection to use when connecting to the remote connection<br />
<em>REMOTEPASSWORD</em> : password for the local connection to use when connecting to the remote connection<br />
<em>REMOTE.ASTERISK.BOX</em> : The ip for name of the remote asterisk box (I use <a href="http://www.dyndns.org">dyndns.org</a>)</p>
<p>If the Asterisk servers are behind firewalls, then the approriate port (4569) will need to be forwarded</p>
<p><code>[<em>LOCALNAME</em>]<br />
type=user<br />
secret=<em>LOCALPASSWORD</em><br />
nat=yes<br />
context=from-remote<br />
&nbsp;<br />
[ToRemote]<br />
username=<em>REMOTENAME</em><br />
type=peer<br />
secret=<em>REMOTEPASSWORD</em><br />
qualify=yes<br />
nat=yes<br />
host=<em>REMOTE.ASTERISK.BOX</em><br />
context=from-remote<br />
</code></p>
<p>My next post will cover dialling rules which should make everything work together nicely.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2">Configuring Asterisk - Part 2</a></li>
<li><a href="http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1">Configuring Asterisk - Part 1</a></li>
<li><a href="http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx">OpenWRT and Asterisk - my new PABX</a></li>
<li><a href="http://www.loomiverse.net/2007/07/20/it-begins">It begins&#8230;</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Asterisk - Part 2</title>
		<link>http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2</link>
		<comments>http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2#comments</comments>
		<pubDate>Thu, 09 Oct 2008 06:56:35 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[OpenWRT]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=69</guid>
		<description><![CDATA[In Part 1 I looked at how to add extensions to an Asterisk configuration.  If all went well, we have two extensions 1000 and 1001 which are able to dial each other and not much else
While this is incredibly exciting - for about 5 minutes - it isn&#8217;t actually very useful.  In this [...]]]></description>
			<content:encoded><![CDATA[<p>In <a title="Configuring Asterisk - Part 1" href="/2008/09/29/configuring-asterisk-part-1" target="_self">Part 1</a> I looked at how to add extensions to an Asterisk configuration.  If all went well, we have two extensions 1000 and 1001 which are able to dial each other and not much else</p>
<p>While this is incredibly exciting - for about 5 minutes - it isn&#8217;t actually very useful.  In this article, I&#8217;ll be adding the first of two <em>Trunks</em> to Asterisk.</p>
<p><span id="more-69"></span>Again, my terminology is what works for me, I recognise that some people may disagree with this and suggest that I should use the propper terms for everything - I even agree with people who say that kind of thing - but it doesn&#8217;t mean that I&#8217;m going to do it.  As far as what I&#8217;m doing here goes, a Trunk is any connection to the outside world.  I&#8217;ll be setting up a connection to a VOIP provider using SIP, later, I&#8217;ll and an IAX2 connection to another ASterisk box - run by a friend of mine.</p>
<p><strong>Connecting to a VOIP provider.</strong></p>
<p>I use <a title="Pennytel" href="http://www.pennytel.com" target="_blank">PennyTel</a> for my VOIP provider, I live in Australia, they&#8217;re in Australia, and I&#8217;m happy with their offering.  In particular, cheap calls, and a normal phone number that supports multiple dial-in lines.</p>
<p>PennyTel let me connect using SIP, so the configration goes in the same sip_local.conf file that we created in Part 1.  If you wanted, you could use #includes in the cip.conf to seperate extensions and trunks into two seperate files - in fact I may do that myself some time.</p>
<p>Basically, we add the following blocks into sip_local.conf to create an incoming and an outgoing connection for PennyTel.</p>
<p><code>[613nnnnnnnn]<br />
username=nnnnnnnn<br />
type=user<br />
secret=PASSWORD<br />
qualify=yes<br />
nat=yes<br />
fromuser=613nnnnnnnn<br />
context=from-trunk<br />
canreinvite=no</p>
<p>[PennyTel]<br />
username=613nnnnnnnn<br />
type=peer<br />
secret=PASSWORD<br />
qualify=yes<br />
nat=yes<br />
insecure=very<br />
host=sip.pennytel.com<br />
disallow=all<br />
context=from-trunk<br />
canreinvite=no<br />
canredirect=no<br />
</code></p>
<p>And finally so PennyTel knows where to find us when a call comes in, add the following to the <em>[General]</em> section of <em>sip.conf</em></p>
<p><code>register=613nnnnnnnn:PASSWORD@sip.pennytel.com/613nnnnnnnn<br />
</code></p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3">Configuring Asterisk - Part 3</a></li>
<li><a href="http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1">Configuring Asterisk - Part 1</a></li>
<li><a href="http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx">OpenWRT and Asterisk - my new PABX</a></li>
<li><a href="http://www.loomiverse.net/2007/07/22/machines-virtual">Machines (Virtual)</a></li>
<li><a href="http://www.loomiverse.net/2007/07/20/it-begins">It begins&#8230;</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Asterisk - Part 1</title>
		<link>http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1</link>
		<comments>http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1#comments</comments>
		<pubDate>Mon, 29 Sep 2008 10:43:31 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[OpenWRT]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=43</guid>
		<description><![CDATA[Tools like Asterisk@HOME and FreePBX make the process of configuring an Asterisk box incredibly easy.  They have pretty web-based user interfaces, downloadable modules, and generally just make things easy to do.  If anyone has managed to get a package to run freePBX on OpenWRT sorted, I&#8217;d love to hear about it.  Until [...]]]></description>
			<content:encoded><![CDATA[<p>Tools like Asterisk@HOME and FreePBX make the process of configuring an Asterisk box incredibly easy.  They have pretty web-based user interfaces, downloadable modules, and generally just make things easy to do.  If anyone has managed to get a package to run freePBX on OpenWRT sorted, I&#8217;d love to hear about it.  Until then though, it&#8217;s all done through the files. Which is not as difficult as you might imagine, once you get the hang of it.</p>
<p><span id="more-43"></span></p>
<p>I break everything in Asterisk into one of three categories - I&#8217;m sure someone will tell me I&#8217;m wrong on this - Extensions, Trunks and The Rules.  These categories have may or may not be related to do with the names of the files that they are configured from, they are just the way I think about this stuff.</p>
<p><strong>Extensions</strong> - These are the actual telephone(s) that are connected to your PBX</p>
<p><strong>Trunks</strong> - these are the connections from your PBX to the outside world and/or other peoples PBX&#8217;s</p>
<p><strong>The Rules</strong> - these are the bits which make everything work.</p>
<p>The easiest place to start is probably setting up extensions.  In my case, I&#8217;m using a <a href="http://www.linksys.com/servlet/Satellite?c=L_Product_C2&amp;childpagename=US%2FLayout&amp;cid=1146582252412&amp;pagename=Linksys%2FCommon%2FVisitorWrapper" target="_blank">Linksys PAP2T</a> to provide two local extensions.  The set up of each of these is a two step process :</p>
<ol>
<li>Configure asterisk to take a SIP connection</li>
<li>Configure the PAP2T to connect to Asterisk</li>
</ol>
<p>My Asterisk box is running on an Accton MR3201a at 192.168.0.30, my PAP2T is configured to use DHCP, usually 192.168.0.50.  To configure the Asterisk end of the connection ssh into the MR3201 and edit sip.conf using vi.  First though a note on Asterisk configuration files.</p>
<p>Asterisk has a whole bunch of configuration files, most of them contain stuff that I&#8217;ll probably never need to worry about or change.  Fortunately Asterisk lets me include one config file from another.  When I want to change or add to sip.conf for example, I have just added the line</p>
<p><code>#include sip_local.conf</code></p>
<p>to the end of the file, and make all my changes in sip_local.conf  so that they are easier to find and manage.  Anyway, back to connecting the PAP2T to Asterisk &#8230;</p>
<pre><code>~&gt; ssh root@192.168.0.30
root@192.168.0.30's password:

BusyBox v1.4.2 (2007-07-23 05:59:27 CEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 KAMIKAZE (7.07) -----------------------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
 ---------------------------------------------------
root@OpenWrt:~# cd /etc/asterisk/
root@OpenWrt:/etc/asterisk# ls
agents.conf             extensions.conf         modules.conf
alarmreceiver.conf      extensions_demo.conf    musiconhold.conf
asterisk.conf           extensions_local.conf   osp.conf
cdr.conf                features.conf           privacy.conf
cdr_custom.conf         iax.conf                queues.conf
cdr_manager.conf        iax_local.conf          rtp.conf
codecs.conf             iaxprov.conf            sip.conf
dnsmgr.conf             indications.conf        sip_local.conf
enum.conf               logger.conf             sip_notify.conf
extconfig.conf          manager.conf            sip_registrations.conf
extensions.ael          misdn.conf
root@OpenWrt:/etc/asterisk# vi sip_local.conf</code></pre>
<p>I&#8217;m going to assume that you know how to use vi - if you don&#8217;t try installing joe, which at least gives a help screen when you press Ctrl-K Ctrl-H</p>
<p>&lt;code&gt;ipkg install joe&lt;/code&gt;</p>
<p>The first entry in my sip_local.conf is</p>
<p><code>[1000]<br />
type=friend<br />
secret=PASSWORD<br />
qualify=yes<br />
nat=yes<br />
host=dynamic<br />
context=from-internal<br />
canreinvite=no<br />
callerid=device &lt;1000&gt;<br />
</code></p>
<p>The [ ] is a section header in most configuration files, in this case [1000] sets the SIP user name.</p>
<ul>
<li><strong>type=friend</strong> means that this device will be able to send and receive calls, other options are <em>peer</em> and <em>user</em></li>
<li><strong>secret=PASSWORD</strong> is pretty obvious</li>
<li><strong>qualify=yes</strong> tells asterisk to regularly ping the connection to make sure it&#8217;s latency isn&#8217;t to high for VOIP operations</li>
<li><strong>nat=yes</strong> tells asterisk that the device is behind a NAT firewall</li>
<li><strong>host=dynamic</strong> tells asterisk that the device may change its IP address, and will tell us where it is.  You could also put a static IP address here.</li>
<li><strong>context=from-internal</strong><strong> </strong>tells Asterisk what context to start in when processing The Rules - we&#8217;ll get to that later</li>
<li><strong>canreinvite=no </strong>does something that I understand but can explain in one sentence <a href="http://www.voip-info.org/wiki-Asterisk+sip+canreinvite">try here for more detail</a></li>
<li><strong>callerid=device &lt;1000&gt; </strong>sets the caller id for the device</li>
</ul>
<p>I have two entries like this set up, one for each of the two channels on the PAP2T</p>
<p>To set the PAP2T, login to the web interface as adiministrator and set the SIP proxy to the address of the MR3201a (192.168.0.30) in my case, the User name to 1000 and the password to the one specified above.  this is obviously repeated for each channel as well.</p>
<p>Now, plug in a telephone (or two) and asuming everything is ok, nothing at all will happen - since no extensions are set up yet.</p>
<p>To test that things are working, add the following to extensions_local.conf (remember to add a #include to extensions.conf as well)</p>
<p><code>[from-internal]<br />
exten =&gt; 1000,1,Dial(SIP/1000)<br />
exten =&gt; 1001,1,Dial(SIP/1001)<br />
</code></p>
<p>Now pick up extension 1000 and dial 1001, extension 1001 should ring - you may need to get Asterisk to reload it&#8217;s configuration before this will work.</p>
<p>The next post will explain how to set up a SIP trunk to Pennytel, and after that, we&#8217;ll get into some detail with The Rules</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3">Configuring Asterisk - Part 3</a></li>
<li><a href="http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2">Configuring Asterisk - Part 2</a></li>
<li><a href="http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx">OpenWRT and Asterisk - my new PABX</a></li>
<li><a href="http://www.loomiverse.net/2007/07/22/machines-virtual">Machines (Virtual)</a></li>
<li><a href="http://www.loomiverse.net/2007/07/20/it-begins">It begins&#8230;</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenWRT and Asterisk - my new PABX</title>
		<link>http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx</link>
		<comments>http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx#comments</comments>
		<pubDate>Sat, 27 Sep 2008 02:09:56 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[OpenWRT]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=11</guid>
		<description><![CDATA[risk enable
 /etc/init.d/asterisk start
All that remains is to configure trunks and extensions. Which will be in a later post. Configuration files for asterisk are located in /etc/asterisk
Possibly Related Posts:
Configuring Asterisk - Part 1
Machines (Virtual)
It begins…

 
« Urrrrrrgh
Configuring Asterisk - Part 1 »

 
Write a comment
Logged in as loom. Logout.
Comment:
 
11Submit60e3736004Random Images
PICT8557.jpg 
PICT3953.jpg 
PICT8654.jpg 
PICT8351.jpg 
PICT8571.jpg 
PICT3939.jpg 
PICT3958.jpg 
pict0115.jpg 
 
 
Blogroll
Dylan’s Blog
Moondriven
[m i a o w] the cat
My Sites
My Photography Site
My Twitter account
Tags
Asterisk Blogging HOPE Linux OpenWRT Photography QEMU VMWare VOIP XEN
 
September 2008
M
T
W
T
F
S
S
« Jul      
  1  2  3  4  5  6  7
  8  9  10  11  12  13  14
  15  16  17  18  19  20  21
  22  23  24  25  26  27  28
  29  30   
Meta
Site Admin
Log out
Entries RSS
Comments RSS
WordPress.org
 Newest Image 
pict0131.jpgViews: 7
 Most Viewed Image 
PICT3658.jpgViews: 274
 Picture of the Day 
PICT3963.jpgViews: 37
 Picture of the Week 
PICT8602.jpgViews: 41
 Picture of the Month 
PICT5589.jpgViews: 38
 

 
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running <a href="http://www.asterisk.org/">Asterisk</a> on my desktop for about a year now.  A few months ago I acquired two <a href="http://wiki.openwrt.org/OpenWrtDocs/Hardware/Fon/Fonera">Accton MR3201A</a>&#8217;s configured for OpenMesh using <a href="http://openwrt.org/">OpenWRT</a>. I finally got around to installing Asterisk on one of them a couple of weeks ago, and this is a record of how I did it.</p>
<p>To give you an idea of the size of the MR3201, her is a picture of one</p>
<div class="wpg2tag-image"><a href="http://www.dennisweavervisual.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=12934" title="dsc01726" rel="lightbox[11]"><img src="http://www.dennisweavervisual.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=12934&amp;g2_serialNumber=2" width="300" height="225" id="IFid1" class="ImageFrame_none" alt="dsc01726" longdesc="Accton MR3201a"/></a></div>
<p>Yes, that little box really is running a full-blown PABX</p>
<p>Anyway, enough of that, how to set it up</p>
<p><span id="more-11"></span></p>
<p>Using Linux on a PC with a free ethernet port run the following:</p>
<p><code>wget http://www.open-mesh.com/flashing/easyflash<br />
chmod +x easyflash<br />
wget<br />
http://downloads.openwrt.org/kamikaze/7.07/atheros-2.6/<br />
openwrt-atheros-2.6-vmlinux.lzma<br />
wget<br />
http://downloads.openwrt.org/kamikaze/7.07/atheros-2.6/<br />
openwrt-atheros-2.6-root.squashfs<br />
</code></p>
<p>Directly connect to the MR3201a using a standard cat5 patch lead - don&#8217;t power the MR3201a yet</p>
<p>Execute the following:<br />
<code>sudo ./easyflash eth0 openwrt-atheros-2.6-root.squashfs openwrt-atheros-2.6-vmlinux.lzma<br />
</code></p>
<p>Now connect power to the MR3201a.</p>
<p>Wait for a while, this will replace whatever firmware is on it with OpenWRT 7.07</p>
<p>The clean firmware install uses an IP of 192.168.1.1 the following should get the local ethernet to work<br />
<code>sudo /sbin/ifconfig eth0 192.168.1.2/24</code></p>
<p>By default OpenWRT runs a telnet server until a password has been set at which point it switches to an ssh server.</p>
<p><code>telnet 192.168.1.1<br />
login as root<br />
passwd<br />
</code></p>
<p>The network configuration is stored in /etc/config/network mine looks like this&#8230;</p>
<p><code># Copyright (C) 2006 OpenWrt.org<br />
config interface loopback<br />
option ifname   lo<br />
option proto    static<br />
option ipaddr   127.0.0.1<br />
option netmask  255.0.0.0<br />
config interface lan<br />
option ifname   eth0<br />
option type     bridge<br />
option proto    static<br />
option ipaddr   192.168.0.30<br />
option netmask  255.255.255.0<br />
option gateway  192.168.0.1<br />
option dns      192.168.0.1<br />
</code></p>
<p>A restart will set the device to it&#8217;s new IP<br />
<code>reboot</code></p>
<p>now to update the ipkg repositories and get some packages installed</p>
<p>The file /etc/ipkg.conf has a list of repositories in it.  I use :</p>
<p><code>src release http://downloads.openwrt.org/kamikaze/7.07/atheros-2.6/packages<br />
src packages http://downloads.openwrt.org/kamikaze/packages/mips<br />
src extras http://downloads.openwrt.org/kamikaze/7.07/packages/mips<br />
dest root /<br />
dest ram /tmp</code></p>
<p>To get asterisk installed, use the following ipkg commands<br />
<code>ipkg update<br />
ipkg upgrade<br />
ipkg install asterisk<br />
ipkg install asterisk-sounds</p>
<p>/etc/init.d/asterisk enable<br />
/etc/init.d/asterisk start<br />
</code></p>
<p>All that remains is to configure trunks and extensions.  Which will be in a later post.  Configuration files for asterisk are located in /etc/asterisk</p>
<p>EDIT: Asterisk will fail to start when trying to load the zaptel channel driver.  we don&#8217;t need this, so add the following to /etc/asterisk/modules.conf</p>
<p><code>noload => chan_zap.so ; Don't load zaptel<br />
</code></p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3">Configuring Asterisk - Part 3</a></li>
<li><a href="http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2">Configuring Asterisk - Part 2</a></li>
<li><a href="http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1">Configuring Asterisk - Part 1</a></li>
<li><a href="http://www.loomiverse.net/2007/07/22/machines-virtual">Machines (Virtual)</a></li>
<li><a href="http://www.loomiverse.net/2007/07/20/it-begins">It begins&#8230;</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx/feed</wfw:commentRss>
		</item>
		<item>
		<title>Urrrrrrgh</title>
		<link>http://www.loomiverse.net/2008/07/14/urrrrrrgh</link>
		<comments>http://www.loomiverse.net/2008/07/14/urrrrrrgh#comments</comments>
		<pubDate>Mon, 14 Jul 2008 03:00:49 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[HOPE]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=8</guid>
		<description><![CDATA[Two days to go before I have to spend 20,000 hours on a plane, and I&#8217;m getting a cold.  It isn&#8217;t The Flu, this is an important distinction.  I am not getting the flu.
We went shopping this morning, just some last minute things, Australia/US power adapter and a USB flash card reader.  [...]]]></description>
			<content:encoded><![CDATA[<p>Two days to go before I have to spend 20,000 hours on a plane, and I&#8217;m getting a cold.  It isn&#8217;t The Flu, this is an important distinction.  I am not getting the flu.<br />
We went shopping this morning, just some last minute things, Australia/US power adapter and a USB flash card reader.  I also got a 4GB SanDisk Extreme III CompactFlash card for the DSLR.</p>
<p>And most importantly, a box of Codral Cold &#038; Flu tablets, for the Cold that I&#8217;m getting, since I am not getting the Flu.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/07/09/so-this-is-it">So this is it</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/07/14/urrrrrrgh/feed</wfw:commentRss>
		</item>
		<item>
		<title>Gallery2 Integration</title>
		<link>http://www.loomiverse.net/2008/07/09/gallery2-integration</link>
		<comments>http://www.loomiverse.net/2008/07/09/gallery2-integration#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:30:37 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=7</guid>
		<description><![CDATA[So Yay!
My gallery2 gallery is &#8220;integrated&#8221; with WordPress.  Which means that those pictures on the right of the page are grabbed straight from the gallery.  Apparently, I can also stick a picture in here


Possibly Related Posts:

So this is it

]]></description>
			<content:encoded><![CDATA[<p>So Yay!</p>
<p>My gallery2 gallery is &#8220;integrated&#8221; with WordPress.  Which means that those pictures on the right of the page are grabbed straight from the gallery.  Apparently, I can also stick a picture in here</p>
<div class="wpg2tag-image"><a href="http://www.dennisweavervisual.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=2648" title="One corner almost done" rel="lightbox[7]"><img src="http://www.dennisweavervisual.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=2649&amp;g2_serialNumber=2" width="150" height="113" id="IFid3" class="ImageFrame_none" alt="One corner almost done"/></a></div>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/07/09/so-this-is-it">So this is it</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/07/09/gallery2-integration/feed</wfw:commentRss>
		</item>
		<item>
		<title>So this is it</title>
		<link>http://www.loomiverse.net/2008/07/09/so-this-is-it</link>
		<comments>http://www.loomiverse.net/2008/07/09/so-this-is-it#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:38:24 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[HOPE]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=3</guid>
		<description><![CDATA[I&#8217;ve had to push myself to start a new blog for the HOPE conference, I&#8217;m not sure why, but it seems like a good way to keep a record of where my head is while I&#8217;m there.
Since I have a LiveJournal and Blogger Account that I don&#8217;t use, I started thinking about why I&#8217;d bother [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had to push myself to start a new blog for the <a title="HOPE" href="http://thelasthope.org">HOPE</a> conference, I&#8217;m not sure why, but it seems like a good way to keep a record of where my head is while I&#8217;m there.</p>
<p>Since I have a <a href="http://loom.livejournal.com">LiveJournal</a> and <a href="http://blog.loomiverse.net/">Blogger Account</a> that I don&#8217;t use, I started thinking about why I&#8217;d bother setting up another blog - which I probably wouldn&#8217;t use either.  I don&#8217;t like the fact that my other blogs are hosted somewhere else by someone else, someone who could quite arbitrarily cancel them, change them or even decide that my thoughts are not appropriate for their service.  So it had to be a blog that is hosted on my infrastructure, or at least infrastructure that I am paying for.</p>
<p>So what blog software to use?  It had to be open source, easy to use, easy to set up and generally not have me screaming at it whenever I wanted to do something.  After much consideration (at least 5 minutes) it came down to a choice between <a href="http://b2evolution.net/">b2evolution</a> and <a href="http://wordpress.org/">WordPress</a>.  WordPress won, so I installed it, easy, less than ten minutes.</p>
<p>It failed the 5 minute test - anything bad in the first 5 minutes and I switch to option 2.  Can you believe that it has virtually no built in plugin search, download and install capability?  I have to ftp the what to the where and do thingamy to the file, then refresh the page to make it work, then click activate?  Fuck Off!</p>
<p>So bye bye WordPress, hello b2evolution.</p>
<p>It failed the 5 minute test too.  Ugly ugly ugly default admin interface. Not intuitive. Menus don&#8217;t work in opera. I couldn&#8217;t even find the bit where I get to change the theme to something prettier.</p>
<p>Back to WordPress, which at least looked pretty enough.  So I decide to search the online pluginny stuff..  First I tried PlugInstaller, which I installed.  I tried to use it to install another plugin, which it couldn&#8217;t.  So maybe it was a bad plugin, maybe I&#8217;d done something wrong, try again with a different plugin.  Some crazy message about no files in the  plugin directory&#8230;</p>
<p>Move on to <a href="http://wordpress.org/extend/plugins/one-click-plugin-updater/">One Click Plugin Updater</a> - this one works.  I still have to go and search through 2500 plugins to find what I want, but at least I can install them fairly easily now.</p>
<p>So anyway, welcome to what is my first and quite possibly last post on my new Blog&#8230;.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/07/14/urrrrrrgh">Urrrrrrgh</a></li>
<li><a href="http://www.loomiverse.net/2008/07/09/gallery2-integration">Gallery2 Integration</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2008/07/09/so-this-is-it/feed</wfw:commentRss>
		</item>
		<item>
		<title>Machines (Virtual)</title>
		<link>http://www.loomiverse.net/2007/07/22/machines-virtual</link>
		<comments>http://www.loomiverse.net/2007/07/22/machines-virtual#comments</comments>
		<pubDate>Sun, 22 Jul 2007 01:58:00 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[QEMU]]></category>

		<category><![CDATA[VMWare]]></category>

		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=15</guid>
		<description><![CDATA[You&#8217;d think that making a virtual machine these days would be easy.  I already use VMWare to run a XP machine for testing.  But like everything else, I prefer to avoid proprietary technology - even if it is free.  
So what are the alternatives?
Well XEN is supposed to be the next big thing, except I [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;d think that making a virtual machine these days would be easy.  I already use VMWare to run a XP machine for testing.  But like everything else, I prefer to avoid proprietary technology - even if it is free.  </p>
<p>So what are the alternatives?</p>
<p>Well XEN is supposed to be the next big thing, except I don&#8217;t have a processor that supports Intel Virtual Technology -  or whatever it&#8217;s called.  So I can&#8217;t virtualise without running a modified OS.</p>
<p>Run VMWare and XEN I hear you say;  I considered it, but I can&#8217;t build the kernel monitor modules while XEn is running.</p>
<p>Getting Xen runnning was an interesting exercise, I think it&#8217;s time to move onto QEMU and see how I go there.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2">Configuring Asterisk - Part 2</a></li>
<li><a href="http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1">Configuring Asterisk - Part 1</a></li>
<li><a href="http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx">OpenWRT and Asterisk - my new PABX</a></li>
<li><a href="http://www.loomiverse.net/2007/07/20/it-begins">It begins&#8230;</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2007/07/22/machines-virtual/feed</wfw:commentRss>
		</item>
		<item>
		<title>It begins&#8230;</title>
		<link>http://www.loomiverse.net/2007/07/20/it-begins</link>
		<comments>http://www.loomiverse.net/2007/07/20/it-begins#comments</comments>
		<pubDate>Fri, 20 Jul 2007 05:34:00 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=14</guid>
		<description><![CDATA[Yesterday, I bought a Linksys PAP2T 2 port analogue telephone adapter. It is the beginning of my asterisk box.  Now to build the box itself.  at the moment, I&#8217;m planning to build it on a VM, since I imagine that 2 extensions and a couple of trunks can&#8217;t be that resource hungry. I&#8217;ll probably end up being proven wrong.

Possibly Related Posts:

Configuring Asterisk - Part 3
Configuring Asterisk [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I bought a <a href="http://www.linksys.com/servlet/Satellite?c=L_Product_C2&#038;childpagename=US%2FLayout&#038;cid=1146582252412&#038;pagename=Linksys%2FCommon%2FVisitorWrapper">Linksys PAP2T</a> 2 port analogue telephone adapter. It is the beginning of my <a href="http://www.asterisk.org/">asterisk</a> box.  Now to build the box itself.  at the moment, I&#8217;m planning to build it on a VM, since I imagine that 2 extensions and a couple of trunks can&#8217;t be that resource hungry. I&#8217;ll probably end up being proven wrong.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.loomiverse.net/2008/10/23/configuring-asterisk-part-3">Configuring Asterisk - Part 3</a></li>
<li><a href="http://www.loomiverse.net/2008/10/09/configuring-asterisk-part-2">Configuring Asterisk - Part 2</a></li>
<li><a href="http://www.loomiverse.net/2008/09/29/configuring-asterisk-part-1">Configuring Asterisk - Part 1</a></li>
<li><a href="http://www.loomiverse.net/2008/09/27/openwrt-and-asterisk-my-new-pabx">OpenWRT and Asterisk - my new PABX</a></li>
<li><a href="http://www.loomiverse.net/2007/07/22/machines-virtual">Machines (Virtual)</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2007/07/20/it-begins/feed</wfw:commentRss>
		</item>
		<item>
		<title>Excitement</title>
		<link>http://www.loomiverse.net/2004/11/10/exciement</link>
		<comments>http://www.loomiverse.net/2004/11/10/exciement#comments</comments>
		<pubDate>Wed, 10 Nov 2004 08:59:00 +0000</pubDate>
		<dc:creator>loom</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.loomiverse.net/?p=13</guid>
		<description><![CDATA[I got a call from the camera shop today.  I didn&#8217;t actually answer it, so I didn&#8217;t actually speak to anyone.  I did get very excited when I realised I had missed a call, and then recognised the phone number.  You see I&#8217;m waiting for my new camera to arrive.  I [...]]]></description>
			<content:encoded><![CDATA[<p>I got a call from the camera shop today.  I didn&#8217;t actually answer it, so I didn&#8217;t actually speak to anyone.  I did get very excited when I realised I had missed a call, and then recognised the phone number.  You see I&#8217;m waiting for my new <a href="http://www.konicaminolta.com.au/product_detail.aspx?p=37&#038;id=204&#038;sid=50&#038;cat=1" target="popup">camera</a> to arrive.  I bought my minolta system about 8 years ago, and have been waiting for a digital SLR which will use my lenses since digital SLR&#8217;s became a decent thing to have.  They&#8217;ve finally done it. </p>
<p>Anyway, back to the phone call.  I listened to my voicemail with much anticipation, only to discover that in fact, the shop had recieved <i>a camera</i> which was their demo model, and would I like to come in and play with it while waiting for mine to arrive&#8230;.. </p>
<p>Sad again.</p>
<p>I won&#8217;t start to sing the praises of the 7D yet,  I haven&#8217;t used it, in fact I haven&#8217;t seen one, but according to minolta it does lots of cool stuff.</p>
<p>More to come.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li>None found</li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.loomiverse.net/2004/11/10/exciement/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
