<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IOU</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IOU"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/IOU"/>
	<updated>2026-05-11T04:41:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=15496</id>
		<title>User:IOU</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=15496"/>
		<updated>2008-09-05T03:49:04Z</updated>

		<summary type="html">&lt;p&gt;IOU: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:User Setups]] &lt;br /&gt;
[[category:VOIP Setups]]&lt;br /&gt;
[[Category:New_Zealand Setups]]&lt;br /&gt;
=== Core/Hybrid ===&lt;br /&gt;
 Operating System: [http://onedollarlinux.com/index.php?cPath=21_37 Linux MCE 0710 - i386]&lt;br /&gt;
 User Interface: [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step OpenGL with overlay (medium)]&lt;br /&gt;
 Processor: AMD Athlon 64 3000+&lt;br /&gt;
 Motherboard: Gigabyte K8 Triton (GA-K8NF-9)&lt;br /&gt;
 Video: [http://ati.amd.com/products/RadeonX800/index.html ATI Radeon X800XL (PCIe)]&lt;br /&gt;
 RAM: DDR 400 (2x 1Gb sticks)&lt;br /&gt;
 HDD: 2x 400GB SATA&lt;br /&gt;
 Audio:  8 Channel Audio out (Onboard)&lt;br /&gt;
 NIC #1: Realtek (Onboard)&lt;br /&gt;
 Power Supply: &lt;br /&gt;
 DVD-RW: Pioneer DVD-R/W &lt;br /&gt;
 Bluetooth: [http://www.dse.co.nz/cgi-bin/dse.storefront/48c05a7d0a48e3fa273fc0a87f3b071a/Product/View/XH8883 Dick Smith Electronics USB to Bluetooth Dongle]&lt;br /&gt;
 TV Tuner: Hauppauge HVR-3000&lt;br /&gt;
 Infrared Reciever/Transmitter: Not Installed&lt;br /&gt;
 Infrared Remote Control: Not Installed&lt;br /&gt;
 Monitor: Phillips 22&amp;quot; Widescreen&lt;br /&gt;
 Resolution: (1680x1050)&lt;br /&gt;
&lt;br /&gt;
=== VOIP/PSTN Integration: ===&lt;br /&gt;
 1x CABLE: [http://www.telstraclear.co.nz/residential/inhome/internet/cable-broadband/plans.cfm Lightspeed 20G] (20GB @ 10MB/s down + 2MB/s up)&lt;br /&gt;
 1x [http://downloads.oreilly.com/books/9780596510480.pdf LinuxMCE - Asterisk] (Asterisk is in the standard LinuxMCE installation)&lt;br /&gt;
 1x VOIP Line: [http://gizmo5.com/pc/products/features/callout-credit/ Gizmo5] (2.8c NZ Landlines + 38.7c p/m NZ Mobiles)&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Using_PS3_Sixaxis_Controller_as_a_Joystick_via_Bluetooth&amp;diff=15495</id>
		<title>Using PS3 Sixaxis Controller as a Joystick via Bluetooth</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Using_PS3_Sixaxis_Controller_as_a_Joystick_via_Bluetooth&amp;diff=15495"/>
		<updated>2008-09-05T03:48:33Z</updated>

		<summary type="html">&lt;p&gt;IOU: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Input]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
It is VERY easy to set up your PS3 Controller to act as a bluetooth joystick that can be used for changing channels in MythTV.&lt;br /&gt;
This howto does not outline how to set up the controller with MythTV. Just to get the system recognising it.&lt;br /&gt;
&lt;br /&gt;
==Bluetooth Pairing==&lt;br /&gt;
The pairing process is done with the controller connected via USB.&lt;br /&gt;
&lt;br /&gt;
==Install Requirements==&lt;br /&gt;
You must have the libusb-dev and libusb-0.1-4 packages installed.&lt;br /&gt;
 sudo apt-get install libusb-dev libusb-0.1-4&lt;br /&gt;
&lt;br /&gt;
==USB Pairing==&lt;br /&gt;
&lt;br /&gt;
Connect the controller to a USB port.&lt;br /&gt;
&lt;br /&gt;
Download [https://help.ubuntu.com/community/Sixaxis?action=AttachFile&amp;amp;do=get&amp;amp;target=sixpair.c sixpair.c] (save to a directory such as /home/linuxmce) and compile sixpair using&lt;br /&gt;
 gcc -o sixpair sixpair.c -lusb&lt;br /&gt;
Run sixpair &lt;br /&gt;
 sudo ./sixpair&lt;br /&gt;
sixpair will echo&lt;br /&gt;
 Current Bluetooth master: xx:xx:xx:xx:xx:xx&lt;br /&gt;
 Setting master bd_addr to xx:xx:xx:xx:xx:xx&lt;br /&gt;
Disconnect the USB cable&lt;br /&gt;
&lt;br /&gt;
==Bluetooth Monitoring==&lt;br /&gt;
&lt;br /&gt;
Stop the BlueTooth service&lt;br /&gt;
 sudo /etc/init.d/bluetooth stop&lt;br /&gt;
Make sure all hcid processes are stopped&lt;br /&gt;
 sudo killall hcid&lt;br /&gt;
Run HIDP daemon in terminal&lt;br /&gt;
 sudo hidd --server --nocheck -n&lt;br /&gt;
Press the PS button on the Sixaxis hidd should echo&lt;br /&gt;
 hidd[pid]: Bluetooth HID daemon&lt;br /&gt;
 hidd[pid]: New HID device 00:19:C1:xx:xx:xx (Sony Computer Entertainment Wireless Controller)&lt;br /&gt;
Press Ctrl+C to end the process &lt;br /&gt;
Start the BlueTooth service&lt;br /&gt;
 sudo /etc/init.d/bluetooth start&lt;br /&gt;
&lt;br /&gt;
That should be all you need to get your LinuxMCE box recognising the PS3 Controller as a joystick via bluetooth.&lt;br /&gt;
==Known Issues==&lt;br /&gt;
*The Sixaxis will not be hot pluggable. If turning on the Sixaxis after Ubuntu is already running you will have to toggle between alt+f1 and back to alt+f7.&lt;br /&gt;
&lt;br /&gt;
==Additional Notes==&lt;br /&gt;
*All four lights on the back of the controller will flash even if the LinuxMCE box doesnt detect the controller, as at this point, LinuxMCE has no way of assigning controllers a number.&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Using_PS3_Sixaxis_Controller_as_a_Joystick_via_Bluetooth&amp;diff=15494</id>
		<title>Using PS3 Sixaxis Controller as a Joystick via Bluetooth</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Using_PS3_Sixaxis_Controller_as_a_Joystick_via_Bluetooth&amp;diff=15494"/>
		<updated>2008-09-05T03:21:19Z</updated>

		<summary type="html">&lt;p&gt;IOU: New page: It is VERY easy to set up your PS3 Controller to act as a bluetooth joystick for changing channels in MythTV  Here is a short howto:  USB Pairing  #Connect the controller to a USB port. #R...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is VERY easy to set up your PS3 Controller to act as a bluetooth joystick for changing channels in MythTV&lt;br /&gt;
&lt;br /&gt;
Here is a short howto:&lt;br /&gt;
&lt;br /&gt;
USB Pairing&lt;br /&gt;
&lt;br /&gt;
#Connect the controller to a USB port.&lt;br /&gt;
#Run sixpair&lt;br /&gt;
##Download &amp;lt;a href=&amp;quot;https://help.ubuntu.com/community/Sixaxis?action=AttachFile&amp;amp;do=get&amp;amp;target=sixpair.c&amp;quot;&amp;gt;sixpair.c&amp;lt;/a&amp;gt; (save to a directory such as /home/linuxmce)&lt;br /&gt;
##Compile sixpair using&lt;br /&gt;
            gcc -o sixpair sixpair.c -lusb&lt;br /&gt;
&lt;br /&gt;
##Run sixpair&lt;br /&gt;
            sudo ./sixpair&lt;br /&gt;
&lt;br /&gt;
sixpair will echo&lt;br /&gt;
            Current Bluetooth master: xx:xx:xx:xx:xx:xx&lt;br /&gt;
            Setting master bd_addr to xx:xx:xx:xx:xx:xx&lt;br /&gt;
&lt;br /&gt;
#Disconnect the USB cable &lt;br /&gt;
&lt;br /&gt;
Bluetooth Monitoring&lt;br /&gt;
&lt;br /&gt;
#Stop the BlueTooth service&lt;br /&gt;
&lt;br /&gt;
      sudo /etc/init.d/bluetooth stop&lt;br /&gt;
&lt;br /&gt;
#Make sure all hcid processes are stopped&lt;br /&gt;
&lt;br /&gt;
      sudo killall hcid&lt;br /&gt;
&lt;br /&gt;
#Run HIDP daemon in terminal&lt;br /&gt;
&lt;br /&gt;
      hidd --server --nocheck -n&lt;br /&gt;
&lt;br /&gt;
##Press the PS button on the Sixaxis hidd should echo&lt;br /&gt;
&lt;br /&gt;
            hidd[pid]: Bluetooth HID daemon&lt;br /&gt;
            hidd[pid]: New HID device 00:19:C1:xx:xx:xx (Sony Computer Entertainment Wireless Controller)&lt;br /&gt;
&lt;br /&gt;
##Press Ctrl+C to end the process &lt;br /&gt;
#Start the BlueTooth service&lt;br /&gt;
&lt;br /&gt;
      $sudo /etc/init.d/bluetooth start&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14372</id>
		<title>User:IOU</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14372"/>
		<updated>2008-06-23T08:40:16Z</updated>

		<summary type="html">&lt;p&gt;IOU: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:User Setups]] &lt;br /&gt;
[[category:VOIP Setups]]&lt;br /&gt;
[[Category:New_Zealand Setups]]&lt;br /&gt;
=== Core/Hybrid ===&lt;br /&gt;
 Operating System: [http://onedollarlinux.com/index.php?cPath=21_37 Linux MCE 0710 - i386]&lt;br /&gt;
 User Interface: [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step OpenGL with overlay (medium)]&lt;br /&gt;
 Processor: AMD Athlon 64 3000+&lt;br /&gt;
 Motherboard: Gigabyte K8 Triton (GA-K8NF-9)&lt;br /&gt;
 Video: [http://ati.amd.com/products/RadeonX800/index.html ATI Radeon X800XL (PCIe)]&lt;br /&gt;
 RAM: DDR 400 (2x 1Gb sticks)&lt;br /&gt;
 HDD: 2x 400GB SATA&lt;br /&gt;
 Audio:  8 Channel Audio out (Onboard)&lt;br /&gt;
 NIC #1: Realtek (Onboard)&lt;br /&gt;
 Power Supply: &lt;br /&gt;
 DVD-RW: Pioneer DVD-R/W &lt;br /&gt;
 Bluetooth: Not Installed&lt;br /&gt;
 Infrared Reciever/Transmitter: Not Installed&lt;br /&gt;
 Infrared Remote Control: Not Installed&lt;br /&gt;
 Monitor: Phillips 22&amp;quot; Widescreen&lt;br /&gt;
 Resolution: (1280x1024)&lt;br /&gt;
&lt;br /&gt;
=== VOIP/PSTN Integration: ===&lt;br /&gt;
 1x CABLE: [http://www.telstraclear.co.nz/residential/inhome/internet/cable-broadband/plans.cfm Lightspeed 20G] (20GB @ 10MB/s down + 2MB/s up)&lt;br /&gt;
 1x [http://downloads.oreilly.com/books/9780596510480.pdf LinuxMCE - Asterisk] (Asterisk is in the standard LinuxMCE installation)&lt;br /&gt;
 1x VOIP Line: [http://gizmo5.com/pc/products/features/callout-credit/ Gizmo5] (2.8c NZ Landlines + 38.7c p/m NZ Mobiles)&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14371</id>
		<title>User:IOU</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14371"/>
		<updated>2008-06-23T08:36:58Z</updated>

		<summary type="html">&lt;p&gt;IOU: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:User Setups]] &lt;br /&gt;
[[category:VOIP Setups]]&lt;br /&gt;
[[Category:New_Zealand Setups]]&lt;br /&gt;
== Introduction: ==&lt;br /&gt;
&lt;br /&gt;
=== Core/Hybrid ===&lt;br /&gt;
 Operating System: [http://onedollarlinux.com/index.php?cPath=21_37 Linux MCE 0710 - i386]&lt;br /&gt;
 User Interface: [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step OpenGL with overlay (medium)]&lt;br /&gt;
 Processor: AMD Athlon 64 3000+&lt;br /&gt;
 Motherboard: Gigabyte K8 Triton (GA-K8NF-9)&lt;br /&gt;
 Video: [http://ati.amd.com/products/RadeonX800/index.html ATI Radeon X800XL (PCIe]&lt;br /&gt;
 RAM: DDR 400 (2x 1Gb sticks)&lt;br /&gt;
 HDD: 2x 400GB SATA&lt;br /&gt;
 Audio:  8 Channel Audio out (Onboard)&lt;br /&gt;
 NIC #1: Realtek (Onboard)&lt;br /&gt;
 Power Supply: &lt;br /&gt;
 DVD-RW: Pioneer DVD-R/W &lt;br /&gt;
 Bluetooth: Not Installed&lt;br /&gt;
 Infrared Reciever/Transmitter: Not Installed&lt;br /&gt;
 Infrared Remote Control: Not Installed&lt;br /&gt;
 Monitor: Phillips 22&amp;quot; Widescreen&lt;br /&gt;
 Resolution: (1280x1024)&lt;br /&gt;
&lt;br /&gt;
=== VOIP/PSTN Integration: ===&lt;br /&gt;
 1x CABLE: [http://www.internode.on.net/residential/internet/home_adsl/standard/pricing/ Internode Home-1500-Power100] (100gb @ 1,500mbs down + 256kbs up) ...Upgrade on 24/06/08&lt;br /&gt;
 1x [http://downloads.oreilly.com/books/9780596510480.pdf LinuxMCE - Asterisk] (Asterisk is in the standard LinuxMCE installation)&lt;br /&gt;
 1x VOIP Line: [http://gizmo5.com/pc/products/features/callout-credit/ Gizmo5] (2.8c NZ Landlines + 38.7c p/m NZ Mobiles)&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Category:New_Zealand_Setups&amp;diff=14370</id>
		<title>Category:New Zealand Setups</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Category:New_Zealand_Setups&amp;diff=14370"/>
		<updated>2008-06-23T08:20:57Z</updated>

		<summary type="html">&lt;p&gt;IOU: New page: category:User Setups&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:User Setups]]&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14369</id>
		<title>User:IOU</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:IOU&amp;diff=14369"/>
		<updated>2008-06-23T08:18:42Z</updated>

		<summary type="html">&lt;p&gt;IOU: New page: category:User Setups  category:VOIP Setups Category:New_Zealand Setups&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:User Setups]] &lt;br /&gt;
[[category:VOIP Setups]]&lt;br /&gt;
[[Category:New_Zealand Setups]]&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Gizmo&amp;diff=13633</id>
		<title>Gizmo</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Gizmo&amp;diff=13633"/>
		<updated>2008-06-15T11:34:16Z</updated>

		<summary type="html">&lt;p&gt;IOU: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:VOIP Setups]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:Phone Lines]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Gizmo5 (Formally known as &amp;quot;The Gizmo Project&amp;quot;) is a VoIP carrier that allows to place calls to fixed lines numbers for free in a wide range of countries and at cheap rates.&lt;br /&gt;
&lt;br /&gt;
Upon registration, 10 cents is automatically credited to your account so you may test the functionality of Gizmo.&lt;br /&gt;
&lt;br /&gt;
Gizmo also has the ability to accept VoIP-in calls, (by assigning a local number to the subscriber) even if this feature is not active in every country.&lt;br /&gt;
&lt;br /&gt;
In my country, Gizmo is not yet offering VoIP-in, so I use it only for placing outgoing calls.&lt;br /&gt;
&lt;br /&gt;
Here follow the steps to configure Gizmo in Asterisk:&lt;br /&gt;
&lt;br /&gt;
#Go to the LinuxMCE Admin site and on the left pane, Go to Devices -&amp;gt; Phone Lines.&lt;br /&gt;
## Uncheck &#039;&#039;Also prepend a digit (1 for US/Canada, 0 for Europe)&#039;&#039; (also optional).&lt;br /&gt;
## &#039;&#039;Local Number Length&#039;&#039; &#039;&#039;&#039;7&#039;&#039;&#039; (the default).&lt;br /&gt;
# Hit the &#039;&#039;Update&#039;&#039; button.&lt;br /&gt;
#From the &amp;quot;Choose provider&amp;quot; select &amp;quot;sipgate (try for free, pay as you go)&amp;quot;.&lt;br /&gt;
#Under the following in the fields listed:&lt;br /&gt;
## &#039;&#039;Username&#039;&#039; &#039;&#039;&#039;&amp;lt;sip number&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
## &#039;&#039;Password&#039;&#039; &#039;&#039;&#039;&amp;lt;password&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
## &#039;&#039;Phone number&#039;&#039; &#039;&#039;&#039;&amp;lt;sip number or incoming phone number&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
## &#039;&#039;Host&#039;&#039; &#039;&#039;&#039;proxy01.sipphone.com&#039;&#039;&#039;&lt;br /&gt;
#Click Submit&lt;br /&gt;
#Hit the &#039;&#039;Deactivate Automatic Configuration&#039;&#039; button, and the following &#039;&#039;Yes&#039;&#039; button.&lt;br /&gt;
#Click the &#039;&#039;click here&#039;&#039; link (next to &amp;quot;Manual configuration activated. To configure AMP, click&amp;quot;)&lt;br /&gt;
#Click &#039;&#039;Trunks&#039;&#039;, and &#039;&#039;Trunk SIP/sipgate&#039;&#039;&lt;br /&gt;
#Under &amp;quot;Outgoing Dial Rules&amp;quot; change &#039;&#039;Dial Rules&#039;&#039; to whatever rules you require.&lt;br /&gt;
# You now can (optionally) modify other settings to your liking as well, however do NOT change the &#039;&#039;Trunk Name&#039;&#039; (leave it at the default &#039;&#039;&#039;sipgate&#039;&#039;&#039;).  When done hit &#039;&#039;Submit Changes&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;Reload Required Apply Configuration Changes&#039;&#039; and &#039;&#039;Continue with reload&#039;&#039;.&lt;br /&gt;
# Go back to &#039;&#039;Wizard &amp;gt; Devices &amp;gt; Phone Lines&#039;&#039; and hit the &#039;&#039;Activate Automatic Configuration&#039;&#039; button, followed by the &#039;&#039;Yes and keep my advanced settings&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
When you see the status &#039;&#039;&#039;Registered&#039;&#039;&#039; followed by a date and time you should be able to make and receive calls.&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Gizmo&amp;diff=13632</id>
		<title>Gizmo</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Gizmo&amp;diff=13632"/>
		<updated>2008-06-15T11:29:28Z</updated>

		<summary type="html">&lt;p&gt;IOU: New page: Category:VOIP Setups Category:Telecom Category:Phone Lines Category:Tutorials  Gizmo5 (Formally known as &amp;quot;The Gizmo Project&amp;quot;) is a VoIP carrier that allows to place calls t...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:VOIP Setups]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:Phone Lines]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Gizmo5 (Formally known as &amp;quot;The Gizmo Project&amp;quot;) is a VoIP carrier that allows to place calls to fixed lines numbers for free in a wide range of countries and at cheap rates.&lt;br /&gt;
&lt;br /&gt;
Upon registration, 10 cents is automatically credited to your account so you may test the functionality of Gizmo.&lt;br /&gt;
&lt;br /&gt;
Gizmo also has the ability to accept VoIP-in calls, (by assigning a local number to the subscriber) even if this feature is not active in every country.&lt;br /&gt;
&lt;br /&gt;
In my country, Gizmo is not yet offering VoIP-in, so I use it only for placing outgoing calls.&lt;br /&gt;
&lt;br /&gt;
Here follow the steps to configure Gizmo in Asterisk:&lt;br /&gt;
&lt;br /&gt;
#Go to the LinuxMCE Admin site and on the left pane, Go to Devices -&amp;gt; Phone Lines.&lt;br /&gt;
#From the &amp;quot;Choose provider&amp;quot; select &amp;quot;sipgate (try for free, pay as you go)&amp;quot;.&lt;br /&gt;
#Under the following in the fields listed:&lt;br /&gt;
#* Username:     1747XXXXXXX (Your SIP Number)&lt;br /&gt;
#* Password:     mypassword  (The password you use to log onto Gizmo)&lt;br /&gt;
#* Phone Number: (If you bought a local number, enter this here. Otherwise just leave it blank)&lt;br /&gt;
#* Host:         proxy01.sipphone.com&lt;br /&gt;
#Click Submit&lt;br /&gt;
#Hit the &#039;&#039;Deactivate Automatic Configuration&#039;&#039; button, and the following &#039;&#039;Yes&#039;&#039; button.&lt;br /&gt;
#Click the &#039;&#039;click here&#039;&#039; link (next to &amp;quot;Manual configuration activated. To configure AMP, click&amp;quot;)&lt;br /&gt;
#Click &#039;&#039;Trunks&#039;&#039;, and &#039;&#039;Trunk SIP/sipgate&#039;&#039;&lt;br /&gt;
#Under &amp;quot;Outgoing Dial Rules&amp;quot; change &#039;&#039;Dial Rules&#039;&#039; to whatever rules you require.&lt;br /&gt;
# You now can (optionally) modify other settings to your liking as well, however do NOT change the &#039;&#039;Trunk Name&#039;&#039; (leave it at the default &#039;&#039;&#039;sipgate&#039;&#039;&#039;).  When done hit &#039;&#039;Submit Changes&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;Reload Required Apply Configuration Changes&#039;&#039; and &#039;&#039;Continue with reload&#039;&#039;.&lt;br /&gt;
# Go back to &#039;&#039;Wizard &amp;gt; Devices &amp;gt; Phone Lines&#039;&#039; and hit the &#039;&#039;Activate Automatic Configuration&#039;&#039; button, followed by the &#039;&#039;Yes and keep my advanced settings&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
When you see the status &#039;&#039;&#039;Registered&#039;&#039;&#039; followed by a date and time you should be able to make and receive calls.&lt;/div&gt;</summary>
		<author><name>IOU</name></author>
	</entry>
</feed>