<?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=Kloyenz</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=Kloyenz"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Kloyenz"/>
	<updated>2026-05-09T11:39:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Innovaphone_built-in_music_on_hold&amp;diff=25749</id>
		<title>Howto:Innovaphone built-in music on hold</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Innovaphone_built-in_music_on_hold&amp;diff=25749"/>
		<updated>2012-08-10T12:34:32Z</updated>

		<summary type="html">&lt;p&gt;Kloyenz: /* Related Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FAQ:&#039;&#039;&#039;&lt;br /&gt;
Can I download the innovaphone built-in music on hold as a wave file?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
yes, you can. You have here also different versions of the innovaphone moh.&lt;br /&gt;
&lt;br /&gt;
It is the moh.zip file &lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
&lt;br /&gt;
http://download.innovaphone.com/ice/download/p/published/TOOLS/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--*[[Main_Page|wiki-innovaphone]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Faq|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: moh wav music on hold innovaphone.mp3 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Link not working anymore&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kloyenz</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference8:Delegated_Authentication&amp;diff=16768</id>
		<title>Reference8:Delegated Authentication</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference8:Delegated_Authentication&amp;diff=16768"/>
		<updated>2010-03-10T10:09:55Z</updated>

		<summary type="html">&lt;p&gt;Kloyenz: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Applies to ==&lt;br /&gt;
All devices with firmware version 8 and later.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Each device has its own administrator/viewer accounts.&lt;br /&gt;
&lt;br /&gt;
In version 8 and later a single device can act as an authentication server for the rest of the devices. User accounts that are managed on the authentication server can be used to login on each device in the installation. You can also configure devices to accept user accounts from a PBX or a Windows domain.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
Version 8 devices can use Kerberos to authenticate users that are not managed locally but on a remote Kerberos server.&lt;br /&gt;
&lt;br /&gt;
=== Kerberos ===&lt;br /&gt;
A Kerberos server manages users and services for a realm that is specified by a distinct name. It shares a secret password with each user and each service. &lt;br /&gt;
Users can obtain a ticket for a service from the Kerberos server if they proove that they know their own password. &lt;br /&gt;
Services can then authenticate users by validating tickets instead of passwords. Therefore many devices can be accessed using the same user credentials but only the Kerberos server and the user have to know it.&lt;br /&gt;
&lt;br /&gt;
=== Logging in ===&lt;br /&gt;
The main idea of how the centralized login process works in version 8 is the following:&lt;br /&gt;
&lt;br /&gt;
[[Image:Login_kerberos_basic.png]]&lt;br /&gt;
&lt;br /&gt;
# The browser sends user name and password to the box, using &#039;&#039;&#039;HTTPS basic authentication&#039;&#039;&#039;.&lt;br /&gt;
# The box then uses &#039;&#039;&#039;Kerberos&#039;&#039;&#039; to obtain a ticket on behalf of the user from the Kerberos server for its own web server.&lt;br /&gt;
If that was successful the password is valid and the user is authenticated.&lt;br /&gt;
&lt;br /&gt;
=== Cross realm authentication ===&lt;br /&gt;
Cross-realm authentication means that users from one realm/domain can login to services from another realm/domain. To do so, the realms have to trust each other and have a shared secret password to decrypt tickets from the other realm. This password has to be configured on both Kerberos servers. The picture shows how cross-realm authentication is used to login with a Windows domain user at an innovaphone box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Login kerberos basic crossrealm.png]]&lt;br /&gt;
&lt;br /&gt;
# The browser sends user name and password of a Windows domain user to the box, using HTTPS basic authentication.&lt;br /&gt;
# The box authenticates with the user credentials against the Windows Kerberos server and gets back a ticket-granting ticket.&lt;br /&gt;
# The box uses the ticket-granting ticket to get a ticket for the innovaphone Kerberos server.&lt;br /&gt;
# The box uses the cross-realm ticket to obtain a ticket on behalf of the user from the innovaphone Kerberos server for its own web server.&lt;br /&gt;
If that was successful the password is valid and the user is authenticated.&lt;br /&gt;
&lt;br /&gt;
=== HTTPS for encryption ===&lt;br /&gt;
The box needs username and password in the clear to delegate authentication. Basic authentication is used to send that information from the web browser to the box. This message exchange has to be encrypted using HTTPS.&lt;br /&gt;
&lt;br /&gt;
In order to protect user passwords from eavesdropping and to stay compatible with existing configurations at the same time, our devices implement the following behaviour if Kerberos is enabled.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HTTP&#039;&#039;&#039;&lt;br /&gt;
* No change to the normal behaviour&lt;br /&gt;
* Digest or Basic authentication is offered&lt;br /&gt;
* Local users from the box, only&lt;br /&gt;
&#039;&#039;&#039;HTTPS&#039;&#039;&#039;&lt;br /&gt;
* Basic authentication, only&lt;br /&gt;
* Local users and remote Kerberos users.&lt;br /&gt;
&lt;br /&gt;
As a consequence you have to use HTTPS if you want to login with a Kerberos user account.&lt;br /&gt;
&lt;br /&gt;
=== Authorization ===&lt;br /&gt;
Tickets issued by an innovaphone Kerberos server contain some information whether the user is an administrator or a viewer. When it comes to cross-realm authentication with a Windows domain the innovaphone Kerberos server can map between Windows group memberships and administrator rights.&lt;br /&gt;
&lt;br /&gt;
=== Kerberos servers on the innovaphone platform ===&lt;br /&gt;
V8 gateways are capable of hosting multiple Kerberos servers at a time.&lt;br /&gt;
&lt;br /&gt;
==== Stand-alone Kerberos server ====&lt;br /&gt;
Each gateway can host a single Kerberos server that can be configured freely.&lt;br /&gt;
&lt;br /&gt;
==== The PBX as a Kerberos server ====&lt;br /&gt;
Each PBX also provides for Kerberos authentication for its users without additional configuration:&lt;br /&gt;
* The &#039;&#039;System Name&#039;&#039; of the PBX is the name of the realm.&lt;br /&gt;
* Users with both a password and rights defined can be used for delegated authentication.&lt;br /&gt;
* The &#039;&#039;Name&#039;&#039; of the user object in the PBX can be used as the user name for authentication.&lt;br /&gt;
* Users with the right &#039;&#039;Full PBX Administration&#039;&#039; are administrators in the Kerberos realm. Users with other rights are viewers.&lt;br /&gt;
* LDAP replication also works with the Kerberos information.&lt;br /&gt;
* There is a special user called &#039;&#039;_KADMIN_&#039;&#039; that can be used to add devices to the realm but not to login to the user interface.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&#039;&#039;&#039;Important Note:&#039;&#039;&#039; Every device that will use kerberos should have a valid NTP server wich is in sync with the other devices &lt;br /&gt;
=== Setting up the Kerberos server ===&lt;br /&gt;
The Kerberos server of a PBX is configured using the PBX/Security page (see [[Reference8:Administration/PBX/Security]]).&lt;br /&gt;
&lt;br /&gt;
Configuration of the stand-alone Kerberos server is done using the General/Kerberos page (see [[Reference8:Configuration/General/Kerberos]]).&lt;br /&gt;
# Enter a LDAP password. This password is used to encrypt keys in the LDAP directory of the server.&lt;br /&gt;
# Configure the name of the realm.&lt;br /&gt;
Now the server is running. You can now create and manage user accounts.&lt;br /&gt;
&lt;br /&gt;
=== Setting up the client devices ===&lt;br /&gt;
Configuration of the clients is done using the General/Admin page from the web administration interface (see [[Reference8:Configuration/General/Admin]]).&lt;br /&gt;
&lt;br /&gt;
# Configure the &#039;&#039;Server Locations&#039;&#039; of the Kerberos servers of all involved realms. Don&#039;t forget servers that are needed for cross-realm authentication.&lt;br /&gt;
# &#039;&#039;Join&#039;&#039; the desired Kerberos realm. You will need administrator credentials from that realm in order to do that.&lt;br /&gt;
Now the device can authenticate users from the realm for HTTPS connections. You can deactivate the local user accounts on the device, if needed.&lt;br /&gt;
&lt;br /&gt;
Note: The box that hosts the Kerberos server might also be a client device and have to join the realm.&lt;br /&gt;
&lt;br /&gt;
=== Setting up cross-realm authentication ===&lt;br /&gt;
# On the server device, specify the &#039;&#039;Trusted Realms&#039;&#039;, the corresponding passwords and the methods of authorization mapping.&lt;br /&gt;
# Configure the &#039;&#039;Server Location&#039;&#039; on each client device.&lt;br /&gt;
&lt;br /&gt;
There are different methods of mapping authorization between realm:&lt;br /&gt;
* keep (works only with innovaphone servers)&lt;br /&gt;
* Grant administrator access to all users&lt;br /&gt;
* Grant viewer access to all users&lt;br /&gt;
* Map the Windows domain group membership from the ticket to administrator or viewer rights&lt;br /&gt;
&lt;br /&gt;
If you use the latter, please specify the RID of the groups that shall have administrator or viewer rights, respectively.&lt;br /&gt;
&lt;br /&gt;
==== Determining the RID of a Windows domain group ====&lt;br /&gt;
The RID (relative ID) of a Windows domain group is the last numeric part of the domain group SID (secure ID).&lt;br /&gt;
&lt;br /&gt;
The easiest way to determine it for a group you are a member of is using the following command:&lt;br /&gt;
&lt;br /&gt;
    whoami /groups /sid&lt;br /&gt;
&lt;br /&gt;
    [Group  1] = &amp;quot;DOMAIN\Domain-Users&amp;quot;  S-1-5-21-854245398-616249376-725345543-&#039;&#039;&#039;513&#039;&#039;&#039;&lt;br /&gt;
    [Group  2] = &amp;quot;DOMAIN\Admins&amp;quot;  S-1-5-21-854245398-616249376-725345543-&#039;&#039;&#039;1180&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this example the RID for &#039;&#039;DOMAIN\Domain-Users&#039;&#039; is &#039;&#039;513&#039;&#039; and the RID for &#039;&#039;DOMAIN\Admins&#039;&#039; is &#039;&#039;1180&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== Prerequisites for Windows groups ====&lt;br /&gt;
You can use a Windows group for authorization if&lt;br /&gt;
* it is in the domain of the users&lt;br /&gt;
* it is a global security group&lt;br /&gt;
* it does not contain nested groups&lt;br /&gt;
&lt;br /&gt;
== Using it ==&lt;br /&gt;
Once configured you can use Kerberos user accounts for logging in to the administation interface of boxes using your web browser.&lt;br /&gt;
=== Use HTTPS for Kerberos users ===&lt;br /&gt;
Delegated authentication works only with HTTPS connections. Using HTTP the boxes accept only local user accounts.&lt;br /&gt;
&lt;br /&gt;
=== User names ===&lt;br /&gt;
To distinguish between local users and users of a Kerberos realm, the name of the realm has to be prepended to the user name, separated by a backslash (&#039;&#039;\&#039;&#039;). Alternatively you can prepend the realm to the user name separated by an at (&#039;&#039;@&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
* Local user: &#039;&#039;admin&#039;&#039;&lt;br /&gt;
* Remote user: &#039;&#039;REALM\username&#039;&#039; or &#039;&#039;username@REALM&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Mind that realm names are case sensitive and that they are usually written in upper case letters.&lt;br /&gt;
&lt;br /&gt;
== Security considerations ==&lt;br /&gt;
=== Use local users only for recovery purposes ===&lt;br /&gt;
Although the old local user accounts of devices can still be used to login, this should not be done.&lt;br /&gt;
&lt;br /&gt;
We recommend to choose a different secure administrator password for each device. After Single Sign-On has been configured, the list of admin passwords should be locked away and used only for recovery purposes. For normal configuration only user accounts from the Kerberos realm should be used to access devices.&lt;br /&gt;
&lt;br /&gt;
We recommend that because it is much easier to change the password of or delete a compromised user account on the Kerberos server than changing the local administrator passwords on each device.&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Kloyenz</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:ClickToDial&amp;diff=14847</id>
		<title>Howto:ClickToDial</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:ClickToDial&amp;diff=14847"/>
		<updated>2009-08-27T13:55:25Z</updated>

		<summary type="html">&lt;p&gt;Kloyenz: /* Login and Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP110&lt;br /&gt;
* IP200&lt;br /&gt;
* IP230&lt;br /&gt;
* IP240&lt;br /&gt;
* IP150&lt;br /&gt;
Build 60900 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: Click-to-Dial Click to dial CTI --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
innovaphone ClickToDial is an application witch allows calling a number market on the screen of the PC using a IP-Phone&lt;br /&gt;
ClickToDial is able to read numbers out from almost any web-browser (Explorer, Firefox, Google Chrome tested), Word, Notepad, Outlook (Exchange), PowerPoint, Acrobat and many other applications.&lt;br /&gt;
&lt;br /&gt;
Please note that innovaphone ClickToDial is freeware, innovaphone will not respond on claims or eventual damages and will not guaranties any support. Using this application is on your own risk.&lt;br /&gt;
The innovaphone ClickToDial is a first party application interfacing the phone and not the PBX. Therefore an innovaphone IP-Phone is required (IP110/200/230/240/150).&lt;br /&gt;
&lt;br /&gt;
Here you can download the application [[Media:ClickToDial.zip]] &lt;br /&gt;
&lt;br /&gt;
Because this application is addressed to the end-user you can find also a small User manual here, in German language   [[Media:UserManual_ClickToDial_de.pdf]]     and in Italian language [[Media:UserManual_ClickToDial_it.pdf]] &lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
ClickToDial searches in the clipboard of your PC for a number, correct it and send the number to your innovaphone IP-Phone. To launch the call just mark the number on the screen and click CTRL+C+C. The first CTRL+C will copy the marked text to the clipboard and the second “C” starts the application and data transmission. &lt;br /&gt;
Copy text to the clipboard using CTRL+C is a system feature of windows and works from nearly all applications. Please note anyway that ClickToDial will not work with Excel.&lt;br /&gt;
It is not necessary to mark exactly the beginning or the number, the software will analyse the marked Text up to 200 characters starting from the first marked letter:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Nummer.PNG]] &lt;br /&gt;
&lt;br /&gt;
In this example ClickToDial will found and correct the number. Particular characters in numbers like space, slash and similar are skipped. &lt;br /&gt;
The software also respects the international syntax for phone numbers, for example&lt;br /&gt;
+49(7031)73009-0 will be translated in 00497031730090. &lt;br /&gt;
If you are located in Germany the country code will be cancel and the detected number will be 07031730090, and if you are located in Sindelfingen (area code = 07031) it will be 730090. &lt;br /&gt;
ClickToDial will add also a trunk access number. So the real dialled number will be following the example 0730090. &lt;br /&gt;
If ClickToDial will not detect any number no action will happen, and so the IP-Phone will not go into the hands free mode (and dial out just the trunk access code).&lt;br /&gt;
All dialled numbers are threaded from the Phone like manually dialled numbers and so you will for example find the dialled number in your Phone memory.&lt;br /&gt;
Of course you must set parameters in the setup as explained in the installation section.&lt;br /&gt;
===Using ClickToDial===&lt;br /&gt;
To start ClickToDial just double click the application, no installation is necessary. If you want that the software starts automatically with the PC just copy ClickToDial in the autostart directory of your PC. So each time the PC is booting also ClickToDial is on and available. Please note that this application is very small and will require just some kByte of Memory.&lt;br /&gt;
&lt;br /&gt;
Once launched the application this is shown in the task bar and you will see an icon indicating that the software is running (small fish in the “click” icon).  &lt;br /&gt;
If you point with the mouse in the icon you will see the name of the application:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Icon.PNG]]&lt;br /&gt;
&lt;br /&gt;
Now just select (mark) the text on your PC-screen with then telephone number in and press CTRL+C and again C (hold the CTRL Key down until you press twice the “C” button).  Your IP-Phone will go in the hands free mode and dial out. For a few seconds also in the upper left corner or in the taskbar appears the number dialled out. The rest of the operations like release or redial is done using the phone Keypad (witch is much better than any software solution).&lt;br /&gt;
&lt;br /&gt;
Note: The CTRL key in some countries (for example in Germany) is named different:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Tastatur.PNG]]&lt;br /&gt;
&lt;br /&gt;
This is the CTRL-Key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you point to the ClickToDial icon and click the right mouse button a small menu appear:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Menu.PNG]]&lt;br /&gt;
&lt;br /&gt;
“Exit” will terminate (stop) the application&lt;br /&gt;
&lt;br /&gt;
“Info” will show you the release number&lt;br /&gt;
&lt;br /&gt;
“Setup” allows setting the parameters.&lt;br /&gt;
&lt;br /&gt;
„Drop Call“ drops the call done by ClickToDial. This function is useful for example if a call has been started erroneously with ClickToDial, but now you are not near the IP-Phone to cancel the call using the Phone keypad.&lt;br /&gt;
&lt;br /&gt;
===Installation/Configuration===&lt;br /&gt;
For the setup just select the menu item “Setup” as described before.&lt;br /&gt;
It will appear a screen similar this one:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Setup.PNG]]&lt;br /&gt;
&lt;br /&gt;
Please note that on the input fields you will see tooltips if the mouse is pointed on, this small online help will give you some more information about the meaning of the fields.&lt;br /&gt;
&lt;br /&gt;
Enter the address of your IP-Phone. &lt;br /&gt;
The prefix for the external line is the number you have to dial to get an external trunk line (typically 0). &lt;br /&gt;
The prefix for international calls is more or less equal all over the world, just type “00” in like in the example. &lt;br /&gt;
Please note to insert your country code without the 00 prefix, so 49 for Germany and not 0049 (in the example you see 39 for Italy).&lt;br /&gt;
If in you country is working a uniformed national dialling plan Area and Town code are not necessary. In Italy for example there is such a uniformed dialling plan and thereforey those fields have to be empty like in the example.&lt;br /&gt;
&lt;br /&gt;
But in Germany for example those field has to be filled up, here the example for Sindelfingen:&lt;br /&gt;
&lt;br /&gt;
[[Image:CtD_Setup02.PNG]]&lt;br /&gt;
&lt;br /&gt;
In this way the software understand that 0049(7099)xxx has to be converted in 07099xxx and a number like 07031xxx has to be converted in just xxxx.&lt;br /&gt;
&lt;br /&gt;
Once done this simple setup press the save and exit button and terminate the setup. The changed configuration is available on runtime and so the new parameters are immediately effective. This allows you to change on the fly the IP address of you Phone if you change for example you location.&lt;br /&gt;
&lt;br /&gt;
This setup information’s are stored in the registry user area of your PC. That means that for different users on the same PC individual profiles possible. &lt;br /&gt;
&lt;br /&gt;
===Login and Security===&lt;br /&gt;
The first time ClickToDial send information to you phone user and password is required. A input mask will appear automatically. After this first authentication no more user/passwords are required until ClickToDial and the Phone is running (the session is on).&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
When you dont want to login each time the phone is started you can change the ip in the setup to: username:password@ip of the phone like you can see in the example below:&lt;br /&gt;
&lt;br /&gt;
[[Image:Clicktodialnologin.PNG]]&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
ClickToDial is designed for&lt;br /&gt;
&lt;br /&gt;
* IP110&lt;br /&gt;
* IP200&lt;br /&gt;
* IP230&lt;br /&gt;
* IP240&lt;br /&gt;
* IP150&lt;br /&gt;
Build 60900 and later.&lt;br /&gt;
&lt;br /&gt;
No 3rt party IP-Phones, DECT, Softphone or analogue terminal adapter are supported.&lt;br /&gt;
&lt;br /&gt;
The software require Microsoft OS XP (tested) or higher.&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
In Excel it is not possible to dial-out. &lt;br /&gt;
&lt;br /&gt;
Please note that numbers embedded in graphic information’s like Fax scans, pictures or similar will fail (no OCR).&lt;br /&gt;
&lt;br /&gt;
The user has to know the IP-Address and a valid user/password to access the phone. The password level has to be Administrator (no Viewer). &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>Kloyenz</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Clicktodialnologin.PNG&amp;diff=14846</id>
		<title>File:Clicktodialnologin.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Clicktodialnologin.PNG&amp;diff=14846"/>
		<updated>2009-08-27T13:54:30Z</updated>

		<summary type="html">&lt;p&gt;Kloyenz: Settings for no login @ click to dial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Settings for no login @ click to dial&lt;/div&gt;</summary>
		<author><name>Kloyenz</name></author>
	</entry>
</feed>