<?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=Rse</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=Rse"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Rse"/>
	<updated>2026-05-05T20:04:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79280</id>
		<title>Reference16r1:Concept App MQTT Broker</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79280"/>
		<updated>2026-03-27T13:50:42Z</updated>

		<summary type="html">&lt;p&gt;Rse: UI graphics added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: MQTT, Broker, IoT, Publish, Subscribe, Topic --&amp;gt;&lt;br /&gt;
== Applies To ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;innovaphone System (PBX/AP) from version 16r1 upwards&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; innovaphone PBX&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone AppPlatform&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone myApps&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; MQTT-capable client devices or applications&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
This product requires no licensing.&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&amp;lt;p&amp;gt;The MQTT Broker app provides a standards-compliant MQTT-message-broker running as an App Service on the innovaphone App Platform. It allows MQTT-clients such as IoT devices, sensors, or custom applications to exchange messages using the publish/subscribe pattern. Supported MQTT versions include 3.1.1 and 5.0.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&amp;lt;p&amp;gt;MQTT clients connect to the broker using the standard MQTT protocol over TCP (port 1883) or encrypted via TLS (port 8883). Clients can publish messages to topics and subscribe to topics to receive messages from other clients. The broker routes published messages to all subscribers of the respective topic.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Authentication is handled via username and password credentials configured in the broker settings. Access control lists (ACLs) can be used to restrict which clients are allowed to publish or subscribe to specific topics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The broker supports persistent sessions and retained messages. Quality of Service (QoS) levels 0, 1, and 2 are supported, allowing clients to choose between fire-and-forget, at-least-once, and exactly-once message delivery semantics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Connection to third-party MQTT-brokers is also supported via the Bridge functionality, which allows the innovaphone broker to connect as a client.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== App (innovaphone-mqtt) ===&lt;br /&gt;
[[File:Innovaphone-mqtt-logo.png]]&lt;br /&gt;
&lt;br /&gt;
The app provides the following configuration and monitoring capabilities:&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
Real-time monitoring of incoming messages and currently connected MQTT clients.&lt;br /&gt;
&lt;br /&gt;
[[File:MQTT_Overview_Section.png|512px]]&lt;br /&gt;
&lt;br /&gt;
==== Security ====&lt;br /&gt;
Authentication via JWT or username/password can be configured. Specific MQTT clients and topics can be restricted or granted access via Access Control List (ACL).&lt;br /&gt;
&lt;br /&gt;
[[File:MQTT_Security_Section.png|512px]]&lt;br /&gt;
&lt;br /&gt;
==== Configuration ====&lt;br /&gt;
The protocol and port used for MQTT packet transport can be configured here. To connect to an external MQTT broker (innovaphone or 3rd-party), the required connection details can be entered via &#039;&#039;Add Bridge&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:MQTT_Configuration_Section.png|512px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
* Install the MQTT Broker via the &#039;&#039;App Installer&#039;&#039; Settings plugin.&lt;br /&gt;
* Create a new PBX Object for the MQTT Broker with the Settings Plugin of the MQTT Broker app.&lt;br /&gt;
** Configure a name and SIPid.&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
After the initial installation, the broker listens to AppPlatform-IP:1883&amp;lt;/br&amp;gt;&lt;br /&gt;
If any changes are needed, they should be done in the Configuration and Security sections of the app.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&amp;lt;p&amp;gt;If problems occur, please send a log of the app service. Before reproducing the issue, delete the current contents of the log. The following trace flags should be enabled:&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;App&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;TCP/TLS&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;DB&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MQTT_Configuration_Section.png&amp;diff=79279</id>
		<title>File:MQTT Configuration Section.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MQTT_Configuration_Section.png&amp;diff=79279"/>
		<updated>2026-03-27T13:50:16Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MQTT_Overview_Section.png&amp;diff=79278</id>
		<title>File:MQTT Overview Section.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MQTT_Overview_Section.png&amp;diff=79278"/>
		<updated>2026-03-27T13:49:04Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MQTT_Security_Section.png&amp;diff=79277</id>
		<title>File:MQTT Security Section.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MQTT_Security_Section.png&amp;diff=79277"/>
		<updated>2026-03-27T13:48:33Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79272</id>
		<title>Reference16r1:Concept App MQTT Broker</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79272"/>
		<updated>2026-03-27T13:17:01Z</updated>

		<summary type="html">&lt;p&gt;Rse: logo update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: MQTT, Broker, IoT, Publish, Subscribe, Topic --&amp;gt;&lt;br /&gt;
