<?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>Miia Ranta &#187; howto</title>
	<atom:link href="http://myrtti.fi/blog/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://myrtti.fi/blog</link>
	<description>Nerdette ravings</description>
	<lastBuildDate>Sun, 06 Nov 2011 01:02:51 +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>HOWTO: sync s60v3 phone to Google Calendar and make backups of contacts/calendar/notes (in Ubuntu/Linux)</title>
		<link>http://myrtti.fi/blog/2009/03/25/howto-sync-s60v3-phone-to-google-calendar-and-make-backups-of-contactscalendarnotes/</link>
		<comments>http://myrtti.fi/blog/2009/03/25/howto-sync-s60v3-phone-to-google-calendar-and-make-backups-of-contactscalendarnotes/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:29:03 +0000</pubDate>
		<dc:creator>myrtti</dc:creator>
				<category><![CDATA[ICT]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Tips'n'Tricks]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[s60v3]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[SyncML]]></category>

		<guid isPermaLink="false">http://myrtti.fi/blog/?p=458</guid>
		<description><![CDATA[I&#8217;ve used a SyncML capable phone since May 2006. SyncML is a great way to synchronize my phone and some of its data to outside sources. I also try to put all my events and happening to my calendar either &#8230; <a href="http://myrtti.fi/blog/2009/03/25/howto-sync-s60v3-phone-to-google-calendar-and-make-backups-of-contactscalendarnotes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used a SyncML capable phone since May 2006. SyncML is a great way to synchronize my phone and some of its data to outside sources. I also try to put all my events and happening to my calendar either by the phone itself or by Google Calendar. I&#8217;ve subscribed to several Internet calendars in addition to my own in Google Calendar, notable ones are:</p>
<ul>
<li>Ubuntu Fridge Events</li>
<li>Facebook friends birthdays</li>
<li>Facebook event invitations</li>
<li>Finnish Open source events</li>
<li>Finnish public holidays and events</li>
<li>My friends travel schedule</li>
</ul>
<p>I also hate Evolution, and have a dislike for Sunbird after using both for several years. Currently my desktop calendar system is mainly Google calendar, my phone and for quick looks while offline, orage. Orage doesn&#8217;t currently come with an option of subscribing to online calendars, but that can be easily solved.</p>
<p>What I don&#8217;t like is synchronizing these by hand. Things should be automatic, easy and happen without me noticing a thing. Here in picture comes my home server, bluetooth dongle, crontab, msynctool and wget.</p>
<p>Most important part of this setup is msynctool. I use it to synchronize my phone with Google cal automatically with cronjobs.<br />
<code>53 */8 * * * msynctool --conflict n --sync google-phone 2>/dev/null 1>/dev/null</code><br />
msynctool needs configuration:</p>
<ol>
<li>first of all, you need multisync-tools and some plugins for opensync, and of course software for bluetooth. My pesky Dell Optiplex GX50 running as my homeserver runs with Ubuntu Hardy 8.04.1 LTS, to which I&#8217;ve installed multisync-tools from a PPA:<br />
<code>deb http://ppa.launchpad.net/debian-opensync/ubuntu hardy main</code><br />
and have installed atleast <code>opensync-plugin-file opensyncutils opensync-plugin-google-calendar opensync-plugin-irmc opensync-plugin-syncml multisync-tools</code><br />
In Intrepid the needed tools are available from the normal intrepid repositories.</li>
<li>figure out your phone settings. Make sure your phones bluetooth is visible to outside queries, and do a scan to acquire the bluetooth MAC address:<br />
<code>myrtti@kengu:~$ hcitool scan<br />
Scanning ...<br />
        00:1C:D4:4C:93:AA       Nasu</code><br />
and check the channel for SyncML:<br />
<code>myrtti@kengu:~$ sdptool search --bdaddr 00:1C:D4:4C:93:AA SYNCML<br />
Searching for SYNCML on 00:1C:D4:4C:93:AA ...<br />
Service Name: SyncMLClient<br />
Service RecHandle: 0x1000b<br />
Service Class ID List:<br />
  UUID 128: 00000002-0000-1000-8000-0002ee000002<br />
Protocol Descriptor List:<br />
  "L2CAP" (0x0100)<br />
  "RFCOMM" (0x0003)<br />
    Channel: 10<br />
  "OBEX" (0x0008)<br />
Language Base Attr List:<br />
  code_ISO639: 0x454e<br />
  encoding:    0x6a<br />
  base_offset: 0x100<br />
Profile Descriptor List:<br />
  "" (0x00000002-0000-1000-8000-0002ee000002)<br />
    Version: 0x0100</code></p>
<p>In this case the channel is 10.
</li>
<li>Try if the connection to your phone works with:<br />
<code>syncml-obex-client -b 00:1C:D4:4C:93:AA 10 --slow-sync text/x-vcalendar Calendar --identifier "PC Suite" --wbxml</code></li>
<li>you need to configure the synchronization group. As stated in man msynctool, this is done by:<br />
<code>msynctool --addgroup &lt;groupname&gt;</code><br />
in this case, let&#8217;s do two groups, google-phone and file-backup.</p>
<p>After creating the groups, you need to add members to them:<br />
<code>msynctool --addmember google-phone google-calendar<br />
msynctool --addmember google-phone syncml-obex-client</code></p>
<p><code>msynctool --addmember file-backup syncml-obex-client<br />
msynctool --addmember file-backup file-sync</code>
</li>
<li>Now that you have members added, you need to configure them. For the first group we added, google-phone, the configuring happens with commands
<ol>
<li><code>msynctool --configure google-phone 1</code><br />
which will open up a file in your favorite editor that looks roughly like this:<br />
<code>&lt;config&gt;<br />
&lt;url&gt;http://www.google.com/calendar/feeds/USER@gmail.com/private/full&lt;/url&gt;<br />
        &lt;username&gt;USER@gmail.com&lt;/username&gt;<br />
        &lt;password&gt;PASSWORD&lt;/password&gt;<br />
&lt;/config&gt;<br />
</code><br />
Replace the USER and PASSWORD with your own.</li>
<li><code>msynctool --configure google-phone 2</code><br />
which will open up a file in your favorite editor that looks roughly like this:<br />
<code>&lt;?xml version="1.0"?&gt;<br />
&lt;config&gt;<br />
  &lt;!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --&gt;<br />
  &lt;bluetooth_address&gt;00:1C:D4:4C:93:AA&lt;/bluetooth_address&gt;<br />
  &lt;!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --&gt;<br />
  &lt;bluetooth_channel&gt;10&lt;/bluetooth_channel&gt;<br />
  &lt;!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --&gt;<br />
  &lt;interface&gt;0&lt;/interface&gt;<br />
  &lt;!-- The string that the plugin will use to identify itself. Some devices need a special string here. --&gt;<br />
  &lt;identifier&gt;Google Calendar&lt;/identifier&gt;<br />
  &lt;!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --&gt;<br />
  &lt;version&gt;1&lt;/version&gt;<br />
  &lt;!-- if the plugin should use wbxml --&gt;<br />
  &lt;wbxml&gt;1&lt;/wbxml&gt;<br />
  &lt;!-- The username to use. Leave empty to not require a username --&gt;<br />
  &lt;username&gt;&lt;/username&gt;<br />
  &lt;!-- the password for the username --&gt;<br />
  &lt;password&gt;&lt;/password&gt;<br />
  &lt;!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --&gt;<br />
  &lt;type&gt;2&lt;/type&gt;<br />
  &lt;!-- If wbxml is enabled, defines wether the wbxml should use string tables --&gt;<br />
  &lt;usestringtable&gt;0&lt;/usestringtable&gt;<br />
  &lt;!-- Never send ADD command, but send REPLACE (not needed normally) --&gt;<br />
  &lt;onlyreplace&gt;0&lt;/onlyreplace&gt;<br />
  &lt;!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --&gt;<br />
  &lt;onlyLocaltime&gt;0&lt;/onlyLocaltime&gt;<br />
  &lt;!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --&gt;<br />
  &lt;recvLimit&gt;0&lt;/recvLimit&gt;<br />
  &lt;maxObjSize&gt;0&lt;/maxObjSize&gt;<br />
 &lt;!-- The name of the contacts db. Must be the same as the phones sends --&gt;<br />
   &lt;contact_db&gt;Contacts &lt;/contact_db&gt;<br />
   &lt;!-- The name of the calendar db. Must be the same as the phones sends --&gt;<br />
   &lt;calendar_db&gt;Calendar &lt;/calendar_db&gt;<br />
   &lt;!-- The name of the note db. Must be the same as the phones sends --&gt;<br />
   &lt;note_db&gt;Notes &lt;/note_db&gt;<br />
&lt;/config&gt;<br />
</code><br />
<strong>Save this file to your home directory or somewhere else accessible, because we&#8217;ll need this for configuring the file-backup group!</strong>
</li>
</ol>
<p>and for the second group, file-backup, with</p>
<ol>
<li>
<code>msynctool --configure file-backup 1</code><br />
which will require the exact same configurations as google-phone member 2 did, so now just replace the dummy file with the one you saved in the previous step <strong>WITH ONE EXCEPTION:</strong><br />
<code>&lt;identifier&gt;File Backup&lt;/identifier&gt;</code>
</li>
<li><code>msynctool --configure file-backup 2</code><br />
which will be a XML file a bit like this:<br />
<code>&lt;?xml version="1.0"?&gt;<br />
&lt;config&gt;<br />
  &lt;!-- directory path for file-sync --&gt;<br />
  &lt;path&gt;/home/myrtti/.phonebackup&lt;/path&gt;<br />
  &lt;!-- should care of subdirectories (TRUE or FALSE) --&gt;<br />
  &lt;recursive&gt;FALSE&lt;/recursive&gt;<br />
&lt;/config&gt;<br />
</code><br />
<strong>Note that you need to create a directory for the filesync, in this case it would be /home/myrtti/.phonebackup</strong>
</li>
</ol>
</li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404167/" class="tt-flickr tt-flickr-Medium" title="Main-Tools" style="float:right;"><img style="float:right;" class="alignnone" src="http://farm4.static.flickr.com/3455/3384404167_48bb94c557.jpg" alt="Main-Tools" width="240" height="320" /></a><a style="float:right;" href="http://www.flickr.com/photos/myrtti/3385219062/" class="tt-flickr tt-flickr-Thumbnail" title="New-sync-profile"><img style="float:right;" class="alignnone" src="http://farm4.static.flickr.com/3600/3385219062_5a07b00891_t.jpg" alt="New-sync-profile" width="75" height="100" /></a>  To configure your phone, go to Menu &#8211; Tools &#8211; Sync and add:
<ol>
<li>Synchronization profile for File Backup
<ol style="list-style-type:none;">
<li><a href="http://www.flickr.com/photos/myrtti/3385219126/" class="tt-flickr tt-flickr-Thumbnail" title="File-backup-profile"><img class="alignnone" src="http://farm4.static.flickr.com/3640/3385219126_3aab5261f4_t.jpg" alt="File-backup-profile" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404367/" class="tt-flickr tt-flickr-Thumbnail" title="Connection-settings-filebackup"><img class="alignnone" src="http://farm4.static.flickr.com/3657/3384404367_4cd02372f3_t.jpg" alt="Connection-settings-filebackup" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404677/" class="tt-flickr tt-flickr-Thumbnail" title="Connection-settings-general"><img class="alignnone" src="http://farm4.static.flickr.com/3651/3384404677_80fce8a62b_t.jpg" alt="Connection-settings-general" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404785/" class="tt-flickr tt-flickr-Thumbnail" title="Define-datasources-filebackup"><img class="alignnone" src="http://farm4.static.flickr.com/3457/3384404785_2997261774_t.jpg" alt="Define-datasources-filebackup" width="75" height="100" /></a> </li>
</ol>
</li>
<li>Synchronization profile for Google Calendar
<ol style="list-style-type:none;">
<li><a href="http://www.flickr.com/photos/myrtti/3385219274/" class="tt-flickr tt-flickr-Thumbnail" title="Google-calendar-profile"><img class="alignnone" src="http://farm4.static.flickr.com/3644/3385219274_02c64a57ce_t.jpg" alt="Google-calendar-profile" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404593/" class="tt-flickr tt-flickr-Thumbnail" title="Connection-settings-gcal"><img class="alignnone" src="http://farm4.static.flickr.com/3629/3384404593_64541dea7c_t.jpg" alt="Connection-settings-gcal" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404677/" class="tt-flickr tt-flickr-Thumbnail" title="Connection-settings-general"><img class="alignnone" src="http://farm4.static.flickr.com/3651/3384404677_80fce8a62b_t.jpg" alt="Connection-settings-general" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3384404509/" class="tt-flickr tt-flickr-Thumbnail" title="Define-datasources-gcal"><img class="alignnone" src="http://farm4.static.flickr.com/3647/3384404509_6207558bf4_t.jpg" alt="Define-datasources-gcal" width="75" height="100" /></a> </li>
<li><a href="http://www.flickr.com/photos/myrtti/3386587823/" class="tt-flickr tt-flickr-Small" title="Calendar Synchronization settings"><img class="alignnone" src="http://farm4.static.flickr.com/3424/3386587823_415114388f_m.jpg" alt="Calendar Synchronization settings" width="180" height="240" /></a> </li>
</ol>
</li>
</ol>
</li>
<li>now you should be able to synchronize your phone using the commands<br />
<code><br />
 msynctool --conflict n --sync google-phone<br />
 msynctool --conflict n --sync file-backup<br />
</code><br />
and add it them to your cronjobs as in the example in the beginning of this entry.
</li>
<li>As the final touch for those of you who use Orage, do a cronjob:<br />
<code>10 * * * * wget -O ~/.personal.ics http://www.google.com/calendar/ical/USER%40gmail.com/private-eaq193204802357106916067/basic.ics</code><br />
where the URL fetched is the private iCal URL that you can get from your Google Calendar sharing settings. Similar procedure can be done with other iCal&#8217;s you find on the web, after which you can import them to your Orage with the foreign file import:<br />
<a href="http://www.flickr.com/photos/myrtti/3384505607/" class="tt-flickr tt-flickr-Small" title="orage-ics-import"><img class="alignnone" src="http://farm4.static.flickr.com/3549/3384505607_54df2436c8_m.jpg" alt="orage-ics-import" width="192" height="240" /></a></p>
<p><em>those of you who use Gnome and have evolution-data-server installed, but don&#8217;t use Evolution itself for your calendar events (and use Sunbird/Lightning or some other calendar application instead) and still want to make the events to show up in the Gnome clock when you click it, try and enter on your terminal prompt:<br />
<code>/usr/lib/evolution-webcal/evolution-webcal http://www.google.com/calendar/ical/USER%40gmail.com/private-eaq193204802357106916067/basic.ics</code><br />
where the URL is again the one acquired from the Google Calendar settings (thanks to <a href="http://www.siltala.net">topyli</a> for this one!)</em>
</li>
</ol>
<p><strong>BWUH!</strong> I&#8217;m fairly sure this HOWTO contains more than one mistake, so you might need to fiddle around with your phone and computer more than this lets you assume. I&#8217;ve managed to make mine work though with this. <strong>A word of warning, though!</strong> Keep a good copy of your stuff elsewhere too, and study the meaning of the<br />
<code>[--conflict 1-9/d/i/n]			Resolve all conflicts as side [1-9] wins, [d]uplicate, [i]gnore, or keep [n]ewer</code></p>
<p><em>The theme I currently use on my phone is <a href="http://www.babinokia.com/2008/02/21/glamur-v3-update/">Glamurv3</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://myrtti.fi/blog/2009/03/25/howto-sync-s60v3-phone-to-google-calendar-and-make-backups-of-contactscalendarnotes/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>HOWTO: Symbian60v3 (Nokia N95), SIP and ekiga.net</title>
		<link>http://myrtti.fi/blog/2008/10/06/howto-symbian60v3-nokia-n95-sip-and-ekiganet/</link>
		<comments>http://myrtti.fi/blog/2008/10/06/howto-symbian60v3-nokia-n95-sip-and-ekiganet/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 23:30:49 +0000</pubDate>
		<dc:creator>myrtti</dc:creator>
				<category><![CDATA[ICT]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Tips'n'Tricks]]></category>
		<category><![CDATA[ekiga.net]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[N95]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia N95]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Symbian60]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://myrtti.fi/blog/?p=370</guid>
		<description><![CDATA[Finally VoIP craze hit me. I&#8217;ve had Skype account for ages, ekiga.net account for about a year, and a Nokia N95 for about a year also. I knew it is possible to configure my phone into using SIP, but never &#8230; <a href="http://myrtti.fi/blog/2008/10/06/howto-symbian60v3-nokia-n95-sip-and-ekiganet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/myrtti/2916099450/"><img alt="" src="http://farm4.static.flickr.com/3241/2916099450_686f45e808_m.jpg" title="Nokia N95, Theme by Pizero" class="alignleft" width="180" height="240" /></a>Finally VoIP craze hit me. I&#8217;ve had Skype account for ages, ekiga.net account for about a year, and a Nokia N95 for about a year also. I knew it is possible to configure my phone into using SIP, but never really bothered. I&#8217;ve been fighting with my laptop for a while now, and while I do manage to get the webcam to work, the microphone is somewhat flaky. Fortunately I do have my desktop computer, on which Everything Just Works. But since I really can&#8217;t be bothered to sit by my desktop computer all the time, I decided to finally configure my ekiga.net account on my phone.</p>
<p>And in the end, the process was very painfree. With some google-fu the settings were found &#8211; all I needed was to ask a friend how the network connection should be handled as mine didn&#8217;t seem to work because of the NAT in my home network. And the answer to that problem was obvious &#8211; use 3G instead. The sound quality is astoundingly good with even the lowest bandwidth provided by my mobile phone service provider, Saunalahti.</p>
<p>Anyway &#8211; here are the settings and the steps documented in a nice neatly fashion:<br />
<a href="http://www.flickr.com/photos/myrtti/2916103582/"><img alt="Tools" src="http://farm4.static.flickr.com/3067/2916103582_80ef4d4a14_t.jpg" title="Tools" class="alignnone" width="75" height="100" /></a><a href="http://www.flickr.com/photos/myrtti/2916110034/"><img alt="Settings" src="http://farm4.static.flickr.com/3213/2916110034_2c85821d18_t.jpg" title="Settings" class="alignnone" width="75" height="100" /></a><a href="http://flickr.com/photos/myrtti/2916119352/"><img alt="Connections" src="http://farm4.static.flickr.com/3018/2916119352_fcfd93a3a5_t.jpg" title="Connections" class="alignnone" width="75" height="100" /></a><a href="http://flickr.com/photos/myrtti/2916125632/"><img alt="SIP settings" src="http://farm4.static.flickr.com/3167/2916125632_84944125dc_t.jpg" title="SIP settings" class="alignnone" width="75" height="100" /></a><a href="http://www.flickr.com/photos/myrtti/2915314995/"><img alt="Account settings" src="http://farm4.static.flickr.com/3226/2915314995_3ff3907b60_t.jpg" title="account information" class="alignnone" width="75" height="100" /></a><a href="http://www.flickr.com/photos/myrtti/2915324815/"><img alt="Account settings, 2" src="http://farm4.static.flickr.com/3207/2915324815_59a5d403a2_t.jpg" title="Account settings, 2" class="alignnone" width="75" height="100" /></a><a href="http://www.flickr.com/photos/myrtti/2916173238/"><img alt="" src="http://farm4.static.flickr.com/3153/2916173238_0bccb09064_t.jpg" title="Account settings, 3" class="alignnone" width="75" height="100" /></a><a href="http://flickr.com/photos/myrtti/2915333569/"><img alt="Registrar server" src="http://farm4.static.flickr.com/3296/2915333569_6cd5416386_t.jpg" title="Registrar server" class="alignnone" width="75" height="100" /></a><a href="http://www.flickr.com/photos/myrtti/2916183764/"><img alt="Registrar server, 2" src="http://farm4.static.flickr.com/3136/2916183764_12bc768c40_t.jpg" title="Registrar server, 2" class="alignnone" width="75" height="100" /></a><a href="http://flickr.com/photos/myrtti/2916147372/"><img alt="" src="http://farm3.static.flickr.com/2086/2916147372_5b6256e69c_t.jpg" title="Account set and ready to go" class="alignnone" width="75" height="100" /></a></p>
<ol>
<li>navigate to: System/Tools &#8211;> Settings &#8211;> Connection &#8211;> SIP Settings</li>
<li>Create a new profile:
<ul>
<li>Name it as, for example, ekiga.net</li>
<li><strong>Service-Profile:</strong> IETF<br />
<strong>Public Username:</strong> sip:$YOURUSERNAME@ekiga.net<br />
<strong>Compression:</strong> no<br />
<strong>Proxy:</strong> none</li>
<li><strong>Registrar:</strong><br />
<strong>Registrar-Adress:</strong> sip:ekiga.net<br />
<strong>Domain:</strong> ekiga.net<br />
<strong>Username:</strong> $YOURUSERNAME <br />
<strong>Password:</strong> $YOURPASSWORD<br />
<strong>Transport:</strong> UDP<br />
<strong>Port:</strong> 5060</li>
</ul>
</li>
<li>stop and think how do you want to be contacted:
<ul>
<li>about all the time &#8211; <strong>Registration:</strong> Always on; only when you call or want to be contactable on your phone &#8211; <strong>Registration:</strong> When needed.</li>
<li>On the move &#8211; <strong>Default access point:</strong> Your (hopefully cheap / monthly subscribed / unlimited) data transfer plan access point<strong>*</strong>; Mostly at a known wifi hotspot &#8211; <strong>Default access point:</strong> Your wifi hotspot.<strong>**</strong></li>
</ul>
</li>
</ol>
<p>Here be the disclaimers:<br />
<strong>*</strong> I tried with my own 3G connection provided by Saunalahti &#8211; 384kbit/s (lowest speed there is), and the sound quality was sufficient.<br />
<strong>**</strong> for me my home network is configured in a way with NAT that using wifi doesn&#8217;t work. It would require fiddling with some ports, if you have access to your router and know what you&#8217;re doing, <a href="http://wiki.ekiga.org/index.php/Internet_ports_used_by_Ekiga">this page</a> might give you some hints what to do &#8211; it also may not. I&#8217;ve not tried.</p>
<p>I tried these settings with calling to the echo service (that&#8217;s sip:500@ekiga.net for those of you who didn&#8217;t already know) and ended up giggling at my own voice like a maniac &#8211; and then tried it twice more just for the giggles. As <a href="http://www.siltala.net/">a friend</a> hadn&#8217;t tried his settings (the same as mine) on his E51, I called him to get confirmation on the sound quality, which was amazingly good.</p>
<p>These settings were found from <a href="http://www.murrayc.com/blog/permalink/2008/03/27/using-an-ekiganet-sip-address-from-a-nokia-n95/">here</a>, if you&#8217;re wondering what theme I&#8217;ve got on my phone, it&#8217;s found from <a href="http://www.pizero.net/archives/269">here</a>, and the programs that are in the first screenshot as quick launchers are <a href="http://koti.mbnet.fi/buswatch/">BusWatch</a>, <a href="http://www.nokia.com/betalabs/calculator">Enhanced Calculator for s60</a>, alarm clock, synchronisation and <a href="http://mirggi.net/">mirggi</a>, s60 IRC client I use to connect to my <a href="http://www.irssi.org/documentation/proxy">irssi-proxy</a> handling my connections to IRCnet, freenode and my <a href="http://bitlbee.org/">bitlbee</a>, which in turn handles my connections to MSN, ICQ, jabber.org- and GoogleTalk- XMPP connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://myrtti.fi/blog/2008/10/06/howto-symbian60v3-nokia-n95-sip-and-ekiganet/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

