<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Follow-Me Cruising: Implementing Bluetooth Proximity Detection with Asterisk and a TomTom GPS	</title>
	<atom:link href="https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Thu, 02 Jun 2011 14:18:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dave		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-3439</link>

		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Sat, 12 Jul 2008 19:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-3439</guid>

					<description><![CDATA[I just got done looking at the ruhome2 script and I have a suggestion.  Instead of creating tmp files, I suggest that you put them into /etc/bluetooth/ or /var/bluetooth.  Also, instead of copying files of 0 or 1 byte lengths from /root/, you can use &#039;echo -n &gt; file&#039; and &#039;echo &#039;&#039; &gt; file&#039; to accomplish the same thing.  The &#039;-n&#039; option overwrites the file without a LF on the line, effectively creating a zero length file every time and echo is normally part of the shell, so there&#039;s no extra jump to the file system.  Once you do that, the only thing you need to change is the agi so that it looks in the new location.]]></description>
			<content:encoded><![CDATA[<p>I just got done looking at the ruhome2 script and I have a suggestion.  Instead of creating tmp files, I suggest that you put them into /etc/bluetooth/ or /var/bluetooth.  Also, instead of copying files of 0 or 1 byte lengths from /root/, you can use &#8216;echo -n > file&#8217; and &#8216;echo " > file&#8217; to accomplish the same thing.  The &#8216;-n&#8217; option overwrites the file without a LF on the line, effectively creating a zero length file every time and echo is normally part of the shell, so there&#8217;s no extra jump to the file system.  Once you do that, the only thing you need to change is the agi so that it looks in the new location.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-2041</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 16 Oct 2006 03:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-2041</guid>

					<description><![CDATA[Hi,

I&#039;m trying to support a bluetooth phone as a trunk on trixbox. I&#039;ve got the proximity working via the Nerd Vittels article (excellent, by the way).

I&#039;ve looked at the instructions on 
http://www.thetechguide.com/howto/asterisk/chanbluetooth.html
to generate chan_bluetooth.so for asterisk.

I see that this module is not included in Trixbox and recompiling asterisk is not an option on Trixbox, so how do I enable asterisk bluetooth support on Trixbox?  I can load modules, but where can I get chan_bluetooth.so?


John]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to support a bluetooth phone as a trunk on trixbox. I&#8217;ve got the proximity working via the Nerd Vittels article (excellent, by the way).</p>
<p>I&#8217;ve looked at the instructions on<br />
<a href="http://www.thetechguide.com/howto/asterisk/chanbluetooth.html" rel="nofollow ugc">http://www.thetechguide.com/howto/asterisk/chanbluetooth.html</a><br />
to generate chan_bluetooth.so for asterisk.</p>
<p>I see that this module is not included in Trixbox and recompiling asterisk is not an option on Trixbox, so how do I enable asterisk bluetooth support on Trixbox?  I can load modules, but where can I get chan_bluetooth.so?</p>
<p>John</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marc		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-1794</link>

		<dc:creator><![CDATA[Marc]]></dc:creator>
		<pubDate>Sun, 30 Jul 2006 18:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-1794</guid>

					<description><![CDATA[As john pointed out, recharging my headset makes it go to sleep and disappear... since I charge it at home, it&#039;s pretty useless for this application (I have a VERY cheap cell plan, so I&#039;d use my cell all the time... except that I only get signal in the very top room of the house, and then only if I sit very still!)

However, not all cell phones turn off their Bluetooth.  I have a BlackBerry 7100, which sucks as a cellphone and I plan to replace it soon... but the BT stays on all the time, which makes it perfect for proximity.

So give your cellphone a shot - it may be better than you thought.]]></description>
			<content:encoded><![CDATA[<p>As john pointed out, recharging my headset makes it go to sleep and disappear&#8230; since I charge it at home, it&#8217;s pretty useless for this application (I have a VERY cheap cell plan, so I&#8217;d use my cell all the time&#8230; except that I only get signal in the very top room of the house, and then only if I sit very still!)</p>
<p>However, not all cell phones turn off their Bluetooth.  I have a BlackBerry 7100, which sucks as a cellphone and I plan to replace it soon&#8230; but the BT stays on all the time, which makes it perfect for proximity.</p>
<p>So give your cellphone a shot &#8211; it may be better than you thought.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: john		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-843</link>

		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Wed, 18 Jan 2006 02:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-843</guid>

					<description><![CDATA[Great article.  A couple of questions...
If the bluetooth headset is in use or being charged, hcitool does not find it.  Thus the script updates as not present.  Does anyone know how to get around this problem/issue?  Or recommend a bluetooth headset that does not act in this way?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Great article.  A couple of questions&#8230;<br />
If the bluetooth headset is in use or being charged, hcitool does not find it.  Thus the script updates as not present.  Does anyone know how to get around this problem/issue?  Or recommend a bluetooth headset that does not act in this way?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-806</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 04 Jan 2006 21:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-806</guid>

					<description><![CDATA[This could probably be extended (modified) in the future to support the detection of of RFID tags (Just glue one in your watch strap).

Great article.

Max

&lt;i&gt;[WM: Yep. All we need now is an inexpensive RFID reader, and it&#039;s a done deal.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>This could probably be extended (modified) in the future to support the detection of of RFID tags (Just glue one in your watch strap).</p>
<p>Great article.</p>
<p>Max</p>
<p><i>[WM: Yep. All we need now is an inexpensive RFID reader, and it&#8217;s a done deal.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeremy		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-711</link>

		<dc:creator><![CDATA[jeremy]]></dc:creator>
		<pubDate>Sat, 10 Dec 2005 21:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-711</guid>

					<description><![CDATA[Must be nice to run an asterisk blog and be able to afford an Escalade.

&lt;i&gt;[WM: Are you kidding? Nobody can afford an Escalade.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>Must be nice to run an asterisk blog and be able to afford an Escalade.</p>
<p><i>[WM: Are you kidding? Nobody can afford an Escalade.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jon		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-701</link>

		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 07 Dec 2005 14:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-701</guid>

					<description><![CDATA[I am trying to decide whether to use an x86 or PPC for asterisk. since I have no old or spare parts, i am having to build one or buy one. I was using vmware to try out asterisk. I see from some tutorials that you hint at using macs. Are you using osx or a ppc linux variant like YDL? If so, are there any disadvantages (besides the hardware support) to using the mac mini vs a mini-itx. I am using sip and iax exclusively. As such how does that affect the newer mac minis (to which the modem has no drivers), they recommend staying away from newer models. in m y case, does that makes sense? are people using the macs at the same time or are they headless machines in a closet? thanks... your articles have been great.

&lt;i&gt;[WM: Don&#039;t use a Mac for Asterisk. None of the hardware cards work in the Mac, and you&#039;re paying double for half the performance of an x86 PC. There&#039;s also a lengthy delay in getting the most recent Asterisk version on the Mac platform. And finally, many of the great Asterisk add-on&#039;s such as Asterisk@Home don&#039;t work on the Mac platform. Our hardware recommendations are listed in the Nerd Vittles &lt;a href=&quot;http://mundy.org/blog/index.php?p=81&quot;&gt;index article&lt;/a&gt;.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I am trying to decide whether to use an x86 or PPC for asterisk. since I have no old or spare parts, i am having to build one or buy one. I was using vmware to try out asterisk. I see from some tutorials that you hint at using macs. Are you using osx or a ppc linux variant like YDL? If so, are there any disadvantages (besides the hardware support) to using the mac mini vs a mini-itx. I am using sip and iax exclusively. As such how does that affect the newer mac minis (to which the modem has no drivers), they recommend staying away from newer models. in m y case, does that makes sense? are people using the macs at the same time or are they headless machines in a closet? thanks&#8230; your articles have been great.</p>
<p><i>[WM: Don&#8217;t use a Mac for Asterisk. None of the hardware cards work in the Mac, and you&#8217;re paying double for half the performance of an x86 PC. There&#8217;s also a lengthy delay in getting the most recent Asterisk version on the Mac platform. And finally, many of the great Asterisk add-on&#8217;s such as Asterisk@Home don&#8217;t work on the Mac platform. Our hardware recommendations are listed in the Nerd Vittles <a href="http://mundy.org/blog/index.php?p=81">index article</a>.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sean		</title>
		<link>https://nerdvittles.com/follow-me-phoning-implementing-bluetooth-proximity-detection-with-asterisk-part-iv/comment-page-1/#comment-700</link>

		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Wed, 07 Dec 2005 08:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=86#comment-700</guid>

					<description><![CDATA[These articles are simply amazing, and I&#039;m pretty sure without them I would have given up a long time ago.  Do you plan on revisiting the SIPURA-3000 and other settings available using it?  I purchased two and used the exact setup in your article and while they perform, there are times when echos show up.

Perhaps an article on the best way to intergrate POTS into an asterisk server including hardware suggestions if the Sipura is as unreliable as it seems.

&lt;i&gt;[WM: I&#039;m not sure the SPA-3000 is unreliable. It&#039;s just really quirky with minimal documentation. There is a pretty good &lt;a href=&quot;http://www.sipura.com/support/spa3000faq/index.htm&quot;&gt;FAQ&lt;/a&gt; on Sipura&#039;s web site, but that&#039;s about all. I&#039;ll scratch around some more for configuration tips when I have a few days to kill.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>These articles are simply amazing, and I&#8217;m pretty sure without them I would have given up a long time ago.  Do you plan on revisiting the SIPURA-3000 and other settings available using it?  I purchased two and used the exact setup in your article and while they perform, there are times when echos show up.</p>
<p>Perhaps an article on the best way to intergrate POTS into an asterisk server including hardware suggestions if the Sipura is as unreliable as it seems.</p>
<p><i>[WM: I&#8217;m not sure the SPA-3000 is unreliable. It&#8217;s just really quirky with minimal documentation. There is a pretty good <a href="http://www.sipura.com/support/spa3000faq/index.htm">FAQ</a> on Sipura&#8217;s web site, but that&#8217;s about all. I&#8217;ll scratch around some more for configuration tips when I have a few days to kill.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
