<?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=Vsi</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=Vsi"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Vsi"/>
	<updated>2026-05-09T02:46:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21739</id>
		<title>Howto:Hide administration screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21739"/>
		<updated>2011-08-18T15:50:26Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone IP phones starting with V9HF3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: hide, administration, hide-mask  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
Special configuration options used to hide the Administration menu screen, or parts of it.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
&lt;br /&gt;
Flags:&lt;br /&gt;
 #define PHONE_HIDE_ADMIN_MAC          (0x01000000)   // hide serial/mac from admin-&amp;gt;information screen&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_STRICT    (0x08000000)   // hide admin entry from main-menu (hide from main-menu)&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_LASY      (0x10000000)   // hide admin entry from main-menu (leave admin-&amp;gt;info)&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* Hide Administration screen from main menu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x08000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x10000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu, also hide MAC/Serial line from information screen&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x11000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Restore original behaviour&lt;br /&gt;
 ! config change PHONE ADMIN-UI&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
no known problems.&lt;br /&gt;
&lt;br /&gt;
=== Related Articles ===&lt;br /&gt;
http://wiki.innovaphone.com/index.php?title=Reference9:Administration/Phone/Protect&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21738</id>
		<title>Howto:Hide administration screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21738"/>
		<updated>2011-08-18T15:50:17Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone IP phones starting with V9HF3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: hide, administration, hide-mask  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
Special configuration options used to hide the Administration menu screen, or parts of it.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
&lt;br /&gt;
Flags:&lt;br /&gt;
 #define PHONE_HIDE_ADMIN_MAC          (0x01000000)   // hide serial/mac from admin-&amp;gt;information screen&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_STRICT    (0x08000000)   // hide admin entry from main-menu (hide from main-menu)&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_LASY      (0x10000000)   // hide admin entry from main-menu (leave admin-&amp;gt;info)&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* Hide Administration screen from main menu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x08000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x10000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu, also hide MAC/Serial line from information screen&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x11000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Restoer original behaviour&lt;br /&gt;
 ! config change PHONE ADMIN-UI&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
no known problems.&lt;br /&gt;
&lt;br /&gt;
=== Related Articles ===&lt;br /&gt;
http://wiki.innovaphone.com/index.php?title=Reference9:Administration/Phone/Protect&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21737</id>
		<title>Howto:Hide administration screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21737"/>
		<updated>2011-08-18T15:49:20Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Applies To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone IP phones starting with V9HF3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: hide, administration, hide-mask  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
Special configuration options used to hide the Administration menu screen, or parts of it.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
&lt;br /&gt;
Flags:&lt;br /&gt;
 #define PHONE_HIDE_ADMIN_MAC          (0x01000000)   // hide serial/mac from admin-&amp;gt;information screen&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_STRICT    (0x08000000)   // hide admin entry from main-menu (hide from main-menu)&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_LASY      (0x10000000)   // hide admin entry from main-menu (leave admin-&amp;gt;info)&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* Hide Administration screen from main menu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x08000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x10000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu, also hide MAC/Serial line from information screen&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x11000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
 &lt;br /&gt;
===Known Problems===&lt;br /&gt;
no known problems.&lt;br /&gt;
&lt;br /&gt;
=== Related Articles ===&lt;br /&gt;
http://wiki.innovaphone.com/index.php?title=Reference9:Administration/Phone/Protect&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21736</id>
		<title>Howto:Hide administration screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Hide_administration_screen&amp;diff=21736"/>
		<updated>2011-08-18T15:45:20Z</updated>

		<summary type="html">&lt;p&gt;Vsi: New page: ==Applies To== This information applies to  * innovaphone Telephones starting with V9HF3  &amp;lt;!-- Keywords: hide, administration, hide-mask  --&amp;gt;  ==More Information== Special configuration op...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone Telephones starting with V9HF3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: hide, administration, hide-mask  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
Special configuration options used to hide the Administration menu screen, or parts of it.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
&lt;br /&gt;
Flags:&lt;br /&gt;
 #define PHONE_HIDE_ADMIN_MAC          (0x01000000)   // hide serial/mac from admin-&amp;gt;information screen&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_STRICT    (0x08000000)   // hide admin entry from main-menu (hide from main-menu)&lt;br /&gt;
 #define PHONE_HIDE_MM_ADMIN_LASY      (0x10000000)   // hide admin entry from main-menu (leave admin-&amp;gt;info)&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* Hide Administration screen from main menu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x08000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x10000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
&lt;br /&gt;
* Leave Administration screen in main-menu, but show only Information submenu, also hide MAC/Serial line from information screen&lt;br /&gt;
 ! config add PHONE ADMIN-UI /hide-mask 0x11000000&lt;br /&gt;
 ! config write&lt;br /&gt;
 ! reset&lt;br /&gt;
 &lt;br /&gt;
===Known Problems===&lt;br /&gt;
no known problems.&lt;br /&gt;
&lt;br /&gt;
=== Related Articles ===&lt;br /&gt;
http://wiki.innovaphone.com/index.php?title=Reference9:Administration/Phone/Protect&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20384</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20384"/>
		<updated>2011-03-21T13:33:17Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Latest News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!-- Message of the day --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== before you try to use this wiki ==&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 09:42, 20 July 2007 (CEST)&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get access &#039;&#039;&#039;[[Account_Creation|READ THIS FIRST]]&#039;&#039;&#039;, make sure you [[Special:Userlogin|log in]] and have [[Account_Creation|your account authorized]].&lt;br /&gt;
