<?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 Cruft Of My Brain</title>
	<atom:link href="http://www.thecruftofmybrain.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecruftofmybrain.com</link>
	<description>Purging my mental dust bunnies</description>
	<lastBuildDate>Sat, 17 Dec 2011 16:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stacking a Cisco 3750x into a plain 3750 stack</title>
		<link>http://www.thecruftofmybrain.com/2011/12/15/stacking-a-cisco-3750x-into-a-plain-3750-stack/</link>
		<comments>http://www.thecruftofmybrain.com/2011/12/15/stacking-a-cisco-3750x-into-a-plain-3750-stack/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 00:27:59 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=531</guid>
		<description><![CDATA[I&#8217;ve had all kinds of problems with this tonight. Luckily, none have affected the operating stack which is a pair of 3750&#8242;s. Not E&#8217;s or V2&#8242;s but original 3750&#8242;s. I&#8217;m trying to add a 3750X which is supposed to work just fine. I&#8217;ve done all kinds of things including about 10 different versions of 12.2.55 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had all kinds of problems with this tonight.  Luckily, none have affected the operating stack which is a pair of 3750&#8242;s.  Not E&#8217;s or V2&#8242;s but original 3750&#8242;s.  I&#8217;m trying to add a 3750X which is supposed to work just fine.  I&#8217;ve done all kinds of things including about 10 different versions of 12.2.55 to no avail.  I had another problem with the 3750x being LANBASE so I got a temp license (which I&#8217;ll have to pay for) for the IPBASE image.  The versions, license levels and all of that are exactly the same.  Then I stumble across this <a href="http://www.gossamer-threads.com/lists/cisco/nsp/153515#153515">post</a>:</p>
<p><code>I recently stacked 3750x-48pf-s running ip base with 3750v2-24. I originally attempted to use 12.2(55) but the stack failed to initialize, almost like the stack ports on the 3750x were err-disabling. </p>
<p>After some hair pulling I downgraded to 12.2(53) ( lowest version supported by both) and it did a full EEPROM rewrite on the 3750x. The stacking worked properly after that. </code></p>
<p>That is exactly my problem!</p>
<p>I&#8217;m currently installing 12.2(53) and it&#8217;s running a lengthy microcode update.  I mean lengthy.  This better work!</p>
<p>Update:  Downgrading all of the switches to 12.2(53) worked although the new 3750x decided to be master and wiped out my config.  Good thing we had a backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/12/15/stacking-a-cisco-3750x-into-a-plain-3750-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RN-XV, Arduino and funny characters</title>
		<link>http://www.thecruftofmybrain.com/2011/12/10/rn-xv-arduino-and-funny-characters/</link>
		<comments>http://www.thecruftofmybrain.com/2011/12/10/rn-xv-arduino-and-funny-characters/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 05:38:36 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cobra Build]]></category>
		<category><![CDATA[Home and Hobbies]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=528</guid>
		<description><![CDATA[No, I&#8217;m not talking about myself. I&#8217;ve embarked on an ambitious project that is sure to never get completed. On my way there I&#8217;m working on getting an RN-XV &#8220;cheap&#8221; WiFi adapter talking to an Arduino. I&#8217;ve had all kinds of issues getting it connected and it all comes down to spaces. I&#8217;ll have more [...]]]></description>
			<content:encoded><![CDATA[<p>No, I&#8217;m not talking about myself.  I&#8217;ve embarked on an ambitious project that is sure to never get completed.  On my way there I&#8217;m working on getting an RN-XV &#8220;cheap&#8221; WiFi adapter talking to an Arduino.  I&#8217;ve had all kinds of issues getting it connected and it all comes down to spaces.</p>
<p>I&#8217;ll have more detail later about what I&#8217;m trying to do but, my immediate issue boiled down to my use of $ in my passphrase.  The RN-XV and actually the RN-171 it&#8217;s based on has a nice feature of escaping spaces in SSIDs and passphrases with a $ by default.  This took some digging to find out but once I did I was able to change it.</p>
<p>Connect to the RN-XV from your console.  I used the <a href="http://www.adafruit.com/products/126">Adafruit XBee adapter kit</a> through a com port on my PC.  Do $$$ to get into CMD mode.  From there you can do a couple of things.  For my purposes I needed to do the following:</p>
<p><2.30> get opt replace<br />
JoinTmr=1000<br />
Replace=0&#215;26<br />
DeviceId=WiFly-EZX<br />
Password=<br />
Format=0&#215;0<br />
Signal=0<br />
Average=5</p>
<p>You can see I&#8217;ve already changed it here but the default would be Replace=0&#215;24 which is $ in ascii.  To change it:</p>
<p>set opt replace 0&#215;26</p>
<p>Then don&#8217;t forget to &#8220;save&#8221; or it&#8217;ll revert to the wrong character.  You can also check the saved WLAN settings with &#8220;get wlan&#8221;.</p>
<p>Now that I have it successfully connecting, getting it to do something might be a little more of a challenge.  I&#8217;m trying to work with <a href="http://arduinology.tumblr.com/WiFlyBuild">this library</a> but it&#8217;s proving to be a challenge.  More here as I figure that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/12/10/rn-xv-arduino-and-funny-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More vSphere and VT-d, some success but not for long</title>
		<link>http://www.thecruftofmybrain.com/2011/07/02/more-vsphere-and-vt-d-some-success-but-not-for-long/</link>
		<comments>http://www.thecruftofmybrain.com/2011/07/02/more-vsphere-and-vt-d-some-success-but-not-for-long/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 12:14:24 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Home and Hobbies]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=525</guid>
		<description><![CDATA[I made another attempt at using VT-d for my cameras by going with Zoneminder under Linux. This actually worked and seemed to work ok but I really dislike Zoneminder! I tried Motion and kMotion instead and the good news is it works&#8230;for longer. I&#8217;m still having problems with kernel crashes after a day or two. [...]]]></description>
			<content:encoded><![CDATA[<p>I made another attempt at using VT-d for my cameras by going with Zoneminder under Linux.  This actually worked and seemed to work ok but I really dislike Zoneminder!  I tried Motion and kMotion instead and the good news is it works&#8230;for longer.  I&#8217;m still having problems with kernel crashes after a day or two.  It&#8217;s encouraging but I&#8217;m not sure I want to fuss with it anymore.  Maybe I&#8217;ll try Zoneminder one more time just in case the kernel wants to behave.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/07/02/more-vsphere-and-vt-d-some-success-but-not-for-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco 7945G and SIP with Asterisk</title>
		<link>http://www.thecruftofmybrain.com/2011/06/18/cisco-7945g-and-sip-with-asterisk/</link>
		<comments>http://www.thecruftofmybrain.com/2011/06/18/cisco-7945g-and-sip-with-asterisk/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 23:50:32 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=523</guid>
		<description><![CDATA[I&#8217;ve been trying to get a 7945 with SIP to work with Asterisk and it just doesn&#8217;t want to register. Turns out the SIP load of 9.2.1 is broken, at least for asterisk. I&#8217;ve reverted to 8.5.4 and it seems to be working now. I figured this out by downloading the log from the phone, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to get a 7945 with SIP to work with Asterisk and it just doesn&#8217;t want to register.  Turns out the SIP load of 9.2.1 is broken, at least for asterisk.  I&#8217;ve reverted to 8.5.4 and it seems to be working now.</p>
<p>I figured this out by downloading the log from the phone, finding : <em>Error: cc_cfg_table is null</em> and googling for that.  No one comes right out and says it&#8217;s broken but everyone having problems is running a 9.x version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/06/18/cisco-7945g-and-sip-with-asterisk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vSphere and VT-d not so rosy</title>
		<link>http://www.thecruftofmybrain.com/2011/05/09/vsphere-and-vt-d-not-so-rosy/</link>
		<comments>http://www.thecruftofmybrain.com/2011/05/09/vsphere-and-vt-d-not-so-rosy/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:45:27 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=520</guid>
		<description><![CDATA[Actually, it works but with limitations. No shock there. It turns out the PV-149 CCTV capture card I&#8217;m trying to pass through presents each channel as a separate Video and Audio device. What that means is I end up with 8 PCI devices that need to be extended. I&#8217;m running into a problem that might [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, it works but with limitations.  No shock there.  It turns out the PV-149 CCTV capture card I&#8217;m trying to pass through presents each channel as a separate Video and Audio device.  What that means is I end up with 8 PCI devices that need to be extended.  I&#8217;m running into a problem that might be specific to VMWare or VT-d where I can&#8217;t passthrough more than 6 PCI devices.  This isn&#8217;t too big a deal as I don&#8217;t use the audio channels but I&#8217;m worried now that the missing audio is causing some BSOD&#8217;s.  I&#8217;m still investigating.</p>
<p>Otherwise, vSphere is running pretty nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/05/09/vsphere-and-vt-d-not-so-rosy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes!  Sandy Bridge free ESXi Hypervisor with VT-d is a go!</title>
		<link>http://www.thecruftofmybrain.com/2011/04/25/yes-sandy-bridge-free-esxi-hypervisor-with-vt-d-is-a-go/</link>
		<comments>http://www.thecruftofmybrain.com/2011/04/25/yes-sandy-bridge-free-esxi-hypervisor-with-vt-d-is-a-go/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:45:22 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=518</guid>
		<description><![CDATA[Everything&#8217;s working great so far with a few exceptions I can live with. I have 5 VM&#8217;s running, mostly lightweight stuff, including my security camera system. For that I&#8217;m using Win XP and feeding the PV-149 CCTV capture card through via VT-d. Video streaming from BlueIris is working just fine and I also have PIAF [...]]]></description>
			<content:encoded><![CDATA[<p>Everything&#8217;s working great so far with a few exceptions I can live with.  I have 5 VM&#8217;s running, mostly lightweight stuff, including my security camera system.  For that I&#8217;m using Win XP and feeding the <a href="http://store.bluecherry.net/products/PV%252d149-%252d-4-port-video-capture-card-(120FPS)-%252d-Realtime-recording.html">PV-149</a> CCTV capture card through via VT-d.  Video streaming from <a href="http://www.blueirissoftware.com/">BlueIris</a> is working just fine and I also have <a href="http://pbxinaflash.net/">PIAF</a> running all of the phones, <a href="http://www.pfsense.org/">PFSense</a> as a server on a stick running DHCP and DNS forwarding and the <a href="http://labs.vmware.com/flings/vcma">VMWare mobile appliance</a> so I can watch it on my iPad.</p>
<p>I&#8217;ve started to install <a href="http://www.sagetv.com/">SageTV</a> but it&#8217;s not done yet.  So far everything&#8217;s got plenty of pep.  No quality problems with PIAF so far either.</p>
<p>Speaking of PIAF, the years old post about SIP trunking between Asterisk and a Cisco 1760 that has gotten so much attention, yeah, that&#8217;s old school now!  I just converted to a Linksys SPA3102 for my PSTN connectivity and it&#8217;s working perfectly.  I think it might forward calls through a little more quickly too.  The 1760 developed a bad fan and I couldn&#8217;t see spending money on it.  I&#8217;ll probably try to ebay it.</p>
<p>Finally, I&#8217;m thinking about passing through the USB bus for SageTV to take advantage of the improved throughput but I believe I&#8217;ll need to be careful not to allocate the same bus that has the keyboard (KVM) on it.  More later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/04/25/yes-sandy-bridge-free-esxi-hypervisor-with-vt-d-is-a-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESXi Hypervisor with VT-d on Sandy Bridge working?</title>
		<link>http://www.thecruftofmybrain.com/2011/04/23/esxi-hypervisor-with-vt-d-on-sandy-bridge-working/</link>
		<comments>http://www.thecruftofmybrain.com/2011/04/23/esxi-hypervisor-with-vt-d-on-sandy-bridge-working/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 14:19:38 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=515</guid>
		<description><![CDATA[I&#8217;ve just started my quest to get this working. It&#8217;s been difficult finding examples of success from others but I finally found a reference to a specific motherboard and CPU combo that has worked for others. HomeServerShow I&#8217;m using an Intel DQ67SWB3 motherboard with an i5-2400 CPU. Of course I had to get a separate [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just started my quest to get this working.  It&#8217;s been difficult finding examples of success from others but I finally found a reference to a specific motherboard and CPU combo that has worked for others.<br />
<a href="http://homeservershow.com/forums/index.php?/topic/1670-new-vail-maybe-build/page__st__20"> HomeServerShow</a></p>
<p>I&#8217;m using an Intel DQ67SWB3 motherboard with an i5-2400 CPU.  Of course I had to get a separate Intel NIC since the onboard isn&#8217;t supported.</p>
<p>My plan is to use this for a number of servers including my CCTV security camera system.  This is using a PV-149 PCI video capture card which would have to be passed through via VT-d for the VM Guest to see it.  I&#8217;ve successfully installed ESXi 4.1 update 1 via a USB key and I&#8217;m in the process of adding some VM&#8217;s.  A couple of issues have come up.  First, I don&#8217;t have performance stats updating in vSphere client.  I&#8217;m not sure if this is a driver issue with the &#8220;unsupported&#8221; motherboard or if it&#8217;s a problem with the ESXi install.  I can see the overall utilization on the summary pages though so it&#8217;s not like I&#8217;m blind.  Also, I&#8217;m able to add devices via VT-d but it&#8217;s not clear to me yet if I can pass-through multiple devices to a single Guest.</p>
<p>I&#8217;m installing XP in a Guest right now and as soon as that&#8217;s done patching (lot&#8217;s of patches) I&#8217;ll be working on getting that capture card visible.</p>
<p>I also plan on running PIAF (Asterisk) and SageTV in other VMs.  I&#8217;m probably going to need a really basic DNS server as well.  At some point I might try passing through the onboard NIC to a firewall VM, perhaps PFSense or Untangle.  Not sure about that yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/04/23/esxi-hypervisor-with-vt-d-on-sandy-bridge-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP Routing and Switching Quick Reference review</title>
		<link>http://www.thecruftofmybrain.com/2011/03/14/ccnp-routing-and-switching-quick-reference-review/</link>
		<comments>http://www.thecruftofmybrain.com/2011/03/14/ccnp-routing-and-switching-quick-reference-review/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:19:58 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=511</guid>
		<description><![CDATA[It&#8217;s taken me a while but I finally have another review to provide. I was due for my CCNP recert so I decided to go for the Switching test, 642-813. I started with this book: My focus was on the switching section so this review really only addresses that part. I&#8217;ve been taking Cisco tests [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s taken me a while but I finally have another review to provide.  I was due for my CCNP recert so I decided to go for the Switching test, 642-813.  I started with this book:</p>
<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=thcrofmybr-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=1587202840" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>My focus was on the switching section so this review really only addresses that part.  I&#8217;ve been taking Cisco tests for a while so the process was familiar to me.  I also had a good foundation in switching technologies.  The book does a good job of breaking down the separate areas that the test focuses on.  You couldn&#8217;t use this book to study for the CCNP if you&#8217;re coming right from the CCNA.  It&#8217;s strictly a refresher level of knowledge.  What I found was that there were several parts of the test that were more obscure but were referenced in the book.  It wasn&#8217;t verbatim of course, but it was familiar enough to help me pass.</p>
<p>Another thing I found relevant is that the distilled information in this book is good for reminding me of the little things that can be done to tweak a network.  I think most of us are content to worry about HSRP priorities and STP roots.  We don&#8217;t so much focus on the other loop prevention tools that Cisco&#8217;s made available.  Thanks to the short and direct content in this book, you can quickly get a sense for the other technologies at your disposal.</p>
<p>And I passed.  Highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2011/03/14/ccnp-routing-and-switching-quick-reference-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco and Extreme interoperability – Part 2 – LACP</title>
		<link>http://www.thecruftofmybrain.com/2010/12/04/cisco-and-extreme-interoperability-%e2%80%93-part-2-%e2%80%93-lacp/</link>
		<comments>http://www.thecruftofmybrain.com/2010/12/04/cisco-and-extreme-interoperability-%e2%80%93-part-2-%e2%80%93-lacp/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 14:05:24 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=507</guid>
		<description><![CDATA[Wow&#8230;4+ years later and I&#8217;m finally posting part 2. Yep, the original config didn&#8217;t work quite right but I did get it working. Here&#8217;s the result: On the Cisco switch: interface Port-channel98 no ip address switchport switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet8/5 no ip address switchport switchport trunk encapsulation dot1q switchport [...]]]></description>
			<content:encoded><![CDATA[<p>Wow&#8230;4+ years later and I&#8217;m finally posting part 2.  Yep, the original config didn&#8217;t work quite right but I did get it working.  Here&#8217;s the result:</p>
<p>On the Cisco switch:<br />
<code>interface Port-channel98<br />
no ip address<br />
switchport<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
!<br />
interface GigabitEthernet8/5<br />
no ip address<br />
switchport<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
channel-group 98 mode on</p>
<p>etc...<br />
</code></p>
<p>On the Extreme switch:<br />
<code>enable sharing 1:1 grouping 1:1,1:2,1:3,1:4 algorithm port-based<br />
configure vlan "out_of_band" ipaddress 172.16.0.254 255.255.254.0<br />
configure vlan "out_of_band" add port 7:1 untagged<br />
configure vlan "out_of_band" add port 1:1 tagged</code></p>
<p>out_of_band was used for testing.  I put a PC on port 7:1 on the Extreme switch to make sure I could get to a PC on the Cisco switch.</p>
<p>Turns out I did full documentation on the test process and actually kept the doc!  I was amazed!  My notes suggest the only delay was when re-connecting ports that are part of the group they would not start forwarding for about 3 seconds. Otherwise it worked great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/12/04/cisco-and-extreme-interoperability-%e2%80%93-part-2-%e2%80%93-lacp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More on the Nortel 1535</title>
		<link>http://www.thecruftofmybrain.com/2010/11/08/more-on-the-nortel-1535/</link>
		<comments>http://www.thecruftofmybrain.com/2010/11/08/more-on-the-nortel-1535/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 18:35:17 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/2010/11/08/more-on-the-nortel-1535/</guid>
		<description><![CDATA[Got PIAF purple installed and patched over the weekend. Setting up two of the 1535s to register and do video calling was pretty trivial. There&#8217;s a little bit of lag in the video but it&#8217;s not too bad. I also called the test numbers and there was no problem with the audio quality. Nice and [...]]]></description>
			<content:encoded><![CDATA[<p>Got PIAF purple installed and patched over the weekend.  Setting up two of the 1535s to register and do video calling was pretty trivial. There&#8217;s a little bit of lag in the video but it&#8217;s not too bad.  I also called the test numbers and there was no problem with the audio quality. Nice and sharp without drops, latency or jitter. This is running in VirtualBox with the extensions installed on a Pentium dual core.  I&#8217;ve assigned 1gb of ram to the VM. </p>
<p>To turn on the video capability you have to add the following to sip_extensions_custom in the asterisk directory:</p>
<p>videosupport=true<br />
allow=h264<br />
allow=h263</p>
<p>Don&#8217;t forget to reload the configs!</p>
<p>Next up is getting Google Voice to work. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/11/08/more-on-the-nortel-1535/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

