<?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=Willow3</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=Willow3"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Willow3"/>
	<updated>2026-05-11T05:23:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Adding_new_web_links&amp;diff=29332</id>
		<title>Adding new web links</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Adding_new_web_links&amp;diff=29332"/>
		<updated>2011-12-29T13:36:36Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo | 810Status=Compatible | 810UpdatedDate=5 June 2011 | 810UpdatedBy=Dan249}}&lt;br /&gt;
&lt;br /&gt;
It is possible to add new web links to the computing page. This technique tells Firefox to make changes to the Bookmarks.html file, it does not make the changes to bookmarks.html file by default. In order for web links to show up on the Computing page within an orbiter, you have to add the link in Firefox from a [[Media Director]]. Here is the easiest method for adding new bookmarks.&lt;br /&gt;
* Browse to Computing screen and select one of the preloaded &amp;quot;Web bookmarks&amp;quot;. This will open up a Firefox browser on the Media Director.&lt;br /&gt;
* At Address bar type &amp;quot;about:config&amp;quot; without quotes and press enter.&lt;br /&gt;
* Click the &amp;quot;I&#039;ll be careful, I promise&amp;quot; button. &lt;br /&gt;
* Either enter &amp;quot;browser.bookmarks.autoExportHTML&amp;quot;, without quotes in the filter or scroll down screen to that field.&lt;br /&gt;
* Double click that field which changes it to true from the default false. Make sure you chose the right field.&lt;br /&gt;
* Browse the web like any normal web browser and when you find a page of interest&lt;br /&gt;
* Add your new bookmark&lt;br /&gt;
* &#039;&#039;&#039; NOTE: you must close the browser with File-&amp;gt;Quit.&#039;&#039;&#039; &lt;br /&gt;
* Reopen the Computing screen,&lt;br /&gt;
** Your new bookmarks will be visible.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT: If you close the browser by using the LinuxMCE buttons at the bottom of the screen your bookmarks will not be saved!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: For Firefox version 3 and later, the bookmarks.html file is no longer used. In such cases the above method will not work. You have to manually edit the bookmarks.html file to add web links. Each user in the system has such a file located in the /home/user_N directory. Use the existing web links as a template and add your own manually.&lt;br /&gt;
&lt;br /&gt;
[[Category : Tutorials]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Telecom_Features&amp;diff=26913</id>
		<title>Telecom Features</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Telecom_Features&amp;diff=26913"/>
		<updated>2011-02-06T12:38:09Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
This tries to be a complete list of LinuxMCE&#039;s telecom features. I will try to describe the feature, how to use it and few implementation details.&lt;br /&gt;
&lt;br /&gt;
== Hard phones plug&amp;amp;play ==&lt;br /&gt;
Allows the user to simply plug the phone into the network, it should be be detected and automatically configured.&lt;br /&gt;
:Note : To each phone an &#039;&#039;extension&#039;&#039; is assigned : a small 3 digit number usually in range 200-299. Please don&#039;t try to change it unless you know what are you doing.&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
Plug the phone (reboot it or reset it if needed), in few seconds on [[Orbiter]] you&#039;ll see something like &lt;br /&gt;
 New device MAC XX:XX:XX:XX:XX:XX was found&lt;br /&gt;
 Please choose device type&lt;br /&gt;
And you are presented with a datagrid with all device templates that matches MAC range of that specific device. After you select it will present you a screen to select room in which that device should be added. After selection wait few seconds while device is configured, then you&#039;ll see a screen telling you that device is ready to use after a quickreload.&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
First few steps are handled by [[Dhcpd-plugin]] so please read there. Then it comes to calling the configuration script.&lt;br /&gt;
&lt;br /&gt;
The configuration script needs 6 command line parameters : &#039;&#039;&#039;-d  DEVICE_ID -i DEVICE_IP -m DEVICE_MAC&#039;&#039;&#039;. Check one of &#039;&#039;/usr/pluto/bin/configure_*.pl&#039;&#039; to see how it&#039;s done.&lt;br /&gt;
&lt;br /&gt;
The script usually will call another script &#039;&#039;/usr/pluto/bin/sync_pluto2amp.pl&#039;&#039; which will allocate a new extension to the phone and will submit few pages in AMP to create proper asterisk configuration for the phone.&lt;br /&gt;
&lt;br /&gt;
Then it comes device specific stuff, it may:&lt;br /&gt;
* submit some pages on phone&#039;s &#039;&#039;&#039;web interface&#039;&#039;&#039; (Snom, GrandStream)&lt;br /&gt;
* create some files in &#039;&#039;&#039;/tftpboot&#039;&#039;&#039; (Cisco)&lt;br /&gt;
* &#039;&#039;&#039;other ways&#039;&#039;&#039; (like running iaxyprov to setup IAXy)&lt;br /&gt;
&lt;br /&gt;
== Easy phoneline creation ==&lt;br /&gt;
When you sign up with a voip provider it usually gives you following details : &#039;&#039;UserName&#039;&#039;, &#039;&#039;Password&#039;&#039;, &#039;&#039;PhoneNumber&#039;&#039;, &#039;&#039;HostToConnect&#039;&#039;. Using this data you may create a working phoneline in few seconds.&lt;br /&gt;
:Note : sometimes &#039;&#039;UserName&#039;&#039; is same with &#039;&#039;PhoneNumber&#039;&#039;, but not always, sometimes you may have one username/password to connect to provider&#039;s website (billing, support, call history) and OTHER pair of username/password to actually use the service. Be careful which one you use.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
Go to Users &amp;gt; Devices &amp;gt; Phone Lines. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea before adding any phone line to fill the data in local prefixes section, like in this image. Filling it after phone line creation is useless, because that configuration can not be easily changed. You&#039;ll have to delete and recreate the phone line to make local numbers work.&lt;br /&gt;
&lt;br /&gt;
[[Image:Local_prefixes.png]]&lt;br /&gt;
&lt;br /&gt;
Select one of the providers (there are no &#039;fit them all&#039; settings so there is a script to set up each provider, you are free to add more, just make sure that webpage is changed accordingly)&lt;br /&gt;
&lt;br /&gt;
Fill the fields with your data and submit the page. The phone line should be set almost immediately, if everything is correct, there are no payment problems and the network is ok, then you can make calls right away. (for troubleshooting please read [[Asterisk-LinuxMCE#Troubleshooting|asterisk]] documentation)&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
On submit a script is called with at least 3 parameters &#039;&#039;&#039;UserName Password PhoneNumber [ Host [ LinePrefix ] ]&#039;&#039;&#039;. &#039;&#039;Host&#039;&#039; is optional, it will be set to host assigned for existing VoIP accounts, new account may be assigned to other server. &#039;&#039;Line prefix&#039;&#039; is the prefix for dialing to outside, it&#039;s &#039;9&#039; by default.&lt;br /&gt;
&lt;br /&gt;
Just check one of &#039;&#039;/usr/pluto/bin/create_amp_*.pl&#039;&#039; too see more details. As a main idea the script simply submits several pages in AMP web interface (creating a &#039;&#039;&#039;Trunk&#039;&#039;&#039;, an &#039;&#039;&#039;Incoming Route&#039;&#039;&#039; and an &#039;&#039;&#039;Outgoing Route&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* For creation of the trunk we use all data provided to the script.&lt;br /&gt;
* For incoming route usually &#039;&#039;PhoneNumber&#039;&#039; is used. Incoming call will be routed to special asterisk context &#039;&#039;&#039;from-LinuxMCE-custom&#039;&#039;&#039; which will be explained in [[LinuxMCE_telecom_features#Phoneline_call_routing | Phoneline call routing]]&lt;br /&gt;
* For outgoing route we use trunk number (from first step), local prefixes data submitted before line creation.&lt;br /&gt;
&lt;br /&gt;
The parameters for trunk creation differ a lot between providers. The script we have will create a working configuration, it may not be optimal, some are just hacks to allow proper call routing, but it worked last time we checked.&lt;br /&gt;
&lt;br /&gt;
== Make and receive calls ==&lt;br /&gt;
Even before creating phoneline you already can call from/to any LinuxMCE phone added to installation. This includes hardphones, softphones and as a special case of softphone any [[MediaDirector]], more specifically [[SimplePhone]] running on that media director.&lt;br /&gt;
&lt;br /&gt;
If phoneline is added than you can call anywhere you service plan allows. &lt;br /&gt;
If you set local prefix like in picture from previous section, than you also can just dial 3372199 to actually dial 919543372199.&lt;br /&gt;
&lt;br /&gt;
For international calls usually you have to dial 9(dial out)+011(international)+40(Romania)+332(IasiRDS)+402618&lt;br /&gt;
:(this is true for US providers only, for European providers to dial internationally you need 00)&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
From a hard phone just dial the extension of the other phone and it will ring.&lt;br /&gt;
&lt;br /&gt;
From a MD, go to Telecom &amp;gt; Dial Direct, then enter the number, select from which device to place the call or simply press &amp;quot;place call from here&amp;quot;. If you are trying to place fall from anything but a [[SimplePhone]], it will ring you&#039;ll have to pick it up, and after that it will dial the number you entered.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
If the call is initiated without orbiter&#039;s help (like from hard phone), than the call it&#039;s simply routed by asterisk to local extension or outside number.&lt;br /&gt;
&lt;br /&gt;
Otherwise a PL_Originate command is sent to [[Telecom_Plugin]] which will send CMD_Phone_Initiate if you are trying to place a call from an [[SimplePhone|Orbiter&#039;s Embedded Phone]] or CMD_PBX_Originate to [[LinuxMCE-asterisk|Asterisk]] which will pass is to [[asterisk-LinuxMCE|asterisk]].&lt;br /&gt;
&lt;br /&gt;
== User call routing ==&lt;br /&gt;
Each LinuxMCE user gets a telecom extension (like a virtual number) in range 301-399.&lt;br /&gt;
&lt;br /&gt;
Then he/she may setup a way to handle the call, like try to call phone in my room, then in kitchen, then ring several other phones, then send the call to voicemail. &lt;br /&gt;
&lt;br /&gt;
But if it&#039;s a &#039;&#039;priority caller&#039;&#039; then instead after trying the phone in the room will call directly on mobile. Also you may set different routes if you are at home, or sleeping, or away.&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
Go to Telecom &amp;gt; CallRouting, you&#039;ll see for each user something like the image below.&lt;br /&gt;
&lt;br /&gt;
[[Image:User_routing_first.png]] &lt;br /&gt;
&lt;br /&gt;
Then you can set up for each usermode and each called type (normal or priority) what steps to make to reach you.&lt;br /&gt;
&lt;br /&gt;
[[Image:User routing second.png]]&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
After submitting the second page the &#039;&#039;/usr/pluto/bin/create_pluto_dialplan.pl&#039;&#039; script is run which will query &#039;&#039;&#039;pluto_telecom :UserRouting&#039;&#039;&#039;, and will create a dialplan according to your settings, which will be saved in &#039;&#039;/etc/asterisk/extensions_pluto_dial.conf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a fragment of generated file.&lt;br /&gt;
 exten =&amp;gt; 301,1,AGI(pluto-getusermode.agi)&lt;br /&gt;
 exten =&amp;gt; 301,2,Goto(301-um${USERMODE}-pri${PRIORITYCALLER},1)&lt;br /&gt;
 exten =&amp;gt; 301,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0,1,Goto(301-um1-pri0-try1,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1,1,Dial(Local/200@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1,2,Goto(301-um1-pri0-try1-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1-BUSY,1,Goto(301-um1-pri0-try2,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1-NOANSWER,1,Goto(301-um1-pri0-try2,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1-CONGESTION,1,Goto(301-um1-pri0-try2,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try1-CHANUNAVAIL,1,Goto(301-um1-pri0-try2,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2,1,Dial(Local/201@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2,2,Goto(301-um1-pri0-try2-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2-BUSY,1,Goto(301-um1-pri0-try3,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2-NOANSWER,1,Goto(301-um1-pri0-try3,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2-CONGESTION,1,Goto(301-um1-pri0-try3,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try2-CHANUNAVAIL,1,Goto(301-um1-pri0-try3,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3,1,Dial(Local/919543372199@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3,2,Goto(301-um1-pri0-try3-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3-BUSY,1,Goto(301-um1-pri0-try4,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3-NOANSWER,1,Goto(301-um1-pri0-try4,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3-CONGESTION,1,Goto(301-um1-pri0-try4,1)&lt;br /&gt;
 exten =&amp;gt; 301-um1-pri0-try3-CHANUNAVAIL,1,Goto(301-um1-pri0-try4,1)&lt;br /&gt;
You will see a lot of &#039;&#039;&#039;Local/ @trusted&#039;&#039;&#039; numbers. Using this channel will allow you not to care about specific technology (like SIP, IAX2, SCCP or ZAP)&lt;br /&gt;
&lt;br /&gt;
== Phoneline call routing ==&lt;br /&gt;
Is somehow similar to user call routing, However it doesn&#039;t allow fail steps (so if the action specified fails, the call will be sent to mailbox). You&#039;ll have to select what to do on each housemode.&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
Go to Wizard &amp;gt; Devices &amp;gt; PhoneLines and then click on &#039;&#039;&#039;Settings&#039;&#039;&#039; on phoneline you want, and set the route you want&lt;br /&gt;
&lt;br /&gt;
[[Image:Line_routing.png]]&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
The same script which generates [[LinuxMCE_telecom_features#User_call_routing|user call routes]] also generates phone line routing. For fill this part of it looks into &#039;&#039;&#039;pluto_telecom : Line_HouseMode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a sample of that can be done:&lt;br /&gt;
 exten =&amp;gt; 100,1,VoiceMail(100)&lt;br /&gt;
 exten =&amp;gt; 100,2,Hangup&lt;br /&gt;
 exten =&amp;gt; 102,1,AGI(pluto-gethousemode.agi)&lt;br /&gt;
 exten =&amp;gt; 102,2,Goto(102-hm${HOUSEMODE},1)&lt;br /&gt;
 exten =&amp;gt; 102,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm1,1,Dial(Local/200@trusted&amp;amp;Local/201@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 102-hm1,2,Goto(102-hm1-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm1,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm1-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm1-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm1-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm1-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm2,1,Macro(vm,301)&lt;br /&gt;
 exten =&amp;gt; 102-hm2,2,Goto(102-hm2-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm2,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm2-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm2-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm2-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm2-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm3,1,Dial(Local/200@trusted&amp;amp;Local/201@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 102-hm3,2,Goto(102-hm3-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm3,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm3-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm3-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm3-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm3-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm4,1,Macro(vm,301)&lt;br /&gt;
 exten =&amp;gt; 102-hm4,2,Goto(102-hm4-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm4,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm4-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm4-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm4-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm4-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5,1,Goto(voice-menu-pluto-custom,s,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5,2,Goto(102-hm5-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm5-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm5-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm6,1,Dial(Local/919543373199@trusted,15)&lt;br /&gt;
 exten =&amp;gt; 102-hm6,2,Goto(102-hm6-${DIALSTATUS},1)&lt;br /&gt;
 exten =&amp;gt; 102-hm6,3,Hangup&lt;br /&gt;
 exten =&amp;gt; 102-hm6-BUSY,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm6-NOANSWER,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm6-CONGESTION,1,Goto(100,1)&lt;br /&gt;
 exten =&amp;gt; 102-hm6-CHANUNAVAIL,1,Goto(100,1)&lt;br /&gt;
&lt;br /&gt;
== Priority callers and callers for me ==&lt;br /&gt;
This feature allows user to route differently calls coming from some numbers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority caller&#039;&#039;&#039; implies possibility of different routing when dialing a user.&lt;br /&gt;
:For example your mother is a priority caller, you don&#039;t want to miss a call from her, because when she finally reaches you, you&#039;ll be in big trouble&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caller for me&#039;&#039;&#039; will be redirected to user extension instead of playing voicemenu when &amp;quot;Prompt user to choose extension or user&amp;quot; is selected as an option for given housemode.&lt;br /&gt;
:The call from your boss is a call for you and not for your wife. Your wife&#039;s boss is a caller for your wife and not for you.&lt;br /&gt;
&lt;br /&gt;
A caller for me will be treated as priority caller for me but the reverse is not true.&lt;br /&gt;
:Meaning that call from your boss will be as special that the call from your mother (or you can be fired). But If your mother is calling, it doesn&#039;t always mean that she wants to talk with you, maybe she wants to speak with her grandchildren, but if she wants to talk to you, than she is treated as a priority caller.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
Go to Telecom &amp;gt; PriorityCallers and set priority callers for each user.&lt;br /&gt;
&lt;br /&gt;
Then go to Telecom &amp;gt; CallersForMe and set callers for each user.&lt;br /&gt;
&lt;br /&gt;
Pay attention how you set up those numbers, no checks are done if the same number is a &#039;caller for me&#039; for more than one user.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
In dialplan we call &#039;&#039;pluto-getusermode.agi&#039;&#039; and &#039;&#039;pluto-callersforme.agi&#039;&#039; scripts which both are responsible to take care of call.&lt;br /&gt;
The data is also stored in &#039;&#039;&#039;pluto_telecom&#039;&#039;&#039; database&lt;br /&gt;
&lt;br /&gt;
== Blind transfer of a call ==&lt;br /&gt;
Allows you to redirect an ongoing call to another destination.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
When you are speaking on an [[SimplePhone|Orbiter&#039;s Emmbedded Phone]] you can simply press a button Transfer and select a device or a user or a outside number. In this case you&#039;ll hangup and the call will be redirected to destination choosed by you. It will call directly a device or outside number or will follow the user&#039;s routing.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
CMD_PL_Transfer is sent to [[Telecom_Plugin]] with &#039;&#039;bIsConference=false&#039;&#039; which will send CMD_PBX_Transfer to [[LinuxMCE-asterisk|Asterisk]] with exact extension (3xx for a user, 2xx for device). The Asterisk will send a &#039;&#039;redirect&#039;&#039; command to [[asterisk-LinuxMCE|asterisk]].&lt;br /&gt;
&lt;br /&gt;
If the call is already a conference call then it will continue to be conference call and you&#039;ll have to hangup manually.&lt;br /&gt;
&lt;br /&gt;
== Conference calls ==&lt;br /&gt;
Allows you to have conference with many phones. &lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t use asterisk&#039;s standard [http://www.voip-info.org/wiki-Asterisk+cmd+MeetMe MeetMe] because it needs a zaptel card for realtime clock. Instead we use [http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+conference app_conference] which is not standard, but works remarcably well.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
When you are speaking on an Orbiter&#039;s Emmbedded Phone you can simply press a button Conference and select a device or a user or a outside number. In this case you and your party will join in next available conference room, and the selected extention will join you into the conference.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
CMD_PL_Transfer is sent to [[Telecom_Plugin]] with &#039;&#039;bIsConference=true&#039;&#039; which will send CMD_PBX_Transfer to [[LinuxMCE-asterisk|Asterisk]]. The Asterisk will send a redirect command to [[asterisk-LinuxMCE|asterisk]] (so far very similar with transfer), but that redirect command will have an additional channel to allow both channels to enter conference room.&lt;br /&gt;
&lt;br /&gt;
Then [[Telecom_Plugin]] sends CMD_PL_External_Originate to invite the other party to join the conference room.&lt;br /&gt;
&lt;br /&gt;
== Join existing call ==&lt;br /&gt;
Give you the possibility to join the existing conversation, practically putting it into a conference room and adding more phones to it.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
When there is an ongoing call you can see it by doing to telecom floor plan. Select ome or more devices and click in datagrid on the call you want to join. The call will be put into a conference room and selected devices will be invited to join it.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
Check CMD_PL_Join_Call in [[Telecom_Plugin]], is the one responsable for whole thing, practically it parses channels, devices deciding what devices are already in the call, and what need fo be added, and then &lt;br /&gt;
* sends CMD_PL_Transfer with &#039;&#039;bIsConference=true&#039;&#039; if a conference need to be created&lt;br /&gt;
* just invites new devices into the conference if the call is already a conference&lt;br /&gt;
* do nothing if no new devices are selected&lt;br /&gt;
&lt;br /&gt;
Also by clicking on that datagrid you will bring up the call in progress screen on all [[SimplePhone]]s connected in that call.&lt;br /&gt;
&lt;br /&gt;
== Phonebook, speeddial ==&lt;br /&gt;
Allows user to dial a number from phonebook and to define speed dial scenarios (like call mother from certain phone, by one click from orbiter)&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
To add entries in phone book please go to Telecom &amp;gt; PhoneBook, add an entry there. Then on orbiter go to Phone &amp;gt; PhoneBook. Type first letters and select the contact you want to call.&lt;br /&gt;
&lt;br /&gt;
Speed dial can be found in Wizard &amp;gt; Scenarios -&amp;gt; TelecomScenarios. Add an entry there, regen all orbiters. then try to call by pressing the button in main telecom menu, or by selecting it from Phone &amp;gt; SpeedDial datagrid.&lt;br /&gt;
&lt;br /&gt;
:Note : A quick reload my be needed after adding entries and actually using them.&lt;br /&gt;
&lt;br /&gt;
Also is a good idea to check &#039;&#039;Dial As&#039;&#039; phone number. There is a kind of autocomplete when you are adding a new phonebook entry, but better safe than sorry :)&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
No to much details, I wrote filling the SpeedDial datagrid and calling CMD_PL_Originate on click with right parameters.&lt;br /&gt;
&lt;br /&gt;
Speed dial from the orbiter is done somewhere else.&lt;br /&gt;
&lt;br /&gt;
Phone Book was already implemented and working.&lt;br /&gt;
&lt;br /&gt;
== Voice mail ==&lt;br /&gt;
Asterisk have voicemail recording capability. We store voicemail for each user and also all &#039;outside&#039; calls sent to voicemail will be stored in mailbox 100 which is default voicebox for the house. The problem usually is not the storage of voicemail, but actually the retrieval of the voicemail.&lt;br /&gt;
&lt;br /&gt;
=== How to use it ===&lt;br /&gt;
As a LinuxMCE user you have several ways to check your voicemail : &lt;br /&gt;
* from any phone in the house dial &amp;quot;*98&amp;quot; followed by mailbox number (like &amp;quot;301&amp;quot;) and access password (initially it&#039;s same &amp;quot;301&amp;quot;). Then  you are presented to a voice menu which allows you to change password, listen to messages and so on.&lt;br /&gt;
* from webpage go to Telecom &amp;gt; MyVoiceMail. Wou&#039;ll se an interface which allows you to check your voicemail&lt;br /&gt;
* NOT COMPLETED : There should be an indicator about how many voicemails (new/old) a user have, and a datagrid which will alow to listen to voicemail from the orbiter.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
Voicemail is stored in &#039;&#039;/var/lib/asterisk/sounds/voicemail/default/XXX/INBOX/&#039;&#039;, where XXX is mailbox number (same as extension). Old voicemail is moves from that path into &#039;&#039;.../Old/&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[LinuxMCE-asterisk|Asterisk]] sends an event when voicemail count changes. [[Telecom_Plugin]] catches it, process a little and sends CMD_Set_Bound_Icon to all orbiters. Datagrid is implemented but I never tested it. It will use same web interface to allow playing messages on any MD.&lt;br /&gt;
&lt;br /&gt;
: Need to know : [[asterisk-LinuxMCE|asterisk]] creates voicemail files with bad permissions (asterisk:asterisk), so &#039;&#039;asterisk_keep_running.pl&#039;&#039; will show voicemail once in about a minute to asterisk:www-data. So it&#039;s not good idea to check voicemail from web interface immediately after the message was left.&lt;br /&gt;
==Black list==&lt;br /&gt;
Asterisk has a convenient blacklist functionality. It can be used to block persistent telemarketers, surveys, etc. The caller gets a short message that the line is not in service. The call is not transferred to any extension, but simply hang up.&lt;br /&gt;
===How to use it===&lt;br /&gt;
To enable the blacklist, go to the FreePBX control panel by navigating to &#039;&#039;advanced -&amp;gt; configuration -&amp;gt; phones setup&#039;&#039; in the LinuxMCE web admin tool. Once in the FreePBX panel, click on the &#039;&#039;Tools&#039;&#039; tab and then &#039;&#039;Module admin&#039;&#039;. Click on the link &#039;&#039;Check for updates online&#039;&#039;. A list of available modules will appear on the screen. Under the category &#039;&#039;CID &amp;amp; Number Management&#039;&#039; you will find a module called &#039;&#039;Blacklist&#039;&#039;. Click on the link, check the &#039;&#039;Download and Install&#039;&#039; radio button and click &#039;&#039;Process&#039;&#039; at the bottom (or top) of the page. Once installation completed, go back to the &#039;&#039;Setup&#039;&#039; tab, now you will have the blacklist module to the left. Click on it and add any number to the list. Your changes will take effect immediately.&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
[[Category: Tutorials]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26902</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26902"/>
		<updated>2011-02-04T22:37:18Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1. When you have figured out the ip you should get a welcome screen similar to&lt;br /&gt;
[[Image:Rtp300_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit &amp;quot;Login&amp;quot;. Start by hitting the Status tab, and you should see something like this&lt;br /&gt;
[[Image:Rtp300_2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Take a note of the MAC and IP addresses, they will be needed further on when configuring the device in the LinuxMCE web admin.&lt;br /&gt;
==Configuring the voice parts of the RTP300==&lt;br /&gt;
Hit the voice tab as shown below and the web page will ask you for your credentials (in your local language) according to the following figure. The credentials correspond to bullet 2 above.&lt;br /&gt;
[[Image:Rtp300_2_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit OK. This should take you to the following screen.&lt;br /&gt;
[[Image:Rtp300_4.jpg]]&lt;br /&gt;
&lt;br /&gt;
Hit the Admin login as shown above. You should get the following (in your local language).&lt;br /&gt;
[[Image:Rtp300_5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Provide the credentials (bullet three above) and hit OK. This should take you to the following screen.&lt;br /&gt;
[[Image:Rtp300_6.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Line1 and Line2 tabs correspond to the configuration of the two phone lines respectively. If you got the device from a SIP provider, one of these lines are probably configured with your providers data. In this case, line1 is configured for my SIP provider. Hit the Line1 tab, and you get the following screen&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_7.jpg]]&lt;br /&gt;
&lt;br /&gt;
It is a good idea to save the existing configuration for future use or reference. Simply disable the phone line as shown in the figure above. Hit the Line 2 tab and make sure it is enabled as shown below&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_8.jpg]]&lt;br /&gt;
&lt;br /&gt;
The LinuxMCE specific configurations that need to be done are highlighted in the figure below&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_9.jpg]]&lt;br /&gt;
&lt;br /&gt;
The display name, Auth ID and User ID correspond to the extension assigned by LinuxMCE. It is not yet known so leave it blank together with the password for the time being.&lt;br /&gt;
==Registering the phone in LinuxMCE==&lt;br /&gt;
Click the &amp;quot;Phones&amp;quot; link on the left in the web admin. A listing of the phones in your system will appear. Click the &amp;quot;Add device&amp;quot; button on the bottom of the page. The following window appears&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_mce1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Enter the device template id 1734 (Generic SIP softphone) as shown and hit go. The phone will appear in the listing. Complete the form with the IP and MAC address that you noted earlier and hit &amp;quot;Update&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_mce2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Copy and paste the phone number and password into the RTP300 Line 2 configuration as previously discussed. If you hit the &amp;quot;Info&amp;quot; tab in the RTP300, Line 2 should appear as registered.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_10.jpg]]&lt;br /&gt;
&lt;br /&gt;
You probably want your RTP300 to ring when someone calls. To obtain this, click &amp;quot;Phone lines&amp;quot; and then &amp;quot;Settings&amp;quot; on your phone line in the LinuxMCE web admin. Here you can select under what circumstances the RTP300 should ring.&lt;br /&gt;
&lt;br /&gt;
Now, all you have to do is to connect any regular phone to the Phone 2 port on the back of your RTP300 and you are good to go.&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_10.jpg&amp;diff=26901</id>
		<title>File:Rtp300 10.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_10.jpg&amp;diff=26901"/>
		<updated>2011-02-04T22:24:12Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_mce2.jpg&amp;diff=26900</id>
		<title>File:Rtp300 mce2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_mce2.jpg&amp;diff=26900"/>
		<updated>2011-02-04T22:18:27Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_mce1.jpg&amp;diff=26899</id>
		<title>File:Rtp300 mce1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_mce1.jpg&amp;diff=26899"/>
		<updated>2011-02-04T22:05:14Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26898</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26898"/>
		<updated>2011-02-04T21:56:11Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1. When you have figured out the ip you should get a welcome screen similar to&lt;br /&gt;
[[Image:Rtp300_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit &amp;quot;Login&amp;quot;. Start by hitting the Status tab, and you should see something like this&lt;br /&gt;
[[Image:Rtp300_2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Take a note of the MAC and IP addresses, they will be needed further on when configuring the device in the LinuxMCE web admin.&lt;br /&gt;
==Configuring the voice parts of the RTP300==&lt;br /&gt;
Hit the voice tab as shown below and the web page will ask you for your credentials (in your local language) according to the following figure. The credentials correspond to bullet 2 above.&lt;br /&gt;
[[Image:Rtp300_2_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit OK. This should take you to the following screen.&lt;br /&gt;
[[Image:Rtp300_4.jpg]]&lt;br /&gt;
&lt;br /&gt;
Hit the Admin login as shown above. You should get the following (in your local language).&lt;br /&gt;
[[Image:Rtp300_5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Provide the credentials (bullet three above) and hit OK. This should take you to the following screen.&lt;br /&gt;
[[Image:Rtp300_6.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Line1 and Line2 tabs correspond to the configuration of the two phone lines respectively. If you got the device from a SIP provider, one of these lines are probably configured with your providers data. In this case, line1 is configured for my SIP provider. Hit the Line1 tab, and you get the following screen&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_7.jpg]]&lt;br /&gt;
&lt;br /&gt;
It is a good idea to save the existing configuration for future use or reference. Simply disable the phone line as shown in the figure above. Hit the Line 2 tab and make sure it is enabled as shown below&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_8.jpg]]&lt;br /&gt;
&lt;br /&gt;
The LinuxMCE specific configurations that need to be done are highlighted in the figure below&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_9.jpg]]&lt;br /&gt;
&lt;br /&gt;
The display name, Auth ID and User ID correspond to the extension assigned by LinuxMCE. It is not yet known so leave it blank together with the password for the time being.&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_9.jpg&amp;diff=26897</id>
		<title>File:Rtp300 9.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_9.jpg&amp;diff=26897"/>
		<updated>2011-02-04T21:52:10Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_8.jpg&amp;diff=26896</id>
		<title>File:Rtp300 8.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_8.jpg&amp;diff=26896"/>
		<updated>2011-02-04T21:49:37Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_7.jpg&amp;diff=26895</id>
		<title>File:Rtp300 7.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_7.jpg&amp;diff=26895"/>
		<updated>2011-02-04T21:46:03Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_6.jpg&amp;diff=26894</id>
		<title>File:Rtp300 6.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_6.jpg&amp;diff=26894"/>
		<updated>2011-02-04T21:41:38Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_5.jpg&amp;diff=26893</id>
		<title>File:Rtp300 5.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_5.jpg&amp;diff=26893"/>
		<updated>2011-02-04T21:37:39Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26892</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26892"/>
		<updated>2011-02-04T21:35:18Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1. When you have figured out the ip you should get a welcome screen similar to&lt;br /&gt;
[[Image:Rtp300_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit &amp;quot;Login&amp;quot;. Start by hitting the Status tab, and you should see something like this&lt;br /&gt;
[[Image:Rtp300_2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Take a note of the MAC and IP addresses, they will be needed further on when configuring the device in the LinuxMCE web admin.&lt;br /&gt;
==Configuring the voice parts of the RTP300==&lt;br /&gt;
Hit the voice tab as shown below and the web page will ask you for your credentials (in your local language) according to the following figure. The credentials correspond to bullet 2 above.&lt;br /&gt;
[[Image:Rtp300_2_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit OK. This should take you to the following screen.&lt;br /&gt;
[[Image:Rtp300_4.jpg]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_4.jpg&amp;diff=26891</id>
		<title>File:Rtp300 4.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_4.jpg&amp;diff=26891"/>
		<updated>2011-02-04T21:34:24Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26890</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26890"/>
		<updated>2011-02-04T21:32:02Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1. When you have figured out the ip you should get a welcome screen similar to&lt;br /&gt;
[[Image:Rtp300_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit &amp;quot;Login&amp;quot;. Start by hitting the Status tab, and you should see something like this&lt;br /&gt;
[[Image:Rtp300_2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Take a note of the MAC and IP addresses, they will be needed further on when configuring the device in the LinuxMCE web admin.&lt;br /&gt;
==Configuring the voice parts of the RTP300==&lt;br /&gt;
Hit the voice tab as shown below and the web page will ask you for your credentials (in your local language) according to the following figure. The credentials correspond to bullet 2 above.&lt;br /&gt;
[[Image:Rtp300_2_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rtp300_3.jpg]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_3.jpg&amp;diff=26889</id>
		<title>File:Rtp300 3.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_3.jpg&amp;diff=26889"/>
		<updated>2011-02-04T21:30:14Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_2_1.jpg&amp;diff=26888</id>
		<title>File:Rtp300 2 1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_2_1.jpg&amp;diff=26888"/>
		<updated>2011-02-04T21:29:16Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26887</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26887"/>
		<updated>2011-02-04T21:25:14Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1. When you have figured out the ip you should get a welcome screen similar to&lt;br /&gt;
[[Image:Rtp300_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Type in the credentials and hit &amp;quot;Login&amp;quot;. Start by hitting the Status tab, and you should see something like this&lt;br /&gt;
[[Image:Rtp300_2.jpg]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26886</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26886"/>
		<updated>2011-02-04T21:20:11Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer and type in the web address of the device. The default address is http://192.168.15.1 . Your SIP provider may have changed the default ip to further confuse curious customers. If this is the case you can e.g. examine the ip configuration of the computer that you hooked up to the device. Since the computer is connected to the RTP300 subnet its ip address can give a hint. If the ip of the computer is e.g. 192.168.75.XXX, then there is a big chance that the ip of the device is 192.168.75.1.&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26885</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26885"/>
		<updated>2011-02-04T21:15:57Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;br /&gt;
==IP and MAC address==&lt;br /&gt;
Connect the &#039;&#039;internet&#039;&#039; port of the device to your LinuxMCE subnet. Connect one of the four ethernet ports to a computer. Open up a web browser in the computer ant type in the web address of the device. The default address is http://192.168.15.1&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26884</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26884"/>
		<updated>2011-02-04T21:08:40Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;br /&gt;
=Setup=&lt;br /&gt;
==Obtaining administration password==&lt;br /&gt;
The first step is to gain access to the administration web page of the device. If you bought it yourself, you can use the default user/pass and you are good to go. If you got it from a SIP provider they have most probably changed the password to prevent customers to configure the device with another provider.&lt;br /&gt;
&lt;br /&gt;
In the latter case there exist a number of possibilities to get the password. First, try and search the internet, chances are that the passwords have leaked and are actually published on the net. If you can not find it with Google, contact the tech support of your provider. Explain what you are doing, and that you do not have the intention to sign up with their competition. It is of course a long shot to do so, they are likely to let you down (although this is actually how I got the passwords). As a last resort [http://www.voipling.com/2008/11/linksys-rtp300-unlocked-and-setup-with-asterisk/ this link] explains how to unlock the device by flashing it with the latest firmware. Bear in mind that any provider specific information will be lost if you choose to do so. I haven&#039;t tested this myself, but the procedure includes actually editing the binary firmware by hand before flashing. So it is probably not something for the faint-hearted.&lt;br /&gt;
&lt;br /&gt;
In any case, there are three passwords needed to perform the necessary configurations of the device:&lt;br /&gt;
&lt;br /&gt;
1. Main access to the web administration tool&lt;br /&gt;
&lt;br /&gt;
2. User level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
3. Administrator level access to the voice part of the device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These three credentials may or may not be the same.&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26883</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26883"/>
		<updated>2011-02-04T20:52:36Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Summary=&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;br /&gt;
&lt;br /&gt;
The Linksys RTP300 is a 4-port Ethernet router with two built in phone-lines. Each phone line has a corresponding RJ-11 jack on the back of the device where you can connect any regular analogue phone.&lt;br /&gt;
&lt;br /&gt;
The RTP300 is often provided to customers by SIP providers as a cheap HW solution to get started quickly with whatever phone you already have at home. If you are registered with a SIP provider chances are that you already have one at home.&lt;br /&gt;
&lt;br /&gt;
This device supports all common protocols, but this page describes how to use it as a SIP device. It is not PnP in LinuxMCE, but with some simple manual steps it can easily be integrated in your LinuxMCE system. This page describes how.&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26882</id>
		<title>Linksys rtp300</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Linksys_rtp300&amp;diff=26882"/>
		<updated>2011-02-04T20:44:22Z</updated>

		<summary type="html">&lt;p&gt;Willow3: New page: Category: Hardware {{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}} [[Category:...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|710Status=Unknown|710UpdatedDate=N/A|710UpdatedBy=N/A|810Status=Working with issues|810UpdatedDate=4th February 2011|810UpdatedBy=Willow3}}&lt;br /&gt;
[[Category: Phones]]&lt;br /&gt;
[[Category: IP Phones]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
= Summary =&lt;br /&gt;
[[Image:Rtp300_front.jpg]]&lt;br /&gt;
[[Image:Rtp300_back.jpg]]&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_2.jpg&amp;diff=26881</id>
		<title>File:Rtp300 2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_2.jpg&amp;diff=26881"/>
		<updated>2011-02-04T14:33:28Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_1.jpg&amp;diff=26880</id>
		<title>File:Rtp300 1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_1.jpg&amp;diff=26880"/>
		<updated>2011-02-04T14:22:31Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_back.jpg&amp;diff=26879</id>
		<title>File:Rtp300 back.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_back.jpg&amp;diff=26879"/>
		<updated>2011-02-04T13:36:58Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Rtp300_front.jpg&amp;diff=26878</id>
		<title>File:Rtp300 front.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Rtp300_front.jpg&amp;diff=26878"/>
		<updated>2011-02-04T13:29:03Z</updated>

		<summary type="html">&lt;p&gt;Willow3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Willow3</name></author>
	</entry>
</feed>