== Applies To ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;innovaphone System (PBX/AP) from version 16r1 upwards&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; innovaphone PBX&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone AppPlatform&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone myApps&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; MQTT-capable client devices or applications&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
This product requires no licensing.&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&amp;lt;p&amp;gt;The MQTT Broker app provides a standards-compliant MQTT-message-broker running as an App Service on the innovaphone App Platform. It allows MQTT-clients such as IoT devices, sensors, or custom applications to exchange messages using the publish/subscribe pattern. Supported MQTT versions include 3.1.1 and 5.0.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&amp;lt;p&amp;gt;MQTT clients connect to the broker using the standard MQTT protocol over TCP (port 1883) or encrypted via TLS (port 8883). Clients can publish messages to topics and subscribe to topics to receive messages from other clients. The broker routes published messages to all subscribers of the respective topic.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Authentication is handled via username and password credentials configured in the broker settings. Access control lists (ACLs) can be used to restrict which clients are allowed to publish or subscribe to specific topics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The broker supports persistent sessions and retained messages. Quality of Service (QoS) levels 0, 1, and 2 are supported, allowing clients to choose between fire-and-forget, at-least-once, and exactly-once message delivery semantics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Connection to third-party MQTT-brokers is also supported via the Bridge functionality, which allows the innovaphone broker to connect as a client.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== App (innovaphone-mqtt) ===&lt;br /&gt;
[[File:Innovaphone-mqtt-logo.png]]&lt;br /&gt;
&lt;br /&gt;
The app provides the following configuration and monitoring capabilities:&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
Real-time monitoring of incoming messages and currently connected MQTT clients.&lt;br /&gt;
&lt;br /&gt;
==== Security ====&lt;br /&gt;
Authentication via JWT or username/password can be configured. Specific MQTT clients and topics can be restricted or granted access via Access Control List (ACL).&lt;br /&gt;
&lt;br /&gt;
==== Configuration ====&lt;br /&gt;
The protocol and port used for MQTT packet transport can be configured here. To connect to an external MQTT broker (innovaphone or 3rd-party), the required connection details can be entered via &#039;&#039;Add Bridge&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
* Install the MQTT Broker via the &#039;&#039;App Installer&#039;&#039; Settings plugin.&lt;br /&gt;
* Create a new PBX Object for the MQTT Broker with the Settings Plugin of the MQTT Broker app.&lt;br /&gt;
** Configure a name and SIPid.&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
After the initial installation, the broker listens to AppPlatform-IP:1883&amp;lt;/br&amp;gt;&lt;br /&gt;
If any changes are needed, they should be done in the Configuration and Security sections of the app.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&amp;lt;p&amp;gt;If problems occur, please send a log of the app service. Before reproducing the issue, delete the current contents of the log. The following trace flags should be enabled:&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;App&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;TCP/TLS&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;DB&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Innovaphone-mqtt-logo.png&amp;diff=79271</id>
		<title>File:Innovaphone-mqtt-logo.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Innovaphone-mqtt-logo.png&amp;diff=79271"/>
		<updated>2026-03-27T13:16:41Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:Innovaphone-mqtt.png&amp;diff=79270</id>
		<title>File:Innovaphone-mqtt.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:Innovaphone-mqtt.png&amp;diff=79270"/>
		<updated>2026-03-27T13:15:39Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79119</id>
		<title>Reference16r1:Concept App MQTT Broker</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79119"/>
		<updated>2026-03-12T22:05:31Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: MQTT, Broker, IoT, Publish, Subscribe, Topic --&amp;gt;&lt;br /&gt;
