<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rscholer</id>
	<title>innovaphone wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rscholer"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Rscholer"/>
	<updated>2026-05-11T17:48:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=16749</id>
		<title>Howto:Maintaining a Phone Directory in the PBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=16749"/>
		<updated>2010-03-09T10:35:14Z</updated>

		<summary type="html">&lt;p&gt;Rscholer: /* Node */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* PBX, all platforms, V7 and later&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: Telefonbuch, Directory, Verzeichnis, Phonebook, Phone Book --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
A shared phone directory for all users is a common requirement in PBX systems. Although there are sophisticated solutions based on LDAP services available (e.g. [[Howto:ESTOS_MetaDirectory%2C_iCE_Information | Metadirectory]]), some customers ask for a small and easy solution which is implemented directly in the PBX and does not require any external components.  Here is how to do it.&lt;br /&gt;
===System Requirements===&lt;br /&gt;
The goal is to make the global phone book available in the phone&#039;s directory client for outgoing calls and for reverse identifaction of incoming calls.  You will need a PBX and you will need to configure the phone&#039;s external LDAP client accordingly.  The solution will also work with the LDAP [[Reference8:Administration/PBX/Objects/Directory_Search | Directory Search ]] object. &lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
The idea is to configure directory entries as normal user objects.  These will be looked up by the phone&#039;s directory client.  Unfortunately, all these numbers obviously start with the trunk access prefix (usually &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;) and would thus conflict with your trunk object.  The solution is to create a separate [[Reference8:Administration/PBX/Objects/Node|node]] for phone book entries (say &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; for example).  This eliminates the conflict as there will be no trunk object in this node.  All phone book entries must be configured with the &amp;lt;code&amp;gt;node&amp;lt;/code&amp;gt; property set to &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; then.  &lt;br /&gt;
&lt;br /&gt;
==== Node ====&lt;br /&gt;
To create the [[Reference8:Administration/PBX/Objects/Node|node]], you need to:&lt;br /&gt;
* Add a &#039;&#039;Node&#039;&#039; entry with:&lt;br /&gt;
* &#039;&#039;Name&#039;&#039; set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039; Long Name&#039;&#039;set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039;Number&#039;&#039; to a available number in the dialing plan. The actual number is not used for the phonebook&lt;br /&gt;
* Check the &#039;&#039;Hide from LDAP&#039;&#039; check-mark so the node doesn&#039;t appear in LDAP searches.&lt;br /&gt;
Rest can be left default.&lt;br /&gt;
&lt;br /&gt;
==== Entries ====&lt;br /&gt;
To add an entry, you would create a user [[Reference7:Administration/PBX/Objects|object]] and configure it as follows&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; to some unique id, e.g. &amp;lt;code&amp;gt;telbook-donaldd-mgm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Display Name&#039;&#039; to the name you want to appear in the phone display (e.g. &amp;lt;code&amp;gt;Donald Duck, Metro-Goldwyn-Mayer&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Number&#039;&#039; to the number to dial (including trunk prefixes, e.g. &amp;lt;code&amp;gt;007031730090&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to the phone book node you created (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
* Make sure the &#039;&#039;Hide from LDAP&#039;&#039; check-mark is &#039;&#039;Unchecked&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Telephone LDAP Directory Client ====&lt;br /&gt;
On the client side, you need to configure the LDAP directory client in &amp;lt;code&amp;gt;Configuration / Registration x / Directories&amp;lt;/code&amp;gt;  accordingly.  Here it goes:&lt;br /&gt;
* You may want to clear the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;PBX&#039;&#039; box if you want the phone to display phone book entries only. However, leaving it checked will nicely show a merged list of PBX extensions and phone book entries&lt;br /&gt;
* You need to check the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;External LDAP Server&#039;&#039; box&lt;br /&gt;
* Set &#039;&#039;Server&#039;&#039; to the IP address of your PBX &lt;br /&gt;
* Set &#039;&#039;Port&#039;&#039; to 389&lt;br /&gt;
* Set &#039;&#039;Username&#039;&#039; and &#039;&#039;Password&#039;&#039; to the credentials of an LDAP server account with at least read privileges (usually &amp;lt;code&amp;gt;ldap-guest&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ipxxx&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Search Base&#039;&#039; to &amp;lt;code&amp;gt;cn=PBX0&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Mode&#039;&#039; to &amp;lt;code&amp;gt;basic&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Object Filter&#039;&#039; to &amp;lt;code&amp;gt;(node=telbook)&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Name Attributes&#039;&#039; to &amp;lt;code&amp;gt;dn&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Number Attributes&#039;&#039; to &amp;lt;code&amp;gt;e164&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Administrative Access ====&lt;br /&gt;
Maintenance of the phone book now requires admin rights in the PBX.  However, this maintenance is usually delegated to personel that should not have modify rights on the system&#039;s overall configuration.  To work around that problem, you would create a special PBX user (say &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;) with limited access rights.  You need to&lt;br /&gt;
* Create a new &#039;&#039;User&#039;&#039; object&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; and &#039;&#039;Name&#039;&#039; and to the desired name (e.g. &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Number&#039;&#039; empty&lt;br /&gt;
* Set &#039;&#039;Password&#039;&#039; to the desired password&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to you standard node, but &#039;&#039;not&#039;&#039; to the node you are using for the phone book (e.g. to &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, not &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
On that user object, you would set special access rights.  To do so, you open the &#039;&#039;Rights&#039;&#039; dialogue (by clicking the &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; sign in the &#039;&#039;Rights&#039;&#039; column) and&lt;br /&gt;
* Select &#039;&#039;Administration of all Objects&#039;&#039; from the drop-down list&lt;br /&gt;
* Set &#039;&#039;Limit to Node&#039;&#039; to your phone book node (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Limit to PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
The person in charge of the directory administration can now log in to the PBX using this restricted account and safely edit all entries with no risk of doing harm to the rest of the configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Rscholer</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=16748</id>
		<title>Howto:Maintaining a Phone Directory in the PBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=16748"/>
		<updated>2010-03-09T10:34:19Z</updated>

		<summary type="html">&lt;p&gt;Rscholer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* PBX, all platforms, V7 and later&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: Telefonbuch, Directory, Verzeichnis, Phonebook, Phone Book --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
