<?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; softphone</title>
	<atom:link href="http://blog.blueface.ie/index.php/tag/softphone/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 Client for Ubuntu: Zoiper quick setup guide</title>
		<link>http://blog.blueface.ie/index.php/sip-client-for-ubuntu-zoiper-quick-setup-guide/</link>
		<comments>http://blog.blueface.ie/index.php/sip-client-for-ubuntu-zoiper-quick-setup-guide/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:19:38 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sip client]]></category>
		<category><![CDATA[softphone]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xlite]]></category>
		<category><![CDATA[zoiper]]></category>

		<guid isPermaLink="false">http://blog.blueface.ie/?p=373</guid>
		<description><![CDATA[Most broadband connections will work perfectly with Blueface. However, if you’re unsure about your connection, you can install a softphone to check your broadband connection is of sufficient quality to work with Blueface. Softphones are quick and easy to setup and many of them are free of charge. Using a softphone enables you to assess [...]]]></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-client-for-ubuntu-zoiper-quick-setup-guide%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.blueface.ie%2Findex.php%2Fsip-client-for-ubuntu-zoiper-quick-setup-guide%2F&amp;source=Bluefacevoip&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Most broadband connections will work perfectly with Blueface. However, if you’re unsure about your connection, you can install a softphone to check your broadband connection is of sufficient quality to work with Blueface.</p>
<p>Softphones are quick and easy to setup and many of them are free of charge. Using a softphone enables you to assess your audio quality.</p>
<p><img class="size-full wp-image-378 alignleft" title="Screenshot-Zoiper" src="http://blog.blueface.ie/wp-content/uploads/2010/03/Screenshot-Zoiper.png" alt="Screenshot-Zoiper" width="304" height="236" /></p>
<p>We have <a href="http://www.blueface.ie/helpandadvice/configurations.aspx" target="_blank">configuration guides</a> for some softphones (SIP clients) on our website but they are mainly for Windows applications but none for Linux. <a href="http://www.zoiper.com/" target="_blank">Zoiper</a> have a free SIP client available for free on Zoiper.com. that works on Windows, Linux and Mac OS.</p>
<p>To set it up on Linux Ubuntu, you have the choice between 2 applications: <strong>Zoiper Classic</strong> and <strong>Zoiper Communicator</strong>.</p>
<p><strong>Zoiper Classic</strong> is fine if you only want to assess your audio quality and make a few tests calls. It’s VERY quick to setup, especially because Zoiper provides it directly as an executable (within a tar ball).</p>
<p>To set it up :</p>
<ol>
<li>Download the tar ball from : <a href="http://www.zoiper.com/download_list.php" target="_blank">http://www.zoiper.com/download_list.php</a></li>
<li>Decompress the file :  tar -zxvf filename</li>
<li>Eventually move the executable to a different folder</li>
<li>Run the executable.</li>
<li>You will be prompted if you want to launch Zoiper at Start Up. If it&#8217;s only for testing, maybe, press &#8216;no&#8217;.</li>
<li>To configure it with Blueface, click on &#8216;Menu&#8217; (spanner key button on the right) &gt; &#8216;Add a new SIP account&#8217;.</li>
<li>You should be prompted for an account name, enter: Blueface.</li>
<li>Fill the form with: domain: sip.blueface.ie, username: your Blueface username, password: your Blueface password, Caller ID: your name.</li>
<li>Click on the button &#8216;Register&#8217;. The phone status should update.</li>
<li>To make a test call, call &#8217;300&#8242;. You should hear some monkeys. It&#8217;s that simple.</li>
</ol>
<p><strong>Zoiper Communicator</strong> comes up in a .deb file so you can use Ubuntu&#8217;s package installer which does everything automatically. You can download the .deb file down the list on <a href="http://www.zoiper.com/download_list.php" target="_blank">http://www.zoiper.com/download_list.php</a></p>
<p>Once all packages have been installed, follow this <a href="http://www.blueface.ie/helpandadvice/configuration/zoiper.aspx" target="_blank">Zoiper Configuration guide</a> that we made some months earlier with Windows screen shots. The steps are exactly the same.</p>
<p>Note that I&#8217;ve tested this with<strong> Ubuntu 9.10 (Karmic)</strong>.</p>
<p>If you have issues with Zoiper (or any other softphone) setting, post a message on our forum: <a href="http://forums.blueface.ie/forumdisplay.php?f=17" target="_blank">VoIP Hardware and Software</a>.</p>
<p><strong>Guillaume</strong></p>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://blog.blueface.ie/index.php/sip-client-for-ubuntu-zoiper-quick-setup-guide/' 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-client-for-ubuntu-zoiper-quick-setup-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