== Applies To ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;innovaphone System (PBX/AP) from version 16r1 upwards&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; innovaphone PBX&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone AppPlatform&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone myApps&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; MQTT-capable client devices or applications&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
This product requires no licensing.&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&amp;lt;p&amp;gt;The MQTT Broker app provides a standards-compliant MQTT-message-broker running as an App Service on the innovaphone App Platform. It allows MQTT-clients such as IoT devices, sensors, or custom applications to exchange messages using the publish/subscribe pattern. Supported MQTT versions include 3.1.1 and 5.0.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&amp;lt;p&amp;gt;MQTT clients connect to the broker using the standard MQTT protocol over TCP (port 1883) or encrypted via TLS (port 8883). Clients can publish messages to topics and subscribe to topics to receive messages from other clients. The broker routes published messages to all subscribers of the respective topic.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Authentication is handled via username and password credentials configured in the broker settings. Access control lists (ACLs) can be used to restrict which clients are allowed to publish or subscribe to specific topics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The broker supports persistent sessions and retained messages. Quality of Service (QoS) levels 0, 1, and 2 are supported, allowing clients to choose between fire-and-forget, at-least-once, and exactly-once message delivery semantics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Connection to third-party MQTT-brokers is also supported via the Bridge functionality, which allows the innovaphone broker to connect as a client.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== App (innovaphone-mqtt) ===&lt;br /&gt;
[[File:Innovaphone-mqtt.png]]&lt;br /&gt;
&lt;br /&gt;
The app provides the following configuration and monitoring capabilities:&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
Real-time monitoring of incoming messages and currently connected MQTT clients.&lt;br /&gt;
&lt;br /&gt;
==== Security ====&lt;br /&gt;
Authentication via JWT or username/password can be configured. Specific MQTT clients and topics can be restricted or granted access via Access Control List (ACL).&lt;br /&gt;
&lt;br /&gt;
==== Configuration ====&lt;br /&gt;
The protocol and port used for MQTT packet transport can be configured here. To connect to an external MQTT broker (innovaphone or 3rd-party), the required connection details can be entered via &#039;&#039;Add Bridge&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
* Install the MQTT Broker via the &#039;&#039;App Installer&#039;&#039; Settings plugin.&lt;br /&gt;
* Create a new PBX Object for the MQTT Broker with the Settings Plugin of the MQTT Broker app.&lt;br /&gt;
** Configure a name and SIPid.&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
After the initial installation, the broker listens to AppPlatform-IP:1883&amp;lt;/br&amp;gt;&lt;br /&gt;
If any changes are needed, they should be done in the Configuration and Security sections of the app.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&amp;lt;p&amp;gt;If problems occur, please send a log of the app service. Before reproducing the issue, delete the current contents of the log. The following trace flags should be enabled:&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;App&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;TCP/TLS&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;DB&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79118</id>
		<title>Reference16r1:Concept App MQTT Broker</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_MQTT_Broker&amp;diff=79118"/>
		<updated>2026-03-12T17:07:02Z</updated>

		<summary type="html">&lt;p&gt;Rse: Created page with &amp;quot;{{FIXME|reason=This product is in the beta phase and is not yet finished}} &amp;lt;!-- Keywords: MQTT, Broker, IoT, Publish, Subscribe, Topic --&amp;gt; == Applies To == &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;innovaphone System (PBX/AP) from version 16r1 upwards&amp;lt;/li&amp;gt; &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;  == Requirements == &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; innovaphone PBX &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone AppPlatform &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone myApps &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; MQTT-capable client devices or applications &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;  == Licensing == This product requires no licensing.  == Concept ==...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: MQTT, Broker, IoT, Publish, Subscribe, Topic --&amp;gt;&lt;br /&gt;