&lt;br /&gt;
You may then modify most of the articles and even add new ones.  We hope for a rich and useful platform for professional innovaphone users to emerge this way.&lt;br /&gt;
&lt;br /&gt;
To make sure you understand the terms of use, have a quick look at the [[inno-wiki:About | legal stuff]].  But do not waste too much time there!  Instead, rather browse through the information provided.  There are various hopefully useful links in the sidebar on the left.  However, you might as well want to simply search for whatever you are interested in using the search box on the lower left.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t find what you are looking for, [mailto:ckl-at-innovaphone-dot-com drop me a message] telling me what&#039;s missing!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- latest news commented out, may be reactivated once there are new really --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- please insert new message ON TOP and remove extraneous (more than 5) old messages --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &amp;lt;nowiki&amp;gt; ~~~~ is replaced by your name and date automatically &amp;lt;/nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 14:31, 21 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V8.00 product/8.00/firmware 805003600 (hotfix 12) available | Version 8 Hotfix 12]] is now available from [http://download.innovaphone.com/ice/download/p/8.00/firmware/805003600%20(Firmware%20V8.00%20hotfix12)/  download.innovaphone.com - /ice/download/p/8.00/firmware/805003600].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 14:31, 21 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V7.00 product/7.00/firmware 703003700 (hotfix 25) available | Version 7 Hotfix 25]] is now available from [http://download.innovaphone.com/ice/download/p/7.00/firmware/703003700%20(Firmware%20V7.00%20hotfix25)/  download.innovaphone.com - /ice/download/p/7.00/firmware/703003700 ].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 13:19, 16 February 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
A new [[Support:Voice Mail, TAPI, SoftwarePhone, Operator product/6.00/apps 09-6000039 (final) available | V6 application package ]] is available in the  [http://download.innovaphone.com/ice/6.00#apps V6 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Afi|Afi]] 10:20, 10 January 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware_V8-based_GSM_Phone_Client_V1_product/8.00/gsm_109302_(release_candidate_rc3)_available_for_download | GSM Client for Windows Mobile RC3]] is available in the [http://download.innovaphone.com/ice/8.00#gsm V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 15:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
The new [[Reference8:TAPI Service Provider | V8-based TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V8 only applications product/8.00/apps 8000010 (hotfix1) available| V8.00 application package]] available on the [http://download.innovaphone.com/ice/8.00/#apps V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 14:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
An update to the [[Reference7:Unified Win32 and x64 TAPI Service Provider | Unified Win32 and x64 TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V7 only applications product/7.00/apps 7000032 (hotfix9) available| V7.00 application package]] available on the [http://download.innovaphone.com/ice/7.00/#apps V7 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- New Articles --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== New Articles ==&lt;br /&gt;
{{Special:Newpages/8,namespace=Howto,namespace=Support,namespace=Reference,namespace=Reference7,namespace=Reference8}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em; font-size:1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== More innovaphone Ressources ==&lt;br /&gt;
* [http://www.innovaphone.com Home Page]&lt;br /&gt;
* [http://config.innovaphone.com/ PBX configurator]&lt;br /&gt;
* [http://download.innovaphone.com Download Site ]&lt;br /&gt;
* [http://license.innovaphone.com New License Manager ]&lt;br /&gt;
* [http://mantis.innovaphone.com/ Ticketing System ]&lt;br /&gt;
* [http://rma.innovaphone.com/ RMA Web Site ]&lt;br /&gt;
* [http://wiki-intern.innovaphone.com/ Internal Wiki ]&lt;br /&gt;
* [[Support:What are the Roadmap Documents? | Roadmaps ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20383</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20383"/>
		<updated>2011-03-21T13:31:08Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Latest News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!-- Message of the day --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== before you try to use this wiki ==&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 09:42, 20 July 2007 (CEST)&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get access &#039;&#039;&#039;[[Account_Creation|READ THIS FIRST]]&#039;&#039;&#039;, make sure you [[Special:Userlogin|log in]] and have [[Account_Creation|your account authorized]].&lt;br /&gt;
&lt;br /&gt;
You may then modify most of the articles and even add new ones.  We hope for a rich and useful platform for professional innovaphone users to emerge this way.&lt;br /&gt;
&lt;br /&gt;
To make sure you understand the terms of use, have a quick look at the [[inno-wiki:About | legal stuff]].  But do not waste too much time there!  Instead, rather browse through the information provided.  There are various hopefully useful links in the sidebar on the left.  However, you might as well want to simply search for whatever you are interested in using the search box on the lower left.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t find what you are looking for, [mailto:ckl-at-innovaphone-dot-com drop me a message] telling me what&#039;s missing!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- latest news commented out, may be reactivated once there are new really --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- please insert new message ON TOP and remove extraneous (more than 5) old messages --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &amp;lt;nowiki&amp;gt; ~~~~ is replaced by your name and date automatically &amp;lt;/nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 14:31, 21 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V8.00 product/8.00/firmware 805003600 (hotfix 12) available | Version 8 Hotfix 12]] is now available from [http://download.innovaphone.com/ice/download/p/8.00/firmware/805003600%20(Firmware%20V8.00%20hotfix12)/].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 14:31, 21 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V7.00 product/7.00/firmware 703003700 (hotfix 25) available | Version 7 Hotfix 25]] is now available from [http://download.innovaphone.com/ice/download/p/7.00/firmware/703003700%20(Firmware%20V7.00%20hotfix25)/].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 13:19, 16 February 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
A new [[Support:Voice Mail, TAPI, SoftwarePhone, Operator product/6.00/apps 09-6000039 (final) available | V6 application package ]] is available in the  [http://download.innovaphone.com/ice/6.00#apps V6 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Afi|Afi]] 10:20, 10 January 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware_V8-based_GSM_Phone_Client_V1_product/8.00/gsm_109302_(release_candidate_rc3)_available_for_download | GSM Client for Windows Mobile RC3]] is available in the [http://download.innovaphone.com/ice/8.00#gsm V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 15:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
The new [[Reference8:TAPI Service Provider | V8-based TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V8 only applications product/8.00/apps 8000010 (hotfix1) available| V8.00 application package]] available on the [http://download.innovaphone.com/ice/8.00/#apps V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 14:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
An update to the [[Reference7:Unified Win32 and x64 TAPI Service Provider | Unified Win32 and x64 TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V7 only applications product/7.00/apps 7000032 (hotfix9) available| V7.00 application package]] available on the [http://download.innovaphone.com/ice/7.00/#apps V7 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- New Articles --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== New Articles ==&lt;br /&gt;
{{Special:Newpages/8,namespace=Howto,namespace=Support,namespace=Reference,namespace=Reference7,namespace=Reference8}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em; font-size:1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== More innovaphone Ressources ==&lt;br /&gt;
* [http://www.innovaphone.com Home Page]&lt;br /&gt;
* [http://config.innovaphone.com/ PBX configurator]&lt;br /&gt;
* [http://download.innovaphone.com Download Site ]&lt;br /&gt;
* [http://license.innovaphone.com New License Manager ]&lt;br /&gt;
* [http://mantis.innovaphone.com/ Ticketing System ]&lt;br /&gt;
* [http://rma.innovaphone.com/ RMA Web Site ]&lt;br /&gt;
* [http://wiki-intern.innovaphone.com/ Internal Wiki ]&lt;br /&gt;
* [[Support:What are the Roadmap Documents? | Roadmaps ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20345</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Main_Page&amp;diff=20345"/>
		<updated>2011-03-15T14:08:22Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Latest News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!-- Message of the day --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== before you try to use this wiki ==&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 09:42, 20 July 2007 (CEST)&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get access &#039;&#039;&#039;[[Account_Creation|READ THIS FIRST]]&#039;&#039;&#039;, make sure you [[Special:Userlogin|log in]] and have [[Account_Creation|your account authorized]].&lt;br /&gt;
&lt;br /&gt;
You may then modify most of the articles and even add new ones.  We hope for a rich and useful platform for professional innovaphone users to emerge this way.&lt;br /&gt;
&lt;br /&gt;
To make sure you understand the terms of use, have a quick look at the [[inno-wiki:About | legal stuff]].  But do not waste too much time there!  Instead, rather browse through the information provided.  There are various hopefully useful links in the sidebar on the left.  However, you might as well want to simply search for whatever you are interested in using the search box on the lower left.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t find what you are looking for, [mailto:ckl-at-innovaphone-dot-com drop me a message] telling me what&#039;s missing!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- latest news commented out, may be reactivated once there are new really --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- please insert new message ON TOP and remove extraneous (more than 5) old messages --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &amp;lt;nowiki&amp;gt; ~~~~ is replaced by your name and date automatically &amp;lt;/nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 15:08, 15 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V8.00 product/8.00/firmware (hotfix 12) delayed | Version 8 Hotfix 12]] will be available in a week. Please tune in again on March 21-22nd. Thanks for Your patience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Vsi|Vsi]] 15:08, 15 March 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware V7.00 product/7.00/firmware (hotfix 25) delayed | Version 7 Hotfix 25]] will be available in a week. Please tune in again on March 21-22nd. Thanks for Your patience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 13:19, 16 February 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
A new [[Support:Voice Mail, TAPI, SoftwarePhone, Operator product/6.00/apps 09-6000039 (final) available | V6 application package ]] is available in the  [http://download.innovaphone.com/ice/6.00#apps V6 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Afi|Afi]] 10:20, 10 January 2011 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Support:Firmware_V8-based_GSM_Phone_Client_V1_product/8.00/gsm_109302_(release_candidate_rc3)_available_for_download | GSM Client for Windows Mobile RC3]] is available in the [http://download.innovaphone.com/ice/8.00#gsm V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 15:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
The new [[Reference8:TAPI Service Provider | V8-based TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V8 only applications product/8.00/apps 8000010 (hotfix1) available| V8.00 application package]] available on the [http://download.innovaphone.com/ice/8.00/#apps V8 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;[[User:Ckl|ckl]] 14:44, 26 November 2010 (CET)&amp;lt;/p&amp;gt;&lt;br /&gt;
An update to the [[Reference7:Unified Win32 and x64 TAPI Service Provider | Unified Win32 and x64 TAPI Service Provider]] has been released and published in a &lt;br /&gt;
new [[Support:V7 only applications product/7.00/apps 7000032 (hotfix9) available| V7.00 application package]] available on the [http://download.innovaphone.com/ice/7.00/#apps V7 download area].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- New Articles --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== New Articles ==&lt;br /&gt;
{{Special:Newpages/8,namespace=Howto,namespace=Support,namespace=Reference,namespace=Reference7,namespace=Reference8}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; margin-right:10px; margin-top:15px; border:1px solid #58C4C3; background-color:#F4F4F4; padding:0em 1em 0.5em 1em; font-size:1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== More innovaphone Ressources ==&lt;br /&gt;
* [http://www.innovaphone.com Home Page]&lt;br /&gt;
* [http://config.innovaphone.com/ PBX configurator]&lt;br /&gt;
* [http://download.innovaphone.com Download Site ]&lt;br /&gt;
* [http://license.innovaphone.com New License Manager ]&lt;br /&gt;
* [http://mantis.innovaphone.com/ Ticketing System ]&lt;br /&gt;
* [http://rma.innovaphone.com/ RMA Web Site ]&lt;br /&gt;
* [http://wiki-intern.innovaphone.com/ Internal Wiki ]&lt;br /&gt;
* [[Support:What are the Roadmap Documents? | Roadmaps ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference8:Administration/Phone/Protect&amp;diff=19264</id>
		<title>Reference8:Administration/Phone/Protect</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference8:Administration/Phone/Protect&amp;diff=19264"/>
		<updated>2010-12-09T18:19:38Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &#039;&#039;&#039;Protect configuration at phone&#039;&#039;&#039;: Password protect changes of the administrative, phone and user configurations at the phone.&lt;br /&gt;
* &#039;&#039;&#039;Hide configuration at phone&#039;&#039;&#039;: Do not display the administrative, phone and user configurations at the phone, these can be changed only via the WEB interface. The “Administration” menu displays version info only. The “User Setup”, “Phone Setup”, “User Setup” and “User list” are hidden.&lt;br /&gt;
* &#039;&#039;&#039;Hide private call information&#039;&#039;&#039;: Show only calls from/to the currently active registration in call lists.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Numbers for emergency calls]]&#039;&#039;&#039;: Comma separated list of numbers (including any necessary prefix) permitted to call when the phone is locked. An empty list means that no calls are permitted when the phone is locked.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Prefixes for External Calls]]&#039;&#039;&#039;: Comma separated list of prefixes not permitted to dial when the phone is disabled for external calls via lock mask.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Fine grained function locking]]&#039;&#039;&#039;: Bit mask to selectively disable certain functions when the phone is not locked.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Functions to lock via PIN]]&#039;&#039;&#039;: Bit mask to define the functions disabled when the phone is locked by PIN, by default everything except emergency calls.&lt;br /&gt;
* &#039;&#039;&#039;[[Howto:Disable_Function_Key_Modification_On_Phone_UI|Function keys not modifiable on the phone]]&#039;&#039;&#039; : Bit mask to define which function keys are not modifiable on the phone User Interface.&lt;br /&gt;
&lt;br /&gt;
==Related Articels==&lt;br /&gt;
[[Reference:Fine grained function locking ]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference8:Administration/Phone/Protect&amp;diff=19263</id>
		<title>Reference8:Administration/Phone/Protect</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference8:Administration/Phone/Protect&amp;diff=19263"/>
		<updated>2010-12-09T18:19:03Z</updated>

		<summary type="html">&lt;p&gt;Vsi: New page: * &amp;#039;&amp;#039;&amp;#039;Protect configuration at phone&amp;#039;&amp;#039;&amp;#039;: Password protect changes of the administrative, phone and user configurations at the phone. * &amp;#039;&amp;#039;&amp;#039;Hide configuration at phone&amp;#039;&amp;#039;&amp;#039;: Do not display the ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &#039;&#039;&#039;Protect configuration at phone&#039;&#039;&#039;: Password protect changes of the administrative, phone and user configurations at the phone.&lt;br /&gt;
* &#039;&#039;&#039;Hide configuration at phone&#039;&#039;&#039;: Do not display the administrative, phone and user configurations at the phone, these can be changed only via the WEB interface. The “Administration” menu displays version info only. The “User Setup”, “Phone Setup”, “User Setup” and “User list” are hidden.&lt;br /&gt;
* &#039;&#039;&#039;Hide private call information&#039;&#039;&#039;: Show only calls from/to the currently active registration in call lists.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Numbers for emergency calls]]&#039;&#039;&#039;: Comma separated list of numbers (including any necessary prefix) permitted to call when the phone is locked. An empty list means that no calls are permitted when the phone is locked.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Prefixes for External Calls]]&#039;&#039;&#039;: Comma separated list of prefixes not permitted to dial when the phone is disabled for external calls via lock mask.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Fine grained function locking]]&#039;&#039;&#039;: Bit mask to selectively disable certain functions when the phone is not locked.&lt;br /&gt;
* &#039;&#039;&#039;[[Reference7:Fine grained function locking|Functions to lock via PIN]]&#039;&#039;&#039;: Bit mask to define the functions disabled when the phone is locked by PIN, by default everything except emergency calls.&lt;br /&gt;
&lt;br /&gt;
==Related Articels==&lt;br /&gt;
[[Reference:Fine grained function locking ]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference9:Concept_Fine_grained_function_hiding&amp;diff=19003</id>
		<title>Reference9:Concept Fine grained function hiding</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference9:Concept_Fine_grained_function_hiding&amp;diff=19003"/>
		<updated>2010-11-04T15:07:16Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* More Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function hides certain phone functions and is used in scenarios where heavyweighted &amp;quot;Hide Complete Configuration at Phone&amp;quot; and	&amp;quot;Hide Administration Configuration at Phone&amp;quot; do not exactly match the hiding principles and requirements of a customer organisation.&lt;br /&gt;
	&lt;br /&gt;
==Applies To==&lt;br /&gt;
&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*IP110 V9&lt;br /&gt;
*IP150 V9&lt;br /&gt;
*IP200 V9&lt;br /&gt;
*IP230 V9&lt;br /&gt;
*IP240 V9&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
The bitmask hides certain phone functions.&lt;br /&gt;
Use the WEB user interface and insert a hexadecimal value into the field marked &amp;quot;Phone/Protect/Fine grained Function Hiding&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The same information can be entered by config upload&#039;ing the following command line:&lt;br /&gt;
&lt;br /&gt;
 config change PHONE ADMIN-UI /hide-mask &amp;lt;hide-mask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Currently the following functions can be hidden:&lt;br /&gt;
&lt;br /&gt;
 PHONE_HIDE_MM_ADMIN              0x10000000  --  hide admin entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_USER_LIST          0x20000000  --  hide user-list entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_PHONE_SETTINGS     0x40000000  --  hide phone-settings entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_USER_SETTINGS      0x80000000  --  hide user-settings entry from main-menu&lt;br /&gt;
&lt;br /&gt;
 PHONE_HIDE_US_PREFERENCES        0x00000100  --  hide prefrences from user-list&lt;br /&gt;
 PHONE_HIDE_US_RING_MELODY        0x00000200  --  hide ring melody from user-list&lt;br /&gt;
 PHONE_HIDE_US_FUNCTION_KEYS      0x00000800  --  hide function keys entry from user-list&lt;br /&gt;
 PHONE_HIDE_US_REGISTRATION       0x00001000  --  hide registration entry from user-list&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
To hide all the functions but allow the configuration of the ring melody, we hide MM_ADMIN, MM_PHONE_SETTINGS and MM_USER_SETTINGS, but allow the MM_USER_LIST and hide the US_PREFERENCES, US_FUNCTION_KEYS and US_REGISTRATION. So&lt;br /&gt;
&lt;br /&gt;
   0x10000000&lt;br /&gt;
 + 0x40000000&lt;br /&gt;
 + 0x80000000&lt;br /&gt;
 + 0x00000100&lt;br /&gt;
 + 0x00000800&lt;br /&gt;
 + 0x00001000&lt;br /&gt;
 ============&lt;br /&gt;
   0xD0001900 &amp;lt;---- hide-mask&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* Administration screen can not actually be hidden, the main manu entry &amp;quot;Administration&amp;quot; will always leave the &amp;quot;Information&amp;quot; submenu available&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Hide Complete Configuration at Phone&amp;quot; from Phone/Protect Menu is identical with hide-mask 0xFFFFFFFF.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Hide Administration Configuration at Phone&amp;quot; from Phone/Protect Menu is identical with hide-mask 0x10000000.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
Protect, Hide, Restricted Access, Block Functions, lock-mask, pinlock-mask, Funktionen blocken, Leistungsmerkmale sperren, hide-mask&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
&lt;br /&gt;
[[Reference:Administration/Phone/Protect]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Disable Messaging on the Phone]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference9:Concept_Fine_grained_function_hiding&amp;diff=19002</id>
		<title>Reference9:Concept Fine grained function hiding</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference9:Concept_Fine_grained_function_hiding&amp;diff=19002"/>
		<updated>2010-11-04T15:06:54Z</updated>

		<summary type="html">&lt;p&gt;Vsi: New page: This function hides certain phone functions and is used in scenarios where heavyweighted &amp;quot;Hide Complete Configuration at Phone&amp;quot; and	&amp;quot;Hide Administration Configuration at Phone&amp;quot; do not exac...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function hides certain phone functions and is used in scenarios where heavyweighted &amp;quot;Hide Complete Configuration at Phone&amp;quot; and	&amp;quot;Hide Administration Configuration at Phone&amp;quot; do not exactly match the hiding principles and requirements of a customer organisation.&lt;br /&gt;
	&lt;br /&gt;
==Applies To==&lt;br /&gt;
&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*IP110 V9&lt;br /&gt;
*IP150 V9&lt;br /&gt;
*IP200 V9&lt;br /&gt;
*IP230 V9&lt;br /&gt;
*IP240 V9&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
The bitmasks hides certain phone functions.&lt;br /&gt;
Use the WEB user interface and insert a hexadecimal value into the field marked &amp;quot;Phone/Protect/Fine grained Function Hiding&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The same information can be entered by config upload&#039;ing the following command line:&lt;br /&gt;
&lt;br /&gt;
 config change PHONE ADMIN-UI /hide-mask &amp;lt;hide-mask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Currently the following functions can be hidden:&lt;br /&gt;
&lt;br /&gt;
 PHONE_HIDE_MM_ADMIN              0x10000000  --  hide admin entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_USER_LIST          0x20000000  --  hide user-list entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_PHONE_SETTINGS     0x40000000  --  hide phone-settings entry from main-menu&lt;br /&gt;
 PHONE_HIDE_MM_USER_SETTINGS      0x80000000  --  hide user-settings entry from main-menu&lt;br /&gt;
&lt;br /&gt;
 PHONE_HIDE_US_PREFERENCES        0x00000100  --  hide prefrences from user-list&lt;br /&gt;
 PHONE_HIDE_US_RING_MELODY        0x00000200  --  hide ring melody from user-list&lt;br /&gt;
 PHONE_HIDE_US_FUNCTION_KEYS      0x00000800  --  hide function keys entry from user-list&lt;br /&gt;
 PHONE_HIDE_US_REGISTRATION       0x00001000  --  hide registration entry from user-list&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
To hide all the functions but allow the configuration of the ring melody, we hide MM_ADMIN, MM_PHONE_SETTINGS and MM_USER_SETTINGS, but allow the MM_USER_LIST and hide the US_PREFERENCES, US_FUNCTION_KEYS and US_REGISTRATION. So&lt;br /&gt;
&lt;br /&gt;
   0x10000000&lt;br /&gt;
 + 0x40000000&lt;br /&gt;
 + 0x80000000&lt;br /&gt;
 + 0x00000100&lt;br /&gt;
 + 0x00000800&lt;br /&gt;
 + 0x00001000&lt;br /&gt;
 ============&lt;br /&gt;
   0xD0001900 &amp;lt;---- hide-mask&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* Administration screen can not actually be hidden, the main manu entry &amp;quot;Administration&amp;quot; will always leave the &amp;quot;Information&amp;quot; submenu available&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Hide Complete Configuration at Phone&amp;quot; from Phone/Protect Menu is identical with hide-mask 0xFFFFFFFF.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Hide Administration Configuration at Phone&amp;quot; from Phone/Protect Menu is identical with hide-mask 0x10000000.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
Protect, Hide, Restricted Access, Block Functions, lock-mask, pinlock-mask, Funktionen blocken, Leistungsmerkmale sperren, hide-mask&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
&lt;br /&gt;
[[Reference:Administration/Phone/Protect]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Disable Messaging on the Phone]]&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Ringing-pending-call2.png&amp;diff=18951</id>
		<title>File:Ringing-pending-call2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Ringing-pending-call2.png&amp;diff=18951"/>
		<updated>2010-10-26T16:17:10Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference8:Phone_Ringing_Screen&amp;diff=18950</id>
		<title>Reference8:Phone Ringing Screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference8:Phone_Ringing_Screen&amp;diff=18950"/>
		<updated>2010-10-26T16:16:30Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Pending calls */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Phone ringing screen=&lt;br /&gt;
&lt;br /&gt;
With V8 the phone ringing screen changes (compared to V4 till V7), here are the new screens described.&lt;br /&gt;
&lt;br /&gt;
==One calling party==&lt;br /&gt;
&lt;br /&gt;
*Usual ringing screen - incoming call for wld,302 from Waldemar. &lt;br /&gt;
[[Image:ringing-normal.png]]&lt;br /&gt;
&lt;br /&gt;
* Incoming call from subscriber, whose name hasn&#039;t been resolved&lt;br /&gt;
[[Image:ringing-unbekannt.png]]&lt;br /&gt;
&lt;br /&gt;
* Incoming call from subscriber with CLIR set&lt;br /&gt;
[[Image:ringing-anonymous.png]]&lt;br /&gt;
&lt;br /&gt;
==Diverted calls ==&lt;br /&gt;
&lt;br /&gt;
* Incmoming Call forwarded automatically (CFU, CFB, CFNR) or redirected (Redial key in ringing mode) by Steffanie&lt;br /&gt;
[[Image:ringing-cf.png]]&lt;br /&gt;
&lt;br /&gt;
* Incoming Call through Waiting queue PBX Object&lt;br /&gt;
[[Image:ringing-wqueue.png]]&lt;br /&gt;
&lt;br /&gt;
* Incoming Call for Chef or Secretary through Exec PBX Object&lt;br /&gt;
[[Image:ringing-chefsek.png]]&lt;br /&gt;
&lt;br /&gt;
==Diversion chain==&lt;br /&gt;
&lt;br /&gt;
* Incoming call for Rosie from Waldemar, forwarded through Werner and spr. 307 has been originally called by Waldemar and 302 is the last forwarding station before reaching us (Rosie). There may have been several other stations involved in call forwarding between 307 and 302, but these are not shown.&lt;br /&gt;
&lt;br /&gt;
So assuming we have a very long chain of diverted calls like: 101 calls 201, diverts to 202, diverts to 203, diverts to 204, diverts to 102, we will only see the originally called party 201 and the last station diverting the call 204.&lt;br /&gt;
&lt;br /&gt;
[[Image:ringing-cf-cf.png]]&lt;br /&gt;
&lt;br /&gt;
==Transferred calls==&lt;br /&gt;
&lt;br /&gt;
Calls can be transferred by following actions:&lt;br /&gt;
* Press the Redial key when actively speaking, type the destination number and enter OK.&lt;br /&gt;
* Hold the active call (R), dial the destination number and hang up the call. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Incoming call from John Doe transferred by Waldemar. &lt;br /&gt;
[[Image:ringing-transfer.png]]&lt;br /&gt;
&lt;br /&gt;
An important difference between a diverted and a transferred call is that transfer implies human action and interaction with the caller. A diversion is either automatic (e.g. CF) or a redirected call without consultation (redial key on ringing call).&lt;br /&gt;
&lt;br /&gt;
Also note that a transferred call may return to a transferring party if destination busy or not replying. We call these returning calls.&lt;br /&gt;
&lt;br /&gt;
==Transferred and diverted calls==&lt;br /&gt;
&lt;br /&gt;
[[Image:ringing-trans-cf-cf.png]]&lt;br /&gt;
&lt;br /&gt;
Incoming call for Rosie, transferred by Waldemar. Waldemar has been talking to John and has forwarded the call to 307, which led the diversion chain to Rosie (through 302).&lt;br /&gt;
&lt;br /&gt;
Note that all the diversions occurring *before* the transfer are not shown. The only relevant information is the last subscriber actually talking to Joe. &lt;br /&gt;
&lt;br /&gt;
==Returning calls==&lt;br /&gt;
&lt;br /&gt;
After transferring a call to subscriber not answering the phone, an unsuccessfully transferred call returns to the subscriber initiating the transfer.&lt;br /&gt;
&lt;br /&gt;
[[Image:ringing-returning.png]]&lt;br /&gt;
&lt;br /&gt;
302 is returning from an unsuccessful transfer.&lt;br /&gt;
&lt;br /&gt;
==Pending calls==&lt;br /&gt;
&lt;br /&gt;
[[Image:ringing-pending-call2.png]]&lt;br /&gt;
&lt;br /&gt;
John is calling Rosie. Before Rosie answers the phone, Waldemar calls Rosie as well. We have a ringing call from John and a pending call in the queue from Waldemar.&lt;br /&gt;
&lt;br /&gt;
Note that the pending call information may overwrite the second diverting party information due to lack of free display lines to write onto.&lt;br /&gt;
&lt;br /&gt;
==Symbols==&lt;br /&gt;
&lt;br /&gt;
[[Image:symbols.png]]&lt;br /&gt;
&lt;br /&gt;
Called party.&lt;br /&gt;
&lt;br /&gt;
Calling party.&lt;br /&gt;
&lt;br /&gt;
Unknown number/name. Unresolved number.&lt;br /&gt;
&lt;br /&gt;
Diverting party. &lt;br /&gt;
&lt;br /&gt;
Transferring party.&lt;br /&gt;
&lt;br /&gt;
Returning call.&lt;br /&gt;
&lt;br /&gt;
Call pending.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Ringing-pending-call2.PNG&amp;diff=18949</id>
		<title>File:Ringing-pending-call2.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Ringing-pending-call2.PNG&amp;diff=18949"/>
		<updated>2010-10-26T16:15:56Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18865</id>
		<title>Howto:Disable Function Key Modification On Phone UI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18865"/>
		<updated>2010-10-19T08:41:38Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with Versions V8HF8 and V9, one can actively disable the modification of function keys on the phone user-interface.&lt;br /&gt;
Thus, only the administrator could setup the function key map through the web user interface.&lt;br /&gt;
&lt;br /&gt;
List of function keys:&lt;br /&gt;
 UNDEF		=  0,	// not configured&lt;br /&gt;
 DIAL		=  1,	// &amp;quot;dial&amp;quot;&lt;br /&gt;
 CF		=  2,	// &amp;quot;cf&amp;quot;&lt;br /&gt;
 LOCK		=  3,	// &amp;quot;lock&amp;quot;&lt;br /&gt;
 RINGOFF        =  4,	// &amp;quot;ring-off&amp;quot;&lt;br /&gt;
 CALLWAIT	=  5,	// &amp;quot;callwait&amp;quot;&lt;br /&gt;
 CLIR		=  6,	// &amp;quot;clir&amp;quot;&lt;br /&gt;
 HEADSET        =  7,	// &amp;quot;headset&amp;quot;&lt;br /&gt;
 PARTNER	=  8,	// &amp;quot;partner&amp;quot;&lt;br /&gt;
 PICKUP		=  9,	// &amp;quot;pickup&amp;quot;&lt;br /&gt;
 REG		= 10,	// &amp;quot;reg&amp;quot;&lt;br /&gt;
 UNREG		= 11,	// &amp;quot;unreg&amp;quot;&lt;br /&gt;
 SWITCH		= 12,	// &amp;quot;switch&amp;quot;&lt;br /&gt;
 HOTDESK	= 13,	// &amp;quot;hotdesk&amp;quot;&lt;br /&gt;
 MWI		= 14,	// &amp;quot;mwi&amp;quot;&lt;br /&gt;
 TRANSFER	= 15,	// &amp;quot;transfer&amp;quot;&lt;br /&gt;
 REDIRECT	= 16,	// &amp;quot;redirect&amp;quot;&lt;br /&gt;
 PARK		= 17,	// &amp;quot;park&amp;quot;&lt;br /&gt;
 ENABLE		= 18,	// &amp;quot;enable&amp;quot;&lt;br /&gt;
 ACTIVE		= 19,	// &amp;quot;active&amp;quot;&lt;br /&gt;
 GROUP		= 20,	// &amp;quot;group&amp;quot;&lt;br /&gt;
 DIR		= 21,	// &amp;quot;dir&amp;quot;&lt;br /&gt;
 COND		= 22,	// &amp;quot;cond&amp;quot;&lt;br /&gt;
 RECORD		= 23,	// &amp;quot;record&amp;quot;&lt;br /&gt;
 PRESENCE       = 24,   // &amp;quot;presence&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example: we want to disable the modification of Partner and Pickup function keys.&lt;br /&gt;
&lt;br /&gt;
1) generate a 32bit mask with bits 8 (partner)and 9 (pickup) set: &lt;br /&gt;
 printf %x $(((1&amp;lt;&amp;lt;8)+(1&amp;lt;&amp;lt;9)))&lt;br /&gt;
 0x300&lt;br /&gt;
&lt;br /&gt;
2a) Insert computed mask into &amp;quot;Function keys not modifiable on the phone&amp;quot; on the Phone-&amp;gt;Protect page, activate.&lt;br /&gt;
 &lt;br /&gt;
Or alternatively:&lt;br /&gt;
&lt;br /&gt;
2b) Set funcion key lock readonly mask &lt;br /&gt;
 config add PHONE USER /funclock-ro-mask 0x300&lt;br /&gt;
&lt;br /&gt;
Save and activate&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
From now on, the function keys which cannot be viewed and modified will be marked by a leading asterisk (*) in front of their name in the Function Keys screen.&lt;br /&gt;
&lt;br /&gt;
To return to default mode, where all function keys can be viewed and modified through the phone user interface as well:&lt;br /&gt;
&lt;br /&gt;
1) delete mask from &amp;quot;Function keys not modifiable on the phone&amp;quot; on the Phone-&amp;gt;Protect page, activate.&lt;br /&gt;
&lt;br /&gt;
or alternatively&lt;br /&gt;
&lt;br /&gt;
1b) invoke:&lt;br /&gt;
 config rem PHONE USER /funclock-ro-mask&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Reference7:Fine_grained_function_locking]] for details.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18856</id>
		<title>Howto:Disable Function Key Modification On Phone UI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18856"/>
		<updated>2010-10-15T15:52:36Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with Version 9, one can actively disable the modification of function keys on the phone user-interface.&lt;br /&gt;
Thus, only the administrator could setup the function key map through the web user interface.&lt;br /&gt;
&lt;br /&gt;
List of function keys:&lt;br /&gt;
 UNDEF		=  0,	// not configured&lt;br /&gt;
 DIAL		=  1,	// &amp;quot;dial&amp;quot;&lt;br /&gt;
 CF		=  2,	// &amp;quot;cf&amp;quot;&lt;br /&gt;
 LOCK		=  3,	// &amp;quot;lock&amp;quot;&lt;br /&gt;
 RINGOFF        =  4,	// &amp;quot;ring-off&amp;quot;&lt;br /&gt;
 CALLWAIT	=  5,	// &amp;quot;callwait&amp;quot;&lt;br /&gt;
 CLIR		=  6,	// &amp;quot;clir&amp;quot;&lt;br /&gt;
 HEADSET        =  7,	// &amp;quot;headset&amp;quot;&lt;br /&gt;
 PARTNER	=  8,	// &amp;quot;partner&amp;quot;&lt;br /&gt;
 PICKUP		=  9,	// &amp;quot;pickup&amp;quot;&lt;br /&gt;
 REG		= 10,	// &amp;quot;reg&amp;quot;&lt;br /&gt;
 UNREG		= 11,	// &amp;quot;unreg&amp;quot;&lt;br /&gt;
 SWITCH		= 12,	// &amp;quot;switch&amp;quot;&lt;br /&gt;
 HOTDESK	= 13,	// &amp;quot;hotdesk&amp;quot;&lt;br /&gt;
 MWI		= 14,	// &amp;quot;mwi&amp;quot;&lt;br /&gt;
 TRANSFER	= 15,	// &amp;quot;transfer&amp;quot;&lt;br /&gt;
 REDIRECT	= 16,	// &amp;quot;redirect&amp;quot;&lt;br /&gt;
 PARK		= 17,	// &amp;quot;park&amp;quot;&lt;br /&gt;
 ENABLE		= 18,	// &amp;quot;enable&amp;quot;&lt;br /&gt;
 ACTIVE		= 19,	// &amp;quot;active&amp;quot;&lt;br /&gt;
 GROUP		= 20,	// &amp;quot;group&amp;quot;&lt;br /&gt;
 DIR		= 21,	// &amp;quot;dir&amp;quot;&lt;br /&gt;
 COND		= 22,	// &amp;quot;cond&amp;quot;&lt;br /&gt;
 RECORD		= 23,	// &amp;quot;record&amp;quot;&lt;br /&gt;
 PRESENCE       = 24,   // &amp;quot;presence&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example: we want to disable the modification of Partner and Pickup function keys.&lt;br /&gt;
&lt;br /&gt;
1) generate a 32bit mask with bits 8 (partner)and 9 (pickup) set: &lt;br /&gt;
 printf %x $(((1&amp;lt;&amp;lt;8)+(1&amp;lt;&amp;lt;9)))&lt;br /&gt;
 0x300&lt;br /&gt;
&lt;br /&gt;
2a) Insert computed mask into &amp;quot;Function keys not modifiable on the phone&amp;quot; on the Phone-&amp;gt;Protect page, activate.&lt;br /&gt;
 &lt;br /&gt;
Or alternatively:&lt;br /&gt;
&lt;br /&gt;
2b) Set funcion key lock readonly mask &lt;br /&gt;
 config add PHONE USER /funclock-ro-mask 0x300&lt;br /&gt;
&lt;br /&gt;
Save and activate&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
From now on, the function keys which cannot be viewed and modified will be marked by a leading asterisk (*) in front of their name in the Function Keys screen.&lt;br /&gt;
&lt;br /&gt;
To return to default mode, where all function keys can be viewed and modified through the phone user interface as well:&lt;br /&gt;
&lt;br /&gt;
1) delete mask from &amp;quot;Function keys not modifiable on the phone&amp;quot; on the Phone-&amp;gt;Protect page, activate.&lt;br /&gt;
&lt;br /&gt;
or alternatively&lt;br /&gt;
&lt;br /&gt;
1b) invoke:&lt;br /&gt;
 config rem PHONE USER /funclock-ro-mask&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Reference7:Fine_grained_function_locking]] for details.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18855</id>
		<title>Howto:Disable Function Key Modification On Phone UI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18855"/>
		<updated>2010-10-15T15:19:24Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with Version 9, one can actively disable the modification of function keys on the phone user-interface.&lt;br /&gt;
Thus, only the administrator could setup the function key map through the web user interface.&lt;br /&gt;
&lt;br /&gt;
List of function keys:&lt;br /&gt;
 UNDEF		=  0,	// not configured&lt;br /&gt;
 DIAL		=  1,	// &amp;quot;dial&amp;quot;&lt;br /&gt;
 CF		=  2,	// &amp;quot;cf&amp;quot;&lt;br /&gt;
 LOCK		=  3,	// &amp;quot;lock&amp;quot;&lt;br /&gt;
 RINGOFF        =  4,	// &amp;quot;ring-off&amp;quot;&lt;br /&gt;
 CALLWAIT	=  5,	// &amp;quot;callwait&amp;quot;&lt;br /&gt;
 CLIR		=  6,	// &amp;quot;clir&amp;quot;&lt;br /&gt;
 HEADSET        =  7,	// &amp;quot;headset&amp;quot;&lt;br /&gt;
 PARTNER	=  8,	// &amp;quot;partner&amp;quot;&lt;br /&gt;
 PICKUP		=  9,	// &amp;quot;pickup&amp;quot;&lt;br /&gt;
 REG		= 10,	// &amp;quot;reg&amp;quot;&lt;br /&gt;
 UNREG		= 11,	// &amp;quot;unreg&amp;quot;&lt;br /&gt;
 SWITCH		= 12,	// &amp;quot;switch&amp;quot;&lt;br /&gt;
 HOTDESK	= 13,	// &amp;quot;hotdesk&amp;quot;&lt;br /&gt;
 MWI		= 14,	// &amp;quot;mwi&amp;quot;&lt;br /&gt;
 TRANSFER	= 15,	// &amp;quot;transfer&amp;quot;&lt;br /&gt;
 REDIRECT	= 16,	// &amp;quot;redirect&amp;quot;&lt;br /&gt;
 PARK		= 17,	// &amp;quot;park&amp;quot;&lt;br /&gt;
 ENABLE		= 18,	// &amp;quot;enable&amp;quot;&lt;br /&gt;
 ACTIVE		= 19,	// &amp;quot;active&amp;quot;&lt;br /&gt;
 GROUP		= 20,	// &amp;quot;group&amp;quot;&lt;br /&gt;
 DIR		= 21,	// &amp;quot;dir&amp;quot;&lt;br /&gt;
 COND		= 22,	// &amp;quot;cond&amp;quot;&lt;br /&gt;
 RECORD		= 23,	// &amp;quot;record&amp;quot;&lt;br /&gt;
 PRESENCE       = 24,   // &amp;quot;presence&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example: we want to disable the modification of Partner and Pickup function keys.&lt;br /&gt;
&lt;br /&gt;
1) generate a 32bit mask with bits 8 (partner)and 9 (pickup) set: &lt;br /&gt;
 printf %x $(((1&amp;lt;&amp;lt;8)+(1&amp;lt;&amp;lt;9)))&lt;br /&gt;
 0x300&lt;br /&gt;
&lt;br /&gt;
2) Set funcion key lock readonly mask &lt;br /&gt;
 config add PHONE USER /funclock-ro-mask 0x300&lt;br /&gt;
&lt;br /&gt;
3) Save and activate&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
From now on, the function keys which cannot be viewed and modified will be marked by a leading asterisk (*) in front of their name in the Function Keys screen.&lt;br /&gt;
&lt;br /&gt;
To return to default mode, where all function keys can be viewed and modified through the phone user interface as well, invoke:&lt;br /&gt;
 config rem PHONE USER /funclock-ro-mask&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Reference7:Fine_grained_function_locking]] for details.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18854</id>
		<title>Howto:Disable Function Key Modification On Phone UI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Disable_Function_Key_Modification_On_Phone_UI&amp;diff=18854"/>
		<updated>2010-10-15T15:16:39Z</updated>

		<summary type="html">&lt;p&gt;Vsi: New page: Starting with Version 9, one can actively disable the modification of function keys on the phone user-interface. Thus, only the administrator could setup the function key map through the w...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with Version 9, one can actively disable the modification of function keys on the phone user-interface.&lt;br /&gt;
Thus, only the administrator could setup the function key map through the web user interface.&lt;br /&gt;
&lt;br /&gt;
List of function keys:&lt;br /&gt;
 UNDEF		=  0,	// not configured&lt;br /&gt;
 DIAL		=  1,	// &amp;quot;dial&amp;quot;&lt;br /&gt;
 CF		=  2,	// &amp;quot;cf&amp;quot;&lt;br /&gt;
 LOCK		=  3,	// &amp;quot;lock&amp;quot;&lt;br /&gt;
 RINGOFF        =  4,	// &amp;quot;ring-off&amp;quot;&lt;br /&gt;
 CALLWAIT	=  5,	// &amp;quot;callwait&amp;quot;&lt;br /&gt;
 CLIR		=  6,	// &amp;quot;clir&amp;quot;&lt;br /&gt;
 HEADSET        =  7,	// &amp;quot;headset&amp;quot;&lt;br /&gt;
 PARTNER	=  8,	// &amp;quot;partner&amp;quot;&lt;br /&gt;
 PICKUP		=  9,	// &amp;quot;pickup&amp;quot;&lt;br /&gt;
 REG		= 10,	// &amp;quot;reg&amp;quot;&lt;br /&gt;
 UNREG		= 11,	// &amp;quot;unreg&amp;quot;&lt;br /&gt;
 SWITCH		= 12,	// &amp;quot;switch&amp;quot;&lt;br /&gt;
 HOTDESK	= 13,	// &amp;quot;hotdesk&amp;quot;&lt;br /&gt;
 MWI		= 14,	// &amp;quot;mwi&amp;quot;&lt;br /&gt;
 TRANSFER	= 15,	// &amp;quot;transfer&amp;quot;&lt;br /&gt;
 REDIRECT	= 16,	// &amp;quot;redirect&amp;quot;&lt;br /&gt;
 PARK		= 17,	// &amp;quot;park&amp;quot;&lt;br /&gt;
 ENABLE		= 18,	// &amp;quot;enable&amp;quot;&lt;br /&gt;
 ACTIVE		= 19,	// &amp;quot;active&amp;quot;&lt;br /&gt;
 GROUP		= 20,	// &amp;quot;group&amp;quot;&lt;br /&gt;
 DIR		= 21,	// &amp;quot;dir&amp;quot;&lt;br /&gt;
 COND		= 22,	// &amp;quot;cond&amp;quot;&lt;br /&gt;
 RECORD		= 23,	// &amp;quot;record&amp;quot;&lt;br /&gt;
 PRESENCE       = 24,   // &amp;quot;presence&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example: we want to disable the modification of Partner and Pickup function keys.&lt;br /&gt;
&lt;br /&gt;
1) generate a 32bit mask with bits 8 (partner)and 9 (pickup) set: &lt;br /&gt;
 printf %x $(((1&amp;lt;&amp;lt;8)+(1&amp;lt;&amp;lt;9)))&lt;br /&gt;
 0x300&lt;br /&gt;
&lt;br /&gt;
2) Set funcion key lock readonly mask &lt;br /&gt;
 config add PHONE USER /funclock-ro-mask 0x300&lt;br /&gt;
&lt;br /&gt;
3) Save and activate&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
From now on, the function keys which cannot be viewed and modified will be marked by a leading asterisk (*) in front of their name in the Function Keys screen.&lt;br /&gt;
&lt;br /&gt;
To return to default mode, where all function keys can be viewed and modified through the phone user interface as well, invoke:&lt;br /&gt;
 config rem HONE USER /funclock-ro-mask&lt;br /&gt;
 config write&lt;br /&gt;
 config activate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Reference7:Fine_grained_function_locking]] for details.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17650</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17650"/>
		<updated>2010-05-27T11:19:11Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* WLAN Alarms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= WLAN Alarms =&lt;br /&gt;
Starting with Version 9, IP72 triggers alarms when following events occur:&lt;br /&gt;
* Battery capacity falls under 10%&lt;br /&gt;
* Link Speed falls under 5 Mbps&lt;br /&gt;
* RSSI falls under -80 dBm (or connectivity lost)&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, WLAN statistics can be fetched (and resetted) from a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17649</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17649"/>
		<updated>2010-05-27T11:15:36Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= WLAN Alarms =&lt;br /&gt;
Starting with Version 9, IP72 triggers alarms when following events occur:&lt;br /&gt;
* Battery capacity falls under 10%&lt;br /&gt;
* Link Speed fals under 5 Mbps&lt;br /&gt;
* RSSI falls under -80 dBm (or connectivity lost)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, WLAN statistics can be fetched (and resetted) from a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17648</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17648"/>
		<updated>2010-05-27T11:12:05Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Check statistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, WLAN statistics can be fetched (and resetted) from a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17647</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17647"/>
		<updated>2010-05-27T11:11:47Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Check statistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, WLAN Statistics can be fetched (and resetted) from a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17646</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17646"/>
		<updated>2010-05-27T11:11:02Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Check statistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, one can check WLAN Statistics on a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17645</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17645"/>
		<updated>2010-05-27T11:01:30Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check statistics =&lt;br /&gt;
Starting with Version 9, cone can check WLAN Statistics on a web page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wlan-stat.png]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Wlan-stat.png&amp;diff=17644</id>
		<title>File:Wlan-stat.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Wlan-stat.png&amp;diff=17644"/>
		<updated>2010-05-27T11:01:07Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17643</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17643"/>
		<updated>2010-05-27T10:59:22Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
See How_to_Read_WLAN_Traces_on_IP72 [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17642</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17642"/>
		<updated>2010-05-27T10:58:37Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Turn on tracing =&lt;br /&gt;
See [[http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72]]&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17641</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17641"/>
		<updated>2010-05-27T10:58:13Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Turn on tracing =&lt;br /&gt;
See http://wiki.innovaphone.com/index.php?title=Howto:How_to_Read_WLAN_Traces_on_IP72&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17596</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17596"/>
		<updated>2010-05-20T14:23:55Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Meru WLAN Infrastructure =&lt;br /&gt;
&lt;br /&gt;
Some special configuration is required to achieve satisfactory WLAN access for IP72 in a Meru environment. Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
* Use http:// or usbload to enter following commands&lt;br /&gt;
 !config change WLAN0 /beacon-recv-time 110 /ssid-filter 2 /keep-alive-period 2000&lt;br /&gt;
 !config write&lt;br /&gt;
 !reset&lt;br /&gt;
&lt;br /&gt;
* Make sure the actions have taken effect by looking for a following entry in trace/log after reboot:&lt;br /&gt;
 0:0000:141:1 - start WLAN_drv WLAN0&lt;br /&gt;
 0:0000:141:1 - wlan_drv: beacon-recv-time=110&lt;br /&gt;
 0:0000:141:2 - wlan_drv: ssid-filter=2&lt;br /&gt;
 0:0000:141:2 - wlan_drv: keep-alive-period=2000&lt;br /&gt;
&lt;br /&gt;
* Here a short description of the parameters changed:&lt;br /&gt;
beacon-recv-time : defines for how long the handset will listen for a beacon at the moment where the radio wakes up from power-save&lt;br /&gt;
&lt;br /&gt;
keep-alive-period : defines how often the handset shall transmit Null data frames to the system (in ms)&lt;br /&gt;
&lt;br /&gt;
ssid-filter : defines how the handset shall filter sites&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please contact innovaphone support for further assistance You may need to setup Meru and IP72.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17595</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17595"/>
		<updated>2010-05-20T14:18:27Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Check the Domain =&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
= Show WLAN/Call status information on IP72 display =&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
= Fine Tuning WLAN =&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17594</id>
		<title>Howto:Troubleshooting WLAN Problems with IP72</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Troubleshooting_WLAN_Problems_with_IP72&amp;diff=17594"/>
		<updated>2010-05-20T14:17:49Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Check the Domain ==&lt;br /&gt;
&lt;br /&gt;
A typical problem arises with access points not supporting IEEE 802.11d - World Mode. Although the WLAN seems to be correct, there is no connectivity.&lt;br /&gt;
Without world mode support, the IP72 must be configured manually to country of usage through Menu -&amp;gt; Administration -&amp;gt; WLAN-Advanced.&lt;br /&gt;
&lt;br /&gt;
== Show WLAN/Call status information on IP72 display ==&lt;br /&gt;
&lt;br /&gt;
1. Place IP72 into USB charger&lt;br /&gt;
&lt;br /&gt;
2. Log into command interface (default login : admin,ip72)&lt;br /&gt;
 usbload.exe interactive&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
  config change PHONE FORMS /state-information&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
The bottom line showing e.g. -42,13,02 contains following information:&lt;br /&gt;
* RSSI -42dBm, &lt;br /&gt;
* channel 13&lt;br /&gt;
* 0 for idle mode (0 - idle, 1 - connecting, 2 - call active)&lt;br /&gt;
* 2 for long doze (0 - active wlan, no power save, 1 - short doze, 2 - long doze) &lt;br /&gt;
&lt;br /&gt;
During a call, the status line shows RTCP information for &#039;&#039;&#039;local/remote&#039;&#039;&#039; endpoints.&lt;br /&gt;
&lt;br /&gt;
e.g. 85,5,0/100,2,1 for&lt;br /&gt;
&lt;br /&gt;
* Roundtrip delay in ms (85)&lt;br /&gt;
* Interarrival jitter in ms (5)&lt;br /&gt;
* Packet Loss (0)&lt;br /&gt;
&lt;br /&gt;
4. remove state information by resetting phone or alternatively&lt;br /&gt;
  config change PHONE FORMS&lt;br /&gt;
  config activate&lt;br /&gt;
&lt;br /&gt;
== Fine Tuning WLAN ==&lt;br /&gt;
{{FIXME|reason=TODO: channelmask/RSSI threshold }}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17271</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17271"/>
		<updated>2010-04-22T10:23:30Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Applies To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode (2)&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker) (0)&lt;br /&gt;
* SK3 uses function key definition in idle mode (1)&lt;br /&gt;
&lt;br /&gt;
As said, the default values is (historically) &#039;&#039;&#039;0x111&#039;&#039;&#039;, that is, function keys are displayed only in idle mode.&lt;br /&gt;
&lt;br /&gt;
=Setting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config add PHONE FORMS /softkey-mode 0x102&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;br /&gt;
&lt;br /&gt;
=Resetting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config rem PHONE FORMS /softkey-mode&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17270</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17270"/>
		<updated>2010-04-22T09:44:02Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Defining when function keys override softkeys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode (2)&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker) (0)&lt;br /&gt;
* SK3 uses function key definition in idle mode (1)&lt;br /&gt;
&lt;br /&gt;
As said, the default values is (historically) &#039;&#039;&#039;0x111&#039;&#039;&#039;, that is, function keys are displayed only in idle mode.&lt;br /&gt;
&lt;br /&gt;
=Setting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config add PHONE FORMS /softkey-mode 0x102&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;br /&gt;
&lt;br /&gt;
=Resetting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config rem PHONE FORMS /softkey-mode&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17264</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17264"/>
		<updated>2010-04-21T18:09:06Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode (2)&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker) (0)&lt;br /&gt;
* SK3 uses function key definition in idle mode (1)&lt;br /&gt;
&lt;br /&gt;
As said, the default values is (historically) 0x111.&lt;br /&gt;
&lt;br /&gt;
=Setting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config add PHONE FORMS /softkey-mode 0x102&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;br /&gt;
&lt;br /&gt;
=Resetting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config rem PHONE FORMS /softkey-mode&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17263</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17263"/>
		<updated>2010-04-21T18:08:48Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Defining when function keys override softkeys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode (2)&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker) (0)&lt;br /&gt;
* SK3 uses function key definition in idle mode (1)&lt;br /&gt;
&lt;br /&gt;
As said, the default values is (historically) 0x111.&lt;br /&gt;
&lt;br /&gt;
=Setting the value=&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config add PHONE FORMS /softkey-mode 0x102&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;br /&gt;
&lt;br /&gt;
=Resetting the value-&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config rem PHONE FORMS /softkey-mode&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!config activate&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Ring_through_Headset&amp;diff=17262</id>
		<title>Howto:IP72 Ring through Headset</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Ring_through_Headset&amp;diff=17262"/>
		<updated>2010-04-21T18:06:01Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* More Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix2 and later&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
Sometimes, in very loud environments, it is practical to ring through a headset.&lt;br /&gt;
&lt;br /&gt;
Here the steps to take:&lt;br /&gt;
&lt;br /&gt;
1. Plug in a headset into IP72&lt;br /&gt;
&lt;br /&gt;
2. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config add DSP0 /headset-ring 6&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!reset &lt;br /&gt;
&lt;br /&gt;
3. 6 is volume, valid range is 1-12&lt;br /&gt;
&lt;br /&gt;
4. now when IP72 rings and headset is plugged, it will ring through the headset&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To disable ringing through handset:&lt;br /&gt;
&lt;br /&gt;
1. navigate to IP72 via browser and type in&lt;br /&gt;
   http://x.y.x.z./!config rem DSP0 /headset-ring&lt;br /&gt;
   http://x.y.x.z./!config write&lt;br /&gt;
   http://x.y.x.z./!reset&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17261</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17261"/>
		<updated>2010-04-21T18:03:15Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Defining when function keys override softkeys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode (2)&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker) (0)&lt;br /&gt;
* SK3 uses function key definition in idle mode (1)&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17260</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17260"/>
		<updated>2010-04-21T18:02:42Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* Defining when function keys override softkeys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
* 0 - do not override a softkey with function key&lt;br /&gt;
* 1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
* 2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
* 3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker)&lt;br /&gt;
* SK3 uses function key definition in idle mode&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17259</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17259"/>
		<updated>2010-04-21T18:02:20Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
0 - do not override a softkey with function key&lt;br /&gt;
1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker)&lt;br /&gt;
* SK3 uses function key definition in idle mode&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17258</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17258"/>
		<updated>2010-04-21T18:00:36Z</updated>

		<summary type="html">&lt;p&gt;Vsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
=Softkeys and Functionkeys coexistance=&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;br /&gt;
&lt;br /&gt;
=Defining when function keys override softkeys=&lt;br /&gt;
&lt;br /&gt;
The so called &#039;&#039;softkey-mode&#039;&#039; configuration file option defines when the function key (if defined) overrides the softkey definition:&lt;br /&gt;
&lt;br /&gt;
For each key following values are defined:&lt;br /&gt;
&lt;br /&gt;
0 - do not override a softkey with function key&lt;br /&gt;
1 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; mode&lt;br /&gt;
2 - override softkey with a function key in &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
3 - override softkey with a function key in &#039;&#039;&#039;idle&#039;&#039;&#039; and &#039;&#039;&#039;speaking&#039;&#039;&#039; mode&lt;br /&gt;
&lt;br /&gt;
So this three values are combined into 3 hex bytes, with SK1 being LS-byte (right) and SK3 being the MS-byte (left).&lt;br /&gt;
&lt;br /&gt;
E.g. &#039;&#039;&#039;/softkey-mode 0x102&#039;&#039;&#039; :&lt;br /&gt;
* SK1 uses function key definition in speaking mode&lt;br /&gt;
* SK2 does not use a function key definition (stays speaker)&lt;br /&gt;
* SK3 uses function key definition in idle mode&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17257</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17257"/>
		<updated>2010-04-21T17:43:16Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
This predefined softkey assignment changes if function keys 1 to 3 have been defined.&lt;br /&gt;
Historically, function keys 1-3 overlap the softkeys 1-3 in &#039;&#039;&#039;idle&#039;&#039;&#039; mode only.&lt;br /&gt;
Thus, function key 1 overrides the Menu-softkey, function key 2 the Speaker-softkey and funcion key 3 the unused softkey.&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17256</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17256"/>
		<updated>2010-04-21T17:37:02Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==IP72 Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode/Softkey&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Idle&#039;&#039;&#039; || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Ringing&#039;&#039;&#039; || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | &#039;&#039;&#039;Speaking&#039;&#039;&#039; || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17255</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17255"/>
		<updated>2010-04-21T17:36:25Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==IP72 Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; &lt;br /&gt;
 |+&lt;br /&gt;
 | Idle || Menu || Speaker || &lt;br /&gt;
 |+&lt;br /&gt;
 | Ringing || Transfer || Speaker ||  &lt;br /&gt;
 |+&lt;br /&gt;
 | Speaking || Menu || Speaker || R &lt;br /&gt;
 |+&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17254</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17254"/>
		<updated>2010-04-21T17:36:11Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==IP72 Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; |&lt;br /&gt;
 |+&lt;br /&gt;
 | Idle || Menu || Speaker || |&lt;br /&gt;
 |+&lt;br /&gt;
 | Ringing || Transfer || Speaker ||  |&lt;br /&gt;
 |+&lt;br /&gt;
 | Speaking || Menu || Speaker || R |&lt;br /&gt;
 |+&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17253</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17253"/>
		<updated>2010-04-21T17:35:40Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==IP72 Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | &#039;&#039;Mode&#039;&#039; || &#039;&#039;&#039;SK-1&#039;&#039;&#039; || &#039;&#039;&#039;SK-2&#039;&#039;&#039; || &#039;&#039;&#039;SK-3&#039;&#039;&#039; ||&lt;br /&gt;
 |+&lt;br /&gt;
 | Idle || Menu || Speaker || || &lt;br /&gt;
 |+&lt;br /&gt;
 | Ringing || Transfer || Speaker ||  ||&lt;br /&gt;
 |+&lt;br /&gt;
 | Speaking || Menu || Speaker || R ||&lt;br /&gt;
 |+&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17252</id>
		<title>Howto:IP72 Functionkeys and Softkeys</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:IP72_Functionkeys_and_Softkeys&amp;diff=17252"/>
		<updated>2010-04-21T17:34:28Z</updated>

		<summary type="html">&lt;p&gt;Vsi: /* IP72 Softkeys and Functionkeys coexistance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Applies To=&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP72&lt;br /&gt;
innovaphone Firmware V8hotfix3 and later&lt;br /&gt;
&lt;br /&gt;
==IP72 Softkeys and Functionkeys coexistance==&lt;br /&gt;
&lt;br /&gt;
IP72 softkeys are the three long and rounded keys below the LCD used to control the phone.&lt;br /&gt;
&lt;br /&gt;
Here the softkey assignement depending on telephone state:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
 | Mode || SK1 || SK2 || SK3 ||&lt;br /&gt;
 |+&lt;br /&gt;
 | Idle || Menu |} Speaker || || &lt;br /&gt;
 |+&lt;br /&gt;
 | Ringing || Transfer || Speaker ||  ||&lt;br /&gt;
 |+&lt;br /&gt;
 | Speaking || Menu || Speaker || R ||&lt;br /&gt;
 |+&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Vsi</name></author>
	</entry>
</feed>