<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: VoIP</title>
<link>http://www.hackszine.com/blog/archive/voip/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Tue, 27 Nov 2007 21:20:09 -0800</lastBuildDate>
<pubDate>Thu, 23 Oct 2008 20:09:41 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Using QoS to prioritize your bandwidth</title>
<itunes:summary> You can use the Quality of Service (QoS) feature on many routers to optimize your internet connection for devices and services that are most important to you. Adam at Lifehacker put together a quick walkthrough for tuning the QoS...</itunes:summary>
<description>
<![CDATA[<p><img alt="qos_20071127.jpg" src="http://hackszine.com/qos_20071127.jpg" width="500" height="192" /></p>

<p>You can use the Quality of Service (QoS) feature on many routers to optimize your internet connection for devices and services that are most important to you.  Adam at Lifehacker put together a quick walkthrough for tuning the QoS settings on our favorite router firmware, the open-source DD-WRT.</p>

<blockquote>Your internet connection is an indispensable part of your life, but between BitTorrent, Xbox Live, web browsing, and VoIP, sometimes there's not enough bandwidth to go around. But rather than running around the house shutting down all of your computers next time you're experiencing a little lag on Xbox Live or Skype is breaking up on you, you can set up Quality of Service (QoS) rules on your router to distribute bandwidth to your different gadgets and applications based on your priorities. Today I'll show you how.</blockquote>

<p>The nice thing about setting up QoS on your router is that you can prioritize packets by application, IP and MAC address, or a specific router port, all to your own preferences.  Everyone has different needs, so you may want to maximize the available bandwidth for VoIP or network gaming, guarantee a chunk of bandwidth for ssh connections or your web server, or throttle down P2P applications so that they don't affect other network services.  There's nothing set in stone, so you can really make your router work for you to improve the way your internet connection is utilized.</p>

<p>Ensure a Fast Internet Connection When You Need It - <a href="http://lifehacker.com/software/feature/ensure-a-fast-internet-connection-when-you-need-it-326543.php">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/using_qos_to_prioritize_your_b.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/using_qos_to_prioritize_your_b.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/using_qos_to_prioritize_your_b.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/using_qos_to_prioritize_your_b.html?CMP=OTC-7G2N43923558</guid>
<category>VoIP</category>
<pubDate>Tue, 27 Nov 2007 21:20:09 -0800</pubDate>

</item>

<item>
<title>UDP Hole Punching: how Skype gets through firewalls</title>
<itunes:summary> When two machines running Skype need to communicate directly, but are both behind a NAT firewall, there&apos;s a clever trick that&apos;s employed to start a communication channel. It works like this: First, both machines open a connection to a...</itunes:summary>
<description>
<![CDATA[<p><img alt="udppunch_20070601.jpg" src="http://hackszine.com/udppunch_20070601.jpg" width="500" height="232" /><br />
When two machines running Skype need to communicate directly,  but are both behind a NAT firewall, there's a clever trick that's employed to start a communication channel.  It works like this:</p>

<p>First, both machines open a connection to a non-firewalled server.  The server takes note of the source port (which may have been altered by the firewall) and sends this information to the other party to give it an idea of what port future connections might be coming from.</p>

<p>Client A then attempts to connect to a range of ports on client B's machine.  All these requests will fail at client B's firewall, of course.  However, in the process a side effect has occurred.  Client A has told its own firewall to allow traffic from all of client B's scanned ports!  Now, when client B attempts to connect to client A, assuming its outgoing port was previously scanned (which it likely will be), the request will get through to client A's machine.</p>

<p>If all else fails, both machines can use a central server to proxy their connection, but the UDP hole punching trick will typically allow two NAT firewalled machines to communicate directly, which means less latency and a significantly lighter load on the server.</p>

<p><b>Resources:</b><br />
How Skype &amp; Co. get round firewalls - <a href="http://www.heise-security.co.uk/articles/82481/0">Link</a><br />
RFC3489  STUN - Simple Traversal of UDP through NAT - <a href="http://www.ietf.org/rfc/rfc3489.txt">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/06/udp_hole_punching_how_skype_ge.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/06/udp_hole_punching_how_skype_ge.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/06/udp_hole_punching_how_skype_ge.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/06/udp_hole_punching_how_skype_ge.html?CMP=OTC-7G2N43923558</guid>
<category>Skype</category>
<pubDate>Fri, 01 Jun 2007 20:41:02 -0800</pubDate>

</item>

<item>
<title>Sniff and record VoIP calls with VoIPong</title>
<itunes:summary> VoIPong is a VoIP network sniffer that allows you to capture and record any VoIP call that crosses your network. From the VoIPong home page: VoIPong is a utility which detects all Voice Over IP calls on a pipeline,...</itunes:summary>
<description>
<![CDATA[<p><img alt="voipong_20070528.jpg" src="http://hackszine.com/voipong_20070528.jpg" width="500" height="347" /></p>

<p>VoIPong is a VoIP network sniffer that allows you to capture and record any VoIP call that crosses your network. From the VoIPong home page:</p>

<blockquote>VoIPong is a utility which detects all Voice Over IP calls on a pipeline, and for those which are G711 encoded, dumps actual conversation to seperate wave files. It supports SIP, H323, Cisco's Skinny Client Protocol, RTP and RTCP.</blockquote>

<p>There's a server daemon that sets your network adapter to promiscuous mode and watches for VoIP calls.  Calls are automatically logged and the G.711 encoded conversations will be named by date and dumped in wav format to an output directory (sox is required to make this work).  There's also a handy monitoring tool that will allow you to see what conversations are currently being monitored.</p>

<p>I tried it out this evening and it really works, recording both ends of the conversation to a WAV file.  This could be a really handy tool for recording podcasts from a VoIP client that doesn't have a recording feature (Netmeeting, for example).  You'll probably need to tweak mic levels on both ends, or one end of the conversation will sound louder than the other.</p>

<p><b>OS X Users:</b> I was able to get VoIPong compiled for OS X by using the included Makefile.bsd.  There is a compilation error at the end, however, due to gcc in OS X not supporting the -shared option.  You can get around this by compiling and linking the two .so files manually:<br />
<b>Compiling the shared libs in OS X</b><br />
<blockquote><code># cc -fPIC -g -Wall -Iinclude -c modvocoder_pcma.c <br />
# libtool -lc -dynamic -o modvocoder_pcma.so modvocoder_pcma.o<br />
# cc  -fPIC -g -Wall -Iinclude -c modvocoder_pcmu.c<br />
# libtool -lc -dynamic -o modvocoder_pcmu.so modvocoder_pcmu.o</code></blockquote></p>

<p>Give it a shot, and if you have any other cool ideas for how this could be used, let us know in the comments!</p>

<p>VoIPong: Voice over IP sniffer and call detector - <a href="http://www.enderunix.org/voipong/index.php?sect=main&lang=en">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/sniff_and_record_voip_calls_wi.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/sniff_and_record_voip_calls_wi.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/sniff_and_record_voip_calls_wi.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/sniff_and_record_voip_calls_wi.html?CMP=OTC-7G2N43923558</guid>
<category>VoIP</category>
<pubDate>Mon, 28 May 2007 21:53:19 -0800</pubDate>

</item>

<item>
<title>Zfone: Zimmermann&apos;s VoIP encryption software</title>
<itunes:summary> Zfone is a VoIP encryption package developed by Phil Zimmermann, the author of PGP. There&apos;s a software utility for Linux, Mac and Windows that automatically detects VoIP calls, negotiates a secure connection, and then filters all call traffic. So...</itunes:summary>
<description>
<![CDATA[<p><img alt="zfone_20070427.jpg" src="http://hackszine.com/zfone_20070427.jpg" width="237" height="311" /></p>

<p>Zfone is a VoIP encryption package developed by Phil Zimmermann, the author of PGP.  There's a software utility for Linux, Mac and Windows that automatically detects VoIP calls, negotiates a secure connection, and then filters all call traffic.  So now you can have a secure iChat A/V call and protect against packet snoopers and man-in-the-middle attacks!</p>

<p>There's also a library and source available for the ZRTP protocol so that people can audit the code and embed the technology in VoIP hardware devices.  Currently Zimmermann hasn't released things under a free software license, but once it comes out of beta he's planning of dual licensing everything, similar to MySQLs GPL/commercial licensing scheme.  Who wants to bet that there will be an open-source, open-hardware device platform for this before there's a commercial product on the shelves?  Too cool.</p>

<p>The Zfone Project -<a href="http://zfoneproject.com/">Link.</a><br />
Zfone download and install instructions -<a href="http://zfoneproject.com/getstarted.html">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/zfone_zimmermanns_voip_encrypt.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/zfone_zimmermanns_voip_encrypt.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/zfone_zimmermanns_voip_encrypt.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/zfone_zimmermanns_voip_encrypt.html?CMP=OTC-7G2N43923558</guid>
<category>VoIP</category>
<pubDate>Fri, 27 Apr 2007 21:29:11 -0800</pubDate>

</item>

<item>
<title>Run Asterisk on an Apple TV</title>
<itunes:summary> Apple TV hacker l0rdr0ck put together a procedure for getting Asterisk running, turning the Apple TV into a telephony appliance! To get Asterisk running on Apple TV requires (obviously) and Apple TV. It also requires an Intel Mac, as...</itunes:summary>
<description>
<![CDATA[<p><img alt="appletvasterisk_20070408.jpg" src="http://hackszine.com/appletvasterisk_20070408.jpg" width="500" height="235" /><br />
Apple TV hacker l0rdr0ck put together a procedure for getting Asterisk running, turning the Apple TV into a telephony appliance!  <br />
<blockquote>To get Asterisk running on Apple TV requires (obviously) and Apple TV. It also requires an Intel Mac, as there are no development tools available on the Apple TV (yet). We've divided the process into three steps: preparing your Apple TV, building Asterisk on your Mac, and finally installing the compiled Asterisk code onto the Apple TV.</blockquote><br />
Install Asterisk on Apple TV -<a href="http://www.appletvhacks.net/2007/04/02/install-asterisk-on-apple-tv/">Link.</a></p>

<p><b>Related:</b><br />
<ul><li><a href="http://www.hackszine.com/blog/archive/2007/03/how_to_back_up_and_restore_the.html">HOW TO - Back Up and Restore the AppleTV Hard Disk</a></li><li><a href="http://www.hackszine.com/blog/archive/2007/04/enable_ssh_access_to_your_appl.html">Enable SSH Access to Your AppleTV</a></li><li><a href="http://www.hackszine.com/blog/archive/2007/04/apple_tv_state_of_the_hacks.html">Apple TV: State of the Hacks</a></li></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_asterisk_on_an_apple_tv.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_asterisk_on_an_apple_tv.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/run_asterisk_on_an_apple_tv.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/run_asterisk_on_an_apple_tv.html?CMP=OTC-7G2N43923558</guid>
<category>AppleTV</category>
<pubDate>Sun, 08 Apr 2007 07:38:27 -0800</pubDate>

</item>

<item>
<title>Experimental High-resolution Skype for Mac and PC</title>
<itunes:summary> Jaanus Kase posted instructions over on Skype&apos;s developer site for enabling higher quality 640x480 video. You need to upgrade to the latest Skype release (2.5.0.85 or later for mac and 3.0.0.216 for PC), quit Skype, and then edit the...</itunes:summary>
<description>
<![CDATA[<p><img alt="skypehires_20070209.jpg" src="http://www.hackszine.com/blog/archive/skypehires_20070209.jpg" width="500" height="313" /><br />
Jaanus Kase posted instructions over on Skype's developer site for enabling higher quality <a href="http://share.skype.com/sites/garage/2007/01/neardvdquality_video_calls_wit.html">640x480 video</a>.  You need to upgrade to the latest Skype release (2.5.0.85 or later for mac and 3.0.0.216 for PC), quit Skype, and then edit the config.xml file in your settings directory ("~/Library/Application Support/Skype/[skypeusername]/" in OS X).</p>

<p>You should see an entry that looks similar to:<br />
<code>&lt;Video&gt;<br />
&nbsp;&nbsp;       &lt;Device&gt;Built-in iSight&lt;/Device&gt;<br />
     &lt;/Video&gt;</code></p>

<p>Modify that to read:<br />
<code>&lt;Video&gt;<br />
&nbsp;&nbsp;      &lt;CaptureWidth&gt;640&lt;/CaptureWidth&gt;<br />
&nbsp;&nbsp;      &lt;CaptureHeight&gt;480&lt;/CaptureHeight&gt;<br />
&nbsp;&nbsp;       &lt;Device&gt;Built-in iSight&lt;/Device&gt;<br />
     &lt;/Video&gt;</code></p>

<p>When you've finished, your contacts will be seeing you in glorious 640x480 instead of the standard 320x240.  There are some tweaks and hardware requirements that might be required for the PC version, so check up on the links below for the nitty-gritty details.</p>

<p><b>Related links:</b><br />
<ul><li><a href="https://developer.skype.com/SkypeGarage/SkypeForMacExperimental">Hi-rez calls for Mac</a></li><li><a href="https://developer.skype.com/SkypeGarage/SkypeForWindowsExperimental/HighQualityVideoCalls">Hi-rez calls for PC</a></li><li><a href="http://www.skype.com/download/skype/windows/">Skype for PC download</a></li><li><a href="http://www.skype.com/download/skype/macosx/">Skype for Mac download</a></li><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101899">Skype Hacks</a></li><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101333">VoIP Hacks</a></li></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/experimental_highresolution_sk.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/experimental_highresolution_sk.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/experimental_highresolution_sk.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/experimental_highresolution_sk.html?CMP=OTC-7G2N43923558</guid>
<category>Skype</category>
<pubDate>Fri, 09 Feb 2007 00:01:06 -0800</pubDate>

</item>


</channel>
</rss>