== Applies To ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;innovaphone System (PBX/AP) from version 16r1 upwards&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; innovaphone PBX&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone AppPlatform&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; innovaphone myApps&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; MQTT-capable client devices or applications&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
This product requires no licensing.&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&amp;lt;p&amp;gt;The MQTT Broker app provides a standards-compliant MQTT-message-broker running as an App Service on the innovaphone App Platform. It allows MQTT-clients such as IoT devices, sensors, or custom applications to exchange messages using the publish/subscribe pattern. Supported MQTT versions include 3.1.1 and 5.0.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&amp;lt;p&amp;gt;MQTT clients connect to the broker using the standard MQTT protocol over TCP (port 1883) or encrypted via TLS (port 8883). Clients can publish messages to topics and subscribe to topics to receive messages from other clients. The broker routes published messages to all subscribers of the respective topic.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Authentication is handled via username and password credentials configured in the broker settings. Access control lists (ACLs) can be used to restrict which clients are allowed to publish or subscribe to specific topics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The broker supports persistent sessions and retained messages. Quality of Service (QoS) levels 0, 1, and 2 are supported, allowing clients to choose between fire-and-forget, at-least-once, and exactly-once message delivery semantics.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Connection to third-party MQTT-brokers is also supported via the Bridge functionality, which allows the innovaphone broker to connect as a client.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== App (innovaphone-mqtt) ===&lt;br /&gt;
[[File:Innovaphone-mqtt.png]]&lt;br /&gt;
&lt;br /&gt;
The app provides the following configuration and monitoring capabilities:&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
Real-time monitoring of incoming messages and currently connected MQTT clients.&lt;br /&gt;
&lt;br /&gt;
==== Security ====&lt;br /&gt;
Authentication via JWT or username/password can be configured. Specific MQTT clients and topics can be restricted or granted access via Access Control List (ACL).&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
* Install the MQTT Broker via the &#039;&#039;App Installer&#039;&#039; Settings plugin.&lt;br /&gt;
* Create a new PBX Object for the MQTT Broker with the Settings Plugin of the MQTT Broker app.&lt;br /&gt;
** Configure a name and SIPid.&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
&lt;br /&gt;
==== Configuration ====&lt;br /&gt;
The protocol and port used for MQTT packet transport can be configured here. To connect to an external MQTT broker (innovaphone or 3rd-party), the required connection details can be entered via &#039;&#039;Add Bridge&#039;&#039;.&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform.&lt;br /&gt;
;Services: API which is used to get access to APIs provided by other App Services.&lt;br /&gt;
;MQTT Port: The TCP port the broker listens on for unencrypted MQTT connections (default: 1883).&lt;br /&gt;
;MQTT TLS Port: The TCP port the broker listens on for TLS-encrypted MQTT connections (default: 8883).&lt;br /&gt;
&lt;br /&gt;
== Broker Information ==&lt;br /&gt;
The app displays the following runtime information:&lt;br /&gt;
* MQTT Broker address (IP address of the App Platform)&lt;br /&gt;
* MQTT Port (plain TCP, default: 1883)&lt;br /&gt;
* Currently connected MQTT clients (real-time)&lt;br /&gt;
* Incoming messages (real-time)&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&amp;lt;p&amp;gt;If problems occur, please send a log of the app service. Before reproducing the issue, delete the current contents of the log. The following trace flags should be enabled:&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;App&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;TCP/TLS&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;DB&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/MQTT_Broker&amp;diff=79113</id>
		<title>Reference16r1:Apps/PbxManager/MQTT Broker</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/MQTT_Broker&amp;diff=79113"/>
		<updated>2026-03-12T15:28:26Z</updated>

		<summary type="html">&lt;p&gt;Rse: Created page with &amp;quot;The MQTT Broker Settings plug-in can be used to create and configure the required App object. In addition, the App object can be assigned to specific configuration templates, if any exist.&amp;lt;br /&amp;gt;  {{FIXME|reason=This product is in the beta phase and is not yet finished}}  == Add an App == ;Name :The &amp;#039;&amp;#039;name&amp;#039;&amp;#039; displayed for the App object which must be unique.  ;SIP :The &amp;#039;&amp;#039;sip&amp;#039;&amp;#039; of the App object which must be unique.  ;Config templates  :If config templates exist, they wil...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The MQTT Broker Settings plug-in can be used to create and configure the required App object. In addition, the App object can be assigned to specific configuration templates, if any exist.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&lt;br /&gt;
