<?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>Blueface Blog &#187; Open Source</title>
	<atom:link href="http://blog.blueface.ie/index.php/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blueface.ie</link>
	<description>Ireland&#039;s 21st Century Telecoms Company</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Linphone Ubuntu SIP Client</title>
		<link>http://blog.blueface.ie/index.php/linphone-ubuntu-sip-client/</link>
		<comments>http://blog.blueface.ie/index.php/linphone-ubuntu-sip-client/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:34:35 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[linphone]]></category>
		<category><![CDATA[softphone]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.blueface.ie/?p=512</guid>
		<description><![CDATA[As a foreword, I’d like to advise that this article is a bit technical. If you have queries or would like more details, drop a comment and I’ll be happy to provide further explanations. I’ve recently come across a softphone that works on Linux, iPhone and Android phones: Linphone. It&#8217;s open source and free of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.blueface.ie%2Findex.php%2Flinphone-ubuntu-sip-client%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.blueface.ie%2Findex.php%2Flinphone-ubuntu-sip-client%2F&amp;source=Bluefacevoip&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->As a foreword, I’d like to advise that this article is a bit technical. If you have queries or would like more details, drop a comment and I’ll be happy to provide further explanations.</p>
<p><img class="alignleft size-full wp-image-513" title="linphone" src="http://blog.blueface.ie/wp-content/uploads/2010/08/linphone.png" alt="linphone" width="382" height="116" /></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->I’ve recently come across a softphone that works on Linux, iPhone and Android phones: <a href="http://www.linphone.org" target="_blank"><strong>Linphone</strong></a>. It&#8217;s <strong>open source and free of charge</strong>.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->I’ve only tried it on <strong>Linux Ubuntu</strong> so far (if iPhones and Android users want to give it a go, I’m all ears about your feedback) and I definitely enjoyed its “ease of use” and quick setup.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->One of its other features that is interesting for tech-minded people is that you can handle calls with command lines. This feature can be turned into something powerful when used in scripts.</p>
<p>If you&#8217;re not a Blueface customer yet and are simply looking for information  about Linphone, do not hesitate to check out our services. We&#8217;re  providing <a href="http://www.blueface.ie/residential.aspx">residential phone services</a> and <a href="http://www.blueface.ie/business.aspx">business VoIP solutions</a>, as well as other extra <a href="http://www.blueface.ie/services.aspx">services</a>. Maybe you can give Blueface a go along with Linphone.</p>
<p>Here is a <strong>quick setup guide for the Ubuntu client</strong> :</p>
<ol>
<li>Install the dependencies from Synaptic Package Manager: speex, libosip2, libeXosip2</li>
<li>Still from Synaptic Package Manager, install : linphone</li>
<li>After installation, you can find the app in your menu : Applications &gt; Internet &gt; Linphone</li>
<li>To setup your Blueface account, go to the menu : Linphone &gt; Preferences &gt; &#8216;Manage SIP Accounts&#8217;</li>
<li>There you need to add a new &#8220;proxy account&#8221; :</li>
</ol>
<p>Your SIP Identity will be : sip:YOUR_BLUEFACE_SIP_USERNAME@sip.blueface.ie</p>
<p>SIP Proxy Address is : sip:sip.blueface.ie</p>
<p>Registration duration : 113</p>
<p>From there you should be able to call out using your Blueface account.</p>
<p>If you want to use the <strong>console interface</strong>, you need a few more steps:</p>
<ol>
<li>Quit the client if you have it open, to make sure your SIP settings won&#8217;t conflict.</li>
<li>Open a terminal and run : &#8216;linphonec&#8217; (notice the &#8216;c&#8217; at the end)</li>
<li>You need to add your SIP details again, for that run the command : &#8216;proxy add&#8217;</li>
<li>You&#8217;ll be prompted for the same parameters as mentioned above, for the graphical version.</li>
<li>Follow the prompts and validate.</li>
</ol>
<p>You should start seeing successful registrations messages.</p>
<p>To call, run the command : call &lt;number&gt;</p>
<p>For example : call 012222222</p>
<p>Don&#8217;t forget to end the call, by running : terminate</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->One draw back I’ve noticed is that the same configuration file is used by both the GUI and the console and both interfaces tend to erase the configuration of the other, so you can only use one, basically. The config file is in ~.linphonerc.</p>
<p>You can get more information about this tool from this page: <a href="http://www.linphone.org/eng/documentation/guide/linphonecsh-control.html" target="_blank">linphonec</a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Do not hesitate to drop a comment if you need help in setting this up. If you are working on an application that makes use of this commands feature, let us know!</p>
<p><strong>Guillaume</strong></p>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://blog.blueface.ie/index.php/linphone-ubuntu-sip-client/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.blueface.ie/index.php/linphone-ubuntu-sip-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIP Sorcery – Open Source SIP experimentation</title>
		<link>http://blog.blueface.ie/index.php/sip-sorcery-open-source-sip-experimentation/</link>
		<comments>http://blog.blueface.ie/index.php/sip-sorcery-open-source-sip-experimentation/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:04:10 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mysipswitch]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[sip sorcery]]></category>

		<guid isPermaLink="false">http://blog.blueface.ie/?p=75</guid>
		<description><![CDATA[Blueface CTO, Aaron Clauson, started some years ago a project that allowed mangling with multiple SIP accounts with a single SIP phone. One of the particularities of this project was the fact that it handles only SIP (Session Initiation Protocol) signaling, rather than signaling AND media (ie: audio streams), which enables a fantastic flexibility when [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.blueface.ie%2Findex.php%2Fsip-sorcery-open-source-sip-experimentation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.blueface.ie%2Findex.php%2Fsip-sorcery-open-source-sip-experimentation%2F&amp;source=Bluefacevoip&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Blueface CTO, Aaron Clauson, started some years ago a project that allowed mangling with multiple SIP accounts with a single SIP phone. One of the particularities of this project was the fact that it handles only SIP (Session Initiation Protocol) signaling, rather than signaling AND media (ie: audio streams), which enables a fantastic flexibility when it comes to managing calls.</p>
<p><strong>My SIP Switch was born!</strong></p>
<div id="attachment_76" class="wp-caption alignleft" style="width: 208px"><img class="size-full wp-image-76" title="mss" src="http://blog.blueface.ie/wp-content/uploads/2009/11/mss.png" alt="My SIP Switch" width="198" height="176" /><p class="wp-caption-text">My SIP Switch</p></div>
<p>This project has come a long way since its early days. It is now fully open source (freely available online at : <a title="Source code" href="http://sipsorcery.codeplex.com" target="_blank">SIP Sorcery Source</a>),  regular blog news are posted regularly (<a title="SIP Sorcery Blog" href="http://sipsorcery.wordpress.com/" target="_blank">SIP Sorcery Blog</a> ) ,  more than 12.000 messages have been posted on the <a title="SIP SOrcery forum" href="http://www.mysipswitch.com/forum/index.php" target="_blank">forum</a> and about 1.000 people are using the application online every day.</p>
<p>The name of this project changed to SIP Sorcery recently (June 2009) along with a major backend and frontend update!</p>
<p><strong>SIP Sorcery the Ruby of VoIP.</strong></p>
<p>The great strength of SIP Sorcery resides in its Ruby (programming language) dial plans, out of which an almost endless lists of call related features can be designed by a creative and tech-savvy mind.  The tool can be used for very simple PBX tasks such as “find me follow me” (also called : Call Hunting) or time based call forwarding to more advanced features such as ENUM lookups,  Google Voice integration or Voxeo IVRs integration. These features make of SIP Sorcery one of the best web PBX solutions available and best of all, it’s FREE.</p>
<p>With multiple SIP accounts registered to SIP Sorcery, you can receive and manage the calls from many different phone numbers easily. For outgoing calls, you can chose the SIP account that will be used when dialing out. That’s another great benefit since you can call out using your provider that has the best rate for the actual destination.</p>
<p>SIP Sorcery can be installed on your computer or used directly online. There are still regular improvements and new features added to the software so it is more for experimenting than for a production system as of now but the feedback we are getting from the community of users predicts SIP Sorcery quite a bright future.</p>
<p>Some  famous VoIP related open source projects have become complete products with major added value mainly thanks to their community of users and developers (Asterisk, Open SER, SIP Foundry…). Blueface has been sponsoring My SIP Switch (hardware, website, as well as some development) since the end of 2006 because we believe there is an enormous potential in this application.</p>
<p><img class="aligncenter size-large wp-image-77" title="sip-sorcery-banner" src="http://blog.blueface.ie/wp-content/uploads/2009/11/sip-sorcery-banner-590x153.jpg" alt="sip-sorcery-banner" width="590" height="153" /></p>
<p>For more information : <a title="My SIP Switch" href="http://www.mysipswitch.com" target="_blank">My SIP Switch</a> / <a title="SIP Sorcery" href="http://www.sipsorcery.com" target="_blank">SIP Sorcery</a></p>
<p>Guillaume</p>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://blog.blueface.ie/index.php/sip-sorcery-open-source-sip-experimentation/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.blueface.ie/index.php/sip-sorcery-open-source-sip-experimentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