A shared phone directory for all users is a common requirement in PBX systems. Although there are sophisticated solutions based on LDAP services available (e.g. [[Howto:ESTOS_MetaDirectory%2C_iCE_Information | Metadirectory]]), some customers ask for a small and easy solution which is implemented directly in the PBX and does not require any external components.  Here is how to do it.&lt;br /&gt;
===System Requirements===&lt;br /&gt;
The goal is to make the global phone book available in the phone&#039;s directory client for outgoing calls and for reverse identifaction of incoming calls.  You will need a PBX and you will need to configure the phone&#039;s external LDAP client accordingly.  The solution will also work with the LDAP [[Reference8:Administration/PBX/Objects/Directory_Search | Directory Search ]] object. &lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
The idea is to configure directory entries as normal user objects.  These will be looked up by the phone&#039;s directory client.  Unfortunately, all these numbers obviously start with the trunk access prefix (usually &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;) and would thus conflict with your trunk object.  The solution is to create a separate [[Reference8:Administration/PBX/Objects/Node|node]] for phone book entries (say &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; for example).  This eliminates the conflict as there will be no trunk object in this node.  All phone book entries must be configured with the &amp;lt;code&amp;gt;node&amp;lt;/code&amp;gt; property set to &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; then.  &lt;br /&gt;
&lt;br /&gt;
==== Node ====&lt;br /&gt;
To create the [[Reference8:Administration/PBX/Objects/Node|node]], you need to:&lt;br /&gt;
* Add a &#039;&#039;Node&#039;&#039; entry with:&lt;br /&gt;
* &#039;&#039;Name&#039;&#039; set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039; Long Name&#039;&#039;set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039;Number&#039;&#039; to a available number in the dialing plan.&lt;br /&gt;
* Check the &#039;&#039;Hide from LDAP&#039;&#039; check-mark so the node doesn&#039;t appear in LDAP searches.&lt;br /&gt;
Rest can be left default.&lt;br /&gt;
&lt;br /&gt;
==== Entries ====&lt;br /&gt;
To add an entry, you would create a user [[Reference7:Administration/PBX/Objects|object]] and configure it as follows&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; to some unique id, e.g. &amp;lt;code&amp;gt;telbook-donaldd-mgm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Display Name&#039;&#039; to the name you want to appear in the phone display (e.g. &amp;lt;code&amp;gt;Donald Duck, Metro-Goldwyn-Mayer&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Number&#039;&#039; to the number to dial (including trunk prefixes, e.g. &amp;lt;code&amp;gt;007031730090&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to the phone book node you created (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
* Make sure the &#039;&#039;Hide from LDAP&#039;&#039; check-mark is &#039;&#039;Unchecked&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Telephone LDAP Directory Client ====&lt;br /&gt;
On the client side, you need to configure the LDAP directory client in &amp;lt;code&amp;gt;Configuration / Registration x / Directories&amp;lt;/code&amp;gt;  accordingly.  Here it goes:&lt;br /&gt;
* You may want to clear the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;PBX&#039;&#039; box if you want the phone to display phone book entries only. However, leaving it checked will nicely show a merged list of PBX extensions and phone book entries&lt;br /&gt;
* You need to check the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;External LDAP Server&#039;&#039; box&lt;br /&gt;
* Set &#039;&#039;Server&#039;&#039; to the IP address of your PBX &lt;br /&gt;
* Set &#039;&#039;Port&#039;&#039; to 389&lt;br /&gt;
* Set &#039;&#039;Username&#039;&#039; and &#039;&#039;Password&#039;&#039; to the credentials of an LDAP server account with at least read privileges (usually &amp;lt;code&amp;gt;ldap-guest&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ipxxx&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Search Base&#039;&#039; to &amp;lt;code&amp;gt;cn=PBX0&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Mode&#039;&#039; to &amp;lt;code&amp;gt;basic&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Object Filter&#039;&#039; to &amp;lt;code&amp;gt;(node=telbook)&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Name Attributes&#039;&#039; to &amp;lt;code&amp;gt;dn&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Number Attributes&#039;&#039; to &amp;lt;code&amp;gt;e164&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Administrative Access ====&lt;br /&gt;
Maintenance of the phone book now requires admin rights in the PBX.  However, this maintenance is usually delegated to personel that should not have modify rights on the system&#039;s overall configuration.  To work around that problem, you would create a special PBX user (say &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;) with limited access rights.  You need to&lt;br /&gt;
* Create a new &#039;&#039;User&#039;&#039; object&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; and &#039;&#039;Name&#039;&#039; and to the desired name (e.g. &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Number&#039;&#039; empty&lt;br /&gt;
* Set &#039;&#039;Password&#039;&#039; to the desired password&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to you standard node, but &#039;&#039;not&#039;&#039; to the node you are using for the phone book (e.g. to &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, not &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
On that user object, you would set special access rights.  To do so, you open the &#039;&#039;Rights&#039;&#039; dialogue (by clicking the &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; sign in the &#039;&#039;Rights&#039;&#039; column) and&lt;br /&gt;
* Select &#039;&#039;Administration of all Objects&#039;&#039; from the drop-down list&lt;br /&gt;
* Set &#039;&#039;Limit to Node&#039;&#039; to your phone book node (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Limit to PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
The person in charge of the directory administration can now log in to the PBX using this restricted account and safely edit all entries with no risk of doing harm to the rest of the configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Rscholer</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:We_are_currently_using_Innovaphone_IP6000_Gateway_and_couple_days_ago_we_upgraded_to_v6._Problem_is_that_if_I_have_set_a_diversion_to_my_mobile_it_doesnt_show_the_caller_ID,_just_the_number_that_call_was_diverted_from.&amp;diff=11043</id>
		<title>Howto:We are currently using Innovaphone IP6000 Gateway and couple days ago we upgraded to v6. Problem is that if I have set a diversion to my mobile it doesnt show the caller ID, just the number that call was diverted from.</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:We_are_currently_using_Innovaphone_IP6000_Gateway_and_couple_days_ago_we_upgraded_to_v6._Problem_is_that_if_I_have_set_a_diversion_to_my_mobile_it_doesnt_show_the_caller_ID,_just_the_number_that_call_was_diverted_from.&amp;diff=11043"/>
		<updated>2008-07-30T11:20:03Z</updated>

		<summary type="html">&lt;p&gt;Rscholer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FAQ:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are currently using Innovaphone IP6000 Gateway and other innovaphone products (IP 230, IP 110, IP 50 DECT etc.) and couple days ago we upgraded our version v5 to v6. Problem is that if I have set a diversion to my mobile it doesnt show the caller ID, just the number that call was diverted from.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please have a look at http://wiki.innovaphone.com/index.php?search=partial+rerouting&amp;amp;go=Go and http://wiki.innovaphone.com/index.php?title=Howto:How_does_%22CLIP_no_screening%22_work%3F &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Faq|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Rscholer</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:How_ISDN_wiring_works&amp;diff=10142</id>
		<title>Howto:How ISDN wiring works</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:How_ISDN_wiring_works&amp;diff=10142"/>
		<updated>2008-06-19T08:59:30Z</updated>

		<summary type="html">&lt;p&gt;Rscholer: /* Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ISDN Primary rate (PRI) wiring differs from Ethernet and from ISDN Basic rate (BRI) wiring.  Here is how to do primary rate and basic rate wiring correctly.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*IP3000&lt;br /&gt;
*IP3000DD&lt;br /&gt;
*IP6000&lt;br /&gt;
*IP400&lt;br /&gt;
*IP800&lt;br /&gt;
*IP202&lt;br /&gt;
*IP302&lt;br /&gt;
*IP305&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
===Details===&lt;br /&gt;
With a newer ISDN PRI network termination, the IP3000 can be connected using a straight, 8-wire category 5 cable.  A 4 wire cable, either LAN or telephony cable, will often not work.  Also, some network terminations do not feature an RJ45 connector, so an individual cable must be created. &lt;br /&gt;
&lt;br /&gt;
On the IP3000 box bottom, there is a wiring diagram.  If you are unclear about the pinout, the following pinout picture will probably help:&lt;br /&gt;
&lt;br /&gt;
[[Image:How_ISDN_wiring_works_-_RJ45.gif]]&lt;br /&gt;
&lt;br /&gt;
PRI uses pairs 1 and 2 according to the following picture (pair 1: 4+5, pair 2: 1+2), as opposed to BRI, which uses pairs 1 and 3.&lt;br /&gt;
&lt;br /&gt;
[[Image:How_ISDN_wiring_works_-_Rj45-pairs.gif]]&lt;br /&gt;
&lt;br /&gt;
To check the cable you are going to use, simply plug it into PRI1 and PRI2 of the same IP3000.  Both PRI1/2 leds must light, otherwise the cable is broken or unsuited.  This even works if the 2 PRIs are not licensed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Rscholer</name></author>
	</entry>
</feed>