== Add an App ==&lt;br /&gt;
;Name&lt;br /&gt;
:The &#039;&#039;name&#039;&#039; displayed for the App object which must be unique.&lt;br /&gt;
&lt;br /&gt;
;SIP&lt;br /&gt;
:The &#039;&#039;sip&#039;&#039; of the App object which must be unique.&lt;br /&gt;
&lt;br /&gt;
;Config templates &lt;br /&gt;
:If config templates exist, they will be listed with a checkbox. Tick the template of your choice to deploy the application.&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Concept App MQTT Broker|Reference16r1:Concept App MQTT Broker]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP6013/IP0013&amp;diff=61988</id>
		<title>ReleaseNotes:Hardware IP6013/IP0013</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP6013/IP0013&amp;diff=61988"/>
		<updated>2022-05-11T09:02:37Z</updated>

		<summary type="html">&lt;p&gt;Rse: Protected &amp;quot;Reference:Release Notes Hardware IP6013/IP0013&amp;quot; [edit=sysop:move=sysop]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP6013 and IP0013 Hardware Builds starting with build 300&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
https://builder.innovaphone.com/innovaphone.com/projects/137506/innovaphone-projects-projectlist.htm?area=Fixes&amp;amp;areaGuid=da25e142-3752-4af5-b84e-c3b918d02167&amp;amp;default=Hardware%20IP6013/IP0013&amp;amp;idSprint=0&lt;br /&gt;
&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP6013%2FIP0013}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=61985</id>
		<title>ReleaseNotes13r1:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=61985"/>
		<updated>2022-05-11T09:00:57Z</updated>

		<summary type="html">&lt;p&gt;Rse: Unprotected &amp;quot;Reference13r1:Release Notes Firmware&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 13r1 Release Notes Document.&lt;br /&gt;
&lt;br /&gt;
Service Releases are planned for the second monday each month. For each of the service release the complete set of tests is executed. If problems show up during the tests, the problems are fixed. This may cause a delay. The tests are started early, so that some delay is covered, but it still may happen that the patchday has to be moved. In this case it is hard to predict when the service release is good. It may be any day, so it would not be good to move the patchday by a fixed number of days, it still should be released as early as possible.&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2013r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=61984</id>
		<title>ReleaseNotes13r1:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=61984"/>
		<updated>2022-05-11T09:00:16Z</updated>

		<summary type="html">&lt;p&gt;Rse: Protected &amp;quot;Reference13r1:Release Notes Firmware&amp;quot; [edit=autoconfirmed:move=autoconfirmed]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 13r1 Release Notes Document.&lt;br /&gt;
&lt;br /&gt;
Service Releases are planned for the second monday each month. For each of the service release the complete set of tests is executed. If problems show up during the tests, the problems are fixed. This may cause a delay. The tests are started early, so that some delay is covered, but it still may happen that the patchday has to be moved. In this case it is hard to predict when the service release is good. It may be any day, so it would not be good to move the patchday by a fixed number of days, it still should be released as early as possible.&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2013r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP511&amp;diff=57939</id>
		<title>ReleaseNotes:Hardware IP511</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP511&amp;diff=57939"/>
		<updated>2021-01-25T11:30:58Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP511 hardware starting with build 700&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP511}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP511&amp;diff=57938</id>
		<title>ReleaseNotes:Hardware IP511</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP511&amp;diff=57938"/>
		<updated>2021-01-25T11:30:18Z</updated>

		<summary type="html">&lt;p&gt;Rse: Protected &amp;quot;Support:DVL-Roadmap Hardware IP511&amp;quot; [edit=sysop:move=sysop]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP511 hardware starting with build 700&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This article contains the link to the new project lists replacing the release notes. Do not edit!&amp;lt;br/&amp;gt;&lt;br /&gt;
Please click the link to continue.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
https://builder.innovaphone.com/innovaphone.com/projects/innovaphone-projects-projectlist.htm?area=Fixes&amp;amp;areaGuid=da25e142-3752-4af5-b84e-c3b918d02167&amp;amp;default=Hardware%20IP511&amp;amp;idSprint=0&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP411&amp;diff=57912</id>
		<title>ReleaseNotes:Hardware IP411</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP411&amp;diff=57912"/>
		<updated>2021-01-22T21:58:58Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP411 hardware starting with build 300&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP411}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP311&amp;diff=57911</id>
		<title>ReleaseNotes:Hardware IP311</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP311&amp;diff=57911"/>
		<updated>2021-01-22T21:57:25Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP311 hardware starting with build 200&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP311}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP222&amp;diff=57910</id>
		<title>ReleaseNotes:Hardware IP222</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP222&amp;diff=57910"/>
		<updated>2021-01-22T21:57:04Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP232 hardware starting with build 1300&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP222}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP29-2/IP29-4/IP29-8&amp;diff=57909</id>
		<title>ReleaseNotes:Hardware IP29-2/IP29-4/IP29-8</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP29-2/IP29-4/IP29-8&amp;diff=57909"/>
		<updated>2021-01-22T21:56:48Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP29(-x) Hardware Builds starting with build 200 (except IP29-20)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP29%2FIP29-2%2FIP29-4}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP1130/IP3011&amp;diff=57908</id>
		<title>ReleaseNotes:Hardware IP1130/IP3011</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP1130/IP3011&amp;diff=57908"/>
		<updated>2021-01-22T21:56:13Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP1130 and IP3011 Hardware Builds starting with build 300&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP1130%2FIP3011}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP232&amp;diff=57907</id>
		<title>ReleaseNotes:Hardware IP232</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP232&amp;diff=57907"/>
		<updated>2021-01-22T21:55:47Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP232 hardware starting with build 1300&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP232}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP111&amp;diff=57906</id>
		<title>ReleaseNotes:Hardware IP111</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP111&amp;diff=57906"/>
		<updated>2021-01-22T21:53:45Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP111 Hardware Builds starting at 500&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP111}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP2x2x&amp;diff=57905</id>
		<title>ReleaseNotes:Hardware IP2x2x</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP2x2x&amp;diff=57905"/>
		<updated>2021-01-22T21:53:10Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP2x2x hardware build starting at build 400&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP2X2-X}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes12r2:Firmware&amp;diff=57904</id>
		<title>ReleaseNotes12r2:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes12r2:Firmware&amp;diff=57904"/>
		<updated>2021-01-22T21:52:39Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 12r2 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Service Releases are planned for the second monday each month. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2012r2}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=57903</id>
		<title>ReleaseNotes13r1:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:Firmware&amp;diff=57903"/>
		<updated>2021-01-22T21:52:24Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 13r1 Release Notes Document.&lt;br /&gt;
&lt;br /&gt;
Service Releases are planned for the second monday each month. For each of the service release the complete set of tests is executed. If problems show up during the tests, the problems are fixed. This may cause a delay. The tests are started early, so that some delay is covered, but it still may happen that the patchday has to be moved. In this case it is hard to predict when the service release is good. It may be any day, so it would not be good to move the patchday by a fixed number of days, it still should be released as early as possible.&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2013r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes12r1:Firmware&amp;diff=57902</id>
		<title>ReleaseNotes12r1:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes12r1:Firmware&amp;diff=57902"/>
		<updated>2021-01-22T21:51:22Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 12r1 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Service Releases are planned for the second monday each month. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2012r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes11r1:Firmware&amp;diff=57901</id>
		<title>ReleaseNotes11r1:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes11r1:Firmware&amp;diff=57901"/>
		<updated>2021-01-22T21:50:23Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware 11r1 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Service Releases are planned for the second monday each month. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%2011r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Firmware&amp;diff=57900</id>
		<title>ReleaseNotes10:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Firmware&amp;diff=57900"/>
		<updated>2021-01-22T21:48:00Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware V10 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Service Releases are planned for the second monday each month. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes7:Firmware&amp;diff=57899</id>
		<title>ReleaseNotes7:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes7:Firmware&amp;diff=57899"/>
		<updated>2021-01-22T21:46:36Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Version 7 firmware Release Notes.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The release date of the next Hotfix is planed for the second monday of a month. Please note that this a scheduled and no fix date.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%20V7}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:Firmware&amp;diff=57898</id>
		<title>ReleaseNotes8:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:Firmware&amp;diff=57898"/>
		<updated>2021-01-22T21:45:40Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware V8 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The release date of the next Hotfix is planed for the second monday of a month. Please note that this a scheduled and no fix date. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%20V8}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Firmware&amp;diff=57897</id>
		<title>ReleaseNotes9:Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Firmware&amp;diff=57897"/>
		<updated>2021-01-22T21:44:54Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Firmware V9 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The release date of the next Hotfix is planed for the second monday of a month. Please note that this a scheduled and no fix date. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Firmware%20V9}}&lt;br /&gt;
[[Category:Release Notes|Firmware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:App_Platform&amp;diff=57896</id>
		<title>ReleaseNotes:App Platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:App_Platform&amp;diff=57896"/>
		<updated>2021-01-22T21:44:25Z</updated>

		<summary type="html">&lt;p&gt;Rse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the App Platform Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A new App Platform image is not released like other Service Releases but just from time to time. &amp;lt;br/&amp;gt;&lt;br /&gt;
The update can be applied [[ Reference13r1:Concept_App_Platform#Update_of_the_App_Platform_itself | here ]].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=App%20Platform}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|AppPlatform]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:IQM&amp;diff=57895</id>
		<title>ReleaseNotes8:IQM</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:IQM&amp;diff=57895"/>
		<updated>2021-01-22T21:42:52Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the 2012 iQM.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=iQM%202012}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|iQM]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Wireless_Handset_Firmware&amp;diff=57894</id>
		<title>ReleaseNotes9:Wireless Handset Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Wireless_Handset_Firmware&amp;diff=57894"/>
		<updated>2021-01-22T21:39:35Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Wireless Handset Firmware Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 &amp;lt;br/&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Wireless%20Handsets}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Wireless]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Scripts_and_Tools&amp;diff=57893</id>
		<title>ReleaseNotes:Scripts and Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Scripts_and_Tools&amp;diff=57893"/>
		<updated>2021-01-22T21:38:14Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe all Scripts and Tools which do not fit elsewhere, e.g. all the items found in the [http://download.innovaphone.com/ice/wiki-src/ Wiki Sources].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Scripts%20and%20Tools}}&lt;br /&gt;
[[Category:Release Notes|Tools]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:TAPI&amp;diff=57892</id>
		<title>ReleaseNotes:TAPI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:TAPI&amp;diff=57892"/>
		<updated>2021-01-22T21:35:08Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V7 (that is, [[Reference7:SOAP_API | pbx700.wsdl]] based) TAPI driver implementation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=TAPI%20V7}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|TAPI]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:TAPI&amp;diff=57891</id>
		<title>ReleaseNotes8:TAPI</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:TAPI&amp;diff=57891"/>
		<updated>2021-01-22T21:33:54Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V8 (that is, [[Reference8:SOAP_API | pbx800.wsdl]] based) TAPI driver implementation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=TAPI%20V8}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|TAPI]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:SDK&amp;diff=57890</id>
		<title>ReleaseNotes13r1:SDK</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes13r1:SDK&amp;diff=57890"/>
		<updated>2021-01-22T21:31:10Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the SDK 13r1 Release Notes Document.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Service Releases are planned for the second monday each month. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=SDK%2013r1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|SDK]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Reporting&amp;diff=57889</id>
		<title>ReleaseNotes10:Reporting</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Reporting&amp;diff=57889"/>
		<updated>2021-01-22T21:29:33Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V10 (that is, [[Reference10:Concept_Reporting]] based) Reporting based on the linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This article contains the link to the new project lists replacing the release notes. Do not edit!&amp;lt;br/&amp;gt;&lt;br /&gt;
Please click the link to continue.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Reporting%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Reporting]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Recorder&amp;diff=57888</id>
		<title>ReleaseNotes10:Recorder</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Recorder&amp;diff=57888"/>
		<updated>2021-01-22T21:28:08Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V10 Voice Recorder.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Recorder%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Recorder]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Operator&amp;diff=57887</id>
		<title>ReleaseNotes9:Operator</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Operator&amp;diff=57887"/>
		<updated>2021-01-22T21:26:41Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the Operator V9.&amp;lt;br/&amp;gt;&lt;br /&gt;
A busy field(BF) is the new and main extension to the application.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This article contains the link to the new project lists replacing the release notes. Do not edit!&amp;lt;br/&amp;gt;&lt;br /&gt;
Please click the link to continue.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Operator%20V9}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Operator]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:Operator&amp;diff=57886</id>
		<title>ReleaseNotes8:Operator</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes8:Operator&amp;diff=57886"/>
		<updated>2021-01-22T21:26:01Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the Operator V8 (that is, [[Reference8:Innovaphone_Operator]]). &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Operator%20V8}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Operator]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Exchange_Calendar_Connector&amp;diff=57885</id>
		<title>ReleaseNotes9:Linux Exchange Calendar Connector</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Exchange_Calendar_Connector&amp;diff=57885"/>
		<updated>2021-01-22T16:36:37Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V10 (that is, [[Reference10:Concept_Exchange_Calendar_Connector]] based) Exchange Calendar Connector based on the linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Exchange%20Calendar%20Connector%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|LinAP]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Linux_Faxserver&amp;diff=57884</id>
		<title>ReleaseNotes10:Linux Faxserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Linux_Faxserver&amp;diff=57884"/>
		<updated>2021-01-22T16:35:37Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V10 (that is, [[Reference10:Concept_Faxserver]] based) Faxserver based on the linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Faxserver%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|LinAP]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Linux_Application_Platform&amp;diff=57883</id>
		<title>ReleaseNotes10:Linux Application Platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes10:Linux_Application_Platform&amp;diff=57883"/>
		<updated>2021-01-22T16:33:48Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V10 (that is, [[Reference10:Concept_Linux_Application_Platform]] based) linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This article contains the link to the new project lists replacing the release notes. Do not edit!&amp;lt;br/&amp;gt;&lt;br /&gt;
Please click the link to continue.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Linux%20Application%20Platform%20V10}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|LinAP]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Application_Platform&amp;diff=57882</id>
		<title>ReleaseNotes9:Linux Application Platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Application_Platform&amp;diff=57882"/>
		<updated>2021-01-22T16:29:00Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V1 (that is, [[Reference9:Concept_Linux_Application_Platform]] based) linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Linux%20Application%20Platform%20V1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|LinAP]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Reporting&amp;diff=57881</id>
		<title>ReleaseNotes9:Linux Reporting</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes9:Linux_Reporting&amp;diff=57881"/>
		<updated>2021-01-22T16:27:38Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the V1 (that is, [[Reference9:Concept_Reporting]] based) Reporting based on the linux application platform.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Reporting%20V1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|LinAP]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP112&amp;diff=57879</id>
		<title>ReleaseNotes:Hardware IP112</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP112&amp;diff=57879"/>
		<updated>2021-01-22T16:16:19Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP112 Hardware Builds starting with build 501&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP112}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP29-20&amp;diff=57878</id>
		<title>ReleaseNotes:Hardware IP29-20</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP29-20&amp;diff=57878"/>
		<updated>2021-01-22T16:15:12Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP29-20 Hardware Builds starting with build 100&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP29-20}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP241&amp;diff=57877</id>
		<title>ReleaseNotes:Hardware IP241</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=ReleaseNotes:Hardware_IP241&amp;diff=57877"/>
		<updated>2021-01-22T16:14:06Z</updated>

		<summary type="html">&lt;p&gt;Rse: (switched to inline release notes via appwebsocket projects connection)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These release notes describe the IP241 hardware starting with build 2000&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Please see &#039;&#039;[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]&#039;&#039; before using the information presented here!&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=Hardware%20IP241}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Release Notes|Hardware]]&lt;/div&gt;</summary>
		<author><name>Rse</name></author>
	</entry>
</feed>