<?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=Jbi</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=Jbi"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Jbi"/>
	<updated>2026-06-19T22:34:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Platform&amp;diff=80013</id>
		<title>Reference14r2:Concept App Platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Platform&amp;diff=80013"/>
		<updated>2026-06-17T14:17:33Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= General =&lt;br /&gt;
* V14 uses [https://buildroot.org/ buildroot]&lt;br /&gt;
* this is an own (innovaphone) collection of packages&lt;br /&gt;
* For further information see: [https://buildroot.org/docs.html Buildroot Documentations]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* V13 or above&lt;br /&gt;
* Gateway (arm): IPx10 (with CF card) or IPx11 (with mSATA SSD) &lt;br /&gt;
* Gateway (arm64): IPx13 (with m2 SSD)&lt;br /&gt;
* Virtual (x86_64)&lt;br /&gt;
** HyperV with [https://docs.microsoft.com/de-de/windows-server/virtualization/hyper-v/deploy/upgrade-virtual-machine-version-in-hyper-v-on-windows-or-windows-server#supported-virtual-machine-configuration-versions VM-configuration Version] 6.2 (minimum: Windows 10 or Windows Server 2016)&lt;br /&gt;
** VMWare&lt;br /&gt;
** Proxmox/KVM/Qemu&lt;br /&gt;
&lt;br /&gt;
== Default credentials ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;During INSTALL, the default passwords are replaced with the global Admin PW!&#039;&#039;&#039;&lt;br /&gt;
* SSH-Login with &#039;&#039;&#039;admin&#039;&#039;&#039; and &#039;&#039;&#039;ipapps&#039;&#039;&#039;&lt;br /&gt;
* root login with &#039;&#039;&#039;root&#039;&#039;&#039; and &#039;&#039;&#039;iplinux&#039;&#039;&#039; (the root login is not directly possible, you have to login as admin first and use the command &#039;&#039;su root&#039;&#039;)&lt;br /&gt;
* manager App (web login) &#039;&#039;&#039;pwd&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= App Platform - arm/arm64 (Gateway)=&lt;br /&gt;
&lt;br /&gt;
* The installation image has a size of ~50MB. During installation, the following partitions are created&amp;lt;ref name=&amp;quot;partition-size&amp;quot;&amp;gt;Maximum partition sizes are given. The real sizes are returned by the linux &#039;df -h&#039;-command. These real values will be lower, but can grow in the future with new releases.&amp;lt;/ref&amp;gt;:&lt;br /&gt;
** /dev/sda1 fat32: 200MB (contains ramdisk, rootfs and kernel)&lt;br /&gt;
** /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)&lt;br /&gt;
** /dev/sda3 ext4: 500MB (contains the rootfs)&lt;br /&gt;
** /dev/sda4 swap: 512MB&lt;br /&gt;
&lt;br /&gt;
When comparing potential performance of the IPxx11 platform compared to the IPxx10 platform, there are some major differences:&lt;br /&gt;
* SSDs found in the xx11 are faster and more reliable than the CF found in the xx10&lt;br /&gt;
* the available RAM for the App Platform (as specified in column &#039;&#039;RAM for LAP (GB) out of RAM&#039;&#039; in chapter &#039;&#039;Technical data and recommended number of users supported&#039;&#039; of [[Howto:How to implement large PBXs#Technical data and recommended number of users supported|How to implement large PBXs]]) is factor 6 larger on the xx11 (1,536 GB) than on the xx10 (0,256 GB))&lt;br /&gt;
* the xx11 has gigabit Ethernet while the xx10 has 100Mbps Ethernet. The xx10 is therefore not well suited for Apps with larger network traffic, such as Recordings&lt;br /&gt;
* the CPU of the xx11 (although it runs on the same frequency) is roughly 20% faster than the xx10&lt;br /&gt;
&lt;br /&gt;
While it is hard to predict the performance of the App Platform in a specific scenario, we see that in a real life environment an App Platform running on an xx11 platform can well support 150 users. The xx10 platform is estimated to support 120 users.  Because CPU performance is the limiting factor, larger setups can be built based on the virtual machine platform (see [[#App services and multi-threading|App services and multi-threading]] below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= App Platform - x86-64 (Virtual Machine 64bit) =&lt;br /&gt;
&lt;br /&gt;
* The default disk size is 16GB. It should be increased &#039;&#039;&#039;before&#039;&#039;&#039; the first start if needed!&lt;br /&gt;
* Multiple CPUs are supported, default is one CPU&lt;br /&gt;
* default RAM: 512MB&lt;br /&gt;
* static IP address, DNS, Gateway can be configured with the command &#039;&#039;&#039;setip&#039;&#039;&#039; on the console. Run &#039;&#039;&#039;setip --help&#039;&#039;&#039; to get a list of parameters. (Example: setip --addr=x.x.x.x --mask=x.x.x.x --gateway=x.x.x.x --dns1=x.x.x.x) &lt;br /&gt;
* If you have permission problems change to su user (Password is iplinux or your new admin password)  &lt;br /&gt;
* To figure out your ip address you can use the command: &#039;&#039;ip address&#039;&#039; on the console.&lt;br /&gt;
* &#039;&#039;&#039;loadkeys de&#039;&#039;&#039; can be used to change to german keyboard layout (etc.)&lt;br /&gt;
* partitions&amp;lt;ref name=&amp;quot;partition-size&amp;quot;&amp;gt;Maximum partition sizes are given. The real sizes are returned by the linux &#039;df -h&#039;-command. These real values will be lower, but can grow in the future with new releases.&amp;lt;/ref&amp;gt;:&lt;br /&gt;
** /dev/sda1 ext2: 350MB (contains ramdisk, rootfs and kernel)&lt;br /&gt;
*** the real partition format size is smaller but there is no need to monitor sda1 as sda1 won&#039;t grow during usage of the App Platform&lt;br /&gt;
*** sda1 is completely exchanged during an image update and its size might have changed but will never exceed these 350MB&lt;br /&gt;
** /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)&lt;br /&gt;
** /dev/sda3 ext4: 500MB (contains the rootfs)&lt;br /&gt;
** /dev/sda4 swap: 512MB&lt;br /&gt;
* VMWare Tools: Open VM Tools&lt;br /&gt;
* Qemu Guest Agent: installed since 110032&lt;br /&gt;
** The qemu guest agent can be configured in Proxmox with &#039;&#039;Virtio&#039;&#039; or &#039;&#039;ISA&#039;&#039;. Before version 130012, you must use ISA, as Virtio was not supported with older versions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
==ARM Gateway==&lt;br /&gt;
&lt;br /&gt;
If you setup a Gateway with the install procedure, the App Platform is installed automatically (Https Download has to be allowed and shouldn&#039;t be blocked by any firewall.)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
You can also install it manually:&lt;br /&gt;
* Open App Platform -&amp;gt; General and &#039;&#039;&#039;Enable Linux Support&#039;&#039;&#039;. Restart the gateway.&lt;br /&gt;
* You need to enable Proxy-ARP on [[{{NAMESPACE}}:IP4/ETH/IP|ETH0]] or [[{{NAMESPACE}}:IP4/ETH/IP|ETH1]], so your Gateway and the Linux Appliance will share the same physical interface.&lt;br /&gt;
* Open App Platform -&amp;gt; IP and configure the IP settings of the App Platform. Restart the Gateway.&lt;br /&gt;
* Open App Platform -&amp;gt; Installation and select the given version or enter an own path to the &#039;&#039;app-platform-armel.img&#039;&#039; image file.&lt;br /&gt;
* The installation runs without any further required step.&lt;br /&gt;
&lt;br /&gt;
==ARM64 Gateway==&lt;br /&gt;
&lt;br /&gt;
If you setup a Gateway with the install procedure, the App Platform is installed automatically (Https Download has to be allowed and shouldn&#039;t be blocked by any firewall.)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
You can also install it manually:&lt;br /&gt;
* Open App Platform -&amp;gt; General and &#039;&#039;&#039;Enable Linux Support&#039;&#039;&#039;. Restart the gateway.&lt;br /&gt;
* You need to enable Proxy-ARP on [[{{NAMESPACE}}:IP4/ETH/IP|ETH0]] or [[{{NAMESPACE}}:IP4/ETH/IP|ETH1]], so your Gateway and the Linux Appliance will share the same physical interface.&lt;br /&gt;
* Open App Platform -&amp;gt; IP and configure the IP settings of the App Platform. Restart the Gateway.&lt;br /&gt;
* Open App Platform -&amp;gt; Installation and select the given version or enter an own path to the &#039;&#039;app-platform-arm64.img&#039;&#039; image file.&lt;br /&gt;
* The installation runs without any further required step.&lt;br /&gt;
&lt;br /&gt;
==Virtual machine==&lt;br /&gt;
&lt;br /&gt;
* Import the image into your server environment.&lt;br /&gt;
** Proxmox: follow this description here, just with the app-platform-ova.zip: https://wiki.innovaphone.com/index.php?title={{NAMESPACE}}:Concept_Innovaphone_Virtual_Appliance#Proxmox_VE&lt;br /&gt;
* Edit the disk size, if needed.&lt;br /&gt;
* Start the machine and wait until it reboots and starts again.&lt;br /&gt;
* Note: If you need to access an IP addresses available through a VPN connection from from inside the virtual machine, it could be that you need to set the network of your VM to NAT (and also add the URL for an IP to /etc/hosts)&lt;br /&gt;
&lt;br /&gt;
[https://wiki.innovaphone.com/index.php?title={{NAMESPACE}}:Concept_Innovaphone_Virtual_Appliance#Configuration More Configuration Hints regarding VM Ware]&lt;br /&gt;
&lt;br /&gt;
== Backup of the Apps ==&lt;br /&gt;
&lt;br /&gt;
Each App Service can have multiple instances and each instance has its own database. The manager app itself also has its own database.&amp;lt;br&amp;gt;&lt;br /&gt;
There are no other files which need to be backuped.&amp;lt;br&amp;gt;&lt;br /&gt;
The standard way to backup the databases is through the Devices App [[{{NAMESPACE}}:Concept_App_Service_Devices#Backups]].&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
An alternate way is to use a command file which is similar to the command files from the firmware.&lt;br /&gt;
&lt;br /&gt;
===Commands===&lt;br /&gt;
* &#039;&#039;&#039;times&#039;&#039;&#039; 0,12 # backup only at 0 or 12 o&#039;clock&lt;br /&gt;
* &#039;&#039;&#039;backup-instances&#039;&#039;&#039; http://user:pw@ip/path/#I-#D.dump PUT&lt;br /&gt;
** PUT and POST are supported, all instances including the manager itself are saved&lt;br /&gt;
* &#039;&#039;&#039;backup-instance&#039;&#039;&#039; http://user:pw@ip/path/#I-#D.dump apidemo example.com PUT&lt;br /&gt;
** backup a single instance with instance name and instance domain&lt;br /&gt;
* &#039;&#039;&#039;backup-manager&#039;&#039;&#039; http://user:pw@ip/path/#I-#D.dump&lt;br /&gt;
&lt;br /&gt;
===Hash parameters===&lt;br /&gt;
* #L App Platform label (neu), e.g. 10024&lt;br /&gt;
* #A App label (neu), e.g. 130004&lt;br /&gt;
* #I instance name (neu), e.g. reporting1&lt;br /&gt;
* #D instance domain (neu), e.g. innovaphone.com&lt;br /&gt;
* #m MAC address of the LAP, e.g. 00ab11eeff&lt;br /&gt;
* #d Current date and time (plain UTC without daylight saving and timezone adjustments) 20051010-170130&lt;br /&gt;
* #bn rolling backup index (n &amp;gt;=0 and &amp;lt;= 9, just one digit)&lt;br /&gt;
* ## escapes a hash mark&lt;br /&gt;
&lt;br /&gt;
= App Platform Infrastructure and Concept =&lt;br /&gt;
== Webserver ==&lt;br /&gt;
The app platform includes a webserver that is highly optimized for handling many Websocket connections at a low memory footprint.&lt;br /&gt;
All apps use that webserver by registering for specific HTTP subpath. So they can all use the same HTTP/HTTPS ports - typically the standard ports.&lt;br /&gt;
&lt;br /&gt;
=== Import Custom SSL Certificate ===&lt;br /&gt;
You have to upload a PEM Certificate with the following chain structure and without password encoding.&lt;br /&gt;
&lt;br /&gt;
 -----BEGIN CERTIFICATE-----&lt;br /&gt;
 (certificate: eg. your_domain_name.crt)&lt;br /&gt;
 -----END CERTIFICATE-----&lt;br /&gt;
 -----BEGIN CERTIFICATE-----&lt;br /&gt;
 (Intermediate certificate: eg. DigiCertCA.crt)&lt;br /&gt;
 -----END CERTIFICATE-----&lt;br /&gt;
 -----BEGIN CERTIFICATE-----&lt;br /&gt;
 (Root certificate: eg. TrustedRoot.crt)&lt;br /&gt;
 -----END CERTIFICATE-----&lt;br /&gt;
 -----BEGIN RSA PRIVATE KEY-----&lt;br /&gt;
 (certificate Key: eg. your_domain_name.key)&lt;br /&gt;
 -----END RSA PRIVATE KEY-----&lt;br /&gt;
&lt;br /&gt;
If you have problems generating the complete and correct certificate chain, you can use tools such as https://whatsmychaincert.com/ as an aid.&lt;br /&gt;
&#039;&#039;&#039;Please keep in mind that you never give away the private part of your key.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
*The app platform webserver can use only the default http/https ports 80/443.&lt;br /&gt;
*By design, there is no possibility to restore the default webserver certificate on the App Platform, if another certificate was once uploaded.&amp;lt;br /&amp;gt;&lt;br /&gt;
**If nevertheless needed, you must login with Putty (see [[#How to retrieve files from the AP| Retrieve files]]) and execute these commands as root:&lt;br /&gt;
**&#039;&#039;psql -d manager -c &amp;quot;DELETE FROM config WHERE name=&#039;webserverCertificate&#039;&amp;quot;&#039;&#039;&lt;br /&gt;
**&#039;&#039;/etc/init.d/S92manager restart&#039;&#039;&lt;br /&gt;
*The app platform webserver interprets URLs case-sensitive. In other words, &amp;lt;nowiki&amp;gt;http://&amp;lt;addr&amp;gt;/file.txt&amp;lt;/nowiki&amp;gt; is not the same as &amp;lt;nowiki&amp;gt;http://&amp;lt;addr&amp;gt;/FILE.TXT&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Database ==&lt;br /&gt;
The app platform creates a database for each app instance with a given password. In the installer there will be used randomly generated passwords. You can set a new database password for every instance in the Application Platform.&lt;br /&gt;
&lt;br /&gt;
The apps should store all data in that database. That makes sure that a consistent backup and restore of app instances can be done by the app platform manager.&lt;br /&gt;
In hosted scenarios, having separate databases for each instance also makes sure that the data of different customers are clearly separated and can easily be moved from one physical platform to another.&lt;br /&gt;
&lt;br /&gt;
The default configuration decline database request from extern. If you need external access you can change the PGSQL configuration (as root) in the file &#039;&#039;/mnt/sda2/pgsql/pg_hba.conf&#039;&#039;.&lt;br /&gt;
After editing pg_hba.conf, the database-service has to be restarted with the command &amp;lt;code&amp;gt;/etc/init.d/S50postgresql restart&amp;lt;/code&amp;gt;&lt;br /&gt;
(Please think about it before you do it, because a better way is to create your own local app with local database access.)&lt;br /&gt;
&lt;br /&gt;
You can find the official documentation for the pg_hba.conf here: https://www.postgresql.org/docs/14/auth-pg-hba-conf.html&lt;br /&gt;
&lt;br /&gt;
 Please note that you do this on your own responsibility, that it makes sense to create a backup of the original pg_hba.conf &lt;br /&gt;
 and that you may break your database server if you do not know exactly what you do!&lt;br /&gt;
&lt;br /&gt;
Sometimes the Apps are not proper working after this. You can wait a while until everything is working again or you go the hard way:&lt;br /&gt;
* stop the manager&lt;br /&gt;
** &amp;lt;code&amp;gt;/etc/init.d/S92manager stop&amp;lt;/code&amp;gt;&lt;br /&gt;
* restart the database-service (maybe not really necessary, but makes a good feeling)&lt;br /&gt;
**&amp;lt;code&amp;gt;/etc/init.d/S50postgresql restart&amp;lt;/code&amp;gt;&lt;br /&gt;
* start the manager&lt;br /&gt;
** &amp;lt;code&amp;gt;/etc/init.d/S92manager start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Nightly database analyse ===&lt;br /&gt;
&lt;br /&gt;
Every database is analysed at night to keep indexes in sync with the data. This triggers a &#039;&#039;vacuumdb -a -z&#039;&#039;, which updates optimizer statistics, but does &#039;&#039;&#039;not&#039;&#039;&#039; shrink the physical size of the database.&amp;lt;br/&amp;gt;&lt;br /&gt;
This must be done manually in the instance settings.&lt;br /&gt;
&lt;br /&gt;
== App Platform Manager ==&lt;br /&gt;
The App Platform Manager is the central component of the App Platform. It does the following:&lt;br /&gt;
* Installing app services by downloading the binaries from an app store.&lt;br /&gt;
* Running and monitoring app services. If an app service crashes it is restarted, automatically.&lt;br /&gt;
* Management of app instances and providing them with the environment they need:&lt;br /&gt;
** A database&lt;br /&gt;
** A webserver path&lt;br /&gt;
** A password for authentication&lt;br /&gt;
* Backup and restore of app instances.&lt;br /&gt;
* Collecting debug information like tracing and crash dumps.&lt;br /&gt;
* System monitoring (CPU usage, memory usage, etc).&lt;br /&gt;
&lt;br /&gt;
== App Services ==&lt;br /&gt;
App services are runned by the App Platform Manager. They implement an interface that is used by the manager to start, stop and configure app instances. Each service runs in a separate child process of the manager.&lt;br /&gt;
&lt;br /&gt;
== App Instances ==&lt;br /&gt;
The actual functionality of an app service is provided by app instances. They run in the same process as the app service but have a distinct webserver path and their own database. There can be 0..n instances of an app service. Instances can optionally host (web) apps that can be opened in the myApps client.&lt;br /&gt;
&lt;br /&gt;
Each instance of an App service has two passwords. The instance password itself and a database password. If you want to change it you must update the password on both sides.&amp;lt;br&amp;gt;&lt;br /&gt;
The instance password must match to the password in the corresponding PBX App objects, while one instance can have different App objects.&amp;lt;br&amp;gt;&lt;br /&gt;
The database password must be just known to the manager and not outside of the App Platform.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Database name&#039;&#039; and &#039;&#039;Database user&#039;&#039; are both limited to a length of 63 characters.  By default, the App Manager would create &#039;&#039;&amp;lt;domain&amp;gt;&#039;&#039;_&#039;&#039;&amp;lt;instance-name&amp;gt;&#039;&#039; as value for both.  This is why it is recommended to use instance names so that length(name) + length(domain) is less than 63 characters.  However, if this is not possible, you can manually shorten the suggested values (both must still be unique on your App Platform).&lt;br /&gt;
&lt;br /&gt;
=== Cleanup database ===&lt;br /&gt;
You can cleanup the instance database inside the instance settings. This starts the vacuumdb process for the instance database which frees disk space of deleted rows.&lt;br /&gt;
 Note that this process locks the database and that sufficient disk space is needed to complete it!&lt;br /&gt;
&lt;br /&gt;
=== External database host ===&lt;br /&gt;
You can optionally configure an external database host, if the database shall be hosted on an external host.&amp;lt;br/&amp;gt;&lt;br /&gt;
Note that the App Platform Manager still creates a local database, which is then not used as long as the external host is configured.&lt;br /&gt;
&lt;br /&gt;
What are external databases useful for?:&lt;br /&gt;
* User data is too large (files are stored as BLOB in the database)&lt;br /&gt;
* Other (non-innovaphone) database servers are to be used due to other regulations&lt;br /&gt;
* There is already an external database cluster with its own backup/restore processes which should be used&lt;br /&gt;
* More performance is required (please note that a local UNIX socket provides much faster results than a remote database server). Depending on the app and the task of the app, it can still be useful to use a separate server if it is faster.&lt;br /&gt;
&lt;br /&gt;
==== Supported database types ====&lt;br /&gt;
In principle, &#039;&#039;PostgreSQL&#039;&#039; and &#039;&#039;MySQL&#039;&#039; are supported. However, please note that the respective app must be designed for the target database server type. If an app has been developed for PostgreSQL, it cannot be operated on a MySQL server.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; All innovaphone apps are developed exclusively as PostgreSQL apps.&lt;br /&gt;
&lt;br /&gt;
MySQL therefore only makes sense if own apps are developed and MySQL or certain MySQL features are to be used. For such apps, it is very important to deactivate the automatic Application Platform APP-Backup.&lt;br /&gt;
The database backup process of the App Platform uses PostgreSQL backup commands, which is why the backup would fail, so the app must be excluded from the backup, and you must take care of the backup yourself.&lt;br /&gt;
&lt;br /&gt;
==== Database creation ====&lt;br /&gt;
If you use an external database, you have to create the database itself.&lt;br /&gt;
The App Platform Manager itself creates a PostgreSQL database like this (you may respect this on your database host to be compatible with the database implementation inside the Apps):&lt;br /&gt;
* CREATE DATABASE &amp;quot;dbname&amp;quot; ENCODING &#039;UTF8&#039;;&lt;br /&gt;
* CREATE USER &amp;quot;dbuser&amp;quot;;&lt;br /&gt;
* ALTER USER &amp;quot;dbuser&amp;quot; WITH PASSWORD &#039;dbpassword&#039;;&lt;br /&gt;
* GRANT ALL PRIVILEGES ON DATABASE &amp;quot;dbname&amp;quot; TO &amp;quot;dbuser&amp;quot;;&lt;br /&gt;
* ALTER DATABASE &amp;quot;dbname&amp;quot; OWNER TO &amp;quot;dbuser&amp;quot;;&lt;br /&gt;
* REVOKE CONNECT ON DATABASE &amp;quot;dbname&amp;quot; FROM public;&lt;br /&gt;
&lt;br /&gt;
==== Database connection ====&lt;br /&gt;
There are different possibilities to specify the host. You can use a DNS-Name, IPv4 or IPv6. A port can be optionally added with a colon.&lt;br /&gt;
&lt;br /&gt;
Our PostgreSQL implementation sets sslmode=prefer, so SSL is used by default if enabled on the server.&lt;br /&gt;
&lt;br /&gt;
==== Backup/Restore ====&lt;br /&gt;
External databases are still backuped as normal, but you can&#039;t restore such a database with the App Platform Manager on the external host! You must restore such a dump manually on your database host.&lt;br /&gt;
&lt;br /&gt;
==== Database redundancy ====&lt;br /&gt;
In principle, it is possible to create redundancies for failure scenarios through this function.&lt;br /&gt;
&lt;br /&gt;
However, there are different scenarios that need to be evaluated on a case-by-case basis:&lt;br /&gt;
&lt;br /&gt;
* One database, multiple App Platforms (primary online / secondary &#039;&#039;&#039;offline&#039;&#039;&#039;) where multiple apps access the same database.&lt;br /&gt;
** This mode of operation is legal as long as you can really ensure that only one App Platform is active at a time.&lt;br /&gt;
&lt;br /&gt;
* One database, multiple App Platforms (primary online / secondary &#039;&#039;&#039;online&#039;&#039;&#039;) with multiple apps accessing the same database.&lt;br /&gt;
** This operating mode cannot be used for innovaphone apps, as the app itself would have to be developed for such a mode, which it is not.&lt;br /&gt;
&lt;br /&gt;
However, we advise great caution here! The use of the same databases from different nodes may only be used if you can ensure that the databases or runtime environments of apps cannot get into a &#039;&#039;split-brain&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
== Relationship between app instances and app objects in the PBX ==&lt;br /&gt;
Typically an app instance is connected to one or more app objects in a customer PBX. This is done by configuring the same parameters on both sides:&lt;br /&gt;
* URL&lt;br /&gt;
* Password&lt;br /&gt;
The password is used by the PBX for authenticating itself, users and services against the app instance.&lt;br /&gt;
&lt;br /&gt;
Some apps need a websocket connection with the PBX. When &amp;quot;websocket&amp;quot; is activated at the app object, the PBX establishes a websocket connection to the app instance and provides the APIs that are configured at the app object.&lt;br /&gt;
&lt;br /&gt;
=== Supported scenarios ===&lt;br /&gt;
It is important to understand that the concept does not do any assumptions on how PBXes and APs are correlated. So you can have&lt;br /&gt;
* One App Platform for one customer&lt;br /&gt;
* One App Platform for many customers&lt;br /&gt;
* Many App Platforms for one customer&lt;br /&gt;
* Many App Platforms for many customers&lt;br /&gt;
&lt;br /&gt;
Attention: The V13 installer can only configure the scenario &amp;quot;&#039;&#039;One App Platform for one customer&#039;&#039;&amp;quot;. If you want to have a different scenario, you have to configure it manually.&lt;br /&gt;
&lt;br /&gt;
For hosting or cloud scenarios you need special scenarios. Please refer our [[Howto:V13 Hosting| V13 Hosting]] instructions.&lt;br /&gt;
&lt;br /&gt;
=== Restrictions ===&lt;br /&gt;
Currently we don&#039;t have redundancy for app instances or App Platforms.&lt;br /&gt;
&lt;br /&gt;
== Update of the App Platform itself ==&lt;br /&gt;
The App Platform is build on top of buildroot and will receive updates and fixes from time to time.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can update the used build inside the Manager App by using the &#039;&#039;&#039;Update&#039;&#039;&#039; button at the top.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 It is strongly advised to make a full backup (VM) or at least backup all apps (Gateway) before you run such an update!&lt;br /&gt;
&lt;br /&gt;
After the update has been downloaded and verified, your App Platform will reboot.&lt;br /&gt;
You can check the installation process after the reboot with the following URL: https://IP-of-AP/manager/ramdisk.log&lt;br /&gt;
&lt;br /&gt;
== App services and multi-threading ==&lt;br /&gt;
Each App Service runs in a single process with no multi-threading, independent of the instances of the App Service. However, each instance maintains its own database connection and the database responds to this connect with the creation of a new process. Each app service therefore uses 1+&#039;&#039;n&#039;&#039;  threads (where &#039;&#039;n&#039;&#039; is the number of instances).  All communication between app service instances and their clients must pass the single-threaded web server.  On platforms with multi-threading support (i.e. VMware or Hyper-V), up to 1 + &#039;&#039;m&#039;&#039; + &#039;&#039;m&#039;&#039; * &#039;&#039;n&#039;&#039; (with &#039;&#039;m&#039;&#039; being the number of Apps and &#039;&#039;n&#039;&#039; the number of instances per App) threads can be utilized.&lt;br /&gt;
&lt;br /&gt;
= AP Manager settings =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* &#039;&#039;Enable Developer mode&#039;&#039;: in developer mode, apps can be manually uploaded without an App Store&lt;br /&gt;
* &#039;&#039;Disable App security&#039;&#039;: each App has an own unix user and if this flag is set, the user can login with SSH for debugging&lt;br /&gt;
* &#039;&#039;App Store URL&#039;&#039;: the URL to the App Store where Apps are searched and also an update of the AP image itself&lt;br /&gt;
* &#039;&#039;Devices app URL&#039;&#039;: the URL to the Devices App to manage the AP through Devices&lt;br /&gt;
* &#039;&#039;Devices app URL 2&#039;&#039;: don&#039;t use!&lt;br /&gt;
* &#039;&#039;App Platform DNS name&#039;&#039;: currently not used&lt;br /&gt;
* &#039;&#039;NTP server 1/2&#039;&#039;: NTP servers for this AP (in addition to NTP servers retrieved by DHCP)&lt;br /&gt;
* &#039;&#039;Timezone string&#039;&#039;: A timezone string which is used by the App Platform Manager to do certain jobs according to the configured timezone.&lt;br /&gt;
** Note that this doesn&#039;t change the timezone of the linux itself!&lt;br /&gt;
* &#039;&#039;DNS server 1/2&#039;&#039;: DNS servers for this AP (in addition to DNS servers retrieved by DHCP)&lt;br /&gt;
* &#039;&#039;Database optimization time&#039;&#039;: The database optimization process will be started at this hour (local time), with a random offset of up to 7 hours&lt;br /&gt;
* &#039;&#039;Command file&#039;&#039;: see [[#Backup_of_the_Apps| Backup of Apps]]&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
* &#039;&#039;Current Webserver certificates&#039;&#039;: shows the current certificates with the ability to download them. &lt;br /&gt;
* &#039;&#039;Webserver certificate&#039;&#039;: upload a webserver certificate in PEM format&lt;br /&gt;
* &#039;&#039;AP Manager password&#039;&#039;: the password to the web interface of the AP Manager (normally set through Devices)&lt;br /&gt;
* &#039;&#039;Linux root user&#039;&#039;: password of the root user (normally set through Devices)&lt;br /&gt;
* &#039;&#039;Linux admin user&#039;&#039;: password of the admin user (normally set through Devices)&lt;br /&gt;
&lt;br /&gt;
== Let&#039;s Encrypt ==&lt;br /&gt;
&lt;br /&gt;
Configure the certificate creation by Let&#039;s Encrypt here.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Enable&#039;&#039;: turns the automatic creation on or off&lt;br /&gt;
* &#039;&#039;Let&#039;s Encrypt App URL&#039;&#039;: the URL of your Connector for Let&#039;s Encrypt App Service. You can copy&amp;amp;paste this URL from your Connector for Let&#039;s Encrypt PBX Manager Plugin&lt;br /&gt;
* &#039;&#039;Let&#039;s Encrypt App Password&#039;&#039;: the client password of your Connector for Let&#039;s Encrypt App Service. You can copy&amp;amp;paste this password from your Connector for Let&#039;s Encrypt PBX Manager Plugin&lt;br /&gt;
* &#039;&#039;Key length&#039;&#039;: 2048, 3072 or 4096 (keep in mind, that [[{{NAMESPACE}}:Certificate_management#Certificate_Key_Length_and_CPU_Usage|a higher value provides higher security but also lower performance!]])&lt;br /&gt;
* &#039;&#039;DNS Name&#039;&#039;: the external DNS names of your device (up to 100 possible)&lt;br /&gt;
&lt;br /&gt;
== Alarms and events ==&lt;br /&gt;
* &#039;&#039;URL&#039;&#039;: URL to the Events app&lt;br /&gt;
* &#039;&#039;Username/Password&#039;&#039;: HTTP credentials of the Events app&lt;br /&gt;
* &#039;&#039;Email address&#039;&#039;: an email address which will get emails on full disk alarms/warnings&lt;br /&gt;
* &#039;&#039;Threshold&#039;&#039;: All Apps will be stopped and an hourly email sent on reaching this threshold. An alarm is generated 10% before reaching this threshold and an email is sent every 24 hours.&lt;br /&gt;
&lt;br /&gt;
== SMTP ==&lt;br /&gt;
SMTP server settings for sending emails from within the AP Manager.&lt;br /&gt;
&lt;br /&gt;
Starting with 16r1 you also can configure OAuth2 Authentications. You can have a look into our HowTo Article for assistance: [[Howto16r1:Configure OAuth2 E-Mail]]&lt;br /&gt;
&lt;br /&gt;
== Replication ==&lt;br /&gt;
App Platform [[#App Platform replication|replication settings]]&lt;br /&gt;
&lt;br /&gt;
== Registered Access Domains ==&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Updates the App Platform to the latest image available on the App Store.&lt;br /&gt;
&lt;br /&gt;
== Restart ==&lt;br /&gt;
Restarts the App Platform.&lt;br /&gt;
&lt;br /&gt;
== Shutdown ==&lt;br /&gt;
Shuts down the App Platform.&lt;br /&gt;
&lt;br /&gt;
= App Platform replication =&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 13r3 or above on both standby servers and the primary server&lt;br /&gt;
* at least an App Platform image starting with version 110002 (otherwise postgresql is too old)&lt;br /&gt;
* standby and primary servers must have the same system architecture&lt;br /&gt;
** arm gateways (IPx11) just with arm gateways (IPx11)&lt;br /&gt;
** arm64 gateways (IPx13) just with arm64 gateways (IPx13)&lt;br /&gt;
** x86_64 virtual machines just with x86_64 virtual machines&lt;br /&gt;
* the disk size on standby servers must be at least equal as the disk size on the primary server&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
The configuration is done within the App Platform Manager next to the settings button under &amp;quot;Replication&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Off ===&lt;br /&gt;
No replication is done at all.&lt;br /&gt;
&lt;br /&gt;
=== Primary ===&lt;br /&gt;
The App Platform acts as primary server for one or multiple standby servers.&amp;lt;br/&amp;gt;&lt;br /&gt;
Max 8 standby servers can be configured.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Every standby server must get a unique name on the primary server which is then also configured on the standby server itself. This is due to the fact, that the primary server preserves data for every standby server while it&#039;s not reachable.&amp;lt;br/&amp;gt;&lt;br /&gt;
A standby server name must be a valid domain name, although this name is currently not used as DNS name (but might be used in the future).&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The password is randomly pregenerated and must be used as handed by the App Platform Manager.&lt;br /&gt;
&lt;br /&gt;
==== PostgreSQL port ====&lt;br /&gt;
The default PostgreSQL port is 5432 and can&#039;t be changed on the primary. It must be reachable through your firewall or at least forwarded on a different port towards this App Platform on port 5432.&lt;br /&gt;
&lt;br /&gt;
=== Standby ===&lt;br /&gt;
Configure the password from the primary and one of the not yet used standby server names.&amp;lt;br/&amp;gt;&lt;br /&gt;
The host and port must be reachable through the network. You can specify a non default port which then must be forwarded somewhere else to port 5432 on your primary.&lt;br /&gt;
&lt;br /&gt;
*Note: Do &#039;&#039;&#039;not&#039;&#039;&#039; configure the same standby name on different standby servers, as this will break the replication on at least one standby!&amp;lt;br&amp;gt;&lt;br /&gt;
*Note: On a standby, all &#039;&#039;&#039;locally installed apps are removed&#039;&#039;&#039; during installation&lt;br /&gt;
&lt;br /&gt;
== Failure detection ==&lt;br /&gt;
&lt;br /&gt;
The replication state on both primary and standby servers are continuously monitored.&amp;lt;br/&amp;gt;&lt;br /&gt;
In case of a broken connection, an alarm is triggered at once and just cleared if the failure goes away.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If such an alarm lasts for 5 minutes an email is send. The recipient address must be configured in the App Platform Manager settings under &amp;quot;Alarms and Events&amp;quot; and you must also provide a valid SMTP configuration.&lt;br /&gt;
&lt;br /&gt;
== Failover ==&lt;br /&gt;
&lt;br /&gt;
There is no automatic failover procedure. If you detect the failure state, you must get active yourself.&lt;br /&gt;
&lt;br /&gt;
=== Standby down ===&lt;br /&gt;
&lt;br /&gt;
Fix the standby server and see if the replication comes up again. If not, setup a new standby server which will replicate the whole database cluster from scratch.&lt;br /&gt;
&lt;br /&gt;
=== Primary down ===&lt;br /&gt;
&lt;br /&gt;
If the primary is down and cannot be brought into life again, you must take the following steps, depending on your configuration:&lt;br /&gt;
&lt;br /&gt;
==== One standby server ====&lt;br /&gt;
&lt;br /&gt;
* Disable the replication in the replication configuration. You will then have a standalone App Platform afterwards.&lt;br /&gt;
&lt;br /&gt;
==== Multiple standby servers ====&lt;br /&gt;
&lt;br /&gt;
* Change the replication type on one of the standby servers from standby to primary. Please note that the other standby entries must still exist here (they are automatically offered)!&lt;br /&gt;
* Change the host entry on the other standby servers to the new standby server. The standby server will sync the whole database cluster again, which will take time.&lt;br /&gt;
&lt;br /&gt;
==== Configuration changes ====&lt;br /&gt;
&lt;br /&gt;
You must also tell the PBXes and other tools to use the new primary server.&lt;br /&gt;
&lt;br /&gt;
* You may simply change the IP address behind the DNS of your primary server to point to the new primary server.&lt;br /&gt;
**Note: to ensure rapid recognition of the new DNS target, the definition of an appropriate TTL value is recommended&lt;br /&gt;
* Without DNS, you must currently modify the configuration by replacing the IP address of the old primary with the new address. &lt;br /&gt;
** This must be done in every master PBX configuration.&lt;br /&gt;
** This must be done in every App configuration which may use this IP address, e.g. Devices which rolls out an alarm server configuration&lt;br /&gt;
&lt;br /&gt;
== App Platfom update ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re running an active standby server and the major version of the PostgreSQL database didn&#039;t change, you can simply update primary and standby servers independently.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If it contains a &#039;&#039;new major version&#039;&#039; of the PostgreSQL database, you must follow these steps:&lt;br /&gt;
&lt;br /&gt;
* deactivate replication on all standby servers (which promotes these standby servers to active servers)&lt;br /&gt;
* ensure that the &#039;&#039;&#039;same&#039;&#039;&#039; App Platform Manager version is running on primary and standby servers!&lt;br /&gt;
* perform the App Platform update on the primary server&lt;br /&gt;
* perform the App Platform update on the standby servers&lt;br /&gt;
* reactivate replication on the standby servers (which will do a full replication again, so it might take some time)&lt;br /&gt;
&lt;br /&gt;
Alternativly you may setup the standby server from scratch directly with the new App Platform image version.&lt;br /&gt;
&lt;br /&gt;
 Sadly there is currently no better method offered by PostgreSQL to perform such an upgrade.&lt;br /&gt;
&lt;br /&gt;
See also https://wiki.innovaphone.com/index.php?title=Howto14r2:Firmware_Upgrade_V14r1_V14r2#App_Platform_and_Apps&lt;br /&gt;
&lt;br /&gt;
== Technical backgrounds ==&lt;br /&gt;
&lt;br /&gt;
=== Streaming replication ===&lt;br /&gt;
&lt;br /&gt;
We use the asynchronous [https://www.postgresql.org/docs/9.3/warm-standby.html#STREAMING-REPLICATION streaming replication of PostgreSQL]. A transaction thus just waits for a commit on the primary server. Standby servers will receive the transaction asynchronously afterwards to avoid a reduced writing performance.&amp;lt;br/&amp;gt;&lt;br /&gt;
A primary server keeps the neccessary WAL files for every standby server until the standby fetched the neccessary information.&amp;lt;br/&amp;gt;&lt;br /&gt;
This fact can lead to higher disk space usage on the primary if one or multiple standby servers are offline for a while.&lt;br /&gt;
&lt;br /&gt;
 Take care to fix broken replications as soon as possible to avoid a full disk on the primary server!&lt;br /&gt;
&lt;br /&gt;
=== What is replicated ===&lt;br /&gt;
The whole database cluster of an app platform is replicated. This includes every database of every instance and the database of the App Platform Manager itself.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== App Services on standbys ===&lt;br /&gt;
The database of the App Platform Manager itself also contains the App service binaries to be able to restore applications in a failover case.&amp;lt;br/&amp;gt;&lt;br /&gt;
You do not have to install App services on the standby if you install them on the primary.&amp;lt;br/&amp;gt;&lt;br /&gt;
App Platform Manager and Webserver can be updated as usual through the App Store or the Devices App if the standby is connected to Devices.&lt;br /&gt;
&lt;br /&gt;
=== App Platform Manager configuration of the standby server ===&lt;br /&gt;
The App Platform Manager configuration of the standby server cannot be stored inside the database, as the database is readonly. So it is stored inside a configuration JSON file under &#039;&#039;/home/root/standby.conf&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
This configuration is backed up as usual by a Devices backup job and can be also manually restored on a standby (not on a primary though!).&lt;br /&gt;
&lt;br /&gt;
 Configuration options from the primary are not synced to the standby server, as the standby server has its own configuration (as it could be in a different network etc.)!&lt;br /&gt;
&lt;br /&gt;
=== No automatic failover ===&lt;br /&gt;
&lt;br /&gt;
There is currently no automatic failover mechanism. PostgreSQL doesn&#039;t offer multi master replication, so writing is just possible on the primary itself. Standby servers have a readonly database.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Let&#039;s consider the following use case if we would implement an automatic failover with the current technical possibilities:&amp;lt;br/&amp;gt;&lt;br /&gt;
* The primary server is connected to a master PBX.&lt;br /&gt;
* A slave PBX is also connected to the primary server in another location.&lt;br /&gt;
* A standby server is in this location and replicates from the primary.&lt;br /&gt;
* The internet connection between primary and standby fails.&lt;br /&gt;
* The standby promotes itself to primary, so that the master PBX now writes to the old primary and the slave PBX now writes to the &amp;quot;new&amp;quot; primary.&lt;br /&gt;
* The internet connection comes up again and both primary and standby servers now have databases which are out of sync and which cannot be merged.&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
* port 5432 must be reachable on the App Platform &lt;br /&gt;
* For every standby a PostgreSQL user is created with the REPLICATION role on the primary. Just this user has access to the database server from non localhost connections.&lt;br /&gt;
* You cannot establish a standard connection with such a user and modify/read from tables.&lt;br /&gt;
* The replication connection is established over TLS by default.&lt;br /&gt;
&lt;br /&gt;
= App Installer PBX Manager Plugin =&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* V14 and above&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
The app installer plugin allows IT administrator (with access to the PBX Manager) to install/update/delete new apps from the innovaphone app store including Partners apps. It is automatically available with existing app platforms or after adding a new one in the PBX Manager.&lt;br /&gt;
It offers a view to the App Platform Manager‘s App Store with all the available functionalities and simplifies the install, update and uninstall of apps.&lt;br /&gt;
&lt;br /&gt;
== Dedicated AP for each user ==&lt;br /&gt;
&lt;br /&gt;
Installing a new app will install the app service and add a new instance with the user’s domain. The instance is automatically started.&amp;lt;br&amp;gt;&lt;br /&gt;
This further enables the configuration of the instance through its respective PBX Manager plugin. &amp;lt;br&amp;gt;&lt;br /&gt;
Uninstalling the app will remove the app service and the corresponding instance.&lt;br /&gt;
&lt;br /&gt;
== Shared AP between users ==&lt;br /&gt;
&lt;br /&gt;
Installing a new app works in a similar way to that of the dedicated AP. However, each time a new user installs the app, only a new instance is created if the app service is already installed. &amp;lt;br&amp;gt;&lt;br /&gt;
A user can uninstall the app, in this case the corresponding instance is deleted. If no more instances exist, then the app service is uninstalled. &amp;lt;br&amp;gt;&lt;br /&gt;
The administrator can only update the app service in such scenario.&lt;br /&gt;
&lt;br /&gt;
= Known Issues =&lt;br /&gt;
&lt;br /&gt;
== Reboot after an image update hangs (ARM/ARM64 gateway) ==&lt;br /&gt;
&lt;br /&gt;
If it happens, that the App Platform doesn&#039;t recover after the reboot, please open the Admin UI of the corresponding gateway and take a look at App Platform -&amp;gt; General.&amp;lt;br&amp;gt;&lt;br /&gt;
If &#039;&#039;&#039;Kernel command line&#039;&#039;&#039; is set to &#039;&#039;&#039;/dev/ram0&#039;&#039;&#039;, the App Platform booted the ramdisk.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Try to fetch the upgrade log file:&lt;br /&gt;
https://[APP-PLATFROM-IP/DNS]/manager/ramdisk.log&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn&#039;t work, try to login with putty in this case (default credentials admin/ipapps and root/iplinux) and issue this command:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;cat /apps/install_step1.log&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If this file contains &#039;&#039;&#039;finished&#039;&#039;&#039; at the end, you can reconfigure the settings under App Platform -&amp;gt; General:&amp;lt;br&amp;gt;&lt;br /&gt;
* press &#039;&#039;&#039;Stop&#039;&#039;&#039;&lt;br /&gt;
* Initrd file: empty&lt;br /&gt;
* Kernel command line: &lt;br /&gt;
** IPxx11: &#039;&#039;&#039;root=/dev/sda3&#039;&#039;&#039;&lt;br /&gt;
** IPxx13: &#039;&#039;&#039;root=/dev/nvme0n1p3&#039;&#039;&#039;&lt;br /&gt;
* Ramdisk size: empty&lt;br /&gt;
* press &#039;&#039;&#039;Start&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The App Platform should boot and run the already updated image.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre style=&amp;quot;color: red; font-size:150%;&amp;quot;&amp;gt;---WARNING---&lt;br /&gt;
 If the file doesn&#039;t contain &amp;quot;finished&amp;quot; at the end, you may still need to wait, as an upgrade may take some time!&lt;br /&gt;
 Do not reconfigure without being sure that the upgrade has finished, otherwise your system may won&#039;t run!&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Reboot after an image update boots always into rescue mode (virtual machine) ==&lt;br /&gt;
&lt;br /&gt;
This most likely means that the image installation didn&#039;t finish the first time and was interrupted before the bootloader settings could be changed back to the default partition.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If your App Platform doesn&#039;t boot or isn&#039;t normally accessible after manual selection of the standard entry in the boot menu, you need to &#039;&#039;&#039;revert&#039;&#039;&#039; to a &#039;&#039;&#039;snapshot/backup&#039;&#039;&#039; prior to the update.&amp;lt;br/&amp;gt;&lt;br /&gt;
If your App Platform runs normally though, you can follow this instruction to change the default boot entry:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* boot into the &#039;&#039;&#039;rescue&#039;&#039;&#039; partition&lt;br /&gt;
* login with root/iplinux&lt;br /&gt;
* edit the file /boot/grub/grub.cfg&lt;br /&gt;
** search the line with &#039;&#039;&#039;set default=0&#039;&#039;&#039; and change it to &#039;&#039;&#039;set default=1&#039;&#039;&#039;&lt;br /&gt;
** reboot&lt;br /&gt;
&lt;br /&gt;
== App Platform doesn&#039;t start after an update ==&lt;br /&gt;
&lt;br /&gt;
=== Gateway ===&lt;br /&gt;
If it happens, that the App Platform doesn&#039;t want to start an update, please open the Admin UI of the corresponding gateway and take a look at App Platform -&amp;gt; General.&amp;lt;br&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Shutdown&#039;&#039;&#039; the App Platform and &#039;&#039;&#039;Stop&#039;&#039;&#039; it&amp;lt;br&amp;gt;&lt;br /&gt;
* Set &#039;&#039;&#039;Kernel command line&#039;&#039;&#039; to &#039;&#039;&#039;/dev/ram0&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* Set &#039;&#039;&#039;Initrd file&#039;&#039;&#039; to &#039;&#039;&#039;ramdisk.ext2.xz&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* Set &#039;&#039;&#039;Ramdisk size&#039;&#039;&#039; to &#039;&#039;&#039;100000&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Start&#039;&#039;&#039; the App Platform now.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The App Platform now either applies the image update or it reboots into the old image. Try the image update afterwards again.&lt;br /&gt;
&lt;br /&gt;
Note: This process can take a while, after it&#039;s finished it reboots and automatically change the &#039;&#039;&#039;Kernel command line&#039;&#039;&#039; value. &lt;br /&gt;
&lt;br /&gt;
=== Virtual Machine ===&lt;br /&gt;
&lt;br /&gt;
Boot into the &#039;&#039;&#039;rescue&#039;&#039;&#039; partition.&lt;br /&gt;
&lt;br /&gt;
The App Platform now either applies the image update or it reboots into the old image. Try the image update afterwards again.&lt;br /&gt;
&lt;br /&gt;
=== It still doesn&#039;t start ===&lt;br /&gt;
&lt;br /&gt;
If it still doesn&#039;t start, configure the App Platform to boot from /dev/sda3|IPx11 or /dev/nvme0n1p3|IPx13 (or inside a VM start the second boot loader entry) and login with SSH as root.&lt;br /&gt;
Then do a first check to verify that you have a specific error due to an incomplete update or a [[Howto15r1:Firmware Upgrade V14r2 V15r1#AP Upgrade to Image 130006|wrong update order]]:&lt;br /&gt;
&lt;br /&gt;
* /etc/init.d/S92manager stop&lt;br /&gt;
* /apps/manager/manager&lt;br /&gt;
* if this outputs &#039;&#039;&#039;error while loading shared libraries: libcrypto.so.3:&#039;&#039;&#039; you have a manager version which cannot run on the current image.&lt;br /&gt;
&lt;br /&gt;
In this case you must download an older build (14r1 1410593):&lt;br /&gt;
&lt;br /&gt;
* /etc/init.d/S92manager stop&lt;br /&gt;
* wget --no-check-certificate -O /apps/manager/manager https://webbuild.innovaphone.com/1410593/arm/manager/manager &lt;br /&gt;
** inside a virtual machine, use &#039;&#039;&#039;x86_64&#039;&#039;&#039; inside the path instead of &#039;&#039;&#039;arm&#039;&#039;&#039;&lt;br /&gt;
** on an IP6013, use &#039;&#039;&#039;arm64&#039;&#039;&#039; inside the path instead of &#039;&#039;&#039;arm&#039;&#039;&#039;&lt;br /&gt;
* wget --no-check-certificate -O /apps/webserver/webserver https://webbuild.innovaphone.com/1410593/arm/webserver/webserver &lt;br /&gt;
** inside a virtual machine, use &#039;&#039;&#039;x86_64&#039;&#039;&#039; inside the path instead of &#039;&#039;&#039;arm&#039;&#039;&#039;&lt;br /&gt;
** on an IP6013, use &#039;&#039;&#039;arm64&#039;&#039;&#039; inside the path instead of &#039;&#039;&#039;arm&#039;&#039;&#039;&lt;br /&gt;
* chown root:root /apps/manager/manager&lt;br /&gt;
* chown root:root /apps/webserver/webserver&lt;br /&gt;
* chmod +x /apps/manager/manager&lt;br /&gt;
* chmod +x /apps/webserver/webserver&lt;br /&gt;
* echo 110000 &amp;gt; /mnt/sda1/label&lt;br /&gt;
** this allows the manager to perform an image update again&lt;br /&gt;
* /etc/init.d/S92manager start&lt;br /&gt;
* now perform an image update and &#039;&#039;&#039;afterwards&#039;&#039;&#039; update your apps again&lt;br /&gt;
&lt;br /&gt;
== Webserver doesn&#039;t respond after an image update ==&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t reach the web UI after an image update, please try to connect with SSH as admin user and delete old coredumps, which may prevent the App Platform Manager from starting correctly:&lt;br /&gt;
* su root (become root)&lt;br /&gt;
* rm -f /mnt/sda2/log/core_dumps/*/*&lt;br /&gt;
* /etc/init.d/S92manager restart&lt;br /&gt;
&lt;br /&gt;
Check if you can now reach the App Platform again.&lt;br /&gt;
&lt;br /&gt;
= Tracing =&lt;br /&gt;
Each App Service has its own log file, which can be accessed through the Manager App. You can configure a log file size for each App Service.&amp;lt;br&amp;gt;&lt;br /&gt;
Each App Intance has its own trace flags. The following trace flags can be set:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Alarm client: used by the manager to send alarms to an alarm server&lt;br /&gt;
* App: logs from the App Service itself&lt;br /&gt;
* App WebSocket: logs app websocket connections (e.g. from PBX objects to an App Service or from the UI to the App Service)&lt;br /&gt;
* AppSharing: just native clients&lt;br /&gt;
* AppProxy: just native clients, logs requests which are proxied between the local webserver and the remote server&lt;br /&gt;
* Audio: just native clients&lt;br /&gt;
* Browser: just native clients&lt;br /&gt;
* Command: the command interface is used to execute shell commands, e.g. used by the manager App&lt;br /&gt;
* Config: logs config changes of an App&lt;br /&gt;
* Database: database logs&lt;br /&gt;
* DB files: database file logs&lt;br /&gt;
* DNS: DNS request logging&lt;br /&gt;
* DTLS: just native clients, DTLS request logging&lt;br /&gt;
* Ethernet: interface to get ethernet adapater infos, just manager App&lt;br /&gt;
* File: logs for file system access (synchronous), e.g. manager App&lt;br /&gt;
* Files: logs for file system access (asynchronous)&lt;br /&gt;
* HTTP client: http client logs&lt;br /&gt;
* HTTP file: logs for static HTTP files&lt;br /&gt;
* ICE: just native clients&lt;br /&gt;
* LDS: local domain sockets &lt;br /&gt;
* Media: just native clients&lt;br /&gt;
* Media channel: just native clients&lt;br /&gt;
* Process: IProcess interface logs which is used for spawning, killing processes etc.&lt;br /&gt;
* SMTP: SMTP client logs&lt;br /&gt;
* TCP: TCP logs&lt;br /&gt;
* Time: ITime interface logs&lt;br /&gt;
* TLS: TLS logs&lt;br /&gt;
* TURN: just native clients&lt;br /&gt;
* UDP: UDP logs&lt;br /&gt;
* Video: just native clients&lt;br /&gt;
* WebSocket client: logs outgoing websocket connections&lt;br /&gt;
* Webserver traffic: logs incoming HTTP traffic, which is forwarded from the webserver to the App&lt;br /&gt;
* WebDAV service: logs WebDAV requests to the App&lt;br /&gt;
* Webserver: enables webserver specific logs&lt;br /&gt;
&lt;br /&gt;
== RPCAP ==&lt;br /&gt;
&lt;br /&gt;
If you open the Manager App, click on the Manager in the left list and then on the Diagnostics button, you can enable RPCAP.&amp;lt;br&amp;gt;&lt;br /&gt;
You can add the interface in wireshark with the string:&lt;br /&gt;
 rpcap://&amp;lt;APP-Platform-IP&amp;gt;/eth0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please don&#039;t forget to disable RPCAP after your testing!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= How-Tos =&lt;br /&gt;
&lt;br /&gt;
== How to retrieve files from the App Platform ==&lt;br /&gt;
To retrieve files from the App Platform which can not be retrieved via the App Platform manager UI, you can connect to the App Platform using the SCP protocol on port 22.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
First copy files to /home/admin as root with Putty or another SSH client:&lt;br /&gt;
* use the &#039;&#039;DNS&#039;&#039; name or IP address of your App Platform (not the PBX)&lt;br /&gt;
* use user &#039;&#039;admin&#039;&#039; and the appropriate password (&#039;&#039;ipapps&#039;&#039; by default)&lt;br /&gt;
* use &#039;&#039;su root&#039;&#039; to be root (&#039;&#039;iplinux&#039;&#039; as default password)&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now copy files to &#039;&#039;/home/admin&#039;&#039; (e.g. from /var/log/apps/manager/...).&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You can create a tar archive with all logs like this:&lt;br /&gt;
* cd /home/admin&lt;br /&gt;
* tar -cf - /var/log/* | xz -z - &amp;gt; log.tar.xz&lt;br /&gt;
** you may want to exclude coredumps (due to their size):&lt;br /&gt;
** tar -cf - --exclude=/var/log/core_dumps/* /var/log/* | xz -z - &amp;gt; log.tar.xz&lt;br /&gt;
* chown admin:admin /home/admin/log.tar.xz&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Then copy the files to your local system, e.g. with WinSCP&amp;lt;br/&amp;gt;&lt;br /&gt;
* use &#039;&#039;SCP&#039;&#039; as protocol (NB: WebDAV is not supported on most of the directories on the App Platform )&lt;br /&gt;
* use the &#039;&#039;DNS&#039;&#039; name or IP address of your App Platform (not the PBX)&lt;br /&gt;
* use user &#039;&#039;admin&#039;&#039; and the appropriate password (&#039;&#039;ipapps&#039;&#039; by default)&lt;br /&gt;
* use &#039;&#039;/home/admin&#039;&#039; as start directory&lt;br /&gt;
* copy the needed files&lt;br /&gt;
&lt;br /&gt;
== App Platform disk space warning ==&lt;br /&gt;
&lt;br /&gt;
If the configured threshold is reached, all Apps are stopped inside the App Platform . You must then free disk space somehow.&lt;br /&gt;
&lt;br /&gt;
=== Find large instances ===&lt;br /&gt;
Click through your apps in the tree on the left side and take a look at the database size of each instance.&lt;br /&gt;
&lt;br /&gt;
=== Delete data inside an instance ===&lt;br /&gt;
It depends on the type of app if you can delete data or not. E.g. you can start the Files app and delete files inside this app.&amp;lt;br&amp;gt;&lt;br /&gt;
This won&#039;t reclaim disk space though due to the way how PostgreSQL databases work, so you need to follow this guide to reclaim the disk space:&lt;br /&gt;
&lt;br /&gt;
* start the corresponding App&lt;br /&gt;
* delete data inside the App&lt;br /&gt;
* optimize disk usage of the database by cliking on the button &amp;quot;Clean up database&amp;quot; under Edit instance. If this does not help, continue with the following steps. &lt;br /&gt;
* stop the corresponding App again&lt;br /&gt;
* download a backup of the instance (backup button at the top), this backup contains the whole instance data, also the password of the instance&lt;br /&gt;
* delete this specific instance&lt;br /&gt;
* restore the downloaded backup (restore button at the top)&lt;br /&gt;
&lt;br /&gt;
 Depending on the hardware and the size of the instance, this process may take hours to complete!&lt;br /&gt;
&lt;br /&gt;
=== Resize the disk ===&lt;br /&gt;
The resizing of a disk is just possible for virtual machines, see [[#Resizing the disk of a Virtual machine|Resizing the disk of a Virtual machine]].&lt;br /&gt;
&lt;br /&gt;
=== Delete the whole instance ===&lt;br /&gt;
If there is no other possibility, you can delete the whole instance. Afterwards you recreate the instance with the same values and a new random password. Don&#039;t forget to set this password in the corresponding PBX App objects though!&lt;br /&gt;
&lt;br /&gt;
=== Restart the Apps or the App Platform ===&lt;br /&gt;
If you have enough disk space again, you must either restart the whole App Platform or you manually start all Apps again.&lt;br /&gt;
&lt;br /&gt;
== App Platform/Apps app not online anymore due to full disk ==&lt;br /&gt;
If the apps app is not online anymore and you can&#039;t access any apps anymore, try to login with an SSH client to see if your disk is full.&lt;br /&gt;
Login as admin and afterwards as root (su root).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* issue &#039;&#039;&#039;df -h&#039;&#039;&#039; and see the disk usage of /dev/sda2, if this is 100%, your disk is too full&lt;br /&gt;
* stop the manager&lt;br /&gt;
** /etc/init.d/S92manager stop&lt;br /&gt;
* empty the 500 MB file, which is exactly for this case here (manager must be 13r1 SR9 or higher to have this file)&lt;br /&gt;
** echo &amp;quot;&amp;quot; &amp;gt; /mnt/sda2/empty_if_no_space&lt;br /&gt;
* delete log files to recover some space&lt;br /&gt;
** rm /var/log/apps/*/*&lt;br /&gt;
** rm /var/log/core_dumps/*/*&lt;br /&gt;
* restart the postgresql server (see the output if this worked or not)&lt;br /&gt;
** /etc/init.d/S50postgresql restart&lt;br /&gt;
* restart the manager&lt;br /&gt;
** /etc/init.d/S92manager restart&lt;br /&gt;
* wait until everything is online again&lt;br /&gt;
* open the Apps app and try to find the instance which uses the most disk space and try to delete files/content from it&lt;br /&gt;
** you may want to stop all app services first to prevent more writes to the database&lt;br /&gt;
** if not possible, you can delete this instance, but you&#039;ll loose all data from this instance then!&lt;br /&gt;
* after that you can try [[{{NAMESPACE}}:Concept_App_Platform#Shrink_the_physically_size_of_PostgreSQL_database_files|Reference14r2:Concept_App_Platform#Shrink_the_physically_size_of_PostgreSQL_database_files]] to free up space&lt;br /&gt;
** If this does not work you can create a backup from the database, delete the database and import the database again.&lt;br /&gt;
* free up at least 500 MB so that the manager can create the file again&lt;br /&gt;
* delete /mnt/sda2/empty_if_no_space if you are done and restart the manager:&lt;br /&gt;
** rm /mnt/sda2/empty_if_no_space&lt;br /&gt;
** /etc/init.d/S92manager restart&lt;br /&gt;
** the manager restart automatically recreates the empty_if_no_space file if this file doesn&#039;t exist&lt;br /&gt;
&lt;br /&gt;
 Make sure, that you do &#039;&#039;&#039;not&#039;&#039;&#039; have backups configured to a local files instance while this files instance is not excluded from backups.&lt;br /&gt;
 An instance can be excluded from backups in the instance settings in the App Platform Manager.&lt;br /&gt;
&lt;br /&gt;
If all of this doesn&#039;t help, you can resize the file system on a VM:&lt;br /&gt;
* proceed with [[{{NAMESPACE}}:Concept_App_Platform#Resizing_the_disk_of_a_Virtual_machine|Reference14r2:Concept_App_Platform#Resizing_the_disk_of_a_Virtual_machine]]&lt;br /&gt;
&lt;br /&gt;
== Resizing the disk of a Virtual machine ==&lt;br /&gt;
&lt;br /&gt;
 Do &#039;&#039;&#039;NOT&#039;&#039;&#039; resize if you&#039;re running an App Platform version higher than &#039;&#039;&#039;110000&#039;&#039;&#039; and lower than &#039;&#039;&#039;110027&#039;&#039;&#039; or &#039;&#039;&#039;130007&#039;&#039;&#039; and lower than &#039;&#039;&#039;130015&#039;&#039;&#039; or your data will be lost!&lt;br /&gt;
 Please update your App Platform to version 130015 or higher before you start resizing your disk.&lt;br /&gt;
&lt;br /&gt;
* stop the VM&lt;br /&gt;
* expand the disk using your VM utilities&lt;br /&gt;
* start the VM and boot from the first boot entry &#039;&#039;&#039;rescue/setup&#039;&#039;&#039;&lt;br /&gt;
* login with &#039;&#039;&#039;root&#039;&#039;&#039; and &#039;&#039;&#039;iplinux&#039;&#039;&#039;&lt;br /&gt;
* execute this command: &#039;&#039;&#039;/home/root/install_step1.sh log.txt resize&#039;&#039;&#039;&lt;br /&gt;
* the VM reboots automatically after a successful resize&lt;br /&gt;
&lt;br /&gt;
== Shrink the physically size of PostgreSQL database files ==&lt;br /&gt;
Tuples that are deleted in your database are not physically removed from the database-file. So the claimed space on the harddisk is still in use after the delete operation. &lt;br /&gt;
If you need to free up some disk space you can force to reorganize the physically database-file on your harddisk.&lt;br /&gt;
&lt;br /&gt;
 You can also start this process through the instance settings as long as the App Platform Manager is still running.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: You are operating on the Database, you have to make a Backup of your Database before you do this!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Login via SSH to the APPlatform with the &#039;&#039;admin&#039;&#039; User&lt;br /&gt;
 su root&lt;br /&gt;
&lt;br /&gt;
=== All databases ===&lt;br /&gt;
 /etc/init.d/S92manager stop  # not always needed, but in case of database errors recommended, of course no app is online then&lt;br /&gt;
 sudo -u postgres reindexdb -a&lt;br /&gt;
 sudo -u postgres vacuumdb -a -f&lt;br /&gt;
 /etc/init.d/S92manager restart # just execute if the manager has been stopped above&lt;br /&gt;
&lt;br /&gt;
=== single database ===&lt;br /&gt;
 sudo -u postgres reindexdb -d dbname # for a single database with dbname&lt;br /&gt;
 sudo -u postgres vacuumdb -d dbname -f # for a single database with dbname&lt;br /&gt;
&lt;br /&gt;
Note: This may take some time and the App database is not available during this time&lt;br /&gt;
&lt;br /&gt;
After the process you can check the free dispace via &amp;lt;code&amp;gt;df -h&amp;lt;/code&amp;gt;. You can check the claimed space from the database file with the command &amp;lt;code&amp;gt;du -sh /mnt/sda2/pgsql/&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Change IP Addresses / DNS Names / System Name ==&lt;br /&gt;
&lt;br /&gt;
If you want to change the System Name or the DNS Name of the PBX and/or App Platform Platform you must change records manually &#039;&#039;&#039;in the described order&#039;&#039;&#039;!&lt;br /&gt;
You have to know the Admin password to directly Login to the App Platform .&lt;br /&gt;
&lt;br /&gt;
=== App Platform ===&lt;br /&gt;
; Settings - General&lt;br /&gt;
* &#039;&#039;Devices app URL&#039;&#039;&lt;br /&gt;
* &#039;&#039;App platform DNS name&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Settings - Alarms and Events&lt;br /&gt;
* &#039;&#039;URL&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; All Instances&lt;br /&gt;
* &#039;&#039;Domain&#039;&#039;&lt;br /&gt;
* &#039;&#039;Webserver path&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== PBX ===&lt;br /&gt;
Download the configuration and &#039;&#039;search/replace&#039;&#039; in the config file. Upload the config file and reboot.&lt;br /&gt;
&lt;br /&gt;
Manual:&lt;br /&gt;
* &#039;&#039;URL&#039;&#039; in all PBX Object (Apps, Voicemail ...)&lt;br /&gt;
* [[{{NAMESPACE}}:Gateway/CDR|CDRx]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/General|IP address for App Platform]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/myApps|Reset Password Page]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/Authentication|Verification link]]&lt;br /&gt;
&lt;br /&gt;
Depending on your change you have to activate/deactivate the Setting [[{{NAMESPACE}}:PBX/Config/General|Operation without DNS]]&lt;br /&gt;
&lt;br /&gt;
=== Additional Devices / Steps ===&lt;br /&gt;
* &#039;&#039;Devices Registration URL&#039;&#039;&lt;br /&gt;
** There is no automatism to change the URL on all devices in your setup.&lt;br /&gt;
** If you have the option to use DHCP, you can temporarily overwrite the [[{{NAMESPACE}}:Services/Update|Update URL]] and execute a [[{{NAMESPACE}}:Concept_Update_Server|custom update script]] to change the &#039;&#039;Device Registration URL&#039;&#039;&lt;br /&gt;
* &#039;&#039;Alarm server&#039;&#039;&lt;br /&gt;
* Reverse Proxy configuration&lt;br /&gt;
* Change &#039;&#039;Domain Name&#039;&#039; in Devices if you have also changed the system name&lt;br /&gt;
&lt;br /&gt;
== How to recover from a broken File System ==&lt;br /&gt;
Sometimes you may find messages in the &#039;&#039;messages&#039;&#039; log file (in &#039;&#039;var/log&#039;&#039;) like&lt;br /&gt;
&lt;br /&gt;
 initial error at 1500329378: ext4_journal_start_sb:328&lt;br /&gt;
 last error at 1500329378: ext4_journal_start_sb:328&lt;br /&gt;
&lt;br /&gt;
Or you get events like &amp;quot;Broken file system&amp;quot; from your App Platform .&lt;br /&gt;
&lt;br /&gt;
This indicates a file system failure on the Linux Installation.&lt;br /&gt;
&lt;br /&gt;
When the Linux file system is broken, you can try to repair it using some command line Linux tools.&lt;br /&gt;
&lt;br /&gt;
If this doesn&#039;t fix your issue, you need to replace the SSD with a new one, re-install the App Platform and any applications and restore your backups.&lt;br /&gt;
&lt;br /&gt;
=== Gateway ===&lt;br /&gt;
&lt;br /&gt;
* Open the WebGUI of the gateway running your LAP and proceed to &#039;&#039;App Platform/General&#039;&#039;&lt;br /&gt;
** terminate Linux (&#039;&#039;Status/Stop&#039;&#039;)&lt;br /&gt;
** modify the Kernel command line from root=/dev/sda3 (or /dev/nvme0n1p3) to root=/dev/ram0&lt;br /&gt;
** modify the Initrd file to ramdisk.ext2.xz&lt;br /&gt;
** modify the ramdisk size to 100000&lt;br /&gt;
** start Linux again&lt;br /&gt;
:: This will run Linux on another (hopefully sane) partition.&lt;br /&gt;
&lt;br /&gt;
* use [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html putty] to log in to the LAP&#039;s command line ( try either user: root, pw: iplinux &#039;&#039;&#039;OR&#039;&#039;&#039; user: admin, pw: ipapps)&lt;br /&gt;
** use this to be root &amp;lt;code&amp;gt;su - root&amp;lt;/code&amp;gt; (password iplinux)&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/sda2&amp;lt;/code&amp;gt; on IPx10/IPx11 gateways&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/sda3&amp;lt;/code&amp;gt; on IPx10/IPx11 gateways&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/nvme0n1p2&amp;lt;/code&amp;gt; on IPx13 gateways&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/nvme0n1p3&amp;lt;/code&amp;gt; on IPx13 gateways&lt;br /&gt;
:: this should fix any issue on the file system&lt;br /&gt;
&lt;br /&gt;
* go back to the WebGUI of the gateway running your LAP and proceed to &#039;&#039;App Platform/General&#039;&#039;&lt;br /&gt;
** terminate Linux (&#039;&#039;Status/Stop&#039;&#039;)&lt;br /&gt;
** modify the &#039;&#039;Kernel command line&#039;&#039; from &#039;&#039;root=/dev/ram0&#039;&#039; to &amp;lt;code&amp;gt;root=/dev/sda3&amp;lt;/code&amp;gt; (IPx10/IPx11) or to &amp;lt;code&amp;gt;root=/dev/nvme0n1p3&amp;lt;/code&amp;gt; (IPx13)&lt;br /&gt;
** clear the Initrd file field&lt;br /&gt;
** clear the ramdisk size field&lt;br /&gt;
** start Linux again&lt;br /&gt;
:: This will run Linux on the original partition.&lt;br /&gt;
&lt;br /&gt;
=== VM ===&lt;br /&gt;
&lt;br /&gt;
Restart the VM and select the first entry in the boot menu from grub.&lt;br /&gt;
&lt;br /&gt;
* use [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html putty] to log in to the LAP&#039;s command line ( try either user: root, pw: iplinux &#039;&#039;&#039;OR&#039;&#039;&#039; user: admin, pw: ipapps)&lt;br /&gt;
** use this to be root &amp;lt;code&amp;gt;su - root&amp;lt;/code&amp;gt; (password iplinux)&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/sda2&amp;lt;/code&amp;gt;&lt;br /&gt;
** on the command prompt, use &amp;lt;code&amp;gt;e2fsck -p -f /dev/sda3&amp;lt;/code&amp;gt;&lt;br /&gt;
:: this should fix any issue on the file system&lt;br /&gt;
* Reboot your VM&lt;br /&gt;
[[Category:Concept]]&lt;br /&gt;
&lt;br /&gt;
== How to create a memory dump of a running process ==&lt;br /&gt;
&lt;br /&gt;
Sometimes it&#039;s usefull to have a memory dump of a running process to investigate certain issues.&lt;br /&gt;
&lt;br /&gt;
* login with SSH and become root&lt;br /&gt;
* find out the PID of the relevant process, e.g. with &#039;&#039;ps aux | grep /apps/manager/manager | grep -v grep&#039;&#039;&lt;br /&gt;
* gdb --pid PID -ex gcore --batch&lt;br /&gt;
* this creates a core file core.PID&lt;br /&gt;
* download this core file with WinSCP or similar tools&lt;br /&gt;
&lt;br /&gt;
== Move instance database to external database host ==&lt;br /&gt;
&lt;br /&gt;
In case you want to use an external database server instead of the integrated:&lt;br /&gt;
&lt;br /&gt;
* download a backup of the specific instance over the App Platform Manager&lt;br /&gt;
* create a postgresql database on the external host:&lt;br /&gt;
** createdb --encoding=UTF-8 exampledb&lt;br /&gt;
* restore the backup&lt;br /&gt;
** pg_restore -d exampledb backup-exampledb.dump&lt;br /&gt;
* change the ownership to a specific postgresql user (which you have to create yourself first)&lt;br /&gt;
** psql -d postgres -c &amp;quot;ALTER DATABASE exampledb OWNER TO exampleuser&amp;quot;&lt;br /&gt;
* configure the database host, name, user and password on the instance inside the App Platform Manager&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79994</id>
		<title>Reference:My Innovaphone</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79994"/>
		<updated>2026-06-16T07:32:04Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add warranty extensions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Where is my old my.innovaphone?==&lt;br /&gt;
Don&#039;t worry, just login with your old my.innovaphone account! You will be asked to confirm your forename and surname (just a &#039;&#039;&#039;natural person&#039;&#039;&#039; is allowed) and accept some terms and conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
Afterwards you find the old license/device view inside the [[#Licenses tab| Licenses tab]].&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
my.innovaphone allows the handling of licenses and includes the handling of device warranty and software service agreements.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also sign contracts here for different purposes.&lt;br /&gt;
&lt;br /&gt;
===Project-View===&lt;br /&gt;
My innovaphone offers the possibility for several users to be in one company. This company shares its balance of licenses over all users and can have several projects. Projects have their own balance of license types and devices are bound to a project.&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
My innovaphone will support multiple languages. You can select your desired language at the top of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently supported languages:&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* Italian&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
* Spanish (partially)&lt;br /&gt;
* Polish (partially)&lt;br /&gt;
&lt;br /&gt;
===Guides===&lt;br /&gt;
&lt;br /&gt;
====Quickstart guide====&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_nl.pdf Dutch quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_en.pdf English quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_fr.pdf French quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_de.pdf German quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_it.pdf Italian quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SSA guide====&lt;br /&gt;
;V10 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10nl.pdf Dutch SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10pl.pdf Polish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10es.pdf Spanish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;V8 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Open [https://my.innovaphone.com my.innovaphone.com] and click the &amp;quot;I would like to create a new personal user account&amp;quot; link.&lt;br /&gt;
Enter your personal data and register.&lt;br /&gt;
&lt;br /&gt;
You will receive a registration email with an activation link.&lt;br /&gt;
After account activation you have two options:&lt;br /&gt;
* create a new my.innovaphone company with the &amp;quot;Create company account&amp;quot; button&lt;br /&gt;
* ask another user of your company to invite your email address to an already existing company&lt;br /&gt;
&lt;br /&gt;
If you accidentally created an own my innovaphone company, just ask another user of your company to import your just created company.&lt;br /&gt;
&lt;br /&gt;
If you create a new company, you can &#039;&#039;&#039;optionally&#039;&#039;&#039; enter your innovaphone account ID (which is your customer number with innovaphone) with your postal code, to retrieve your company data.&lt;br /&gt;
&lt;br /&gt;
  Inside the license tab of the my.innovaphone portal, you will see a help link at the right side of the horizontal tab menu. &lt;br /&gt;
  This link shows the corresponding text of the wiki section, when hovering with the mouse over it, &lt;br /&gt;
  and redirects to the corresponding wiki menu, if clicked.&lt;br /&gt;
&lt;br /&gt;
  It is possible, that one user is member of serveral companies!&lt;br /&gt;
&lt;br /&gt;
==Left bar==&lt;br /&gt;
If you open the left bar, you have the options to:&lt;br /&gt;
* select one of your companies&lt;br /&gt;
* edit your personal user account&lt;br /&gt;
** user name&lt;br /&gt;
** email address&lt;br /&gt;
** flag to recieve SSA expiry emails&lt;br /&gt;
** password&lt;br /&gt;
* create a new company&lt;br /&gt;
[[Image:Myinnovaphone bar.png|center|thumb|200px|myinnovaphone_bar.png/|myinnovaphone_bar.png/]]&lt;br /&gt;
&lt;br /&gt;
==Main tabs==&lt;br /&gt;
Inside each company you see the three main tabs:&lt;br /&gt;
* Contracts&lt;br /&gt;
* Authorized persons&lt;br /&gt;
* Licenses (see [[#Licenses tab| Licenses tab]])&lt;br /&gt;
&lt;br /&gt;
You may also have two buttons:&lt;br /&gt;
* Add Contract (just as company administrator or with the contract right)&lt;br /&gt;
* Invite person (just as company administrator)&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone main.png|center|thumb|200px|myinnovaphone_main.png/|myinnovaphone_main.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Contracts ===&lt;br /&gt;
Inside the contracts tab, you see all your contracts and you can download these conracts.&amp;lt;br&amp;gt;&lt;br /&gt;
In general, contracts must be first approved by innovaphone, so you see three types of contracts:&lt;br /&gt;
&lt;br /&gt;
* open contracts which must be approved by innovaphone first&lt;br /&gt;
* approved contracts which can be already used&lt;br /&gt;
* cancelled contracts which are not valid anymore&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone contracts.png|center|thumb|200px|myinnovaphone_contracts.png/|myinnovaphone_contracts.png/]]&lt;br /&gt;
&lt;br /&gt;
These type of contracts currently exist:&lt;br /&gt;
==== innovaphone myApps Cloud Service ====&lt;br /&gt;
Conclude this contract to use the innovaphone myApps Cloud.&lt;br /&gt;
&lt;br /&gt;
==== innovaphone software rental ====&lt;br /&gt;
Conclude this contract to rent innovaphone software products. You must conclude this contract if you want to use the software rental inside the Devices App.&lt;br /&gt;
&lt;br /&gt;
=== Authorized persons ===&lt;br /&gt;
Here you see all persons which exist inside your company. Each person can have the following rights:&lt;br /&gt;
* Administrator (everything)&lt;br /&gt;
* Contracts (can conclude contracts)&lt;br /&gt;
* Licenses (can work with licenses)&lt;br /&gt;
* Viewer (can just see everything without doing something)&lt;br /&gt;
* Locked (cannot even login to this company anymore)&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
Here comes the old my.innovaphone view which allows the handling of devices, licenses, activation keys etc.&lt;br /&gt;
&lt;br /&gt;
==Search (inside licenses tab)==&lt;br /&gt;
At the right top of the licenses tab you have a search field. You can search for different things:&lt;br /&gt;
* Devices (part of a device name or device comment)&lt;br /&gt;
* Projects (part of a project name or project description)&lt;br /&gt;
* Own activation keys (part of an activation key or its description)&lt;br /&gt;
* Hardware rental orders (part of the innovaphone order number or your own order reference or a MAC address of an order)&lt;br /&gt;
&lt;br /&gt;
  You have to enter at least &#039;&#039;&#039;three&#039;&#039;&#039; chars to start a search. To search for activation keys, &lt;br /&gt;
  you have to enter at least &#039;&#039;&#039;five&#039;&#039;&#039; chars.&lt;br /&gt;
* Search for license types. Enter e.g. &amp;quot;PBX-Port8&amp;quot; to find all devices with Port8 licenses or enter &amp;quot;PBX-Port8=100&amp;quot; to find all devices with Port8 licenses &#039;&#039;&#039;&amp;gt;=&#039;&#039;&#039; 100.&lt;br /&gt;
* Search for products, e.g. 01-00811 für IP811 (such a search may take longer!)&lt;br /&gt;
&lt;br /&gt;
==Licenses tab==&lt;br /&gt;
===Projects===&lt;br /&gt;
After creation of an own company, you will have a default project named &amp;quot;DEFAULT&amp;quot;. You can rename this project later.&lt;br /&gt;
You can also create more projects on the projects page with &amp;quot;Create&amp;quot;.&lt;br /&gt;
Each project of a company must have a unique name.&lt;br /&gt;
&lt;br /&gt;
  Do &#039;&#039;&#039;not&#039;&#039;&#039; set SSA, if you want to import your devices from your old license manager account first.&lt;br /&gt;
  If you want SSA and you &#039;&#039;&#039;won&#039;t import&#039;&#039;&#039; devices into this project from your old account, you should set SSA at once.&lt;br /&gt;
&lt;br /&gt;
You can select a certain project by activating it in the project list. This selection is then true for all other pages, as some pages require a selected project.&lt;br /&gt;
&lt;br /&gt;
[[Image:overview.jpg|center|thumb|200px|overview.jpg/|overview.jpg/]]&lt;br /&gt;
&lt;br /&gt;
By activating a project by clicking on the project name in the project list, you can manage this project and its settings.&lt;br /&gt;
&lt;br /&gt;
==== Rental project ====&lt;br /&gt;
You can also manually create a rental project. A rental project is normally created automatically by uploading an activation key inside the Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
But if you want to start directly with an Automatic iSC reloading service, you&#039;ll need to create the project manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Take care that the name &#039;&#039;&#039;equals&#039;&#039;&#039; the domain name in your Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the rental tab in your Devices App domain doesn&#039;t show the expected balance/Automatic iSC reloading contract/licenses etc., you may use the Devices App Guid Link mechanism to link the domain to this specific project (see below) (use Devices App &#039;&#039;&#039;13r3 SR12&#039;&#039;&#039; or higher!).&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
Rename the project or/and change its description.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure further CC mail addresses inside your &#039;&#039;&#039;License Purchase&#039;&#039;&#039; project, if you have one. If you purchase licenses on credit, the emails will be also sent to theses addresses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 10, an innovaphone device will automatically connect to http://config.innovaphone.com/init&lt;br /&gt;
This script looks at the project properties of the project, where the device exists.&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure an update &#039;&#039;&#039;URL&#039;&#039;&#039; and a &#039;&#039;&#039;trusted certificate&#039;&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
;Devices App GUID link: This is a GUID which can be entered in the settings of a domain inside the Devices App to link the domain to this specific project, if the names do not match and/or the Devices App has been setup from scratch. The Devices App must use the customer to which this projects belongs to be able to use this GUID.&lt;br /&gt;
&lt;br /&gt;
====Software Service====&lt;br /&gt;
You can put your project under SSA (software service agreement). &lt;br /&gt;
You will be asked to enter a SSA end date. This will be the date, where all SSA licenses of all devices in this project will expire.&lt;br /&gt;
The end date mustn&#039;t be more than one year in the past.&amp;lt;br&amp;gt;&lt;br /&gt;
Optionally you can enter a maximum SSC amount. The SSA end date will be automatically calculated then.&amp;lt;br&amp;gt;&lt;br /&gt;
  If you have entered a maximum SSC amount, you have to use the &#039;&#039;&#039;Recalculate&#039;&#039;&#039; link to calculate a new SSA end date, &lt;br /&gt;
  if you change your license selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also calculate SSA over all projects at once. In this mode, you &#039;&#039;&#039;won&#039;t be able&#039;&#039;&#039; to confirm the calculation. You&#039;ll just see the necessary SSC amount.&lt;br /&gt;
&lt;br /&gt;
After entering a date/SSC amount, you will get a summary of all licenses, which will be put under SSA and the amount of needed SSC licenses.&lt;br /&gt;
The SSC value for each license is calculated by the bind date of the license and the entered SSA end date/SSC amount.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ssa_extend.jpg|center|thumb|200px|ssa_extend.jpg/|ssa_extend.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If you have licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the current license version.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  e.g. you have a V7 PBX-PBX7#15 license with bind date 1/1/2010. Version 8 was released on 7/12/2009, so SSA is&lt;br /&gt;
  calculated from 7/12/2009 for this license. You will see the calculation date in the list under &amp;quot;bind date&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If licenses already have a SSA date, just the difference between the current SSA date and the entered SSA end date must be paid.&lt;br /&gt;
If the bind date of the device lies in the past, the difference between the bind date and the current date must be paided twice (this is the column &#039;days*2&#039;).&amp;lt;br&amp;gt;&lt;br /&gt;
If your license is under SSA, which is already over, you also have to pay the time between the old SSA date and the current SSA end date twice.&lt;br /&gt;
&lt;br /&gt;
Here is a short example, how the days are calculated:&lt;br /&gt;
&lt;br /&gt;
Bind date: 24/06/2009&amp;lt;br&amp;gt;&lt;br /&gt;
Current date: 31/08/2009&amp;lt;br&amp;gt;&lt;br /&gt;
SSA end date: 12/12/2011&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will have to pay from 24/06/2009 to 31/08/2009 twice for 68 days.&lt;br /&gt;
From 31/08/2009 to 12/12/2011 you will then have to pay the normal price for 833 days.&lt;br /&gt;
&lt;br /&gt;
You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You can preview the SSC calculation for another calculation date. Simply change the dropdown&lt;br /&gt;
  selection to get the new SSC value.&lt;br /&gt;
  Of course you can&#039;t confirm this calculation for another date, just for the current date!&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;You may add additional licenses to the calculation, which you will bind later&#039;&#039;. Just click on the &#039;&#039;&#039;+&#039;&#039;&#039; near this text and you can add&lt;br /&gt;
  multiple licenses, which will be added to your calculation after using the recalc link. Listed are licenses of the current version and from&lt;br /&gt;
  your balance.&lt;br /&gt;
&lt;br /&gt;
After confirming your entered SSA end date, each license will have this date as SSA end date and can be downloaded in all versions of this SSA time.&lt;br /&gt;
&lt;br /&gt;
You can now extend the projects SSA end date like as setting a new one.&lt;br /&gt;
The resulting summary is the same as above.&lt;br /&gt;
&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Past SSA end date=====&lt;br /&gt;
&lt;br /&gt;
You can configure a new SSA end date in the past, if you accidentally configured a wrong date.&amp;lt;br&amp;gt;&lt;br /&gt;
No licenses will be changed, if you configure a date in the past, just the SSA end date of the project!&lt;br /&gt;
&lt;br /&gt;
=====SSA Expiry Mail=====&lt;br /&gt;
&lt;br /&gt;
  If project SSA will expire, each company user will receive a reminder mail &#039;&#039;&#039;7&#039;&#039;&#039; weeks before and &lt;br /&gt;
  then every week one mail.&lt;br /&gt;
  You can disable these mails with the checkbox &#039;Send SSA expiry mails&#039;.&lt;br /&gt;
  Note that every user can configure, if he wants to receive mails or not in his account settings.&lt;br /&gt;
&lt;br /&gt;
If you want the end user of the project to receive an expiry mail, you can configure a &#039;&#039;&#039;reseller&#039;&#039;&#039; mail address and end user mail addresses. These end users will then receive an email, 30 days before the project will expire. The default text is:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Your Software Service Agreement for your innovaphone PBX in project &amp;quot;{$arg[3]}&amp;quot; will expire in {$arg[1]} days. &lt;br /&gt;
 Please contact your reseller {$arg[2]} to upgrade the license.&amp;lt;br&amp;gt;&lt;br /&gt;
 The upgrade of the license is important to secure the phone system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change this text as you want. You can use placeholders:&lt;br /&gt;
* &#039;&#039;&#039;{$arg[1]}&#039;&#039;&#039;: days left &lt;br /&gt;
* &#039;&#039;&#039;{$arg[2]}&#039;&#039;&#039;: reseller mail address&lt;br /&gt;
* &#039;&#039;&#039;{$arg[3]}&#039;&#039;&#039;: project name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also define a global text for all projects under your [[#Company| Company settings]].&lt;br /&gt;
&lt;br /&gt;
  You can optionally configure to receive project SSA independent reminder mails for each license of a device [[#Company 2|here]].&lt;br /&gt;
&lt;br /&gt;
=====Automatic SSA Extension Service=====&lt;br /&gt;
&lt;br /&gt;
You can request an automatic SSA extension service for a project, which is under SSA. By following this link, you will have the opportunity to request a callback and/or the necessary agreement as PDF file.&lt;br /&gt;
&lt;br /&gt;
 All licenses have to be under SSA to use the automatic SSA extension service!&lt;br /&gt;
&lt;br /&gt;
There are some basics to know, if a project is under automatic SSA:&lt;br /&gt;
* If you bind new/free licenses, they&#039;ll get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* If you move devices into this project, their licenses will get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* You can&#039;t join this project into another project, but you can join another project into this one&lt;br /&gt;
&lt;br /&gt;
====Rights====&lt;br /&gt;
=====Own project=====&lt;br /&gt;
Add or delete company rights for this project. To add a company right, you have to enter the company id of this company.&lt;br /&gt;
Each user of a company with rights on this project can add devices, licenses, activation keys to this specific project, but is restricted in removing devices, editing the project and can&#039;t create activation keys with the projects balance.&lt;br /&gt;
&lt;br /&gt;
  The company id can be found under Licenses-&amp;gt;company and the company tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_rights.jpg|center|thumb|200px|project_rights.jpg/|project_rights.jpg/]]&lt;br /&gt;
&lt;br /&gt;
=====External Project=====&lt;br /&gt;
If another company granted access rights to a project to you, you can unsubscribe from this project here.&lt;br /&gt;
&lt;br /&gt;
====Import====&lt;br /&gt;
The import has been disabled. All old devices are already imported and can be added to your project manually.&lt;br /&gt;
&lt;br /&gt;
====Join====&lt;br /&gt;
Here you can join your currently selected project with another project, which you select from a dropdown box.&amp;lt;br&amp;gt;&lt;br /&gt;
If the other project has SSA, you&#039;ll see the current SSA end date, which you might change for the join process and you will get a list of all licenses, which might be updated to the ssa end date/changed date of the other project. The list equals the list shown under [[#Software Service|Software Service]].&lt;br /&gt;
&lt;br /&gt;
  The selected project will be automatically deleted after the join. You can&#039;t join a project,&lt;br /&gt;
  if it grants external rights to another customer. Delete these rights before.&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the join.&lt;br /&gt;
&lt;br /&gt;
====Project Move (admin only)====&lt;br /&gt;
A company admin can move a project with its devices, activation keys, balance etc. to another company. You have to know the company ID from this company, which can be found under Licenses-&amp;gt;Company and the company tab.&amp;lt;br&amp;gt;&lt;br /&gt;
The history won&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Projects with negative balances can&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Existing project rights will be deleted.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete the project. Only possible if it has no activation keys, project rights, devices or user rights.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may [[#Join|join]] your project into another one, if you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Project Freed_RMA_licenses====&lt;br /&gt;
If you see a project with this name in your project list, you had a RMA device with not yed moved licenses, which was shipped to innovaphone and reshipped to another customer.&amp;lt;br&amp;gt;&lt;br /&gt;
The licenses of such a device have been moved into the pool of free licenses of the project Freed_RMA_licenses, from where you can assign them to another device.&lt;br /&gt;
&lt;br /&gt;
====Rental====&lt;br /&gt;
Projects starting and ending with the &#039;&#039;&#039;$&#039;&#039;&#039; sign in their name are rental projects.&amp;lt;br&amp;gt;&lt;br /&gt;
The name corresponds to the domain name of a Devices App installation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All software licensing and device management can be just done through the Devices App itself, see [[Reference13r1:Concept_App_Service_Devices#Rental_program_and_Payment_method]].&amp;lt;br&amp;gt;&lt;br /&gt;
Just &#039;&#039;&#039;hardware licenses&#039;&#039;&#039; still need to be bound inside my.innovaphone currently and have to be downloaded there and uploaded on the device itself just as usual.&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
On the balance page you will see the balance of the currently selected project or the balance of all your projects together.&lt;br /&gt;
The balance is bound to your company and &#039;&#039;&#039;not&#039;&#039;&#039; to your user account. The balance is bound to a specific project, but can be shared for license creation or activation key creation if wished.&amp;lt;br&amp;gt;&lt;br /&gt;
Sharing the balance over several projects is not possible in external projects!&lt;br /&gt;
&lt;br /&gt;
[[Image:Balancepage.jpg|center|thumb|200px|balancepage.jpg/|balancepage.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Free licenses====&lt;br /&gt;
&lt;br /&gt;
Here you see a list of all your free licenses. If you return licenses from one of your devices, the returned licenses are stored in your free licenses pool. You can assign these licenses to another device (see [[#Add licenses from free licenses|&#039;Add licenses from free licenses&#039;]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Balance_free_lics.jpg|center|thumb|200px|balance_free_lics.jpg/|balance_free_lics.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The bind date, SSA end date and the external key (like DECT-Multi-Cell-Ari) are stored for each license.&lt;br /&gt;
&lt;br /&gt;
===Activations===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see a list of all your bound activation keys with their licenses here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Activations.jpg|center|thumb|200px|activations.jpg/|activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Add an activation key====&lt;br /&gt;
To increase your projects balance, select one of your projects, follow the &amp;quot;Add&amp;quot; link and enter the activation key in the corresponding field. You can also enter an optional comment for this key. You will then get a listing of all contained licenses. After commiting this key, your project balance will have been increased by the keys values.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Deselect the current project&amp;quot; to view all activation keys independent of the selected project.&lt;br /&gt;
&lt;br /&gt;
====Search for an activation key by your order number====&lt;br /&gt;
Enter your own order number (or nothing), to view your activation keys for this order.&lt;br /&gt;
&lt;br /&gt;
====License certificate====&lt;br /&gt;
You can always download the innovaphone license certificate for activation keys in your projects. Simply press the download link in the list at the right side.&lt;br /&gt;
&lt;br /&gt;
===Own Activations===&lt;br /&gt;
Here you&#039;ll see a list of all created activation keys in the selected project (or over all projects).&lt;br /&gt;
&lt;br /&gt;
You can create activation keys on the project page for other users/companies or to simply transfer licenses from one project to another.&amp;lt;br&amp;gt;&lt;br /&gt;
You can enter a comment, an order number and an order reference. The &#039;&#039;&#039;order number&#039;&#039;&#039; is your own order number for the key and the &#039;&#039;&#039;order reference&#039;&#039;&#039; is the reference number of the customer, who receives the newly created key.&amp;lt;br&amp;gt;&lt;br /&gt;
The order reference and order number will be shown in the innovaphone license certificate.&lt;br /&gt;
&lt;br /&gt;
[[Image:Created_activations.jpg|center|thumb|200px|created_activations.jpg/|created_activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You have to select an activation key in the activation key list to update or delete it.&lt;br /&gt;
&lt;br /&gt;
  Updating and deleting a key is only possible, if this key is not assigned.&lt;br /&gt;
&lt;br /&gt;
====Update====&lt;br /&gt;
Add more licenses to this key or change its comment, order number and order reference.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also remove licenses by entering e.g. -2, if you want to remove 2 licenses from the key.&lt;br /&gt;
&lt;br /&gt;
[[Image:Own activations update.jpg|center|thumb|200px|own_activations_update.jpg/|own_activations_update.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete this key. Its licenses will go back into the balance of the currently selected project.&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
To view your devices you first have to click on the &amp;quot;Show&amp;quot; button. You can leave the filter field empty if you want to view all your devices.&lt;br /&gt;
&lt;br /&gt;
[[Image:Devices_page.jpg|center|thumb|200px|devices_page.jpg/|devices_page.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Red marked device names are devices, which are currently in RMA.&lt;br /&gt;
&lt;br /&gt;
  MAC addresses of RMA devices do not longer start with 01-...&lt;br /&gt;
&lt;br /&gt;
====List====&lt;br /&gt;
A List of your devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You can deselect the current project/device to list all your devices.&lt;br /&gt;
&lt;br /&gt;
Select a certain device from the device list, to manage its properties, licenses etc.&lt;br /&gt;
&lt;br /&gt;
  Actions on multiple devices:&lt;br /&gt;
  * Move: move several devices into another project at once (see [[#Move device|Move Device]])&lt;br /&gt;
  * Remove: remove several devices at once (see [[#Remove|Remove]])&lt;br /&gt;
&lt;br /&gt;
=====Add=====&lt;br /&gt;
Follow the &amp;quot;Add new devices&amp;quot; link on the devices page.&lt;br /&gt;
&lt;br /&gt;
There you have a few options:&lt;br /&gt;
* You can add a single new device&lt;br /&gt;
* You can add devices according to a mac address range (e.g. from 00-90-33-08-20-00 to 00-90-33-08-22-00), maximum 50 at once&lt;br /&gt;
* You can add devices by uploading a text file with mac addresses like this (maximum 50 at once, each line one mac):&lt;br /&gt;
&lt;br /&gt;
  00-90-33-08-20-20&lt;br /&gt;
  00-90-33-08-20-21&lt;br /&gt;
  00-90-33-08-20-22&lt;br /&gt;
  00-90-33-24-20-20&lt;br /&gt;
&lt;br /&gt;
* You can add devices according to your received order number. Just enter you order number and you will get a list of all devices bount to this number.&lt;br /&gt;
&lt;br /&gt;
Note: MAC addresses can be always given like this:&lt;br /&gt;
* 00-90-33-xx-xx-xx&lt;br /&gt;
* 00:90:33:xx:xx:xx&lt;br /&gt;
* 009033xxxxxx&lt;br /&gt;
* xxxxxx (00-90-33- will then be added automatically)&lt;br /&gt;
&lt;br /&gt;
There might be errors, if you try to add a device. They are explained [[#Image explanation|here]].&lt;br /&gt;
&lt;br /&gt;
  As the device warranty will be handled by licenses now, you can also add telephone devices&lt;br /&gt;
  to your projects.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extensions=====&lt;br /&gt;
&lt;br /&gt;
Here you can add warranty extension licenses for all devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll get a list of all devices with the corresponding license type(s) and you can specify the years for each device (or for all devices by entering the number in the list header).&amp;lt;br&amp;gt;&lt;br /&gt;
After confirming your selection, you&#039;ll get an overview of all needed licenses, which you have to confirm too. &amp;lt;br&amp;gt;&lt;br /&gt;
  Note: Warranty extensions are delivered via an Activation Key (ACT-xxx), as they are licensed items that can be ordered from us. Please remember to charge your balance with an activation key containing either a GVL-Purchase or &lt;br /&gt;
  GVL-Within-Warranty license items (under Activations menu) .&lt;br /&gt;
&lt;br /&gt;
=====Check licence, SSA and warranty status of a device=====&lt;br /&gt;
Here you can list licenses with ssa and the warranty end date of a device, which is not in one of your projects.&amp;lt;br&amp;gt;&lt;br /&gt;
For this option to work, you have to link your innovaphone customer ID (5 digits) to your my.innovaphone company. (As the warranty is also the one we grant to our distributors, we don&#039;t want to get an end customer confused.)&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as CSV=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a CSV file.&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as PDF with barcodes=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a PDF file with a barcode for each MAC address.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Barcode ist vom Typ C128B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
&lt;br /&gt;
Change the name and comment of a device.&lt;br /&gt;
  You can only change the name, if it&#039;s no MAC or IPEI.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here you have also the possibility, to directly request RMA for this device with prefilled values.&lt;br /&gt;
&lt;br /&gt;
====Licenses====&lt;br /&gt;
Here you can add, download or move licenses.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from balance=====&lt;br /&gt;
To create new licenses for a device, you have to add this device first on the devices page and then select a version of the license &lt;br /&gt;
and whether you want to summate the current licencing. If you select current licenses, then older licenses for example V6 or V7 licenses will also be counted as V8 licenses in the next overview. This is necessary if you want to license a V6 unit with V8 licenses, but still want to use it as V6.&lt;br /&gt;
After that click &amp;quot;Next&amp;quot;.&lt;br /&gt;
On the next page you will see a list of all available license types, which depends on your current available license types, of the selected license version and the device type (IP6000, IP800 e.g.):&lt;br /&gt;
[[Image:licenses.jpg|center|thumb|200px|licenses.jpg/|licenses.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You see the available project balance, the balance over all projects (excluding external projects), the currently installed licenses and the maximum amount for this device type. You can now enter the value of the new license.&lt;br /&gt;
Base/Upgrade licenses can be selected via dropdown box. &lt;br /&gt;
&#039;&#039;&#039;Voicemail and Standby lics must always have the same amount as the selected PBX-PBX... license!&lt;br /&gt;
The maximum amount of PBX-Registration licenses equals the amount of the selected PBX-PBX... license!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The whished overall amount of pbx version 8 and above licenses can be specified here and the concrete amount of license sub types will be requested on the next page.&lt;br /&gt;
&lt;br /&gt;
 You can preview the SSC calculation of the wished licenses without having them in your balance.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses2.jpg|center|thumb|200px|licenses2.jpg/|licenses2.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The best (cheapest) combination of each v8 pbx license type is already filled in, but you might change the amount of sub types if your does not fit and you do not want to purchase new activation keys for the sub types.&lt;br /&gt;
&lt;br /&gt;
The column SSC/Unit is just shown if your project is currently under SSA and you have entered a SSA end date.&lt;br /&gt;
&lt;br /&gt;
  The SSC multiplicator is the value, which you have to multiplicate with each license unit to get &lt;br /&gt;
  the corresponding SSC amount.&lt;br /&gt;
  E.g. if you have 20 units of PBX-Port8*20 licenses with a SSC value of 54 and a multiplicator of &lt;br /&gt;
  1.0000 (which equals to 365 days) you have to pay 20*54*1.0000 ~ 1080 SSCs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you create licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the currently selected version twice.&amp;lt;br&amp;gt;&lt;br /&gt;
  e.g.: you want to bind licenses for V6 with SSA, so you have to pay SSCs from the release date of V7&lt;br /&gt;
&amp;lt;br&amp;gt;You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the new binding.&lt;br /&gt;
&lt;br /&gt;
Now confirm your new selection. If you have not enough licenses in your current project, but there are still licenses in other projects, you will get a dropdown box with a list of all projects containing the needed licenses. You can now select all desired/needed projects and confirm your selection again.&lt;br /&gt;
The balance of all selected projects will then be decreased by the needed amount.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from free licenses=====&lt;br /&gt;
&lt;br /&gt;
Here you can assign licenses, which you returned from other devices.&lt;br /&gt;
You will also have to select the desired version and will than get a list of fitting licenses according to the current device and selected version.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses_free.jpg|center|thumb|200px|licenses_free.jpg/|licenses_free.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If a license is under SSA, the correct license type is shown in column &#039;License Type&#039; besides the &#039;Original Type&#039;.&lt;br /&gt;
On confirming the selection, a consistency check is done (e.g. only 4 Relay-PRI licenses on an IP6000).&lt;br /&gt;
Bind and SSA end date will be maintained for each license.&lt;br /&gt;
&lt;br /&gt;
As external keys are also maintained, you can select e.g. an old Dect-Multicell-Ari license to have the same ARI on another IP1200.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses &lt;br /&gt;
  to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
  You will have to confirm this after your first license selection (this is the same calculation as [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the binding.&lt;br /&gt;
&lt;br /&gt;
=====Add V7 floating license (slave pbx)=====&lt;br /&gt;
Here you can add a V7 floating license for a slave pbx. A device with a floating license can&#039;t have V7 pbx licenses and a device with V7 pbx licenses can&#039;t have a floating license.&lt;br /&gt;
&lt;br /&gt;
=====Delete V7 floating license=====&lt;br /&gt;
Here you can delete an already existing floating license, if you won&#039;t use it anymore.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extension licenses=====&lt;br /&gt;
Extend your warranty by adding warranty extension licenses:&lt;br /&gt;
&lt;br /&gt;
[[Image:add_warranty.jpg|center|thumb|200px|add_warranty.jpg/|add_warranty.jpg/]]&lt;br /&gt;
&lt;br /&gt;
  If you add the warranty extension (GVL-purchase) immediately after the receipt of your device,&lt;br /&gt;
  you can add the cheaper warranty extension licenses, otherwise you&#039;ll have to add&lt;br /&gt;
  the more expensive ones (GVL-within-warranty).&lt;br /&gt;
&lt;br /&gt;
  Note: For the GVL-purchase you have 6 weeks from receipt of the delivery note from innovaphone, after the 6 weeks it will not be possible to bind the GVL-Purchase, you will need to switch with the GVL-within-warranty.&lt;br /&gt;
  You can extend the warranty for a maximum of four years.&lt;br /&gt;
&lt;br /&gt;
=====Download licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download.jpg|center|thumb|200px|device_download.jpg/|device_download.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You will get a dropdown with all available versions. Versions are dependent of your device, your licenses and of the ssa of your licenses.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;From V9 on&#039;&#039;&#039;, you just have one option, which will create a license file, which contains the licenses upgraded to the highest version of their type.&amp;lt;br&amp;gt;&lt;br /&gt;
You are able to download downgraded versions of your licenses. E.g. if you have only V8 licenses, you can download a V7 license file (same restrictions as below).&lt;br /&gt;
&lt;br /&gt;
  Downgrades or only possible down to version 6!&lt;br /&gt;
&lt;br /&gt;
If you do not want to download licenses by version, you have to decide whether to download the licenses encrypted or not.&lt;br /&gt;
&#039;&#039;&#039;If you download the licenses unencrypted, you won&#039;t be able to return those licenses anymore.&#039;&#039;&#039;&lt;br /&gt;
So you won&#039;t be able to return licenses for devices with V5-V7 licenses, as licenses for these versions are not encrypted.&lt;br /&gt;
To return these licenses, you will have to upgrade to a new bootcode, which prevents firmware downgrades to versions below version 8.&amp;lt;br&amp;gt;&lt;br /&gt;
Encrypted licenses are stored in a xml file, which you can then upload on your V8 (or higher) device.&lt;br /&gt;
&lt;br /&gt;
  You can now also download licenses directly from by the web interface of a device. &lt;br /&gt;
  You just have to enter your account data and start downloading the licenses from my.innovaphone.com &lt;br /&gt;
  without having to download/upload a license file.&lt;br /&gt;
&lt;br /&gt;
=====Download test licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download_test.jpg|center|thumb|200px|device_download_test.jpg/|device_download_test.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You can also download test licenses if you want to run tests. You will be asked, which version you want to use, whether the device is used as slave and if not used as slave, how many pbx licenses you want to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: Since V11, trial licenses are valid for 3 months and can be released once for a dedicated device. After expiration of those 3 months no further trial license creation for this device is possible.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 V5 does &#039;&#039;&#039;not&#039;&#039;&#039; support test licenses!&lt;br /&gt;
&lt;br /&gt;
=====Download App development license=====&lt;br /&gt;
If you&#039;re an App developer, you have the possibility, to generate a real license for you Apps which will contain your manufacturer prefix.&amp;lt;br/&amp;gt;&lt;br /&gt;
The manufacturer prefix has to deposited at your my.innovaphone company by innovaphone before you can use this feature.&lt;br /&gt;
&lt;br /&gt;
 You can just have up to &#039;&#039;&#039;three&#039;&#039;&#039; different devices per company for which you can create such licenses!&lt;br /&gt;
 These licenses aren&#039;t allowed for production usage!&lt;br /&gt;
&lt;br /&gt;
You see your already used MAC addresses on this page too if you already created such licenses before.&lt;br /&gt;
&lt;br /&gt;
If your manufacturer prefix is &#039;&#039;&#039;innovaphone&#039;&#039;&#039;, you can enter license names like:&lt;br /&gt;
* App(innovaphone-app1)15&lt;br /&gt;
* Service(innovaphone-app2)15&lt;br /&gt;
&lt;br /&gt;
=====Move licenses to another device=====&lt;br /&gt;
If you have the needed account rights or the device is already in RMA, you can move licenses to another device. After moving licenses, the former device will be marked as a RMA device.&lt;br /&gt;
&lt;br /&gt;
  You can just move licenses to devices without licenses!&lt;br /&gt;
&lt;br /&gt;
=====Mix of rental and purchased licenses=====&lt;br /&gt;
From &#039;&#039;&#039;13r2 SR12&#039;&#039;&#039; onwards you can mix rental and purchased licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
A device with rental licenses will be always inside a rental project (you recognize such a project by it&#039;s starting and ending &#039;&#039;&#039;$&#039;&#039;&#039; in the name).&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now add licenses from the balance to a device in such a rental project.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you invalidate lifetime licenses on such a device, just purchased licenses are returned. Rental licenses stay bound until you remove them inside your Devices App! (under rental menu)&lt;br /&gt;
Inside my.innovaphone you will always see both rental and purchased licenses. Inside the Devices App, you will just see the rental licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You must download and/or install the purchased licenses as usual.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A 13r1 PBX or a PBX with an older SR will just recognize rented licenses!&lt;br /&gt;
&lt;br /&gt;
 If your PBX is already inside a non rental project, it will be automatically added to a rental project if you add rental licenses. You then may have the device in two different projects (one rental, one normal), which is no issue.&lt;br /&gt;
&lt;br /&gt;
====Move device====&lt;br /&gt;
Here you can move the current device or the selected devices to another project.&amp;lt;br&amp;gt;&lt;br /&gt;
If you select a SSA project, you can change the SSA end date for the move process.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If the other project is under SSA, you will first see a SSC calculation, which you have to confirm, &lt;br /&gt;
  as the SSA date for each SSA license will be extended until the given SSA end date &lt;br /&gt;
  (this is the same calculation as adding SSA to an already existing project, see [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the move.&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
====Returning of licenses====&lt;br /&gt;
&lt;br /&gt;
By the invalidation, licenses are returned to the free balance of the project to which the device belongs in the Portal my.innovaphone.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can then bind the licenses from the free balance to another device.&lt;br /&gt;
&lt;br /&gt;
=====Requirements=====&lt;br /&gt;
* V8 or higher&lt;br /&gt;
* access to the webinterface&lt;br /&gt;
* a device certificate&lt;br /&gt;
* my.innovaphone login credentials&lt;br /&gt;
* &#039;&#039;&#039;no IPVA device&#039;&#039;&#039;&lt;br /&gt;
* no &#039;In House&#039; licenses&lt;br /&gt;
&lt;br /&gt;
=====Informations=====&lt;br /&gt;
&lt;br /&gt;
You can invalidate V8 (or higher) licenses by uploading the XML file, you got from your device or by returning your licenses over the web interface of your device ([[Reference12r1:Configuration/General/License]]), in order to return [[Reference15r1:Licenses#Gateway Licenses|PBX licenses]] back to the free balance.&lt;br /&gt;
&lt;br /&gt;
V7 licenses can be just returned, if you agree, that you won&#039;t be able to downgrade below V8 anymore. You will need a new bootcode, to use this function. &#039;&#039;&#039;You need a V8 firmware or higher for invalidation.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your device has access to my.innovaphone.com, you can also invalidate licenses directly from the web interface of the device.&lt;br /&gt;
&lt;br /&gt;
[[Reference15r1:Licenses#Gateway Licenses|Gateway licenses]] and warranty extensions won&#039;t be returned to the balance and remain to be assigned to the device!&lt;br /&gt;
&lt;br /&gt;
The licenses needn&#039;t be present on the local device to perform the invalidation!&lt;br /&gt;
&lt;br /&gt;
SSA are bound to the license and not lost when performing invalidation.&lt;br /&gt;
&lt;br /&gt;
=====Process=====&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# enter your my.innovaphone account, the device must be in one of your projects&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Transfer (this might fail, if NTP or DNS is not configured properly or device certificate is not installed)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has no internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Backup and upload this file on my.innovaphone [[#Upload the invalidation document to return licenses|here]] (Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation)&lt;br /&gt;
# you&#039;ll get a confirmation file after uploading the saved file&lt;br /&gt;
# upload this on the device (under Step1)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;Your IP800 does not have a device certificate on it.&amp;quot; - In this case you need to download a hardware certification,&lt;br /&gt;
  please contact the innovaphone [mailto:license@innovaphone.com license department].&lt;br /&gt;
&lt;br /&gt;
=====Download confirmation file=====&lt;br /&gt;
If you created a new certificate or you invalidated your licenses, you can later download the confirmation file, which you have to upload on the box.&lt;br /&gt;
&lt;br /&gt;
=====Request certificate=====&lt;br /&gt;
If you have the needed rights, you can request a new device certificate for your device.&lt;br /&gt;
&lt;br /&gt;
=====Upload the invalidation document to return licenses=====&lt;br /&gt;
Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation:&lt;br /&gt;
&lt;br /&gt;
Upload the invalidation document, which you got from the website of the device to return the licenses of this device.&lt;br /&gt;
&lt;br /&gt;
After uploading you&#039;ll get a confirmation file, which you have to upload on your device.&lt;br /&gt;
&lt;br /&gt;
====Remove====&lt;br /&gt;
You can always remove devices from a project. If they have licenses, these won&#039;t be deleted, so you might add the device to another project again.&lt;br /&gt;
&lt;br /&gt;
===History===&lt;br /&gt;
[[Image:history.jpg|center|thumb|200px|history.jpg/|history.jpg/]]&lt;br /&gt;
You can view your history for several contexts:&lt;br /&gt;
* Company: history of all actions in your company&lt;br /&gt;
* User: history of all actions of the selected user&lt;br /&gt;
* Device: history of all actions for the selected device&lt;br /&gt;
&lt;br /&gt;
Each context applies to the currently selected project.&lt;br /&gt;
If you deselect the current project, you will see the history over all projects.&lt;br /&gt;
&lt;br /&gt;
You can select to view the history of the last day, week, month, year or from always. Collecting data might take a while...&lt;br /&gt;
&lt;br /&gt;
===Company===&lt;br /&gt;
Manage users SSA expiry email flag, import other companies or add your companies innovaphone ID.&lt;br /&gt;
&lt;br /&gt;
====Users====&lt;br /&gt;
&lt;br /&gt;
You can just edit the SSA expiry email flag here. The other user settings moved to the [[#Authorized Persons| Authorized persons tab]].&lt;br /&gt;
&lt;br /&gt;
====Join (admin only)====&lt;br /&gt;
As admin you can also join another company into your company by entering an admin account of this company. This might be usefull if one user of your company has accidentally created an own company.&amp;lt;br&amp;gt;&lt;br /&gt;
Everything like projects, users, devices, balance, activations etc. will be imported!&amp;lt;br&amp;gt;&lt;br /&gt;
You also have to enter the company id of the company, which is to be imported. You can find this company under Licenses-&amp;gt;Company and the company tab.&lt;br /&gt;
&lt;br /&gt;
  This is not available for non company admin users.&lt;br /&gt;
&lt;br /&gt;
  The joined company will be deleted afterwards!&lt;br /&gt;
&lt;br /&gt;
====Company====&lt;br /&gt;
&lt;br /&gt;
You can check the &#039;&#039;&#039;Device SSA&#039;&#039;&#039; checkbox, if you want to receive SSA expiry reminder mails for each device independent of the projects SSA end date.&lt;br /&gt;
These mails will be send weekly seven weeks before the SSA for a license a the device expires.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also enter additional email addresses, which should receive SSA emails.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can define a global &#039;&#039;&#039;end user expiry mail text&#039;&#039;&#039; here, which will be sent to end users, if end users are configured in a [[#SSA Expiry Mail| project]]. This text can be overridden by a text in a project under [[#SSA Expiry Mail| SSA Expiry Mail]].&lt;br /&gt;
&lt;br /&gt;
==RMA==&lt;br /&gt;
Here you can see all your RMA devices, which arrived innovaphone already. The licenses of this macadresses are moveable.&lt;br /&gt;
[[Image:rma.jpg|center|thumb|200px|rma.jpg/|rma.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to request RMA for a certain device, go to the device properties and follow the &amp;quot;Request RMA&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
===Mantis===&lt;br /&gt;
Here you&#039;ll get a list of all open cases and [[Understanding the innovaphone trouble ticket status page#Information available| additional info regarding their state]] in our ticket system. This list is composed of all tickets assigned to email addresses of your my.innovaphone users in your company.&amp;lt;br&amp;gt;&lt;br /&gt;
Often used functions:&lt;br /&gt;
* You can click on the ticket number (&amp;quot;ID&amp;quot; column) to open an email prepared with the right emailadress and subject to address this case.&lt;br /&gt;
* You can click on the &#039;&#039;History&#039;&#039; link to get an overview of the already made communication with our support/presales-team.&lt;br /&gt;
* Another important new function is the option to upload larger files to your support/presales tickets using the &#039;&#039;Fileupload&#039;&#039; column.&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
You can convert audio files into G.7xx files which you can use as announcements.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Supported input formats:&lt;br /&gt;
* mp3&lt;br /&gt;
* wav&lt;br /&gt;
* ogg&lt;br /&gt;
* flac&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
;Generated output formats:&lt;br /&gt;
* G.711u&lt;br /&gt;
* G.711a&lt;br /&gt;
* G.729&lt;br /&gt;
* G.723&lt;br /&gt;
* G.722&lt;br /&gt;
&lt;br /&gt;
==Image explanation==&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
====Already In Company====&lt;br /&gt;
[[Image:Icon_in_company_inno_01.png|icon_in_company_inno_01.png/|icon_in_company_inno_01.png/]]&lt;br /&gt;
* This device already exists in your company and can&#039;t be added/imported.&lt;br /&gt;
If you want to import this device anyway, you first have to delete your current device from its project.&lt;br /&gt;
&lt;br /&gt;
====Already Imported====&lt;br /&gt;
[[Image:Icon_imported_inno_01.png|icon_imported_inno_01.png/|icon_imported_inno_01.png/]]&lt;br /&gt;
* This device has been already imported. &lt;br /&gt;
You can&#039;t import it again.&lt;br /&gt;
&lt;br /&gt;
====Not Found====&lt;br /&gt;
[[Image:Icon_not_found_inno_01.png|icon_not_found_inno_01.png/|icon_not_found_inno_01.png/]]&lt;br /&gt;
* This device was not found in the my innovaphone database. &lt;br /&gt;
This should never happen, but if, contact the administrator.&lt;br /&gt;
&lt;br /&gt;
====IPVA MAC exists====&lt;br /&gt;
[[Image:Icon_ip_va_exists_inno_01.png|icon_ip_va_exists_inno_01.png/|icon_ip_va_exists_inno_01.png/]]&lt;br /&gt;
* An IPVA MAC address must be unique and can be assigned to just one company. You tried to add an already existing IPVA MAC.&lt;br /&gt;
Please assign a new one to your IPVA. For further details, see [[Reference13r2:Concept_Innovaphone_Virtual_Appliance#License_Configuration]].&lt;br /&gt;
&lt;br /&gt;
my.innovaphone supports the following MAC address ranges:&lt;br /&gt;
* 00-50-56-...&lt;br /&gt;
* 00-15-5d-...&lt;br /&gt;
* 00-03-ff-...&lt;br /&gt;
* 00-0d-3a-...&lt;br /&gt;
* 00-12-5a-...&lt;br /&gt;
* 00-17-fa-...&lt;br /&gt;
* 00-50-f2-...&lt;br /&gt;
* 00-1d-d8-...&lt;br /&gt;
* 00-05-69-...&lt;br /&gt;
* 00-1c-14-...&lt;br /&gt;
* 00-0c-29-...&lt;br /&gt;
* 00-1d-db-...&lt;br /&gt;
* 5a-ad-1d-...&lt;br /&gt;
* 48-e9-ca-...&lt;br /&gt;
* 02-01-04-...&lt;br /&gt;
* bc-24-...&lt;br /&gt;
* e2-... &#039;&#039;this is an autogenerated MAC address of innovaphone cloud containers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Warnings===&lt;br /&gt;
&lt;br /&gt;
====Several Companies====&lt;br /&gt;
[[Image:Icon_several_companies_inno_01.png|icon_several_companies_inno_01.png/|icon_several_companies_inno_01.png/]]&lt;br /&gt;
* This device is already in another company.&lt;br /&gt;
This means, that either you do not have the physical device or it once belonged another company.&lt;br /&gt;
You can still import/add this device and you will have access to all of its current licenses.&lt;br /&gt;
&lt;br /&gt;
====Several Users====&lt;br /&gt;
[[Image:Icon several users inno 01.png|icon_several_users_inno_01.png/|icon_several_users_inno_01.png/]]&lt;br /&gt;
* This device has licenses from several users of the old license manager.&lt;br /&gt;
This means, that you are not neccessarily the user, who physically owns this device. If you do not own it, do not import it.&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
====No downgrade====&lt;br /&gt;
[[Image:no_downgrade.png|no_downgrade.png/|no_downgrade.png/]]&lt;br /&gt;
* Licenses, which have been downloaded for V5/V6/V7, were returned from this device, so no downgrade to these versions is allowed any more.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- myinno my innovaphone my_inno my_innovaphone my-innovaphone my-inno--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release dates==&lt;br /&gt;
V5:  January 1st 2003&amp;lt;br&amp;gt;&lt;br /&gt;
V6:  November 2nd 2006&amp;lt;br&amp;gt;&lt;br /&gt;
V7:  November 14th 2008&amp;lt;br&amp;gt;&lt;br /&gt;
V8:  December 7th 2009&amp;lt;br&amp;gt;&lt;br /&gt;
V9:  April 26th 2011&amp;lt;br&amp;gt;&lt;br /&gt;
V10: July 8th 2013&amp;lt;br&amp;gt;&lt;br /&gt;
V11: February 9th 2015&amp;lt;br&amp;gt;&lt;br /&gt;
V12: July 11th 2016&amp;lt;br&amp;gt;&lt;br /&gt;
V13: May 13th 2019&amp;lt;br&amp;gt;&lt;br /&gt;
V14: December 20th 2023&amp;lt;br&amp;gt;&lt;br /&gt;
V15: March 25th 2025&amp;lt;br&amp;gt;&lt;br /&gt;
V16: April 28 2026&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==myplay==&lt;br /&gt;
[[https://myplay.innovaphone.com myplay]] offers a platform to test all my.innovaphone related content. You can create activation keys, licenses, accounts, projects and so on to learn it or to calculate possible scenarios.&lt;br /&gt;
&lt;br /&gt;
===Base===&lt;br /&gt;
The base of the database is the my.innovaphone database from the 13.8.2010. All accounts, companies and projects have been imported and are available until this date.&amp;lt;br&amp;gt;&lt;br /&gt;
From this date on the databases won&#039;t be synchronised any more (despite of the device table)!&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
You can change your balance by yourself. Simply select the license type in the dropdown box on the balance page, enter the desired amount and your balance will be increased by this type.&lt;br /&gt;
&lt;br /&gt;
===Activation keys===&lt;br /&gt;
You can create own activation keys. These will have the prefix &amp;quot;PLAY-&amp;quot; to identify them as play activation keys. You won&#039;t be able to upload them on my.innovaphone.com.&lt;br /&gt;
&lt;br /&gt;
===Licenses===&lt;br /&gt;
After having selected a device under Licenses-&amp;gt;Devices, you can add/change licenses as you want by selecting new ones in the dropdown box or changing existing ones.&lt;br /&gt;
&lt;br /&gt;
====Download====&lt;br /&gt;
You will always just download test licenses here!&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
Won&#039;t be possible here, because this is hardware related and can&#039;t be simulated.&lt;br /&gt;
&lt;br /&gt;
====Checkbox editing via list====&lt;br /&gt;
* &#039;D&#039; Deletes the license&lt;br /&gt;
* &#039;B&#039; Puts the license back into the projects balance&lt;br /&gt;
* &#039;F&#039; Puts the license into the pool of free licenses&lt;br /&gt;
&lt;br /&gt;
===Device RMA===&lt;br /&gt;
You can put a device under RMA to test this scenario (Licenses-&amp;gt;Devices, select a device and -&amp;gt;Properties). You can also remove the RMA status here.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External interface==&lt;br /&gt;
&lt;br /&gt;
There is an external interface, which you can use to control some functionality without a login to the my.innovaphone web site.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use the interface with an &#039;&#039;&#039;HTTP GET&#039;&#039;&#039; request to the following URL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php&amp;lt;/code&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Configure a trust value and a URL (can be a dummy URL if not used otherwise) unter Licenses -&amp;gt; Project -&amp;gt; Properties and tick &amp;quot;Configure Update-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===General parameters for all commands===&lt;br /&gt;
:;cmd: the wished command&lt;br /&gt;
:;email: the email address of a user who is registered in my.innovaphone&lt;br /&gt;
:;project_id: the project ID of the project where the user has access to (you can find the project ID under [[#Properties| Licenses-&amp;gt;Projects-&amp;gt;Properties]])&lt;br /&gt;
:;hash: an SHA256 hash value which is computed over all GET parameters but the hash parameter itself plus the &#039;&#039;&#039;trust&#039;&#039;&#039; value of the project (see [[#Properties|Reference:My_Innovaphone#Properties]])&lt;br /&gt;
:;hash: the values of the GET parameters have to be URL encoded before calculation of the hash&lt;br /&gt;
&lt;br /&gt;
;Example: URL &amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php?cmd=addDevice&amp;amp;email=user@example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;hash=b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&amp;lt;/code&amp;gt;&lt;br /&gt;
:;project trust value: 1234567890abcdef&lt;br /&gt;
:;the data of the SHA256 hash: ?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&lt;br /&gt;
:;example PHP function call to generate the hash: hash(&amp;quot;sha256&amp;quot;, &amp;quot;?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&amp;quot;);&lt;br /&gt;
:;with the current values, the function should return: b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&lt;br /&gt;
&lt;br /&gt;
===Add a device to a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;addDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
:;[device_desc]: optional, a description for the new device&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Remove a device from a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;delDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Get the warranty of a device===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;getWarranty&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;warranty: a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
:;warrantyStr: a string like &#039;&#039;&#039;&amp;quot;2015-11-26 00:00:00&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Create a new project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters: you must use the project_id and trust value of an already existing project!&lt;br /&gt;
:;cmd: &#039;&#039;&#039;createProject&#039;&#039;&#039;&lt;br /&gt;
:;project_name: the name of the new project&lt;br /&gt;
:;[project_desc]: optional, a description for the new project&lt;br /&gt;
:;[update_url]: optional, an update URL for the project (do not forget to URL encode the value inside your HTTP GET request!)&lt;br /&gt;
:;[ssa_due_date]: optional, a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;projectId: the project id of the created project&lt;br /&gt;
&lt;br /&gt;
 The newly created project is created with the same trust value which was used for the creation request. This allows you to directly use the API with the new project.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Smaller issues===&lt;br /&gt;
* Devices where imported into a project with SSA. If this happened to you, please move the corresponding devices into a project &#039;&#039;&#039;without&#039;&#039;&#039; SSA and back into the project &#039;&#039;&#039;with&#039;&#039;&#039; SSA to extend/add SSA for the licenses until the SSA end date.&lt;br /&gt;
* IE7 moves a list under the menu, when a list becomes to wide&lt;br /&gt;
===Licenses don&#039;t work on a device, where an invalidation has been done===&lt;br /&gt;
A possible reason here is, that the invalidation process hasn&#039;t been completed.&lt;br /&gt;
To resolve this issue, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Download the Confirmation File (Certificate) from http://my.innovaphone.com under [[#Invalidation|Invalidation]] after selecting the project and the device&lt;br /&gt;
* Open [[Reference9:General/License/my.innovaphone|General-&amp;gt;License-&amp;gt;my.innovaphone.com]] on your device&lt;br /&gt;
* Click on &amp;quot;Invalidate&amp;quot; (no my.innovaphone credentials needed)&lt;br /&gt;
* Upload the previously downloaded confirmation file newcert-00-90-33-xx-xx-xx.xml as &amp;quot;Confirmation file&amp;quot;&lt;br /&gt;
* Reset the box&lt;br /&gt;
* Reupload the licenses&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer doesn&#039;t work===&lt;br /&gt;
Yes, that&#039;s correct. Please use an up to date version of Chrome, Firefox or Edge!&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79993</id>
		<title>Reference:My Innovaphone</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79993"/>
		<updated>2026-06-15T15:06:32Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add warranty extension licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Where is my old my.innovaphone?==&lt;br /&gt;
Don&#039;t worry, just login with your old my.innovaphone account! You will be asked to confirm your forename and surname (just a &#039;&#039;&#039;natural person&#039;&#039;&#039; is allowed) and accept some terms and conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
Afterwards you find the old license/device view inside the [[#Licenses tab| Licenses tab]].&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
my.innovaphone allows the handling of licenses and includes the handling of device warranty and software service agreements.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also sign contracts here for different purposes.&lt;br /&gt;
&lt;br /&gt;
===Project-View===&lt;br /&gt;
My innovaphone offers the possibility for several users to be in one company. This company shares its balance of licenses over all users and can have several projects. Projects have their own balance of license types and devices are bound to a project.&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
My innovaphone will support multiple languages. You can select your desired language at the top of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently supported languages:&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* Italian&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
* Spanish (partially)&lt;br /&gt;
* Polish (partially)&lt;br /&gt;
&lt;br /&gt;
===Guides===&lt;br /&gt;
&lt;br /&gt;
====Quickstart guide====&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_nl.pdf Dutch quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_en.pdf English quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_fr.pdf French quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_de.pdf German quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_it.pdf Italian quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SSA guide====&lt;br /&gt;
;V10 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10nl.pdf Dutch SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10pl.pdf Polish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10es.pdf Spanish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;V8 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Open [https://my.innovaphone.com my.innovaphone.com] and click the &amp;quot;I would like to create a new personal user account&amp;quot; link.&lt;br /&gt;
Enter your personal data and register.&lt;br /&gt;
&lt;br /&gt;
You will receive a registration email with an activation link.&lt;br /&gt;
After account activation you have two options:&lt;br /&gt;
* create a new my.innovaphone company with the &amp;quot;Create company account&amp;quot; button&lt;br /&gt;
* ask another user of your company to invite your email address to an already existing company&lt;br /&gt;
&lt;br /&gt;
If you accidentally created an own my innovaphone company, just ask another user of your company to import your just created company.&lt;br /&gt;
&lt;br /&gt;
If you create a new company, you can &#039;&#039;&#039;optionally&#039;&#039;&#039; enter your innovaphone account ID (which is your customer number with innovaphone) with your postal code, to retrieve your company data.&lt;br /&gt;
&lt;br /&gt;
  Inside the license tab of the my.innovaphone portal, you will see a help link at the right side of the horizontal tab menu. &lt;br /&gt;
  This link shows the corresponding text of the wiki section, when hovering with the mouse over it, &lt;br /&gt;
  and redirects to the corresponding wiki menu, if clicked.&lt;br /&gt;
&lt;br /&gt;
  It is possible, that one user is member of serveral companies!&lt;br /&gt;
&lt;br /&gt;
==Left bar==&lt;br /&gt;
If you open the left bar, you have the options to:&lt;br /&gt;
* select one of your companies&lt;br /&gt;
* edit your personal user account&lt;br /&gt;
** user name&lt;br /&gt;
** email address&lt;br /&gt;
** flag to recieve SSA expiry emails&lt;br /&gt;
** password&lt;br /&gt;
* create a new company&lt;br /&gt;
[[Image:Myinnovaphone bar.png|center|thumb|200px|myinnovaphone_bar.png/|myinnovaphone_bar.png/]]&lt;br /&gt;
&lt;br /&gt;
==Main tabs==&lt;br /&gt;
Inside each company you see the three main tabs:&lt;br /&gt;
* Contracts&lt;br /&gt;
* Authorized persons&lt;br /&gt;
* Licenses (see [[#Licenses tab| Licenses tab]])&lt;br /&gt;
&lt;br /&gt;
You may also have two buttons:&lt;br /&gt;
* Add Contract (just as company administrator or with the contract right)&lt;br /&gt;
* Invite person (just as company administrator)&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone main.png|center|thumb|200px|myinnovaphone_main.png/|myinnovaphone_main.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Contracts ===&lt;br /&gt;
Inside the contracts tab, you see all your contracts and you can download these conracts.&amp;lt;br&amp;gt;&lt;br /&gt;
In general, contracts must be first approved by innovaphone, so you see three types of contracts:&lt;br /&gt;
&lt;br /&gt;
* open contracts which must be approved by innovaphone first&lt;br /&gt;
* approved contracts which can be already used&lt;br /&gt;
* cancelled contracts which are not valid anymore&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone contracts.png|center|thumb|200px|myinnovaphone_contracts.png/|myinnovaphone_contracts.png/]]&lt;br /&gt;
&lt;br /&gt;
These type of contracts currently exist:&lt;br /&gt;
==== innovaphone myApps Cloud Service ====&lt;br /&gt;
Conclude this contract to use the innovaphone myApps Cloud.&lt;br /&gt;
&lt;br /&gt;
==== innovaphone software rental ====&lt;br /&gt;
Conclude this contract to rent innovaphone software products. You must conclude this contract if you want to use the software rental inside the Devices App.&lt;br /&gt;
&lt;br /&gt;
=== Authorized persons ===&lt;br /&gt;
Here you see all persons which exist inside your company. Each person can have the following rights:&lt;br /&gt;
* Administrator (everything)&lt;br /&gt;
* Contracts (can conclude contracts)&lt;br /&gt;
* Licenses (can work with licenses)&lt;br /&gt;
* Viewer (can just see everything without doing something)&lt;br /&gt;
* Locked (cannot even login to this company anymore)&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
Here comes the old my.innovaphone view which allows the handling of devices, licenses, activation keys etc.&lt;br /&gt;
&lt;br /&gt;
==Search (inside licenses tab)==&lt;br /&gt;
At the right top of the licenses tab you have a search field. You can search for different things:&lt;br /&gt;
* Devices (part of a device name or device comment)&lt;br /&gt;
* Projects (part of a project name or project description)&lt;br /&gt;
* Own activation keys (part of an activation key or its description)&lt;br /&gt;
* Hardware rental orders (part of the innovaphone order number or your own order reference or a MAC address of an order)&lt;br /&gt;
&lt;br /&gt;
  You have to enter at least &#039;&#039;&#039;three&#039;&#039;&#039; chars to start a search. To search for activation keys, &lt;br /&gt;
  you have to enter at least &#039;&#039;&#039;five&#039;&#039;&#039; chars.&lt;br /&gt;
* Search for license types. Enter e.g. &amp;quot;PBX-Port8&amp;quot; to find all devices with Port8 licenses or enter &amp;quot;PBX-Port8=100&amp;quot; to find all devices with Port8 licenses &#039;&#039;&#039;&amp;gt;=&#039;&#039;&#039; 100.&lt;br /&gt;
* Search for products, e.g. 01-00811 für IP811 (such a search may take longer!)&lt;br /&gt;
&lt;br /&gt;
==Licenses tab==&lt;br /&gt;
===Projects===&lt;br /&gt;
After creation of an own company, you will have a default project named &amp;quot;DEFAULT&amp;quot;. You can rename this project later.&lt;br /&gt;
You can also create more projects on the projects page with &amp;quot;Create&amp;quot;.&lt;br /&gt;
Each project of a company must have a unique name.&lt;br /&gt;
&lt;br /&gt;
  Do &#039;&#039;&#039;not&#039;&#039;&#039; set SSA, if you want to import your devices from your old license manager account first.&lt;br /&gt;
  If you want SSA and you &#039;&#039;&#039;won&#039;t import&#039;&#039;&#039; devices into this project from your old account, you should set SSA at once.&lt;br /&gt;
&lt;br /&gt;
You can select a certain project by activating it in the project list. This selection is then true for all other pages, as some pages require a selected project.&lt;br /&gt;
&lt;br /&gt;
[[Image:overview.jpg|center|thumb|200px|overview.jpg/|overview.jpg/]]&lt;br /&gt;
&lt;br /&gt;
By activating a project by clicking on the project name in the project list, you can manage this project and its settings.&lt;br /&gt;
&lt;br /&gt;
==== Rental project ====&lt;br /&gt;
You can also manually create a rental project. A rental project is normally created automatically by uploading an activation key inside the Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
But if you want to start directly with an Automatic iSC reloading service, you&#039;ll need to create the project manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Take care that the name &#039;&#039;&#039;equals&#039;&#039;&#039; the domain name in your Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the rental tab in your Devices App domain doesn&#039;t show the expected balance/Automatic iSC reloading contract/licenses etc., you may use the Devices App Guid Link mechanism to link the domain to this specific project (see below) (use Devices App &#039;&#039;&#039;13r3 SR12&#039;&#039;&#039; or higher!).&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
Rename the project or/and change its description.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure further CC mail addresses inside your &#039;&#039;&#039;License Purchase&#039;&#039;&#039; project, if you have one. If you purchase licenses on credit, the emails will be also sent to theses addresses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 10, an innovaphone device will automatically connect to http://config.innovaphone.com/init&lt;br /&gt;
This script looks at the project properties of the project, where the device exists.&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure an update &#039;&#039;&#039;URL&#039;&#039;&#039; and a &#039;&#039;&#039;trusted certificate&#039;&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
;Devices App GUID link: This is a GUID which can be entered in the settings of a domain inside the Devices App to link the domain to this specific project, if the names do not match and/or the Devices App has been setup from scratch. The Devices App must use the customer to which this projects belongs to be able to use this GUID.&lt;br /&gt;
&lt;br /&gt;
====Software Service====&lt;br /&gt;
You can put your project under SSA (software service agreement). &lt;br /&gt;
You will be asked to enter a SSA end date. This will be the date, where all SSA licenses of all devices in this project will expire.&lt;br /&gt;
The end date mustn&#039;t be more than one year in the past.&amp;lt;br&amp;gt;&lt;br /&gt;
Optionally you can enter a maximum SSC amount. The SSA end date will be automatically calculated then.&amp;lt;br&amp;gt;&lt;br /&gt;
  If you have entered a maximum SSC amount, you have to use the &#039;&#039;&#039;Recalculate&#039;&#039;&#039; link to calculate a new SSA end date, &lt;br /&gt;
  if you change your license selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also calculate SSA over all projects at once. In this mode, you &#039;&#039;&#039;won&#039;t be able&#039;&#039;&#039; to confirm the calculation. You&#039;ll just see the necessary SSC amount.&lt;br /&gt;
&lt;br /&gt;
After entering a date/SSC amount, you will get a summary of all licenses, which will be put under SSA and the amount of needed SSC licenses.&lt;br /&gt;
The SSC value for each license is calculated by the bind date of the license and the entered SSA end date/SSC amount.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ssa_extend.jpg|center|thumb|200px|ssa_extend.jpg/|ssa_extend.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If you have licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the current license version.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  e.g. you have a V7 PBX-PBX7#15 license with bind date 1/1/2010. Version 8 was released on 7/12/2009, so SSA is&lt;br /&gt;
  calculated from 7/12/2009 for this license. You will see the calculation date in the list under &amp;quot;bind date&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If licenses already have a SSA date, just the difference between the current SSA date and the entered SSA end date must be paid.&lt;br /&gt;
If the bind date of the device lies in the past, the difference between the bind date and the current date must be paided twice (this is the column &#039;days*2&#039;).&amp;lt;br&amp;gt;&lt;br /&gt;
If your license is under SSA, which is already over, you also have to pay the time between the old SSA date and the current SSA end date twice.&lt;br /&gt;
&lt;br /&gt;
Here is a short example, how the days are calculated:&lt;br /&gt;
&lt;br /&gt;
Bind date: 24/06/2009&amp;lt;br&amp;gt;&lt;br /&gt;
Current date: 31/08/2009&amp;lt;br&amp;gt;&lt;br /&gt;
SSA end date: 12/12/2011&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will have to pay from 24/06/2009 to 31/08/2009 twice for 68 days.&lt;br /&gt;
From 31/08/2009 to 12/12/2011 you will then have to pay the normal price for 833 days.&lt;br /&gt;
&lt;br /&gt;
You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You can preview the SSC calculation for another calculation date. Simply change the dropdown&lt;br /&gt;
  selection to get the new SSC value.&lt;br /&gt;
  Of course you can&#039;t confirm this calculation for another date, just for the current date!&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;You may add additional licenses to the calculation, which you will bind later&#039;&#039;. Just click on the &#039;&#039;&#039;+&#039;&#039;&#039; near this text and you can add&lt;br /&gt;
  multiple licenses, which will be added to your calculation after using the recalc link. Listed are licenses of the current version and from&lt;br /&gt;
  your balance.&lt;br /&gt;
&lt;br /&gt;
After confirming your entered SSA end date, each license will have this date as SSA end date and can be downloaded in all versions of this SSA time.&lt;br /&gt;
&lt;br /&gt;
You can now extend the projects SSA end date like as setting a new one.&lt;br /&gt;
The resulting summary is the same as above.&lt;br /&gt;
&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Past SSA end date=====&lt;br /&gt;
&lt;br /&gt;
You can configure a new SSA end date in the past, if you accidentally configured a wrong date.&amp;lt;br&amp;gt;&lt;br /&gt;
No licenses will be changed, if you configure a date in the past, just the SSA end date of the project!&lt;br /&gt;
&lt;br /&gt;
=====SSA Expiry Mail=====&lt;br /&gt;
&lt;br /&gt;
  If project SSA will expire, each company user will receive a reminder mail &#039;&#039;&#039;7&#039;&#039;&#039; weeks before and &lt;br /&gt;
  then every week one mail.&lt;br /&gt;
  You can disable these mails with the checkbox &#039;Send SSA expiry mails&#039;.&lt;br /&gt;
  Note that every user can configure, if he wants to receive mails or not in his account settings.&lt;br /&gt;
&lt;br /&gt;
If you want the end user of the project to receive an expiry mail, you can configure a &#039;&#039;&#039;reseller&#039;&#039;&#039; mail address and end user mail addresses. These end users will then receive an email, 30 days before the project will expire. The default text is:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Your Software Service Agreement for your innovaphone PBX in project &amp;quot;{$arg[3]}&amp;quot; will expire in {$arg[1]} days. &lt;br /&gt;
 Please contact your reseller {$arg[2]} to upgrade the license.&amp;lt;br&amp;gt;&lt;br /&gt;
 The upgrade of the license is important to secure the phone system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change this text as you want. You can use placeholders:&lt;br /&gt;
* &#039;&#039;&#039;{$arg[1]}&#039;&#039;&#039;: days left &lt;br /&gt;
* &#039;&#039;&#039;{$arg[2]}&#039;&#039;&#039;: reseller mail address&lt;br /&gt;
* &#039;&#039;&#039;{$arg[3]}&#039;&#039;&#039;: project name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also define a global text for all projects under your [[#Company| Company settings]].&lt;br /&gt;
&lt;br /&gt;
  You can optionally configure to receive project SSA independent reminder mails for each license of a device [[#Company 2|here]].&lt;br /&gt;
&lt;br /&gt;
=====Automatic SSA Extension Service=====&lt;br /&gt;
&lt;br /&gt;
You can request an automatic SSA extension service for a project, which is under SSA. By following this link, you will have the opportunity to request a callback and/or the necessary agreement as PDF file.&lt;br /&gt;
&lt;br /&gt;
 All licenses have to be under SSA to use the automatic SSA extension service!&lt;br /&gt;
&lt;br /&gt;
There are some basics to know, if a project is under automatic SSA:&lt;br /&gt;
* If you bind new/free licenses, they&#039;ll get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* If you move devices into this project, their licenses will get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* You can&#039;t join this project into another project, but you can join another project into this one&lt;br /&gt;
&lt;br /&gt;
====Rights====&lt;br /&gt;
=====Own project=====&lt;br /&gt;
Add or delete company rights for this project. To add a company right, you have to enter the company id of this company.&lt;br /&gt;
Each user of a company with rights on this project can add devices, licenses, activation keys to this specific project, but is restricted in removing devices, editing the project and can&#039;t create activation keys with the projects balance.&lt;br /&gt;
&lt;br /&gt;
  The company id can be found under Licenses-&amp;gt;company and the company tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_rights.jpg|center|thumb|200px|project_rights.jpg/|project_rights.jpg/]]&lt;br /&gt;
&lt;br /&gt;
=====External Project=====&lt;br /&gt;
If another company granted access rights to a project to you, you can unsubscribe from this project here.&lt;br /&gt;
&lt;br /&gt;
====Import====&lt;br /&gt;
The import has been disabled. All old devices are already imported and can be added to your project manually.&lt;br /&gt;
&lt;br /&gt;
====Join====&lt;br /&gt;
Here you can join your currently selected project with another project, which you select from a dropdown box.&amp;lt;br&amp;gt;&lt;br /&gt;
If the other project has SSA, you&#039;ll see the current SSA end date, which you might change for the join process and you will get a list of all licenses, which might be updated to the ssa end date/changed date of the other project. The list equals the list shown under [[#Software Service|Software Service]].&lt;br /&gt;
&lt;br /&gt;
  The selected project will be automatically deleted after the join. You can&#039;t join a project,&lt;br /&gt;
  if it grants external rights to another customer. Delete these rights before.&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the join.&lt;br /&gt;
&lt;br /&gt;
====Project Move (admin only)====&lt;br /&gt;
A company admin can move a project with its devices, activation keys, balance etc. to another company. You have to know the company ID from this company, which can be found under Licenses-&amp;gt;Company and the company tab.&amp;lt;br&amp;gt;&lt;br /&gt;
The history won&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Projects with negative balances can&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Existing project rights will be deleted.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete the project. Only possible if it has no activation keys, project rights, devices or user rights.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may [[#Join|join]] your project into another one, if you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Project Freed_RMA_licenses====&lt;br /&gt;
If you see a project with this name in your project list, you had a RMA device with not yed moved licenses, which was shipped to innovaphone and reshipped to another customer.&amp;lt;br&amp;gt;&lt;br /&gt;
The licenses of such a device have been moved into the pool of free licenses of the project Freed_RMA_licenses, from where you can assign them to another device.&lt;br /&gt;
&lt;br /&gt;
====Rental====&lt;br /&gt;
Projects starting and ending with the &#039;&#039;&#039;$&#039;&#039;&#039; sign in their name are rental projects.&amp;lt;br&amp;gt;&lt;br /&gt;
The name corresponds to the domain name of a Devices App installation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All software licensing and device management can be just done through the Devices App itself, see [[Reference13r1:Concept_App_Service_Devices#Rental_program_and_Payment_method]].&amp;lt;br&amp;gt;&lt;br /&gt;
Just &#039;&#039;&#039;hardware licenses&#039;&#039;&#039; still need to be bound inside my.innovaphone currently and have to be downloaded there and uploaded on the device itself just as usual.&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
On the balance page you will see the balance of the currently selected project or the balance of all your projects together.&lt;br /&gt;
The balance is bound to your company and &#039;&#039;&#039;not&#039;&#039;&#039; to your user account. The balance is bound to a specific project, but can be shared for license creation or activation key creation if wished.&amp;lt;br&amp;gt;&lt;br /&gt;
Sharing the balance over several projects is not possible in external projects!&lt;br /&gt;
&lt;br /&gt;
[[Image:Balancepage.jpg|center|thumb|200px|balancepage.jpg/|balancepage.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Free licenses====&lt;br /&gt;
&lt;br /&gt;
Here you see a list of all your free licenses. If you return licenses from one of your devices, the returned licenses are stored in your free licenses pool. You can assign these licenses to another device (see [[#Add licenses from free licenses|&#039;Add licenses from free licenses&#039;]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Balance_free_lics.jpg|center|thumb|200px|balance_free_lics.jpg/|balance_free_lics.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The bind date, SSA end date and the external key (like DECT-Multi-Cell-Ari) are stored for each license.&lt;br /&gt;
&lt;br /&gt;
===Activations===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see a list of all your bound activation keys with their licenses here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Activations.jpg|center|thumb|200px|activations.jpg/|activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Add an activation key====&lt;br /&gt;
To increase your projects balance, select one of your projects, follow the &amp;quot;Add&amp;quot; link and enter the activation key in the corresponding field. You can also enter an optional comment for this key. You will then get a listing of all contained licenses. After commiting this key, your project balance will have been increased by the keys values.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Deselect the current project&amp;quot; to view all activation keys independent of the selected project.&lt;br /&gt;
&lt;br /&gt;
====Search for an activation key by your order number====&lt;br /&gt;
Enter your own order number (or nothing), to view your activation keys for this order.&lt;br /&gt;
&lt;br /&gt;
====License certificate====&lt;br /&gt;
You can always download the innovaphone license certificate for activation keys in your projects. Simply press the download link in the list at the right side.&lt;br /&gt;
&lt;br /&gt;
===Own Activations===&lt;br /&gt;
Here you&#039;ll see a list of all created activation keys in the selected project (or over all projects).&lt;br /&gt;
&lt;br /&gt;
You can create activation keys on the project page for other users/companies or to simply transfer licenses from one project to another.&amp;lt;br&amp;gt;&lt;br /&gt;
You can enter a comment, an order number and an order reference. The &#039;&#039;&#039;order number&#039;&#039;&#039; is your own order number for the key and the &#039;&#039;&#039;order reference&#039;&#039;&#039; is the reference number of the customer, who receives the newly created key.&amp;lt;br&amp;gt;&lt;br /&gt;
The order reference and order number will be shown in the innovaphone license certificate.&lt;br /&gt;
&lt;br /&gt;
[[Image:Created_activations.jpg|center|thumb|200px|created_activations.jpg/|created_activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You have to select an activation key in the activation key list to update or delete it.&lt;br /&gt;
&lt;br /&gt;
  Updating and deleting a key is only possible, if this key is not assigned.&lt;br /&gt;
&lt;br /&gt;
====Update====&lt;br /&gt;
Add more licenses to this key or change its comment, order number and order reference.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also remove licenses by entering e.g. -2, if you want to remove 2 licenses from the key.&lt;br /&gt;
&lt;br /&gt;
[[Image:Own activations update.jpg|center|thumb|200px|own_activations_update.jpg/|own_activations_update.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete this key. Its licenses will go back into the balance of the currently selected project.&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
To view your devices you first have to click on the &amp;quot;Show&amp;quot; button. You can leave the filter field empty if you want to view all your devices.&lt;br /&gt;
&lt;br /&gt;
[[Image:Devices_page.jpg|center|thumb|200px|devices_page.jpg/|devices_page.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Red marked device names are devices, which are currently in RMA.&lt;br /&gt;
&lt;br /&gt;
  MAC addresses of RMA devices do not longer start with 01-...&lt;br /&gt;
&lt;br /&gt;
====List====&lt;br /&gt;
A List of your devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You can deselect the current project/device to list all your devices.&lt;br /&gt;
&lt;br /&gt;
Select a certain device from the device list, to manage its properties, licenses etc.&lt;br /&gt;
&lt;br /&gt;
  Actions on multiple devices:&lt;br /&gt;
  * Move: move several devices into another project at once (see [[#Move device|Move Device]])&lt;br /&gt;
  * Remove: remove several devices at once (see [[#Remove|Remove]])&lt;br /&gt;
&lt;br /&gt;
=====Add=====&lt;br /&gt;
Follow the &amp;quot;Add new devices&amp;quot; link on the devices page.&lt;br /&gt;
&lt;br /&gt;
There you have a few options:&lt;br /&gt;
* You can add a single new device&lt;br /&gt;
* You can add devices according to a mac address range (e.g. from 00-90-33-08-20-00 to 00-90-33-08-22-00), maximum 50 at once&lt;br /&gt;
* You can add devices by uploading a text file with mac addresses like this (maximum 50 at once, each line one mac):&lt;br /&gt;
&lt;br /&gt;
  00-90-33-08-20-20&lt;br /&gt;
  00-90-33-08-20-21&lt;br /&gt;
  00-90-33-08-20-22&lt;br /&gt;
  00-90-33-24-20-20&lt;br /&gt;
&lt;br /&gt;
* You can add devices according to your received order number. Just enter you order number and you will get a list of all devices bount to this number.&lt;br /&gt;
&lt;br /&gt;
Note: MAC addresses can be always given like this:&lt;br /&gt;
* 00-90-33-xx-xx-xx&lt;br /&gt;
* 00:90:33:xx:xx:xx&lt;br /&gt;
* 009033xxxxxx&lt;br /&gt;
* xxxxxx (00-90-33- will then be added automatically)&lt;br /&gt;
&lt;br /&gt;
There might be errors, if you try to add a device. They are explained [[#Image explanation|here]].&lt;br /&gt;
&lt;br /&gt;
  As the device warranty will be handled by licenses now, you can also add telephone devices&lt;br /&gt;
  to your projects.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extensions=====&lt;br /&gt;
&lt;br /&gt;
Here you can add warranty extension licenses for all devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll get a list of all devices with the corresponding license type(s) and you can specify the years for each device (or for all devices by entering the number in the list header).&amp;lt;br&amp;gt;&lt;br /&gt;
After confirming your selection, you&#039;ll get an overview of all needed licenses, which you have to confirm too. &amp;lt;br&amp;gt;&lt;br /&gt;
  Note: Warranty extensions are delivered via an Activation Key (ACT-xxx), as they are licensed items that can be ordered from us. Please remember to charge your balance with an activation key containing either a GVL-Purchase or &lt;br /&gt;
  GVL-Within-Warranty license items.&lt;br /&gt;
&lt;br /&gt;
=====Check licence, SSA and warranty status of a device=====&lt;br /&gt;
Here you can list licenses with ssa and the warranty end date of a device, which is not in one of your projects.&amp;lt;br&amp;gt;&lt;br /&gt;
For this option to work, you have to link your innovaphone customer ID (5 digits) to your my.innovaphone company. (As the warranty is also the one we grant to our distributors, we don&#039;t want to get an end customer confused.)&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as CSV=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a CSV file.&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as PDF with barcodes=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a PDF file with a barcode for each MAC address.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Barcode ist vom Typ C128B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
&lt;br /&gt;
Change the name and comment of a device.&lt;br /&gt;
  You can only change the name, if it&#039;s no MAC or IPEI.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here you have also the possibility, to directly request RMA for this device with prefilled values.&lt;br /&gt;
&lt;br /&gt;
====Licenses====&lt;br /&gt;
Here you can add, download or move licenses.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from balance=====&lt;br /&gt;
To create new licenses for a device, you have to add this device first on the devices page and then select a version of the license &lt;br /&gt;
and whether you want to summate the current licencing. If you select current licenses, then older licenses for example V6 or V7 licenses will also be counted as V8 licenses in the next overview. This is necessary if you want to license a V6 unit with V8 licenses, but still want to use it as V6.&lt;br /&gt;
After that click &amp;quot;Next&amp;quot;.&lt;br /&gt;
On the next page you will see a list of all available license types, which depends on your current available license types, of the selected license version and the device type (IP6000, IP800 e.g.):&lt;br /&gt;
[[Image:licenses.jpg|center|thumb|200px|licenses.jpg/|licenses.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You see the available project balance, the balance over all projects (excluding external projects), the currently installed licenses and the maximum amount for this device type. You can now enter the value of the new license.&lt;br /&gt;
Base/Upgrade licenses can be selected via dropdown box. &lt;br /&gt;
&#039;&#039;&#039;Voicemail and Standby lics must always have the same amount as the selected PBX-PBX... license!&lt;br /&gt;
The maximum amount of PBX-Registration licenses equals the amount of the selected PBX-PBX... license!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The whished overall amount of pbx version 8 and above licenses can be specified here and the concrete amount of license sub types will be requested on the next page.&lt;br /&gt;
&lt;br /&gt;
 You can preview the SSC calculation of the wished licenses without having them in your balance.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses2.jpg|center|thumb|200px|licenses2.jpg/|licenses2.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The best (cheapest) combination of each v8 pbx license type is already filled in, but you might change the amount of sub types if your does not fit and you do not want to purchase new activation keys for the sub types.&lt;br /&gt;
&lt;br /&gt;
The column SSC/Unit is just shown if your project is currently under SSA and you have entered a SSA end date.&lt;br /&gt;
&lt;br /&gt;
  The SSC multiplicator is the value, which you have to multiplicate with each license unit to get &lt;br /&gt;
  the corresponding SSC amount.&lt;br /&gt;
  E.g. if you have 20 units of PBX-Port8*20 licenses with a SSC value of 54 and a multiplicator of &lt;br /&gt;
  1.0000 (which equals to 365 days) you have to pay 20*54*1.0000 ~ 1080 SSCs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you create licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the currently selected version twice.&amp;lt;br&amp;gt;&lt;br /&gt;
  e.g.: you want to bind licenses for V6 with SSA, so you have to pay SSCs from the release date of V7&lt;br /&gt;
&amp;lt;br&amp;gt;You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the new binding.&lt;br /&gt;
&lt;br /&gt;
Now confirm your new selection. If you have not enough licenses in your current project, but there are still licenses in other projects, you will get a dropdown box with a list of all projects containing the needed licenses. You can now select all desired/needed projects and confirm your selection again.&lt;br /&gt;
The balance of all selected projects will then be decreased by the needed amount.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from free licenses=====&lt;br /&gt;
&lt;br /&gt;
Here you can assign licenses, which you returned from other devices.&lt;br /&gt;
You will also have to select the desired version and will than get a list of fitting licenses according to the current device and selected version.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses_free.jpg|center|thumb|200px|licenses_free.jpg/|licenses_free.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If a license is under SSA, the correct license type is shown in column &#039;License Type&#039; besides the &#039;Original Type&#039;.&lt;br /&gt;
On confirming the selection, a consistency check is done (e.g. only 4 Relay-PRI licenses on an IP6000).&lt;br /&gt;
Bind and SSA end date will be maintained for each license.&lt;br /&gt;
&lt;br /&gt;
As external keys are also maintained, you can select e.g. an old Dect-Multicell-Ari license to have the same ARI on another IP1200.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses &lt;br /&gt;
  to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
  You will have to confirm this after your first license selection (this is the same calculation as [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the binding.&lt;br /&gt;
&lt;br /&gt;
=====Add V7 floating license (slave pbx)=====&lt;br /&gt;
Here you can add a V7 floating license for a slave pbx. A device with a floating license can&#039;t have V7 pbx licenses and a device with V7 pbx licenses can&#039;t have a floating license.&lt;br /&gt;
&lt;br /&gt;
=====Delete V7 floating license=====&lt;br /&gt;
Here you can delete an already existing floating license, if you won&#039;t use it anymore.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extension licenses=====&lt;br /&gt;
Extend your warranty by adding warranty extension licenses:&lt;br /&gt;
&lt;br /&gt;
[[Image:add_warranty.jpg|center|thumb|200px|add_warranty.jpg/|add_warranty.jpg/]]&lt;br /&gt;
&lt;br /&gt;
  If you add the warranty extension (GVL-purchase) immediately after the receipt of your device,&lt;br /&gt;
  you can add the cheaper warranty extension licenses, otherwise you&#039;ll have to add&lt;br /&gt;
  the more expensive ones (GVL-within-warranty).&lt;br /&gt;
&lt;br /&gt;
  Note: For the GVL-purchase you have 6 weeks from receipt of the delivery note from innovaphone, after the 6 weeks it will not be possible to bind the GVL-Purchase, you will need to switch with the GVL-within-warranty.&lt;br /&gt;
  You can extend the warranty for a maximum of four years.&lt;br /&gt;
&lt;br /&gt;
=====Download licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download.jpg|center|thumb|200px|device_download.jpg/|device_download.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You will get a dropdown with all available versions. Versions are dependent of your device, your licenses and of the ssa of your licenses.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;From V9 on&#039;&#039;&#039;, you just have one option, which will create a license file, which contains the licenses upgraded to the highest version of their type.&amp;lt;br&amp;gt;&lt;br /&gt;
You are able to download downgraded versions of your licenses. E.g. if you have only V8 licenses, you can download a V7 license file (same restrictions as below).&lt;br /&gt;
&lt;br /&gt;
  Downgrades or only possible down to version 6!&lt;br /&gt;
&lt;br /&gt;
If you do not want to download licenses by version, you have to decide whether to download the licenses encrypted or not.&lt;br /&gt;
&#039;&#039;&#039;If you download the licenses unencrypted, you won&#039;t be able to return those licenses anymore.&#039;&#039;&#039;&lt;br /&gt;
So you won&#039;t be able to return licenses for devices with V5-V7 licenses, as licenses for these versions are not encrypted.&lt;br /&gt;
To return these licenses, you will have to upgrade to a new bootcode, which prevents firmware downgrades to versions below version 8.&amp;lt;br&amp;gt;&lt;br /&gt;
Encrypted licenses are stored in a xml file, which you can then upload on your V8 (or higher) device.&lt;br /&gt;
&lt;br /&gt;
  You can now also download licenses directly from by the web interface of a device. &lt;br /&gt;
  You just have to enter your account data and start downloading the licenses from my.innovaphone.com &lt;br /&gt;
  without having to download/upload a license file.&lt;br /&gt;
&lt;br /&gt;
=====Download test licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download_test.jpg|center|thumb|200px|device_download_test.jpg/|device_download_test.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You can also download test licenses if you want to run tests. You will be asked, which version you want to use, whether the device is used as slave and if not used as slave, how many pbx licenses you want to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: Since V11, trial licenses are valid for 3 months and can be released once for a dedicated device. After expiration of those 3 months no further trial license creation for this device is possible.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 V5 does &#039;&#039;&#039;not&#039;&#039;&#039; support test licenses!&lt;br /&gt;
&lt;br /&gt;
=====Download App development license=====&lt;br /&gt;
If you&#039;re an App developer, you have the possibility, to generate a real license for you Apps which will contain your manufacturer prefix.&amp;lt;br/&amp;gt;&lt;br /&gt;
The manufacturer prefix has to deposited at your my.innovaphone company by innovaphone before you can use this feature.&lt;br /&gt;
&lt;br /&gt;
 You can just have up to &#039;&#039;&#039;three&#039;&#039;&#039; different devices per company for which you can create such licenses!&lt;br /&gt;
 These licenses aren&#039;t allowed for production usage!&lt;br /&gt;
&lt;br /&gt;
You see your already used MAC addresses on this page too if you already created such licenses before.&lt;br /&gt;
&lt;br /&gt;
If your manufacturer prefix is &#039;&#039;&#039;innovaphone&#039;&#039;&#039;, you can enter license names like:&lt;br /&gt;
* App(innovaphone-app1)15&lt;br /&gt;
* Service(innovaphone-app2)15&lt;br /&gt;
&lt;br /&gt;
=====Move licenses to another device=====&lt;br /&gt;
If you have the needed account rights or the device is already in RMA, you can move licenses to another device. After moving licenses, the former device will be marked as a RMA device.&lt;br /&gt;
&lt;br /&gt;
  You can just move licenses to devices without licenses!&lt;br /&gt;
&lt;br /&gt;
=====Mix of rental and purchased licenses=====&lt;br /&gt;
From &#039;&#039;&#039;13r2 SR12&#039;&#039;&#039; onwards you can mix rental and purchased licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
A device with rental licenses will be always inside a rental project (you recognize such a project by it&#039;s starting and ending &#039;&#039;&#039;$&#039;&#039;&#039; in the name).&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now add licenses from the balance to a device in such a rental project.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you invalidate lifetime licenses on such a device, just purchased licenses are returned. Rental licenses stay bound until you remove them inside your Devices App! (under rental menu)&lt;br /&gt;
Inside my.innovaphone you will always see both rental and purchased licenses. Inside the Devices App, you will just see the rental licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You must download and/or install the purchased licenses as usual.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A 13r1 PBX or a PBX with an older SR will just recognize rented licenses!&lt;br /&gt;
&lt;br /&gt;
 If your PBX is already inside a non rental project, it will be automatically added to a rental project if you add rental licenses. You then may have the device in two different projects (one rental, one normal), which is no issue.&lt;br /&gt;
&lt;br /&gt;
====Move device====&lt;br /&gt;
Here you can move the current device or the selected devices to another project.&amp;lt;br&amp;gt;&lt;br /&gt;
If you select a SSA project, you can change the SSA end date for the move process.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If the other project is under SSA, you will first see a SSC calculation, which you have to confirm, &lt;br /&gt;
  as the SSA date for each SSA license will be extended until the given SSA end date &lt;br /&gt;
  (this is the same calculation as adding SSA to an already existing project, see [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the move.&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
====Returning of licenses====&lt;br /&gt;
&lt;br /&gt;
By the invalidation, licenses are returned to the free balance of the project to which the device belongs in the Portal my.innovaphone.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can then bind the licenses from the free balance to another device.&lt;br /&gt;
&lt;br /&gt;
=====Requirements=====&lt;br /&gt;
* V8 or higher&lt;br /&gt;
* access to the webinterface&lt;br /&gt;
* a device certificate&lt;br /&gt;
* my.innovaphone login credentials&lt;br /&gt;
* &#039;&#039;&#039;no IPVA device&#039;&#039;&#039;&lt;br /&gt;
* no &#039;In House&#039; licenses&lt;br /&gt;
&lt;br /&gt;
=====Informations=====&lt;br /&gt;
&lt;br /&gt;
You can invalidate V8 (or higher) licenses by uploading the XML file, you got from your device or by returning your licenses over the web interface of your device ([[Reference12r1:Configuration/General/License]]), in order to return [[Reference15r1:Licenses#Gateway Licenses|PBX licenses]] back to the free balance.&lt;br /&gt;
&lt;br /&gt;
V7 licenses can be just returned, if you agree, that you won&#039;t be able to downgrade below V8 anymore. You will need a new bootcode, to use this function. &#039;&#039;&#039;You need a V8 firmware or higher for invalidation.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your device has access to my.innovaphone.com, you can also invalidate licenses directly from the web interface of the device.&lt;br /&gt;
&lt;br /&gt;
[[Reference15r1:Licenses#Gateway Licenses|Gateway licenses]] and warranty extensions won&#039;t be returned to the balance and remain to be assigned to the device!&lt;br /&gt;
&lt;br /&gt;
The licenses needn&#039;t be present on the local device to perform the invalidation!&lt;br /&gt;
&lt;br /&gt;
SSA are bound to the license and not lost when performing invalidation.&lt;br /&gt;
&lt;br /&gt;
=====Process=====&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# enter your my.innovaphone account, the device must be in one of your projects&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Transfer (this might fail, if NTP or DNS is not configured properly or device certificate is not installed)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has no internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Backup and upload this file on my.innovaphone [[#Upload the invalidation document to return licenses|here]] (Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation)&lt;br /&gt;
# you&#039;ll get a confirmation file after uploading the saved file&lt;br /&gt;
# upload this on the device (under Step1)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;Your IP800 does not have a device certificate on it.&amp;quot; - In this case you need to download a hardware certification,&lt;br /&gt;
  please contact the innovaphone [mailto:license@innovaphone.com license department].&lt;br /&gt;
&lt;br /&gt;
=====Download confirmation file=====&lt;br /&gt;
If you created a new certificate or you invalidated your licenses, you can later download the confirmation file, which you have to upload on the box.&lt;br /&gt;
&lt;br /&gt;
=====Request certificate=====&lt;br /&gt;
If you have the needed rights, you can request a new device certificate for your device.&lt;br /&gt;
&lt;br /&gt;
=====Upload the invalidation document to return licenses=====&lt;br /&gt;
Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation:&lt;br /&gt;
&lt;br /&gt;
Upload the invalidation document, which you got from the website of the device to return the licenses of this device.&lt;br /&gt;
&lt;br /&gt;
After uploading you&#039;ll get a confirmation file, which you have to upload on your device.&lt;br /&gt;
&lt;br /&gt;
====Remove====&lt;br /&gt;
You can always remove devices from a project. If they have licenses, these won&#039;t be deleted, so you might add the device to another project again.&lt;br /&gt;
&lt;br /&gt;
===History===&lt;br /&gt;
[[Image:history.jpg|center|thumb|200px|history.jpg/|history.jpg/]]&lt;br /&gt;
You can view your history for several contexts:&lt;br /&gt;
* Company: history of all actions in your company&lt;br /&gt;
* User: history of all actions of the selected user&lt;br /&gt;
* Device: history of all actions for the selected device&lt;br /&gt;
&lt;br /&gt;
Each context applies to the currently selected project.&lt;br /&gt;
If you deselect the current project, you will see the history over all projects.&lt;br /&gt;
&lt;br /&gt;
You can select to view the history of the last day, week, month, year or from always. Collecting data might take a while...&lt;br /&gt;
&lt;br /&gt;
===Company===&lt;br /&gt;
Manage users SSA expiry email flag, import other companies or add your companies innovaphone ID.&lt;br /&gt;
&lt;br /&gt;
====Users====&lt;br /&gt;
&lt;br /&gt;
You can just edit the SSA expiry email flag here. The other user settings moved to the [[#Authorized Persons| Authorized persons tab]].&lt;br /&gt;
&lt;br /&gt;
====Join (admin only)====&lt;br /&gt;
As admin you can also join another company into your company by entering an admin account of this company. This might be usefull if one user of your company has accidentally created an own company.&amp;lt;br&amp;gt;&lt;br /&gt;
Everything like projects, users, devices, balance, activations etc. will be imported!&amp;lt;br&amp;gt;&lt;br /&gt;
You also have to enter the company id of the company, which is to be imported. You can find this company under Licenses-&amp;gt;Company and the company tab.&lt;br /&gt;
&lt;br /&gt;
  This is not available for non company admin users.&lt;br /&gt;
&lt;br /&gt;
  The joined company will be deleted afterwards!&lt;br /&gt;
&lt;br /&gt;
====Company====&lt;br /&gt;
&lt;br /&gt;
You can check the &#039;&#039;&#039;Device SSA&#039;&#039;&#039; checkbox, if you want to receive SSA expiry reminder mails for each device independent of the projects SSA end date.&lt;br /&gt;
These mails will be send weekly seven weeks before the SSA for a license a the device expires.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also enter additional email addresses, which should receive SSA emails.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can define a global &#039;&#039;&#039;end user expiry mail text&#039;&#039;&#039; here, which will be sent to end users, if end users are configured in a [[#SSA Expiry Mail| project]]. This text can be overridden by a text in a project under [[#SSA Expiry Mail| SSA Expiry Mail]].&lt;br /&gt;
&lt;br /&gt;
==RMA==&lt;br /&gt;
Here you can see all your RMA devices, which arrived innovaphone already. The licenses of this macadresses are moveable.&lt;br /&gt;
[[Image:rma.jpg|center|thumb|200px|rma.jpg/|rma.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to request RMA for a certain device, go to the device properties and follow the &amp;quot;Request RMA&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
===Mantis===&lt;br /&gt;
Here you&#039;ll get a list of all open cases and [[Understanding the innovaphone trouble ticket status page#Information available| additional info regarding their state]] in our ticket system. This list is composed of all tickets assigned to email addresses of your my.innovaphone users in your company.&amp;lt;br&amp;gt;&lt;br /&gt;
Often used functions:&lt;br /&gt;
* You can click on the ticket number (&amp;quot;ID&amp;quot; column) to open an email prepared with the right emailadress and subject to address this case.&lt;br /&gt;
* You can click on the &#039;&#039;History&#039;&#039; link to get an overview of the already made communication with our support/presales-team.&lt;br /&gt;
* Another important new function is the option to upload larger files to your support/presales tickets using the &#039;&#039;Fileupload&#039;&#039; column.&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
You can convert audio files into G.7xx files which you can use as announcements.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Supported input formats:&lt;br /&gt;
* mp3&lt;br /&gt;
* wav&lt;br /&gt;
* ogg&lt;br /&gt;
* flac&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
;Generated output formats:&lt;br /&gt;
* G.711u&lt;br /&gt;
* G.711a&lt;br /&gt;
* G.729&lt;br /&gt;
* G.723&lt;br /&gt;
* G.722&lt;br /&gt;
&lt;br /&gt;
==Image explanation==&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
====Already In Company====&lt;br /&gt;
[[Image:Icon_in_company_inno_01.png|icon_in_company_inno_01.png/|icon_in_company_inno_01.png/]]&lt;br /&gt;
* This device already exists in your company and can&#039;t be added/imported.&lt;br /&gt;
If you want to import this device anyway, you first have to delete your current device from its project.&lt;br /&gt;
&lt;br /&gt;
====Already Imported====&lt;br /&gt;
[[Image:Icon_imported_inno_01.png|icon_imported_inno_01.png/|icon_imported_inno_01.png/]]&lt;br /&gt;
* This device has been already imported. &lt;br /&gt;
You can&#039;t import it again.&lt;br /&gt;
&lt;br /&gt;
====Not Found====&lt;br /&gt;
[[Image:Icon_not_found_inno_01.png|icon_not_found_inno_01.png/|icon_not_found_inno_01.png/]]&lt;br /&gt;
* This device was not found in the my innovaphone database. &lt;br /&gt;
This should never happen, but if, contact the administrator.&lt;br /&gt;
&lt;br /&gt;
====IPVA MAC exists====&lt;br /&gt;
[[Image:Icon_ip_va_exists_inno_01.png|icon_ip_va_exists_inno_01.png/|icon_ip_va_exists_inno_01.png/]]&lt;br /&gt;
* An IPVA MAC address must be unique and can be assigned to just one company. You tried to add an already existing IPVA MAC.&lt;br /&gt;
Please assign a new one to your IPVA. For further details, see [[Reference13r2:Concept_Innovaphone_Virtual_Appliance#License_Configuration]].&lt;br /&gt;
&lt;br /&gt;
my.innovaphone supports the following MAC address ranges:&lt;br /&gt;
* 00-50-56-...&lt;br /&gt;
* 00-15-5d-...&lt;br /&gt;
* 00-03-ff-...&lt;br /&gt;
* 00-0d-3a-...&lt;br /&gt;
* 00-12-5a-...&lt;br /&gt;
* 00-17-fa-...&lt;br /&gt;
* 00-50-f2-...&lt;br /&gt;
* 00-1d-d8-...&lt;br /&gt;
* 00-05-69-...&lt;br /&gt;
* 00-1c-14-...&lt;br /&gt;
* 00-0c-29-...&lt;br /&gt;
* 00-1d-db-...&lt;br /&gt;
* 5a-ad-1d-...&lt;br /&gt;
* 48-e9-ca-...&lt;br /&gt;
* 02-01-04-...&lt;br /&gt;
* bc-24-...&lt;br /&gt;
* e2-... &#039;&#039;this is an autogenerated MAC address of innovaphone cloud containers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Warnings===&lt;br /&gt;
&lt;br /&gt;
====Several Companies====&lt;br /&gt;
[[Image:Icon_several_companies_inno_01.png|icon_several_companies_inno_01.png/|icon_several_companies_inno_01.png/]]&lt;br /&gt;
* This device is already in another company.&lt;br /&gt;
This means, that either you do not have the physical device or it once belonged another company.&lt;br /&gt;
You can still import/add this device and you will have access to all of its current licenses.&lt;br /&gt;
&lt;br /&gt;
====Several Users====&lt;br /&gt;
[[Image:Icon several users inno 01.png|icon_several_users_inno_01.png/|icon_several_users_inno_01.png/]]&lt;br /&gt;
* This device has licenses from several users of the old license manager.&lt;br /&gt;
This means, that you are not neccessarily the user, who physically owns this device. If you do not own it, do not import it.&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
====No downgrade====&lt;br /&gt;
[[Image:no_downgrade.png|no_downgrade.png/|no_downgrade.png/]]&lt;br /&gt;
* Licenses, which have been downloaded for V5/V6/V7, were returned from this device, so no downgrade to these versions is allowed any more.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- myinno my innovaphone my_inno my_innovaphone my-innovaphone my-inno--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release dates==&lt;br /&gt;
V5:  January 1st 2003&amp;lt;br&amp;gt;&lt;br /&gt;
V6:  November 2nd 2006&amp;lt;br&amp;gt;&lt;br /&gt;
V7:  November 14th 2008&amp;lt;br&amp;gt;&lt;br /&gt;
V8:  December 7th 2009&amp;lt;br&amp;gt;&lt;br /&gt;
V9:  April 26th 2011&amp;lt;br&amp;gt;&lt;br /&gt;
V10: July 8th 2013&amp;lt;br&amp;gt;&lt;br /&gt;
V11: February 9th 2015&amp;lt;br&amp;gt;&lt;br /&gt;
V12: July 11th 2016&amp;lt;br&amp;gt;&lt;br /&gt;
V13: May 13th 2019&amp;lt;br&amp;gt;&lt;br /&gt;
V14: December 20th 2023&amp;lt;br&amp;gt;&lt;br /&gt;
V15: March 25th 2025&amp;lt;br&amp;gt;&lt;br /&gt;
V16: April 28 2026&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==myplay==&lt;br /&gt;
[[https://myplay.innovaphone.com myplay]] offers a platform to test all my.innovaphone related content. You can create activation keys, licenses, accounts, projects and so on to learn it or to calculate possible scenarios.&lt;br /&gt;
&lt;br /&gt;
===Base===&lt;br /&gt;
The base of the database is the my.innovaphone database from the 13.8.2010. All accounts, companies and projects have been imported and are available until this date.&amp;lt;br&amp;gt;&lt;br /&gt;
From this date on the databases won&#039;t be synchronised any more (despite of the device table)!&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
You can change your balance by yourself. Simply select the license type in the dropdown box on the balance page, enter the desired amount and your balance will be increased by this type.&lt;br /&gt;
&lt;br /&gt;
===Activation keys===&lt;br /&gt;
You can create own activation keys. These will have the prefix &amp;quot;PLAY-&amp;quot; to identify them as play activation keys. You won&#039;t be able to upload them on my.innovaphone.com.&lt;br /&gt;
&lt;br /&gt;
===Licenses===&lt;br /&gt;
After having selected a device under Licenses-&amp;gt;Devices, you can add/change licenses as you want by selecting new ones in the dropdown box or changing existing ones.&lt;br /&gt;
&lt;br /&gt;
====Download====&lt;br /&gt;
You will always just download test licenses here!&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
Won&#039;t be possible here, because this is hardware related and can&#039;t be simulated.&lt;br /&gt;
&lt;br /&gt;
====Checkbox editing via list====&lt;br /&gt;
* &#039;D&#039; Deletes the license&lt;br /&gt;
* &#039;B&#039; Puts the license back into the projects balance&lt;br /&gt;
* &#039;F&#039; Puts the license into the pool of free licenses&lt;br /&gt;
&lt;br /&gt;
===Device RMA===&lt;br /&gt;
You can put a device under RMA to test this scenario (Licenses-&amp;gt;Devices, select a device and -&amp;gt;Properties). You can also remove the RMA status here.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External interface==&lt;br /&gt;
&lt;br /&gt;
There is an external interface, which you can use to control some functionality without a login to the my.innovaphone web site.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use the interface with an &#039;&#039;&#039;HTTP GET&#039;&#039;&#039; request to the following URL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php&amp;lt;/code&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Configure a trust value and a URL (can be a dummy URL if not used otherwise) unter Licenses -&amp;gt; Project -&amp;gt; Properties and tick &amp;quot;Configure Update-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===General parameters for all commands===&lt;br /&gt;
:;cmd: the wished command&lt;br /&gt;
:;email: the email address of a user who is registered in my.innovaphone&lt;br /&gt;
:;project_id: the project ID of the project where the user has access to (you can find the project ID under [[#Properties| Licenses-&amp;gt;Projects-&amp;gt;Properties]])&lt;br /&gt;
:;hash: an SHA256 hash value which is computed over all GET parameters but the hash parameter itself plus the &#039;&#039;&#039;trust&#039;&#039;&#039; value of the project (see [[#Properties|Reference:My_Innovaphone#Properties]])&lt;br /&gt;
:;hash: the values of the GET parameters have to be URL encoded before calculation of the hash&lt;br /&gt;
&lt;br /&gt;
;Example: URL &amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php?cmd=addDevice&amp;amp;email=user@example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;hash=b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&amp;lt;/code&amp;gt;&lt;br /&gt;
:;project trust value: 1234567890abcdef&lt;br /&gt;
:;the data of the SHA256 hash: ?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&lt;br /&gt;
:;example PHP function call to generate the hash: hash(&amp;quot;sha256&amp;quot;, &amp;quot;?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&amp;quot;);&lt;br /&gt;
:;with the current values, the function should return: b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&lt;br /&gt;
&lt;br /&gt;
===Add a device to a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;addDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
:;[device_desc]: optional, a description for the new device&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Remove a device from a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;delDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Get the warranty of a device===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;getWarranty&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;warranty: a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
:;warrantyStr: a string like &#039;&#039;&#039;&amp;quot;2015-11-26 00:00:00&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Create a new project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters: you must use the project_id and trust value of an already existing project!&lt;br /&gt;
:;cmd: &#039;&#039;&#039;createProject&#039;&#039;&#039;&lt;br /&gt;
:;project_name: the name of the new project&lt;br /&gt;
:;[project_desc]: optional, a description for the new project&lt;br /&gt;
:;[update_url]: optional, an update URL for the project (do not forget to URL encode the value inside your HTTP GET request!)&lt;br /&gt;
:;[ssa_due_date]: optional, a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;projectId: the project id of the created project&lt;br /&gt;
&lt;br /&gt;
 The newly created project is created with the same trust value which was used for the creation request. This allows you to directly use the API with the new project.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Smaller issues===&lt;br /&gt;
* Devices where imported into a project with SSA. If this happened to you, please move the corresponding devices into a project &#039;&#039;&#039;without&#039;&#039;&#039; SSA and back into the project &#039;&#039;&#039;with&#039;&#039;&#039; SSA to extend/add SSA for the licenses until the SSA end date.&lt;br /&gt;
* IE7 moves a list under the menu, when a list becomes to wide&lt;br /&gt;
===Licenses don&#039;t work on a device, where an invalidation has been done===&lt;br /&gt;
A possible reason here is, that the invalidation process hasn&#039;t been completed.&lt;br /&gt;
To resolve this issue, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Download the Confirmation File (Certificate) from http://my.innovaphone.com under [[#Invalidation|Invalidation]] after selecting the project and the device&lt;br /&gt;
* Open [[Reference9:General/License/my.innovaphone|General-&amp;gt;License-&amp;gt;my.innovaphone.com]] on your device&lt;br /&gt;
* Click on &amp;quot;Invalidate&amp;quot; (no my.innovaphone credentials needed)&lt;br /&gt;
* Upload the previously downloaded confirmation file newcert-00-90-33-xx-xx-xx.xml as &amp;quot;Confirmation file&amp;quot;&lt;br /&gt;
* Reset the box&lt;br /&gt;
* Reupload the licenses&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer doesn&#039;t work===&lt;br /&gt;
Yes, that&#039;s correct. Please use an up to date version of Chrome, Firefox or Edge!&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79992</id>
		<title>Reference:My Innovaphone</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79992"/>
		<updated>2026-06-15T15:05:15Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add warranty extension licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Where is my old my.innovaphone?==&lt;br /&gt;
Don&#039;t worry, just login with your old my.innovaphone account! You will be asked to confirm your forename and surname (just a &#039;&#039;&#039;natural person&#039;&#039;&#039; is allowed) and accept some terms and conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
Afterwards you find the old license/device view inside the [[#Licenses tab| Licenses tab]].&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
my.innovaphone allows the handling of licenses and includes the handling of device warranty and software service agreements.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also sign contracts here for different purposes.&lt;br /&gt;
&lt;br /&gt;
===Project-View===&lt;br /&gt;
My innovaphone offers the possibility for several users to be in one company. This company shares its balance of licenses over all users and can have several projects. Projects have their own balance of license types and devices are bound to a project.&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
My innovaphone will support multiple languages. You can select your desired language at the top of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently supported languages:&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* Italian&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
* Spanish (partially)&lt;br /&gt;
* Polish (partially)&lt;br /&gt;
&lt;br /&gt;
===Guides===&lt;br /&gt;
&lt;br /&gt;
====Quickstart guide====&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_nl.pdf Dutch quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_en.pdf English quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_fr.pdf French quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_de.pdf German quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_it.pdf Italian quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SSA guide====&lt;br /&gt;
;V10 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10nl.pdf Dutch SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10pl.pdf Polish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10es.pdf Spanish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;V8 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Open [https://my.innovaphone.com my.innovaphone.com] and click the &amp;quot;I would like to create a new personal user account&amp;quot; link.&lt;br /&gt;
Enter your personal data and register.&lt;br /&gt;
&lt;br /&gt;
You will receive a registration email with an activation link.&lt;br /&gt;
After account activation you have two options:&lt;br /&gt;
* create a new my.innovaphone company with the &amp;quot;Create company account&amp;quot; button&lt;br /&gt;
* ask another user of your company to invite your email address to an already existing company&lt;br /&gt;
&lt;br /&gt;
If you accidentally created an own my innovaphone company, just ask another user of your company to import your just created company.&lt;br /&gt;
&lt;br /&gt;
If you create a new company, you can &#039;&#039;&#039;optionally&#039;&#039;&#039; enter your innovaphone account ID (which is your customer number with innovaphone) with your postal code, to retrieve your company data.&lt;br /&gt;
&lt;br /&gt;
  Inside the license tab of the my.innovaphone portal, you will see a help link at the right side of the horizontal tab menu. &lt;br /&gt;
  This link shows the corresponding text of the wiki section, when hovering with the mouse over it, &lt;br /&gt;
  and redirects to the corresponding wiki menu, if clicked.&lt;br /&gt;
&lt;br /&gt;
  It is possible, that one user is member of serveral companies!&lt;br /&gt;
&lt;br /&gt;
==Left bar==&lt;br /&gt;
If you open the left bar, you have the options to:&lt;br /&gt;
* select one of your companies&lt;br /&gt;
* edit your personal user account&lt;br /&gt;
** user name&lt;br /&gt;
** email address&lt;br /&gt;
** flag to recieve SSA expiry emails&lt;br /&gt;
** password&lt;br /&gt;
* create a new company&lt;br /&gt;
[[Image:Myinnovaphone bar.png|center|thumb|200px|myinnovaphone_bar.png/|myinnovaphone_bar.png/]]&lt;br /&gt;
&lt;br /&gt;
==Main tabs==&lt;br /&gt;
Inside each company you see the three main tabs:&lt;br /&gt;
* Contracts&lt;br /&gt;
* Authorized persons&lt;br /&gt;
* Licenses (see [[#Licenses tab| Licenses tab]])&lt;br /&gt;
&lt;br /&gt;
You may also have two buttons:&lt;br /&gt;
* Add Contract (just as company administrator or with the contract right)&lt;br /&gt;
* Invite person (just as company administrator)&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone main.png|center|thumb|200px|myinnovaphone_main.png/|myinnovaphone_main.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Contracts ===&lt;br /&gt;
Inside the contracts tab, you see all your contracts and you can download these conracts.&amp;lt;br&amp;gt;&lt;br /&gt;
In general, contracts must be first approved by innovaphone, so you see three types of contracts:&lt;br /&gt;
&lt;br /&gt;
* open contracts which must be approved by innovaphone first&lt;br /&gt;
* approved contracts which can be already used&lt;br /&gt;
* cancelled contracts which are not valid anymore&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone contracts.png|center|thumb|200px|myinnovaphone_contracts.png/|myinnovaphone_contracts.png/]]&lt;br /&gt;
&lt;br /&gt;
These type of contracts currently exist:&lt;br /&gt;
==== innovaphone myApps Cloud Service ====&lt;br /&gt;
Conclude this contract to use the innovaphone myApps Cloud.&lt;br /&gt;
&lt;br /&gt;
==== innovaphone software rental ====&lt;br /&gt;
Conclude this contract to rent innovaphone software products. You must conclude this contract if you want to use the software rental inside the Devices App.&lt;br /&gt;
&lt;br /&gt;
=== Authorized persons ===&lt;br /&gt;
Here you see all persons which exist inside your company. Each person can have the following rights:&lt;br /&gt;
* Administrator (everything)&lt;br /&gt;
* Contracts (can conclude contracts)&lt;br /&gt;
* Licenses (can work with licenses)&lt;br /&gt;
* Viewer (can just see everything without doing something)&lt;br /&gt;
* Locked (cannot even login to this company anymore)&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
Here comes the old my.innovaphone view which allows the handling of devices, licenses, activation keys etc.&lt;br /&gt;
&lt;br /&gt;
==Search (inside licenses tab)==&lt;br /&gt;
At the right top of the licenses tab you have a search field. You can search for different things:&lt;br /&gt;
* Devices (part of a device name or device comment)&lt;br /&gt;
* Projects (part of a project name or project description)&lt;br /&gt;
* Own activation keys (part of an activation key or its description)&lt;br /&gt;
* Hardware rental orders (part of the innovaphone order number or your own order reference or a MAC address of an order)&lt;br /&gt;
&lt;br /&gt;
  You have to enter at least &#039;&#039;&#039;three&#039;&#039;&#039; chars to start a search. To search for activation keys, &lt;br /&gt;
  you have to enter at least &#039;&#039;&#039;five&#039;&#039;&#039; chars.&lt;br /&gt;
* Search for license types. Enter e.g. &amp;quot;PBX-Port8&amp;quot; to find all devices with Port8 licenses or enter &amp;quot;PBX-Port8=100&amp;quot; to find all devices with Port8 licenses &#039;&#039;&#039;&amp;gt;=&#039;&#039;&#039; 100.&lt;br /&gt;
* Search for products, e.g. 01-00811 für IP811 (such a search may take longer!)&lt;br /&gt;
&lt;br /&gt;
==Licenses tab==&lt;br /&gt;
===Projects===&lt;br /&gt;
After creation of an own company, you will have a default project named &amp;quot;DEFAULT&amp;quot;. You can rename this project later.&lt;br /&gt;
You can also create more projects on the projects page with &amp;quot;Create&amp;quot;.&lt;br /&gt;
Each project of a company must have a unique name.&lt;br /&gt;
&lt;br /&gt;
  Do &#039;&#039;&#039;not&#039;&#039;&#039; set SSA, if you want to import your devices from your old license manager account first.&lt;br /&gt;
  If you want SSA and you &#039;&#039;&#039;won&#039;t import&#039;&#039;&#039; devices into this project from your old account, you should set SSA at once.&lt;br /&gt;
&lt;br /&gt;
You can select a certain project by activating it in the project list. This selection is then true for all other pages, as some pages require a selected project.&lt;br /&gt;
&lt;br /&gt;
[[Image:overview.jpg|center|thumb|200px|overview.jpg/|overview.jpg/]]&lt;br /&gt;
&lt;br /&gt;
By activating a project by clicking on the project name in the project list, you can manage this project and its settings.&lt;br /&gt;
&lt;br /&gt;
==== Rental project ====&lt;br /&gt;
You can also manually create a rental project. A rental project is normally created automatically by uploading an activation key inside the Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
But if you want to start directly with an Automatic iSC reloading service, you&#039;ll need to create the project manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Take care that the name &#039;&#039;&#039;equals&#039;&#039;&#039; the domain name in your Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the rental tab in your Devices App domain doesn&#039;t show the expected balance/Automatic iSC reloading contract/licenses etc., you may use the Devices App Guid Link mechanism to link the domain to this specific project (see below) (use Devices App &#039;&#039;&#039;13r3 SR12&#039;&#039;&#039; or higher!).&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
Rename the project or/and change its description.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure further CC mail addresses inside your &#039;&#039;&#039;License Purchase&#039;&#039;&#039; project, if you have one. If you purchase licenses on credit, the emails will be also sent to theses addresses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 10, an innovaphone device will automatically connect to http://config.innovaphone.com/init&lt;br /&gt;
This script looks at the project properties of the project, where the device exists.&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure an update &#039;&#039;&#039;URL&#039;&#039;&#039; and a &#039;&#039;&#039;trusted certificate&#039;&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
;Devices App GUID link: This is a GUID which can be entered in the settings of a domain inside the Devices App to link the domain to this specific project, if the names do not match and/or the Devices App has been setup from scratch. The Devices App must use the customer to which this projects belongs to be able to use this GUID.&lt;br /&gt;
&lt;br /&gt;
====Software Service====&lt;br /&gt;
You can put your project under SSA (software service agreement). &lt;br /&gt;
You will be asked to enter a SSA end date. This will be the date, where all SSA licenses of all devices in this project will expire.&lt;br /&gt;
The end date mustn&#039;t be more than one year in the past.&amp;lt;br&amp;gt;&lt;br /&gt;
Optionally you can enter a maximum SSC amount. The SSA end date will be automatically calculated then.&amp;lt;br&amp;gt;&lt;br /&gt;
  If you have entered a maximum SSC amount, you have to use the &#039;&#039;&#039;Recalculate&#039;&#039;&#039; link to calculate a new SSA end date, &lt;br /&gt;
  if you change your license selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also calculate SSA over all projects at once. In this mode, you &#039;&#039;&#039;won&#039;t be able&#039;&#039;&#039; to confirm the calculation. You&#039;ll just see the necessary SSC amount.&lt;br /&gt;
&lt;br /&gt;
After entering a date/SSC amount, you will get a summary of all licenses, which will be put under SSA and the amount of needed SSC licenses.&lt;br /&gt;
The SSC value for each license is calculated by the bind date of the license and the entered SSA end date/SSC amount.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ssa_extend.jpg|center|thumb|200px|ssa_extend.jpg/|ssa_extend.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If you have licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the current license version.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  e.g. you have a V7 PBX-PBX7#15 license with bind date 1/1/2010. Version 8 was released on 7/12/2009, so SSA is&lt;br /&gt;
  calculated from 7/12/2009 for this license. You will see the calculation date in the list under &amp;quot;bind date&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If licenses already have a SSA date, just the difference between the current SSA date and the entered SSA end date must be paid.&lt;br /&gt;
If the bind date of the device lies in the past, the difference between the bind date and the current date must be paided twice (this is the column &#039;days*2&#039;).&amp;lt;br&amp;gt;&lt;br /&gt;
If your license is under SSA, which is already over, you also have to pay the time between the old SSA date and the current SSA end date twice.&lt;br /&gt;
&lt;br /&gt;
Here is a short example, how the days are calculated:&lt;br /&gt;
&lt;br /&gt;
Bind date: 24/06/2009&amp;lt;br&amp;gt;&lt;br /&gt;
Current date: 31/08/2009&amp;lt;br&amp;gt;&lt;br /&gt;
SSA end date: 12/12/2011&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will have to pay from 24/06/2009 to 31/08/2009 twice for 68 days.&lt;br /&gt;
From 31/08/2009 to 12/12/2011 you will then have to pay the normal price for 833 days.&lt;br /&gt;
&lt;br /&gt;
You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You can preview the SSC calculation for another calculation date. Simply change the dropdown&lt;br /&gt;
  selection to get the new SSC value.&lt;br /&gt;
  Of course you can&#039;t confirm this calculation for another date, just for the current date!&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;You may add additional licenses to the calculation, which you will bind later&#039;&#039;. Just click on the &#039;&#039;&#039;+&#039;&#039;&#039; near this text and you can add&lt;br /&gt;
  multiple licenses, which will be added to your calculation after using the recalc link. Listed are licenses of the current version and from&lt;br /&gt;
  your balance.&lt;br /&gt;
&lt;br /&gt;
After confirming your entered SSA end date, each license will have this date as SSA end date and can be downloaded in all versions of this SSA time.&lt;br /&gt;
&lt;br /&gt;
You can now extend the projects SSA end date like as setting a new one.&lt;br /&gt;
The resulting summary is the same as above.&lt;br /&gt;
&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Past SSA end date=====&lt;br /&gt;
&lt;br /&gt;
You can configure a new SSA end date in the past, if you accidentally configured a wrong date.&amp;lt;br&amp;gt;&lt;br /&gt;
No licenses will be changed, if you configure a date in the past, just the SSA end date of the project!&lt;br /&gt;
&lt;br /&gt;
=====SSA Expiry Mail=====&lt;br /&gt;
&lt;br /&gt;
  If project SSA will expire, each company user will receive a reminder mail &#039;&#039;&#039;7&#039;&#039;&#039; weeks before and &lt;br /&gt;
  then every week one mail.&lt;br /&gt;
  You can disable these mails with the checkbox &#039;Send SSA expiry mails&#039;.&lt;br /&gt;
  Note that every user can configure, if he wants to receive mails or not in his account settings.&lt;br /&gt;
&lt;br /&gt;
If you want the end user of the project to receive an expiry mail, you can configure a &#039;&#039;&#039;reseller&#039;&#039;&#039; mail address and end user mail addresses. These end users will then receive an email, 30 days before the project will expire. The default text is:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Your Software Service Agreement for your innovaphone PBX in project &amp;quot;{$arg[3]}&amp;quot; will expire in {$arg[1]} days. &lt;br /&gt;
 Please contact your reseller {$arg[2]} to upgrade the license.&amp;lt;br&amp;gt;&lt;br /&gt;
 The upgrade of the license is important to secure the phone system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change this text as you want. You can use placeholders:&lt;br /&gt;
* &#039;&#039;&#039;{$arg[1]}&#039;&#039;&#039;: days left &lt;br /&gt;
* &#039;&#039;&#039;{$arg[2]}&#039;&#039;&#039;: reseller mail address&lt;br /&gt;
* &#039;&#039;&#039;{$arg[3]}&#039;&#039;&#039;: project name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also define a global text for all projects under your [[#Company| Company settings]].&lt;br /&gt;
&lt;br /&gt;
  You can optionally configure to receive project SSA independent reminder mails for each license of a device [[#Company 2|here]].&lt;br /&gt;
&lt;br /&gt;
=====Automatic SSA Extension Service=====&lt;br /&gt;
&lt;br /&gt;
You can request an automatic SSA extension service for a project, which is under SSA. By following this link, you will have the opportunity to request a callback and/or the necessary agreement as PDF file.&lt;br /&gt;
&lt;br /&gt;
 All licenses have to be under SSA to use the automatic SSA extension service!&lt;br /&gt;
&lt;br /&gt;
There are some basics to know, if a project is under automatic SSA:&lt;br /&gt;
* If you bind new/free licenses, they&#039;ll get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* If you move devices into this project, their licenses will get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* You can&#039;t join this project into another project, but you can join another project into this one&lt;br /&gt;
&lt;br /&gt;
====Rights====&lt;br /&gt;
=====Own project=====&lt;br /&gt;
Add or delete company rights for this project. To add a company right, you have to enter the company id of this company.&lt;br /&gt;
Each user of a company with rights on this project can add devices, licenses, activation keys to this specific project, but is restricted in removing devices, editing the project and can&#039;t create activation keys with the projects balance.&lt;br /&gt;
&lt;br /&gt;
  The company id can be found under Licenses-&amp;gt;company and the company tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_rights.jpg|center|thumb|200px|project_rights.jpg/|project_rights.jpg/]]&lt;br /&gt;
&lt;br /&gt;
=====External Project=====&lt;br /&gt;
If another company granted access rights to a project to you, you can unsubscribe from this project here.&lt;br /&gt;
&lt;br /&gt;
====Import====&lt;br /&gt;
The import has been disabled. All old devices are already imported and can be added to your project manually.&lt;br /&gt;
&lt;br /&gt;
====Join====&lt;br /&gt;
Here you can join your currently selected project with another project, which you select from a dropdown box.&amp;lt;br&amp;gt;&lt;br /&gt;
If the other project has SSA, you&#039;ll see the current SSA end date, which you might change for the join process and you will get a list of all licenses, which might be updated to the ssa end date/changed date of the other project. The list equals the list shown under [[#Software Service|Software Service]].&lt;br /&gt;
&lt;br /&gt;
  The selected project will be automatically deleted after the join. You can&#039;t join a project,&lt;br /&gt;
  if it grants external rights to another customer. Delete these rights before.&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the join.&lt;br /&gt;
&lt;br /&gt;
====Project Move (admin only)====&lt;br /&gt;
A company admin can move a project with its devices, activation keys, balance etc. to another company. You have to know the company ID from this company, which can be found under Licenses-&amp;gt;Company and the company tab.&amp;lt;br&amp;gt;&lt;br /&gt;
The history won&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Projects with negative balances can&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Existing project rights will be deleted.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete the project. Only possible if it has no activation keys, project rights, devices or user rights.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may [[#Join|join]] your project into another one, if you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Project Freed_RMA_licenses====&lt;br /&gt;
If you see a project with this name in your project list, you had a RMA device with not yed moved licenses, which was shipped to innovaphone and reshipped to another customer.&amp;lt;br&amp;gt;&lt;br /&gt;
The licenses of such a device have been moved into the pool of free licenses of the project Freed_RMA_licenses, from where you can assign them to another device.&lt;br /&gt;
&lt;br /&gt;
====Rental====&lt;br /&gt;
Projects starting and ending with the &#039;&#039;&#039;$&#039;&#039;&#039; sign in their name are rental projects.&amp;lt;br&amp;gt;&lt;br /&gt;
The name corresponds to the domain name of a Devices App installation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All software licensing and device management can be just done through the Devices App itself, see [[Reference13r1:Concept_App_Service_Devices#Rental_program_and_Payment_method]].&amp;lt;br&amp;gt;&lt;br /&gt;
Just &#039;&#039;&#039;hardware licenses&#039;&#039;&#039; still need to be bound inside my.innovaphone currently and have to be downloaded there and uploaded on the device itself just as usual.&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
On the balance page you will see the balance of the currently selected project or the balance of all your projects together.&lt;br /&gt;
The balance is bound to your company and &#039;&#039;&#039;not&#039;&#039;&#039; to your user account. The balance is bound to a specific project, but can be shared for license creation or activation key creation if wished.&amp;lt;br&amp;gt;&lt;br /&gt;
Sharing the balance over several projects is not possible in external projects!&lt;br /&gt;
&lt;br /&gt;
[[Image:Balancepage.jpg|center|thumb|200px|balancepage.jpg/|balancepage.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Free licenses====&lt;br /&gt;
&lt;br /&gt;
Here you see a list of all your free licenses. If you return licenses from one of your devices, the returned licenses are stored in your free licenses pool. You can assign these licenses to another device (see [[#Add licenses from free licenses|&#039;Add licenses from free licenses&#039;]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Balance_free_lics.jpg|center|thumb|200px|balance_free_lics.jpg/|balance_free_lics.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The bind date, SSA end date and the external key (like DECT-Multi-Cell-Ari) are stored for each license.&lt;br /&gt;
&lt;br /&gt;
===Activations===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see a list of all your bound activation keys with their licenses here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Activations.jpg|center|thumb|200px|activations.jpg/|activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Add an activation key====&lt;br /&gt;
To increase your projects balance, select one of your projects, follow the &amp;quot;Add&amp;quot; link and enter the activation key in the corresponding field. You can also enter an optional comment for this key. You will then get a listing of all contained licenses. After commiting this key, your project balance will have been increased by the keys values.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Deselect the current project&amp;quot; to view all activation keys independent of the selected project.&lt;br /&gt;
&lt;br /&gt;
====Search for an activation key by your order number====&lt;br /&gt;
Enter your own order number (or nothing), to view your activation keys for this order.&lt;br /&gt;
&lt;br /&gt;
====License certificate====&lt;br /&gt;
You can always download the innovaphone license certificate for activation keys in your projects. Simply press the download link in the list at the right side.&lt;br /&gt;
&lt;br /&gt;
===Own Activations===&lt;br /&gt;
Here you&#039;ll see a list of all created activation keys in the selected project (or over all projects).&lt;br /&gt;
&lt;br /&gt;
You can create activation keys on the project page for other users/companies or to simply transfer licenses from one project to another.&amp;lt;br&amp;gt;&lt;br /&gt;
You can enter a comment, an order number and an order reference. The &#039;&#039;&#039;order number&#039;&#039;&#039; is your own order number for the key and the &#039;&#039;&#039;order reference&#039;&#039;&#039; is the reference number of the customer, who receives the newly created key.&amp;lt;br&amp;gt;&lt;br /&gt;
The order reference and order number will be shown in the innovaphone license certificate.&lt;br /&gt;
&lt;br /&gt;
[[Image:Created_activations.jpg|center|thumb|200px|created_activations.jpg/|created_activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You have to select an activation key in the activation key list to update or delete it.&lt;br /&gt;
&lt;br /&gt;
  Updating and deleting a key is only possible, if this key is not assigned.&lt;br /&gt;
&lt;br /&gt;
====Update====&lt;br /&gt;
Add more licenses to this key or change its comment, order number and order reference.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also remove licenses by entering e.g. -2, if you want to remove 2 licenses from the key.&lt;br /&gt;
&lt;br /&gt;
[[Image:Own activations update.jpg|center|thumb|200px|own_activations_update.jpg/|own_activations_update.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete this key. Its licenses will go back into the balance of the currently selected project.&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
To view your devices you first have to click on the &amp;quot;Show&amp;quot; button. You can leave the filter field empty if you want to view all your devices.&lt;br /&gt;
&lt;br /&gt;
[[Image:Devices_page.jpg|center|thumb|200px|devices_page.jpg/|devices_page.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Red marked device names are devices, which are currently in RMA.&lt;br /&gt;
&lt;br /&gt;
  MAC addresses of RMA devices do not longer start with 01-...&lt;br /&gt;
&lt;br /&gt;
====List====&lt;br /&gt;
A List of your devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You can deselect the current project/device to list all your devices.&lt;br /&gt;
&lt;br /&gt;
Select a certain device from the device list, to manage its properties, licenses etc.&lt;br /&gt;
&lt;br /&gt;
  Actions on multiple devices:&lt;br /&gt;
  * Move: move several devices into another project at once (see [[#Move device|Move Device]])&lt;br /&gt;
  * Remove: remove several devices at once (see [[#Remove|Remove]])&lt;br /&gt;
&lt;br /&gt;
=====Add=====&lt;br /&gt;
Follow the &amp;quot;Add new devices&amp;quot; link on the devices page.&lt;br /&gt;
&lt;br /&gt;
There you have a few options:&lt;br /&gt;
* You can add a single new device&lt;br /&gt;
* You can add devices according to a mac address range (e.g. from 00-90-33-08-20-00 to 00-90-33-08-22-00), maximum 50 at once&lt;br /&gt;
* You can add devices by uploading a text file with mac addresses like this (maximum 50 at once, each line one mac):&lt;br /&gt;
&lt;br /&gt;
  00-90-33-08-20-20&lt;br /&gt;
  00-90-33-08-20-21&lt;br /&gt;
  00-90-33-08-20-22&lt;br /&gt;
  00-90-33-24-20-20&lt;br /&gt;
&lt;br /&gt;
* You can add devices according to your received order number. Just enter you order number and you will get a list of all devices bount to this number.&lt;br /&gt;
&lt;br /&gt;
Note: MAC addresses can be always given like this:&lt;br /&gt;
* 00-90-33-xx-xx-xx&lt;br /&gt;
* 00:90:33:xx:xx:xx&lt;br /&gt;
* 009033xxxxxx&lt;br /&gt;
* xxxxxx (00-90-33- will then be added automatically)&lt;br /&gt;
&lt;br /&gt;
There might be errors, if you try to add a device. They are explained [[#Image explanation|here]].&lt;br /&gt;
&lt;br /&gt;
  As the device warranty will be handled by licenses now, you can also add telephone devices&lt;br /&gt;
  to your projects.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extensions=====&lt;br /&gt;
&lt;br /&gt;
Here you can add warranty extension licenses for all devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll get a list of all devices with the corresponding license type(s) and you can specify the years for each device (or for all devices by entering the number in the list header).&amp;lt;br&amp;gt;&lt;br /&gt;
After confirming your selection, you&#039;ll get an overview of all needed licenses, which you have to confirm too. &amp;lt;br&amp;gt;&lt;br /&gt;
  Note: Warranty extensions are delivered via an Activation Key (ACT-xxx), as they are licensed items that can be ordered from us. Please remember to charge your balance with an activation key containing either a GVL-Purchase or &lt;br /&gt;
  GVL-Within-Warranty license items.&lt;br /&gt;
&lt;br /&gt;
=====Check licence, SSA and warranty status of a device=====&lt;br /&gt;
Here you can list licenses with ssa and the warranty end date of a device, which is not in one of your projects.&amp;lt;br&amp;gt;&lt;br /&gt;
For this option to work, you have to link your innovaphone customer ID (5 digits) to your my.innovaphone company. (As the warranty is also the one we grant to our distributors, we don&#039;t want to get an end customer confused.)&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as CSV=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a CSV file.&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as PDF with barcodes=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a PDF file with a barcode for each MAC address.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Barcode ist vom Typ C128B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
&lt;br /&gt;
Change the name and comment of a device.&lt;br /&gt;
  You can only change the name, if it&#039;s no MAC or IPEI.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here you have also the possibility, to directly request RMA for this device with prefilled values.&lt;br /&gt;
&lt;br /&gt;
====Licenses====&lt;br /&gt;
Here you can add, download or move licenses.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from balance=====&lt;br /&gt;
To create new licenses for a device, you have to add this device first on the devices page and then select a version of the license &lt;br /&gt;
and whether you want to summate the current licencing. If you select current licenses, then older licenses for example V6 or V7 licenses will also be counted as V8 licenses in the next overview. This is necessary if you want to license a V6 unit with V8 licenses, but still want to use it as V6.&lt;br /&gt;
After that click &amp;quot;Next&amp;quot;.&lt;br /&gt;
On the next page you will see a list of all available license types, which depends on your current available license types, of the selected license version and the device type (IP6000, IP800 e.g.):&lt;br /&gt;
[[Image:licenses.jpg|center|thumb|200px|licenses.jpg/|licenses.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You see the available project balance, the balance over all projects (excluding external projects), the currently installed licenses and the maximum amount for this device type. You can now enter the value of the new license.&lt;br /&gt;
Base/Upgrade licenses can be selected via dropdown box. &lt;br /&gt;
&#039;&#039;&#039;Voicemail and Standby lics must always have the same amount as the selected PBX-PBX... license!&lt;br /&gt;
The maximum amount of PBX-Registration licenses equals the amount of the selected PBX-PBX... license!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The whished overall amount of pbx version 8 and above licenses can be specified here and the concrete amount of license sub types will be requested on the next page.&lt;br /&gt;
&lt;br /&gt;
 You can preview the SSC calculation of the wished licenses without having them in your balance.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses2.jpg|center|thumb|200px|licenses2.jpg/|licenses2.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The best (cheapest) combination of each v8 pbx license type is already filled in, but you might change the amount of sub types if your does not fit and you do not want to purchase new activation keys for the sub types.&lt;br /&gt;
&lt;br /&gt;
The column SSC/Unit is just shown if your project is currently under SSA and you have entered a SSA end date.&lt;br /&gt;
&lt;br /&gt;
  The SSC multiplicator is the value, which you have to multiplicate with each license unit to get &lt;br /&gt;
  the corresponding SSC amount.&lt;br /&gt;
  E.g. if you have 20 units of PBX-Port8*20 licenses with a SSC value of 54 and a multiplicator of &lt;br /&gt;
  1.0000 (which equals to 365 days) you have to pay 20*54*1.0000 ~ 1080 SSCs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you create licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the currently selected version twice.&amp;lt;br&amp;gt;&lt;br /&gt;
  e.g.: you want to bind licenses for V6 with SSA, so you have to pay SSCs from the release date of V7&lt;br /&gt;
&amp;lt;br&amp;gt;You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the new binding.&lt;br /&gt;
&lt;br /&gt;
Now confirm your new selection. If you have not enough licenses in your current project, but there are still licenses in other projects, you will get a dropdown box with a list of all projects containing the needed licenses. You can now select all desired/needed projects and confirm your selection again.&lt;br /&gt;
The balance of all selected projects will then be decreased by the needed amount.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from free licenses=====&lt;br /&gt;
&lt;br /&gt;
Here you can assign licenses, which you returned from other devices.&lt;br /&gt;
You will also have to select the desired version and will than get a list of fitting licenses according to the current device and selected version.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses_free.jpg|center|thumb|200px|licenses_free.jpg/|licenses_free.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If a license is under SSA, the correct license type is shown in column &#039;License Type&#039; besides the &#039;Original Type&#039;.&lt;br /&gt;
On confirming the selection, a consistency check is done (e.g. only 4 Relay-PRI licenses on an IP6000).&lt;br /&gt;
Bind and SSA end date will be maintained for each license.&lt;br /&gt;
&lt;br /&gt;
As external keys are also maintained, you can select e.g. an old Dect-Multicell-Ari license to have the same ARI on another IP1200.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses &lt;br /&gt;
  to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
  You will have to confirm this after your first license selection (this is the same calculation as [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the binding.&lt;br /&gt;
&lt;br /&gt;
=====Add V7 floating license (slave pbx)=====&lt;br /&gt;
Here you can add a V7 floating license for a slave pbx. A device with a floating license can&#039;t have V7 pbx licenses and a device with V7 pbx licenses can&#039;t have a floating license.&lt;br /&gt;
&lt;br /&gt;
=====Delete V7 floating license=====&lt;br /&gt;
Here you can delete an already existing floating license, if you won&#039;t use it anymore.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extension licenses=====&lt;br /&gt;
Extend your warranty by adding warranty extension licenses:&lt;br /&gt;
&lt;br /&gt;
[[Image:add_warranty.jpg|center|thumb|200px|add_warranty.jpg/|add_warranty.jpg/]]&lt;br /&gt;
&lt;br /&gt;
  If you add the warranty extension (GVL-purchase) immediately after the receipt of your device,&lt;br /&gt;
  you can add the cheaper warranty extension licenses, otherwise you&#039;ll have to add&lt;br /&gt;
  the more expensive ones (GVL-within-warranty).&lt;br /&gt;
&lt;br /&gt;
  Note: For the GVL-purchase you have 6 weeks from receipt of the delivery note from innovaphone, after the 6 weeks it will not be possible to bind the GVL-Purchase, you will need to switch with the GVL-within-warranty&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  You can extend the warranty for a maximum of four years.&lt;br /&gt;
&lt;br /&gt;
=====Download licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download.jpg|center|thumb|200px|device_download.jpg/|device_download.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You will get a dropdown with all available versions. Versions are dependent of your device, your licenses and of the ssa of your licenses.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;From V9 on&#039;&#039;&#039;, you just have one option, which will create a license file, which contains the licenses upgraded to the highest version of their type.&amp;lt;br&amp;gt;&lt;br /&gt;
You are able to download downgraded versions of your licenses. E.g. if you have only V8 licenses, you can download a V7 license file (same restrictions as below).&lt;br /&gt;
&lt;br /&gt;
  Downgrades or only possible down to version 6!&lt;br /&gt;
&lt;br /&gt;
If you do not want to download licenses by version, you have to decide whether to download the licenses encrypted or not.&lt;br /&gt;
&#039;&#039;&#039;If you download the licenses unencrypted, you won&#039;t be able to return those licenses anymore.&#039;&#039;&#039;&lt;br /&gt;
So you won&#039;t be able to return licenses for devices with V5-V7 licenses, as licenses for these versions are not encrypted.&lt;br /&gt;
To return these licenses, you will have to upgrade to a new bootcode, which prevents firmware downgrades to versions below version 8.&amp;lt;br&amp;gt;&lt;br /&gt;
Encrypted licenses are stored in a xml file, which you can then upload on your V8 (or higher) device.&lt;br /&gt;
&lt;br /&gt;
  You can now also download licenses directly from by the web interface of a device. &lt;br /&gt;
  You just have to enter your account data and start downloading the licenses from my.innovaphone.com &lt;br /&gt;
  without having to download/upload a license file.&lt;br /&gt;
&lt;br /&gt;
=====Download test licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download_test.jpg|center|thumb|200px|device_download_test.jpg/|device_download_test.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You can also download test licenses if you want to run tests. You will be asked, which version you want to use, whether the device is used as slave and if not used as slave, how many pbx licenses you want to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: Since V11, trial licenses are valid for 3 months and can be released once for a dedicated device. After expiration of those 3 months no further trial license creation for this device is possible.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 V5 does &#039;&#039;&#039;not&#039;&#039;&#039; support test licenses!&lt;br /&gt;
&lt;br /&gt;
=====Download App development license=====&lt;br /&gt;
If you&#039;re an App developer, you have the possibility, to generate a real license for you Apps which will contain your manufacturer prefix.&amp;lt;br/&amp;gt;&lt;br /&gt;
The manufacturer prefix has to deposited at your my.innovaphone company by innovaphone before you can use this feature.&lt;br /&gt;
&lt;br /&gt;
 You can just have up to &#039;&#039;&#039;three&#039;&#039;&#039; different devices per company for which you can create such licenses!&lt;br /&gt;
 These licenses aren&#039;t allowed for production usage!&lt;br /&gt;
&lt;br /&gt;
You see your already used MAC addresses on this page too if you already created such licenses before.&lt;br /&gt;
&lt;br /&gt;
If your manufacturer prefix is &#039;&#039;&#039;innovaphone&#039;&#039;&#039;, you can enter license names like:&lt;br /&gt;
* App(innovaphone-app1)15&lt;br /&gt;
* Service(innovaphone-app2)15&lt;br /&gt;
&lt;br /&gt;
=====Move licenses to another device=====&lt;br /&gt;
If you have the needed account rights or the device is already in RMA, you can move licenses to another device. After moving licenses, the former device will be marked as a RMA device.&lt;br /&gt;
&lt;br /&gt;
  You can just move licenses to devices without licenses!&lt;br /&gt;
&lt;br /&gt;
=====Mix of rental and purchased licenses=====&lt;br /&gt;
From &#039;&#039;&#039;13r2 SR12&#039;&#039;&#039; onwards you can mix rental and purchased licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
A device with rental licenses will be always inside a rental project (you recognize such a project by it&#039;s starting and ending &#039;&#039;&#039;$&#039;&#039;&#039; in the name).&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now add licenses from the balance to a device in such a rental project.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you invalidate lifetime licenses on such a device, just purchased licenses are returned. Rental licenses stay bound until you remove them inside your Devices App! (under rental menu)&lt;br /&gt;
Inside my.innovaphone you will always see both rental and purchased licenses. Inside the Devices App, you will just see the rental licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You must download and/or install the purchased licenses as usual.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A 13r1 PBX or a PBX with an older SR will just recognize rented licenses!&lt;br /&gt;
&lt;br /&gt;
 If your PBX is already inside a non rental project, it will be automatically added to a rental project if you add rental licenses. You then may have the device in two different projects (one rental, one normal), which is no issue.&lt;br /&gt;
&lt;br /&gt;
====Move device====&lt;br /&gt;
Here you can move the current device or the selected devices to another project.&amp;lt;br&amp;gt;&lt;br /&gt;
If you select a SSA project, you can change the SSA end date for the move process.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If the other project is under SSA, you will first see a SSC calculation, which you have to confirm, &lt;br /&gt;
  as the SSA date for each SSA license will be extended until the given SSA end date &lt;br /&gt;
  (this is the same calculation as adding SSA to an already existing project, see [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the move.&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
====Returning of licenses====&lt;br /&gt;
&lt;br /&gt;
By the invalidation, licenses are returned to the free balance of the project to which the device belongs in the Portal my.innovaphone.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can then bind the licenses from the free balance to another device.&lt;br /&gt;
&lt;br /&gt;
=====Requirements=====&lt;br /&gt;
* V8 or higher&lt;br /&gt;
* access to the webinterface&lt;br /&gt;
* a device certificate&lt;br /&gt;
* my.innovaphone login credentials&lt;br /&gt;
* &#039;&#039;&#039;no IPVA device&#039;&#039;&#039;&lt;br /&gt;
* no &#039;In House&#039; licenses&lt;br /&gt;
&lt;br /&gt;
=====Informations=====&lt;br /&gt;
&lt;br /&gt;
You can invalidate V8 (or higher) licenses by uploading the XML file, you got from your device or by returning your licenses over the web interface of your device ([[Reference12r1:Configuration/General/License]]), in order to return [[Reference15r1:Licenses#Gateway Licenses|PBX licenses]] back to the free balance.&lt;br /&gt;
&lt;br /&gt;
V7 licenses can be just returned, if you agree, that you won&#039;t be able to downgrade below V8 anymore. You will need a new bootcode, to use this function. &#039;&#039;&#039;You need a V8 firmware or higher for invalidation.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your device has access to my.innovaphone.com, you can also invalidate licenses directly from the web interface of the device.&lt;br /&gt;
&lt;br /&gt;
[[Reference15r1:Licenses#Gateway Licenses|Gateway licenses]] and warranty extensions won&#039;t be returned to the balance and remain to be assigned to the device!&lt;br /&gt;
&lt;br /&gt;
The licenses needn&#039;t be present on the local device to perform the invalidation!&lt;br /&gt;
&lt;br /&gt;
SSA are bound to the license and not lost when performing invalidation.&lt;br /&gt;
&lt;br /&gt;
=====Process=====&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# enter your my.innovaphone account, the device must be in one of your projects&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Transfer (this might fail, if NTP or DNS is not configured properly or device certificate is not installed)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has no internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Backup and upload this file on my.innovaphone [[#Upload the invalidation document to return licenses|here]] (Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation)&lt;br /&gt;
# you&#039;ll get a confirmation file after uploading the saved file&lt;br /&gt;
# upload this on the device (under Step1)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;Your IP800 does not have a device certificate on it.&amp;quot; - In this case you need to download a hardware certification,&lt;br /&gt;
  please contact the innovaphone [mailto:license@innovaphone.com license department].&lt;br /&gt;
&lt;br /&gt;
=====Download confirmation file=====&lt;br /&gt;
If you created a new certificate or you invalidated your licenses, you can later download the confirmation file, which you have to upload on the box.&lt;br /&gt;
&lt;br /&gt;
=====Request certificate=====&lt;br /&gt;
If you have the needed rights, you can request a new device certificate for your device.&lt;br /&gt;
&lt;br /&gt;
=====Upload the invalidation document to return licenses=====&lt;br /&gt;
Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation:&lt;br /&gt;
&lt;br /&gt;
Upload the invalidation document, which you got from the website of the device to return the licenses of this device.&lt;br /&gt;
&lt;br /&gt;
After uploading you&#039;ll get a confirmation file, which you have to upload on your device.&lt;br /&gt;
&lt;br /&gt;
====Remove====&lt;br /&gt;
You can always remove devices from a project. If they have licenses, these won&#039;t be deleted, so you might add the device to another project again.&lt;br /&gt;
&lt;br /&gt;
===History===&lt;br /&gt;
[[Image:history.jpg|center|thumb|200px|history.jpg/|history.jpg/]]&lt;br /&gt;
You can view your history for several contexts:&lt;br /&gt;
* Company: history of all actions in your company&lt;br /&gt;
* User: history of all actions of the selected user&lt;br /&gt;
* Device: history of all actions for the selected device&lt;br /&gt;
&lt;br /&gt;
Each context applies to the currently selected project.&lt;br /&gt;
If you deselect the current project, you will see the history over all projects.&lt;br /&gt;
&lt;br /&gt;
You can select to view the history of the last day, week, month, year or from always. Collecting data might take a while...&lt;br /&gt;
&lt;br /&gt;
===Company===&lt;br /&gt;
Manage users SSA expiry email flag, import other companies or add your companies innovaphone ID.&lt;br /&gt;
&lt;br /&gt;
====Users====&lt;br /&gt;
&lt;br /&gt;
You can just edit the SSA expiry email flag here. The other user settings moved to the [[#Authorized Persons| Authorized persons tab]].&lt;br /&gt;
&lt;br /&gt;
====Join (admin only)====&lt;br /&gt;
As admin you can also join another company into your company by entering an admin account of this company. This might be usefull if one user of your company has accidentally created an own company.&amp;lt;br&amp;gt;&lt;br /&gt;
Everything like projects, users, devices, balance, activations etc. will be imported!&amp;lt;br&amp;gt;&lt;br /&gt;
You also have to enter the company id of the company, which is to be imported. You can find this company under Licenses-&amp;gt;Company and the company tab.&lt;br /&gt;
&lt;br /&gt;
  This is not available for non company admin users.&lt;br /&gt;
&lt;br /&gt;
  The joined company will be deleted afterwards!&lt;br /&gt;
&lt;br /&gt;
====Company====&lt;br /&gt;
&lt;br /&gt;
You can check the &#039;&#039;&#039;Device SSA&#039;&#039;&#039; checkbox, if you want to receive SSA expiry reminder mails for each device independent of the projects SSA end date.&lt;br /&gt;
These mails will be send weekly seven weeks before the SSA for a license a the device expires.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also enter additional email addresses, which should receive SSA emails.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can define a global &#039;&#039;&#039;end user expiry mail text&#039;&#039;&#039; here, which will be sent to end users, if end users are configured in a [[#SSA Expiry Mail| project]]. This text can be overridden by a text in a project under [[#SSA Expiry Mail| SSA Expiry Mail]].&lt;br /&gt;
&lt;br /&gt;
==RMA==&lt;br /&gt;
Here you can see all your RMA devices, which arrived innovaphone already. The licenses of this macadresses are moveable.&lt;br /&gt;
[[Image:rma.jpg|center|thumb|200px|rma.jpg/|rma.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to request RMA for a certain device, go to the device properties and follow the &amp;quot;Request RMA&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
===Mantis===&lt;br /&gt;
Here you&#039;ll get a list of all open cases and [[Understanding the innovaphone trouble ticket status page#Information available| additional info regarding their state]] in our ticket system. This list is composed of all tickets assigned to email addresses of your my.innovaphone users in your company.&amp;lt;br&amp;gt;&lt;br /&gt;
Often used functions:&lt;br /&gt;
* You can click on the ticket number (&amp;quot;ID&amp;quot; column) to open an email prepared with the right emailadress and subject to address this case.&lt;br /&gt;
* You can click on the &#039;&#039;History&#039;&#039; link to get an overview of the already made communication with our support/presales-team.&lt;br /&gt;
* Another important new function is the option to upload larger files to your support/presales tickets using the &#039;&#039;Fileupload&#039;&#039; column.&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
You can convert audio files into G.7xx files which you can use as announcements.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Supported input formats:&lt;br /&gt;
* mp3&lt;br /&gt;
* wav&lt;br /&gt;
* ogg&lt;br /&gt;
* flac&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
;Generated output formats:&lt;br /&gt;
* G.711u&lt;br /&gt;
* G.711a&lt;br /&gt;
* G.729&lt;br /&gt;
* G.723&lt;br /&gt;
* G.722&lt;br /&gt;
&lt;br /&gt;
==Image explanation==&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
====Already In Company====&lt;br /&gt;
[[Image:Icon_in_company_inno_01.png|icon_in_company_inno_01.png/|icon_in_company_inno_01.png/]]&lt;br /&gt;
* This device already exists in your company and can&#039;t be added/imported.&lt;br /&gt;
If you want to import this device anyway, you first have to delete your current device from its project.&lt;br /&gt;
&lt;br /&gt;
====Already Imported====&lt;br /&gt;
[[Image:Icon_imported_inno_01.png|icon_imported_inno_01.png/|icon_imported_inno_01.png/]]&lt;br /&gt;
* This device has been already imported. &lt;br /&gt;
You can&#039;t import it again.&lt;br /&gt;
&lt;br /&gt;
====Not Found====&lt;br /&gt;
[[Image:Icon_not_found_inno_01.png|icon_not_found_inno_01.png/|icon_not_found_inno_01.png/]]&lt;br /&gt;
* This device was not found in the my innovaphone database. &lt;br /&gt;
This should never happen, but if, contact the administrator.&lt;br /&gt;
&lt;br /&gt;
====IPVA MAC exists====&lt;br /&gt;
[[Image:Icon_ip_va_exists_inno_01.png|icon_ip_va_exists_inno_01.png/|icon_ip_va_exists_inno_01.png/]]&lt;br /&gt;
* An IPVA MAC address must be unique and can be assigned to just one company. You tried to add an already existing IPVA MAC.&lt;br /&gt;
Please assign a new one to your IPVA. For further details, see [[Reference13r2:Concept_Innovaphone_Virtual_Appliance#License_Configuration]].&lt;br /&gt;
&lt;br /&gt;
my.innovaphone supports the following MAC address ranges:&lt;br /&gt;
* 00-50-56-...&lt;br /&gt;
* 00-15-5d-...&lt;br /&gt;
* 00-03-ff-...&lt;br /&gt;
* 00-0d-3a-...&lt;br /&gt;
* 00-12-5a-...&lt;br /&gt;
* 00-17-fa-...&lt;br /&gt;
* 00-50-f2-...&lt;br /&gt;
* 00-1d-d8-...&lt;br /&gt;
* 00-05-69-...&lt;br /&gt;
* 00-1c-14-...&lt;br /&gt;
* 00-0c-29-...&lt;br /&gt;
* 00-1d-db-...&lt;br /&gt;
* 5a-ad-1d-...&lt;br /&gt;
* 48-e9-ca-...&lt;br /&gt;
* 02-01-04-...&lt;br /&gt;
* bc-24-...&lt;br /&gt;
* e2-... &#039;&#039;this is an autogenerated MAC address of innovaphone cloud containers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Warnings===&lt;br /&gt;
&lt;br /&gt;
====Several Companies====&lt;br /&gt;
[[Image:Icon_several_companies_inno_01.png|icon_several_companies_inno_01.png/|icon_several_companies_inno_01.png/]]&lt;br /&gt;
* This device is already in another company.&lt;br /&gt;
This means, that either you do not have the physical device or it once belonged another company.&lt;br /&gt;
You can still import/add this device and you will have access to all of its current licenses.&lt;br /&gt;
&lt;br /&gt;
====Several Users====&lt;br /&gt;
[[Image:Icon several users inno 01.png|icon_several_users_inno_01.png/|icon_several_users_inno_01.png/]]&lt;br /&gt;
* This device has licenses from several users of the old license manager.&lt;br /&gt;
This means, that you are not neccessarily the user, who physically owns this device. If you do not own it, do not import it.&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
====No downgrade====&lt;br /&gt;
[[Image:no_downgrade.png|no_downgrade.png/|no_downgrade.png/]]&lt;br /&gt;
* Licenses, which have been downloaded for V5/V6/V7, were returned from this device, so no downgrade to these versions is allowed any more.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- myinno my innovaphone my_inno my_innovaphone my-innovaphone my-inno--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release dates==&lt;br /&gt;
V5:  January 1st 2003&amp;lt;br&amp;gt;&lt;br /&gt;
V6:  November 2nd 2006&amp;lt;br&amp;gt;&lt;br /&gt;
V7:  November 14th 2008&amp;lt;br&amp;gt;&lt;br /&gt;
V8:  December 7th 2009&amp;lt;br&amp;gt;&lt;br /&gt;
V9:  April 26th 2011&amp;lt;br&amp;gt;&lt;br /&gt;
V10: July 8th 2013&amp;lt;br&amp;gt;&lt;br /&gt;
V11: February 9th 2015&amp;lt;br&amp;gt;&lt;br /&gt;
V12: July 11th 2016&amp;lt;br&amp;gt;&lt;br /&gt;
V13: May 13th 2019&amp;lt;br&amp;gt;&lt;br /&gt;
V14: December 20th 2023&amp;lt;br&amp;gt;&lt;br /&gt;
V15: March 25th 2025&amp;lt;br&amp;gt;&lt;br /&gt;
V16: April 28 2026&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==myplay==&lt;br /&gt;
[[https://myplay.innovaphone.com myplay]] offers a platform to test all my.innovaphone related content. You can create activation keys, licenses, accounts, projects and so on to learn it or to calculate possible scenarios.&lt;br /&gt;
&lt;br /&gt;
===Base===&lt;br /&gt;
The base of the database is the my.innovaphone database from the 13.8.2010. All accounts, companies and projects have been imported and are available until this date.&amp;lt;br&amp;gt;&lt;br /&gt;
From this date on the databases won&#039;t be synchronised any more (despite of the device table)!&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
You can change your balance by yourself. Simply select the license type in the dropdown box on the balance page, enter the desired amount and your balance will be increased by this type.&lt;br /&gt;
&lt;br /&gt;
===Activation keys===&lt;br /&gt;
You can create own activation keys. These will have the prefix &amp;quot;PLAY-&amp;quot; to identify them as play activation keys. You won&#039;t be able to upload them on my.innovaphone.com.&lt;br /&gt;
&lt;br /&gt;
===Licenses===&lt;br /&gt;
After having selected a device under Licenses-&amp;gt;Devices, you can add/change licenses as you want by selecting new ones in the dropdown box or changing existing ones.&lt;br /&gt;
&lt;br /&gt;
====Download====&lt;br /&gt;
You will always just download test licenses here!&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
Won&#039;t be possible here, because this is hardware related and can&#039;t be simulated.&lt;br /&gt;
&lt;br /&gt;
====Checkbox editing via list====&lt;br /&gt;
* &#039;D&#039; Deletes the license&lt;br /&gt;
* &#039;B&#039; Puts the license back into the projects balance&lt;br /&gt;
* &#039;F&#039; Puts the license into the pool of free licenses&lt;br /&gt;
&lt;br /&gt;
===Device RMA===&lt;br /&gt;
You can put a device under RMA to test this scenario (Licenses-&amp;gt;Devices, select a device and -&amp;gt;Properties). You can also remove the RMA status here.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External interface==&lt;br /&gt;
&lt;br /&gt;
There is an external interface, which you can use to control some functionality without a login to the my.innovaphone web site.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use the interface with an &#039;&#039;&#039;HTTP GET&#039;&#039;&#039; request to the following URL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php&amp;lt;/code&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Configure a trust value and a URL (can be a dummy URL if not used otherwise) unter Licenses -&amp;gt; Project -&amp;gt; Properties and tick &amp;quot;Configure Update-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===General parameters for all commands===&lt;br /&gt;
:;cmd: the wished command&lt;br /&gt;
:;email: the email address of a user who is registered in my.innovaphone&lt;br /&gt;
:;project_id: the project ID of the project where the user has access to (you can find the project ID under [[#Properties| Licenses-&amp;gt;Projects-&amp;gt;Properties]])&lt;br /&gt;
:;hash: an SHA256 hash value which is computed over all GET parameters but the hash parameter itself plus the &#039;&#039;&#039;trust&#039;&#039;&#039; value of the project (see [[#Properties|Reference:My_Innovaphone#Properties]])&lt;br /&gt;
:;hash: the values of the GET parameters have to be URL encoded before calculation of the hash&lt;br /&gt;
&lt;br /&gt;
;Example: URL &amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php?cmd=addDevice&amp;amp;email=user@example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;hash=b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&amp;lt;/code&amp;gt;&lt;br /&gt;
:;project trust value: 1234567890abcdef&lt;br /&gt;
:;the data of the SHA256 hash: ?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&lt;br /&gt;
:;example PHP function call to generate the hash: hash(&amp;quot;sha256&amp;quot;, &amp;quot;?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&amp;quot;);&lt;br /&gt;
:;with the current values, the function should return: b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&lt;br /&gt;
&lt;br /&gt;
===Add a device to a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;addDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
:;[device_desc]: optional, a description for the new device&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Remove a device from a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;delDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Get the warranty of a device===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;getWarranty&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;warranty: a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
:;warrantyStr: a string like &#039;&#039;&#039;&amp;quot;2015-11-26 00:00:00&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Create a new project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters: you must use the project_id and trust value of an already existing project!&lt;br /&gt;
:;cmd: &#039;&#039;&#039;createProject&#039;&#039;&#039;&lt;br /&gt;
:;project_name: the name of the new project&lt;br /&gt;
:;[project_desc]: optional, a description for the new project&lt;br /&gt;
:;[update_url]: optional, an update URL for the project (do not forget to URL encode the value inside your HTTP GET request!)&lt;br /&gt;
:;[ssa_due_date]: optional, a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;projectId: the project id of the created project&lt;br /&gt;
&lt;br /&gt;
 The newly created project is created with the same trust value which was used for the creation request. This allows you to directly use the API with the new project.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Smaller issues===&lt;br /&gt;
* Devices where imported into a project with SSA. If this happened to you, please move the corresponding devices into a project &#039;&#039;&#039;without&#039;&#039;&#039; SSA and back into the project &#039;&#039;&#039;with&#039;&#039;&#039; SSA to extend/add SSA for the licenses until the SSA end date.&lt;br /&gt;
* IE7 moves a list under the menu, when a list becomes to wide&lt;br /&gt;
===Licenses don&#039;t work on a device, where an invalidation has been done===&lt;br /&gt;
A possible reason here is, that the invalidation process hasn&#039;t been completed.&lt;br /&gt;
To resolve this issue, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Download the Confirmation File (Certificate) from http://my.innovaphone.com under [[#Invalidation|Invalidation]] after selecting the project and the device&lt;br /&gt;
* Open [[Reference9:General/License/my.innovaphone|General-&amp;gt;License-&amp;gt;my.innovaphone.com]] on your device&lt;br /&gt;
* Click on &amp;quot;Invalidate&amp;quot; (no my.innovaphone credentials needed)&lt;br /&gt;
* Upload the previously downloaded confirmation file newcert-00-90-33-xx-xx-xx.xml as &amp;quot;Confirmation file&amp;quot;&lt;br /&gt;
* Reset the box&lt;br /&gt;
* Reupload the licenses&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer doesn&#039;t work===&lt;br /&gt;
Yes, that&#039;s correct. Please use an up to date version of Chrome, Firefox or Edge!&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79991</id>
		<title>Reference:My Innovaphone</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79991"/>
		<updated>2026-06-15T14:45:12Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add warranty extensions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Where is my old my.innovaphone?==&lt;br /&gt;
Don&#039;t worry, just login with your old my.innovaphone account! You will be asked to confirm your forename and surname (just a &#039;&#039;&#039;natural person&#039;&#039;&#039; is allowed) and accept some terms and conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
Afterwards you find the old license/device view inside the [[#Licenses tab| Licenses tab]].&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
my.innovaphone allows the handling of licenses and includes the handling of device warranty and software service agreements.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also sign contracts here for different purposes.&lt;br /&gt;
&lt;br /&gt;
===Project-View===&lt;br /&gt;
My innovaphone offers the possibility for several users to be in one company. This company shares its balance of licenses over all users and can have several projects. Projects have their own balance of license types and devices are bound to a project.&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
My innovaphone will support multiple languages. You can select your desired language at the top of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently supported languages:&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* Italian&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
* Spanish (partially)&lt;br /&gt;
* Polish (partially)&lt;br /&gt;
&lt;br /&gt;
===Guides===&lt;br /&gt;
&lt;br /&gt;
====Quickstart guide====&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_nl.pdf Dutch quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_en.pdf English quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_fr.pdf French quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_de.pdf German quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_it.pdf Italian quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SSA guide====&lt;br /&gt;
;V10 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10nl.pdf Dutch SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10pl.pdf Polish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10es.pdf Spanish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;V8 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Open [https://my.innovaphone.com my.innovaphone.com] and click the &amp;quot;I would like to create a new personal user account&amp;quot; link.&lt;br /&gt;
Enter your personal data and register.&lt;br /&gt;
&lt;br /&gt;
You will receive a registration email with an activation link.&lt;br /&gt;
After account activation you have two options:&lt;br /&gt;
* create a new my.innovaphone company with the &amp;quot;Create company account&amp;quot; button&lt;br /&gt;
* ask another user of your company to invite your email address to an already existing company&lt;br /&gt;
&lt;br /&gt;
If you accidentally created an own my innovaphone company, just ask another user of your company to import your just created company.&lt;br /&gt;
&lt;br /&gt;
If you create a new company, you can &#039;&#039;&#039;optionally&#039;&#039;&#039; enter your innovaphone account ID (which is your customer number with innovaphone) with your postal code, to retrieve your company data.&lt;br /&gt;
&lt;br /&gt;
  Inside the license tab of the my.innovaphone portal, you will see a help link at the right side of the horizontal tab menu. &lt;br /&gt;
  This link shows the corresponding text of the wiki section, when hovering with the mouse over it, &lt;br /&gt;
  and redirects to the corresponding wiki menu, if clicked.&lt;br /&gt;
&lt;br /&gt;
  It is possible, that one user is member of serveral companies!&lt;br /&gt;
&lt;br /&gt;
==Left bar==&lt;br /&gt;
If you open the left bar, you have the options to:&lt;br /&gt;
* select one of your companies&lt;br /&gt;
* edit your personal user account&lt;br /&gt;
** user name&lt;br /&gt;
** email address&lt;br /&gt;
** flag to recieve SSA expiry emails&lt;br /&gt;
** password&lt;br /&gt;
* create a new company&lt;br /&gt;
[[Image:Myinnovaphone bar.png|center|thumb|200px|myinnovaphone_bar.png/|myinnovaphone_bar.png/]]&lt;br /&gt;
&lt;br /&gt;
==Main tabs==&lt;br /&gt;
Inside each company you see the three main tabs:&lt;br /&gt;
* Contracts&lt;br /&gt;
* Authorized persons&lt;br /&gt;
* Licenses (see [[#Licenses tab| Licenses tab]])&lt;br /&gt;
&lt;br /&gt;
You may also have two buttons:&lt;br /&gt;
* Add Contract (just as company administrator or with the contract right)&lt;br /&gt;
* Invite person (just as company administrator)&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone main.png|center|thumb|200px|myinnovaphone_main.png/|myinnovaphone_main.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Contracts ===&lt;br /&gt;
Inside the contracts tab, you see all your contracts and you can download these conracts.&amp;lt;br&amp;gt;&lt;br /&gt;
In general, contracts must be first approved by innovaphone, so you see three types of contracts:&lt;br /&gt;
&lt;br /&gt;
* open contracts which must be approved by innovaphone first&lt;br /&gt;
* approved contracts which can be already used&lt;br /&gt;
* cancelled contracts which are not valid anymore&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone contracts.png|center|thumb|200px|myinnovaphone_contracts.png/|myinnovaphone_contracts.png/]]&lt;br /&gt;
&lt;br /&gt;
These type of contracts currently exist:&lt;br /&gt;
==== innovaphone myApps Cloud Service ====&lt;br /&gt;
Conclude this contract to use the innovaphone myApps Cloud.&lt;br /&gt;
&lt;br /&gt;
==== innovaphone software rental ====&lt;br /&gt;
Conclude this contract to rent innovaphone software products. You must conclude this contract if you want to use the software rental inside the Devices App.&lt;br /&gt;
&lt;br /&gt;
=== Authorized persons ===&lt;br /&gt;
Here you see all persons which exist inside your company. Each person can have the following rights:&lt;br /&gt;
* Administrator (everything)&lt;br /&gt;
* Contracts (can conclude contracts)&lt;br /&gt;
* Licenses (can work with licenses)&lt;br /&gt;
* Viewer (can just see everything without doing something)&lt;br /&gt;
* Locked (cannot even login to this company anymore)&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
Here comes the old my.innovaphone view which allows the handling of devices, licenses, activation keys etc.&lt;br /&gt;
&lt;br /&gt;
==Search (inside licenses tab)==&lt;br /&gt;
At the right top of the licenses tab you have a search field. You can search for different things:&lt;br /&gt;
* Devices (part of a device name or device comment)&lt;br /&gt;
* Projects (part of a project name or project description)&lt;br /&gt;
* Own activation keys (part of an activation key or its description)&lt;br /&gt;
* Hardware rental orders (part of the innovaphone order number or your own order reference or a MAC address of an order)&lt;br /&gt;
&lt;br /&gt;
  You have to enter at least &#039;&#039;&#039;three&#039;&#039;&#039; chars to start a search. To search for activation keys, &lt;br /&gt;
  you have to enter at least &#039;&#039;&#039;five&#039;&#039;&#039; chars.&lt;br /&gt;
* Search for license types. Enter e.g. &amp;quot;PBX-Port8&amp;quot; to find all devices with Port8 licenses or enter &amp;quot;PBX-Port8=100&amp;quot; to find all devices with Port8 licenses &#039;&#039;&#039;&amp;gt;=&#039;&#039;&#039; 100.&lt;br /&gt;
* Search for products, e.g. 01-00811 für IP811 (such a search may take longer!)&lt;br /&gt;
&lt;br /&gt;
==Licenses tab==&lt;br /&gt;
===Projects===&lt;br /&gt;
After creation of an own company, you will have a default project named &amp;quot;DEFAULT&amp;quot;. You can rename this project later.&lt;br /&gt;
You can also create more projects on the projects page with &amp;quot;Create&amp;quot;.&lt;br /&gt;
Each project of a company must have a unique name.&lt;br /&gt;
&lt;br /&gt;
  Do &#039;&#039;&#039;not&#039;&#039;&#039; set SSA, if you want to import your devices from your old license manager account first.&lt;br /&gt;
  If you want SSA and you &#039;&#039;&#039;won&#039;t import&#039;&#039;&#039; devices into this project from your old account, you should set SSA at once.&lt;br /&gt;
&lt;br /&gt;
You can select a certain project by activating it in the project list. This selection is then true for all other pages, as some pages require a selected project.&lt;br /&gt;
&lt;br /&gt;
[[Image:overview.jpg|center|thumb|200px|overview.jpg/|overview.jpg/]]&lt;br /&gt;
&lt;br /&gt;
By activating a project by clicking on the project name in the project list, you can manage this project and its settings.&lt;br /&gt;
&lt;br /&gt;
==== Rental project ====&lt;br /&gt;
You can also manually create a rental project. A rental project is normally created automatically by uploading an activation key inside the Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
But if you want to start directly with an Automatic iSC reloading service, you&#039;ll need to create the project manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Take care that the name &#039;&#039;&#039;equals&#039;&#039;&#039; the domain name in your Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the rental tab in your Devices App domain doesn&#039;t show the expected balance/Automatic iSC reloading contract/licenses etc., you may use the Devices App Guid Link mechanism to link the domain to this specific project (see below) (use Devices App &#039;&#039;&#039;13r3 SR12&#039;&#039;&#039; or higher!).&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
Rename the project or/and change its description.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure further CC mail addresses inside your &#039;&#039;&#039;License Purchase&#039;&#039;&#039; project, if you have one. If you purchase licenses on credit, the emails will be also sent to theses addresses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 10, an innovaphone device will automatically connect to http://config.innovaphone.com/init&lt;br /&gt;
This script looks at the project properties of the project, where the device exists.&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure an update &#039;&#039;&#039;URL&#039;&#039;&#039; and a &#039;&#039;&#039;trusted certificate&#039;&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
;Devices App GUID link: This is a GUID which can be entered in the settings of a domain inside the Devices App to link the domain to this specific project, if the names do not match and/or the Devices App has been setup from scratch. The Devices App must use the customer to which this projects belongs to be able to use this GUID.&lt;br /&gt;
&lt;br /&gt;
====Software Service====&lt;br /&gt;
You can put your project under SSA (software service agreement). &lt;br /&gt;
You will be asked to enter a SSA end date. This will be the date, where all SSA licenses of all devices in this project will expire.&lt;br /&gt;
The end date mustn&#039;t be more than one year in the past.&amp;lt;br&amp;gt;&lt;br /&gt;
Optionally you can enter a maximum SSC amount. The SSA end date will be automatically calculated then.&amp;lt;br&amp;gt;&lt;br /&gt;
  If you have entered a maximum SSC amount, you have to use the &#039;&#039;&#039;Recalculate&#039;&#039;&#039; link to calculate a new SSA end date, &lt;br /&gt;
  if you change your license selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also calculate SSA over all projects at once. In this mode, you &#039;&#039;&#039;won&#039;t be able&#039;&#039;&#039; to confirm the calculation. You&#039;ll just see the necessary SSC amount.&lt;br /&gt;
&lt;br /&gt;
After entering a date/SSC amount, you will get a summary of all licenses, which will be put under SSA and the amount of needed SSC licenses.&lt;br /&gt;
The SSC value for each license is calculated by the bind date of the license and the entered SSA end date/SSC amount.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ssa_extend.jpg|center|thumb|200px|ssa_extend.jpg/|ssa_extend.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If you have licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the current license version.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  e.g. you have a V7 PBX-PBX7#15 license with bind date 1/1/2010. Version 8 was released on 7/12/2009, so SSA is&lt;br /&gt;
  calculated from 7/12/2009 for this license. You will see the calculation date in the list under &amp;quot;bind date&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If licenses already have a SSA date, just the difference between the current SSA date and the entered SSA end date must be paid.&lt;br /&gt;
If the bind date of the device lies in the past, the difference between the bind date and the current date must be paided twice (this is the column &#039;days*2&#039;).&amp;lt;br&amp;gt;&lt;br /&gt;
If your license is under SSA, which is already over, you also have to pay the time between the old SSA date and the current SSA end date twice.&lt;br /&gt;
&lt;br /&gt;
Here is a short example, how the days are calculated:&lt;br /&gt;
&lt;br /&gt;
Bind date: 24/06/2009&amp;lt;br&amp;gt;&lt;br /&gt;
Current date: 31/08/2009&amp;lt;br&amp;gt;&lt;br /&gt;
SSA end date: 12/12/2011&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will have to pay from 24/06/2009 to 31/08/2009 twice for 68 days.&lt;br /&gt;
From 31/08/2009 to 12/12/2011 you will then have to pay the normal price for 833 days.&lt;br /&gt;
&lt;br /&gt;
You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You can preview the SSC calculation for another calculation date. Simply change the dropdown&lt;br /&gt;
  selection to get the new SSC value.&lt;br /&gt;
  Of course you can&#039;t confirm this calculation for another date, just for the current date!&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;You may add additional licenses to the calculation, which you will bind later&#039;&#039;. Just click on the &#039;&#039;&#039;+&#039;&#039;&#039; near this text and you can add&lt;br /&gt;
  multiple licenses, which will be added to your calculation after using the recalc link. Listed are licenses of the current version and from&lt;br /&gt;
  your balance.&lt;br /&gt;
&lt;br /&gt;
After confirming your entered SSA end date, each license will have this date as SSA end date and can be downloaded in all versions of this SSA time.&lt;br /&gt;
&lt;br /&gt;
You can now extend the projects SSA end date like as setting a new one.&lt;br /&gt;
The resulting summary is the same as above.&lt;br /&gt;
&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Past SSA end date=====&lt;br /&gt;
&lt;br /&gt;
You can configure a new SSA end date in the past, if you accidentally configured a wrong date.&amp;lt;br&amp;gt;&lt;br /&gt;
No licenses will be changed, if you configure a date in the past, just the SSA end date of the project!&lt;br /&gt;
&lt;br /&gt;
=====SSA Expiry Mail=====&lt;br /&gt;
&lt;br /&gt;
  If project SSA will expire, each company user will receive a reminder mail &#039;&#039;&#039;7&#039;&#039;&#039; weeks before and &lt;br /&gt;
  then every week one mail.&lt;br /&gt;
  You can disable these mails with the checkbox &#039;Send SSA expiry mails&#039;.&lt;br /&gt;
  Note that every user can configure, if he wants to receive mails or not in his account settings.&lt;br /&gt;
&lt;br /&gt;
If you want the end user of the project to receive an expiry mail, you can configure a &#039;&#039;&#039;reseller&#039;&#039;&#039; mail address and end user mail addresses. These end users will then receive an email, 30 days before the project will expire. The default text is:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Your Software Service Agreement for your innovaphone PBX in project &amp;quot;{$arg[3]}&amp;quot; will expire in {$arg[1]} days. &lt;br /&gt;
 Please contact your reseller {$arg[2]} to upgrade the license.&amp;lt;br&amp;gt;&lt;br /&gt;
 The upgrade of the license is important to secure the phone system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change this text as you want. You can use placeholders:&lt;br /&gt;
* &#039;&#039;&#039;{$arg[1]}&#039;&#039;&#039;: days left &lt;br /&gt;
* &#039;&#039;&#039;{$arg[2]}&#039;&#039;&#039;: reseller mail address&lt;br /&gt;
* &#039;&#039;&#039;{$arg[3]}&#039;&#039;&#039;: project name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also define a global text for all projects under your [[#Company| Company settings]].&lt;br /&gt;
&lt;br /&gt;
  You can optionally configure to receive project SSA independent reminder mails for each license of a device [[#Company 2|here]].&lt;br /&gt;
&lt;br /&gt;
=====Automatic SSA Extension Service=====&lt;br /&gt;
&lt;br /&gt;
You can request an automatic SSA extension service for a project, which is under SSA. By following this link, you will have the opportunity to request a callback and/or the necessary agreement as PDF file.&lt;br /&gt;
&lt;br /&gt;
 All licenses have to be under SSA to use the automatic SSA extension service!&lt;br /&gt;
&lt;br /&gt;
There are some basics to know, if a project is under automatic SSA:&lt;br /&gt;
* If you bind new/free licenses, they&#039;ll get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* If you move devices into this project, their licenses will get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* You can&#039;t join this project into another project, but you can join another project into this one&lt;br /&gt;
&lt;br /&gt;
====Rights====&lt;br /&gt;
=====Own project=====&lt;br /&gt;
Add or delete company rights for this project. To add a company right, you have to enter the company id of this company.&lt;br /&gt;
Each user of a company with rights on this project can add devices, licenses, activation keys to this specific project, but is restricted in removing devices, editing the project and can&#039;t create activation keys with the projects balance.&lt;br /&gt;
&lt;br /&gt;
  The company id can be found under Licenses-&amp;gt;company and the company tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_rights.jpg|center|thumb|200px|project_rights.jpg/|project_rights.jpg/]]&lt;br /&gt;
&lt;br /&gt;
=====External Project=====&lt;br /&gt;
If another company granted access rights to a project to you, you can unsubscribe from this project here.&lt;br /&gt;
&lt;br /&gt;
====Import====&lt;br /&gt;
The import has been disabled. All old devices are already imported and can be added to your project manually.&lt;br /&gt;
&lt;br /&gt;
====Join====&lt;br /&gt;
Here you can join your currently selected project with another project, which you select from a dropdown box.&amp;lt;br&amp;gt;&lt;br /&gt;
If the other project has SSA, you&#039;ll see the current SSA end date, which you might change for the join process and you will get a list of all licenses, which might be updated to the ssa end date/changed date of the other project. The list equals the list shown under [[#Software Service|Software Service]].&lt;br /&gt;
&lt;br /&gt;
  The selected project will be automatically deleted after the join. You can&#039;t join a project,&lt;br /&gt;
  if it grants external rights to another customer. Delete these rights before.&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the join.&lt;br /&gt;
&lt;br /&gt;
====Project Move (admin only)====&lt;br /&gt;
A company admin can move a project with its devices, activation keys, balance etc. to another company. You have to know the company ID from this company, which can be found under Licenses-&amp;gt;Company and the company tab.&amp;lt;br&amp;gt;&lt;br /&gt;
The history won&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Projects with negative balances can&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Existing project rights will be deleted.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete the project. Only possible if it has no activation keys, project rights, devices or user rights.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may [[#Join|join]] your project into another one, if you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Project Freed_RMA_licenses====&lt;br /&gt;
If you see a project with this name in your project list, you had a RMA device with not yed moved licenses, which was shipped to innovaphone and reshipped to another customer.&amp;lt;br&amp;gt;&lt;br /&gt;
The licenses of such a device have been moved into the pool of free licenses of the project Freed_RMA_licenses, from where you can assign them to another device.&lt;br /&gt;
&lt;br /&gt;
====Rental====&lt;br /&gt;
Projects starting and ending with the &#039;&#039;&#039;$&#039;&#039;&#039; sign in their name are rental projects.&amp;lt;br&amp;gt;&lt;br /&gt;
The name corresponds to the domain name of a Devices App installation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All software licensing and device management can be just done through the Devices App itself, see [[Reference13r1:Concept_App_Service_Devices#Rental_program_and_Payment_method]].&amp;lt;br&amp;gt;&lt;br /&gt;
Just &#039;&#039;&#039;hardware licenses&#039;&#039;&#039; still need to be bound inside my.innovaphone currently and have to be downloaded there and uploaded on the device itself just as usual.&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
On the balance page you will see the balance of the currently selected project or the balance of all your projects together.&lt;br /&gt;
The balance is bound to your company and &#039;&#039;&#039;not&#039;&#039;&#039; to your user account. The balance is bound to a specific project, but can be shared for license creation or activation key creation if wished.&amp;lt;br&amp;gt;&lt;br /&gt;
Sharing the balance over several projects is not possible in external projects!&lt;br /&gt;
&lt;br /&gt;
[[Image:Balancepage.jpg|center|thumb|200px|balancepage.jpg/|balancepage.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Free licenses====&lt;br /&gt;
&lt;br /&gt;
Here you see a list of all your free licenses. If you return licenses from one of your devices, the returned licenses are stored in your free licenses pool. You can assign these licenses to another device (see [[#Add licenses from free licenses|&#039;Add licenses from free licenses&#039;]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Balance_free_lics.jpg|center|thumb|200px|balance_free_lics.jpg/|balance_free_lics.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The bind date, SSA end date and the external key (like DECT-Multi-Cell-Ari) are stored for each license.&lt;br /&gt;
&lt;br /&gt;
===Activations===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see a list of all your bound activation keys with their licenses here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Activations.jpg|center|thumb|200px|activations.jpg/|activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Add an activation key====&lt;br /&gt;
To increase your projects balance, select one of your projects, follow the &amp;quot;Add&amp;quot; link and enter the activation key in the corresponding field. You can also enter an optional comment for this key. You will then get a listing of all contained licenses. After commiting this key, your project balance will have been increased by the keys values.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Deselect the current project&amp;quot; to view all activation keys independent of the selected project.&lt;br /&gt;
&lt;br /&gt;
====Search for an activation key by your order number====&lt;br /&gt;
Enter your own order number (or nothing), to view your activation keys for this order.&lt;br /&gt;
&lt;br /&gt;
====License certificate====&lt;br /&gt;
You can always download the innovaphone license certificate for activation keys in your projects. Simply press the download link in the list at the right side.&lt;br /&gt;
&lt;br /&gt;
===Own Activations===&lt;br /&gt;
Here you&#039;ll see a list of all created activation keys in the selected project (or over all projects).&lt;br /&gt;
&lt;br /&gt;
You can create activation keys on the project page for other users/companies or to simply transfer licenses from one project to another.&amp;lt;br&amp;gt;&lt;br /&gt;
You can enter a comment, an order number and an order reference. The &#039;&#039;&#039;order number&#039;&#039;&#039; is your own order number for the key and the &#039;&#039;&#039;order reference&#039;&#039;&#039; is the reference number of the customer, who receives the newly created key.&amp;lt;br&amp;gt;&lt;br /&gt;
The order reference and order number will be shown in the innovaphone license certificate.&lt;br /&gt;
&lt;br /&gt;
[[Image:Created_activations.jpg|center|thumb|200px|created_activations.jpg/|created_activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You have to select an activation key in the activation key list to update or delete it.&lt;br /&gt;
&lt;br /&gt;
  Updating and deleting a key is only possible, if this key is not assigned.&lt;br /&gt;
&lt;br /&gt;
====Update====&lt;br /&gt;
Add more licenses to this key or change its comment, order number and order reference.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also remove licenses by entering e.g. -2, if you want to remove 2 licenses from the key.&lt;br /&gt;
&lt;br /&gt;
[[Image:Own activations update.jpg|center|thumb|200px|own_activations_update.jpg/|own_activations_update.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete this key. Its licenses will go back into the balance of the currently selected project.&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
To view your devices you first have to click on the &amp;quot;Show&amp;quot; button. You can leave the filter field empty if you want to view all your devices.&lt;br /&gt;
&lt;br /&gt;
[[Image:Devices_page.jpg|center|thumb|200px|devices_page.jpg/|devices_page.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Red marked device names are devices, which are currently in RMA.&lt;br /&gt;
&lt;br /&gt;
  MAC addresses of RMA devices do not longer start with 01-...&lt;br /&gt;
&lt;br /&gt;
====List====&lt;br /&gt;
A List of your devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You can deselect the current project/device to list all your devices.&lt;br /&gt;
&lt;br /&gt;
Select a certain device from the device list, to manage its properties, licenses etc.&lt;br /&gt;
&lt;br /&gt;
  Actions on multiple devices:&lt;br /&gt;
  * Move: move several devices into another project at once (see [[#Move device|Move Device]])&lt;br /&gt;
  * Remove: remove several devices at once (see [[#Remove|Remove]])&lt;br /&gt;
&lt;br /&gt;
=====Add=====&lt;br /&gt;
Follow the &amp;quot;Add new devices&amp;quot; link on the devices page.&lt;br /&gt;
&lt;br /&gt;
There you have a few options:&lt;br /&gt;
* You can add a single new device&lt;br /&gt;
* You can add devices according to a mac address range (e.g. from 00-90-33-08-20-00 to 00-90-33-08-22-00), maximum 50 at once&lt;br /&gt;
* You can add devices by uploading a text file with mac addresses like this (maximum 50 at once, each line one mac):&lt;br /&gt;
&lt;br /&gt;
  00-90-33-08-20-20&lt;br /&gt;
  00-90-33-08-20-21&lt;br /&gt;
  00-90-33-08-20-22&lt;br /&gt;
  00-90-33-24-20-20&lt;br /&gt;
&lt;br /&gt;
* You can add devices according to your received order number. Just enter you order number and you will get a list of all devices bount to this number.&lt;br /&gt;
&lt;br /&gt;
Note: MAC addresses can be always given like this:&lt;br /&gt;
* 00-90-33-xx-xx-xx&lt;br /&gt;
* 00:90:33:xx:xx:xx&lt;br /&gt;
* 009033xxxxxx&lt;br /&gt;
* xxxxxx (00-90-33- will then be added automatically)&lt;br /&gt;
&lt;br /&gt;
There might be errors, if you try to add a device. They are explained [[#Image explanation|here]].&lt;br /&gt;
&lt;br /&gt;
  As the device warranty will be handled by licenses now, you can also add telephone devices&lt;br /&gt;
  to your projects.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extensions=====&lt;br /&gt;
&lt;br /&gt;
Here you can add warranty extension licenses for all devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll get a list of all devices with the corresponding license type(s) and you can specify the years for each device (or for all devices by entering the number in the list header).&amp;lt;br&amp;gt;&lt;br /&gt;
After confirming your selection, you&#039;ll get an overview of all needed licenses, which you have to confirm too. &amp;lt;br&amp;gt;&lt;br /&gt;
  Note: Warranty extensions are delivered via an Activation Key (ACT-xxx), as they are licensed items that can be ordered from us. Please remember to charge your balance with an activation key containing either a GVL-Purchase or &lt;br /&gt;
  GVL-Within-Warranty license items.&lt;br /&gt;
&lt;br /&gt;
=====Check licence, SSA and warranty status of a device=====&lt;br /&gt;
Here you can list licenses with ssa and the warranty end date of a device, which is not in one of your projects.&amp;lt;br&amp;gt;&lt;br /&gt;
For this option to work, you have to link your innovaphone customer ID (5 digits) to your my.innovaphone company. (As the warranty is also the one we grant to our distributors, we don&#039;t want to get an end customer confused.)&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as CSV=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a CSV file.&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as PDF with barcodes=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a PDF file with a barcode for each MAC address.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Barcode ist vom Typ C128B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
&lt;br /&gt;
Change the name and comment of a device.&lt;br /&gt;
  You can only change the name, if it&#039;s no MAC or IPEI.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here you have also the possibility, to directly request RMA for this device with prefilled values.&lt;br /&gt;
&lt;br /&gt;
====Licenses====&lt;br /&gt;
Here you can add, download or move licenses.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from balance=====&lt;br /&gt;
To create new licenses for a device, you have to add this device first on the devices page and then select a version of the license &lt;br /&gt;
and whether you want to summate the current licencing. If you select current licenses, then older licenses for example V6 or V7 licenses will also be counted as V8 licenses in the next overview. This is necessary if you want to license a V6 unit with V8 licenses, but still want to use it as V6.&lt;br /&gt;
After that click &amp;quot;Next&amp;quot;.&lt;br /&gt;
On the next page you will see a list of all available license types, which depends on your current available license types, of the selected license version and the device type (IP6000, IP800 e.g.):&lt;br /&gt;
[[Image:licenses.jpg|center|thumb|200px|licenses.jpg/|licenses.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You see the available project balance, the balance over all projects (excluding external projects), the currently installed licenses and the maximum amount for this device type. You can now enter the value of the new license.&lt;br /&gt;
Base/Upgrade licenses can be selected via dropdown box. &lt;br /&gt;
&#039;&#039;&#039;Voicemail and Standby lics must always have the same amount as the selected PBX-PBX... license!&lt;br /&gt;
The maximum amount of PBX-Registration licenses equals the amount of the selected PBX-PBX... license!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The whished overall amount of pbx version 8 and above licenses can be specified here and the concrete amount of license sub types will be requested on the next page.&lt;br /&gt;
&lt;br /&gt;
 You can preview the SSC calculation of the wished licenses without having them in your balance.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses2.jpg|center|thumb|200px|licenses2.jpg/|licenses2.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The best (cheapest) combination of each v8 pbx license type is already filled in, but you might change the amount of sub types if your does not fit and you do not want to purchase new activation keys for the sub types.&lt;br /&gt;
&lt;br /&gt;
The column SSC/Unit is just shown if your project is currently under SSA and you have entered a SSA end date.&lt;br /&gt;
&lt;br /&gt;
  The SSC multiplicator is the value, which you have to multiplicate with each license unit to get &lt;br /&gt;
  the corresponding SSC amount.&lt;br /&gt;
  E.g. if you have 20 units of PBX-Port8*20 licenses with a SSC value of 54 and a multiplicator of &lt;br /&gt;
  1.0000 (which equals to 365 days) you have to pay 20*54*1.0000 ~ 1080 SSCs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you create licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the currently selected version twice.&amp;lt;br&amp;gt;&lt;br /&gt;
  e.g.: you want to bind licenses for V6 with SSA, so you have to pay SSCs from the release date of V7&lt;br /&gt;
&amp;lt;br&amp;gt;You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the new binding.&lt;br /&gt;
&lt;br /&gt;
Now confirm your new selection. If you have not enough licenses in your current project, but there are still licenses in other projects, you will get a dropdown box with a list of all projects containing the needed licenses. You can now select all desired/needed projects and confirm your selection again.&lt;br /&gt;
The balance of all selected projects will then be decreased by the needed amount.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from free licenses=====&lt;br /&gt;
&lt;br /&gt;
Here you can assign licenses, which you returned from other devices.&lt;br /&gt;
You will also have to select the desired version and will than get a list of fitting licenses according to the current device and selected version.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses_free.jpg|center|thumb|200px|licenses_free.jpg/|licenses_free.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If a license is under SSA, the correct license type is shown in column &#039;License Type&#039; besides the &#039;Original Type&#039;.&lt;br /&gt;
On confirming the selection, a consistency check is done (e.g. only 4 Relay-PRI licenses on an IP6000).&lt;br /&gt;
Bind and SSA end date will be maintained for each license.&lt;br /&gt;
&lt;br /&gt;
As external keys are also maintained, you can select e.g. an old Dect-Multicell-Ari license to have the same ARI on another IP1200.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses &lt;br /&gt;
  to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
  You will have to confirm this after your first license selection (this is the same calculation as [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the binding.&lt;br /&gt;
&lt;br /&gt;
=====Add V7 floating license (slave pbx)=====&lt;br /&gt;
Here you can add a V7 floating license for a slave pbx. A device with a floating license can&#039;t have V7 pbx licenses and a device with V7 pbx licenses can&#039;t have a floating license.&lt;br /&gt;
&lt;br /&gt;
=====Delete V7 floating license=====&lt;br /&gt;
Here you can delete an already existing floating license, if you won&#039;t use it anymore.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extension licenses=====&lt;br /&gt;
Extend your warranty by adding warranty extension licenses:&lt;br /&gt;
&lt;br /&gt;
[[Image:add_warranty.jpg|center|thumb|200px|add_warranty.jpg/|add_warranty.jpg/]]&lt;br /&gt;
&lt;br /&gt;
  If you add the warranty extension immediately after the receipt of your device,&lt;br /&gt;
  you can add the cheaper warranty extension licenses, otherwise you&#039;ll have to add&lt;br /&gt;
  the more expensive ones.&lt;br /&gt;
&lt;br /&gt;
  You can extend the warranty for a maximum of four years.&lt;br /&gt;
&lt;br /&gt;
=====Download licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download.jpg|center|thumb|200px|device_download.jpg/|device_download.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You will get a dropdown with all available versions. Versions are dependent of your device, your licenses and of the ssa of your licenses.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;From V9 on&#039;&#039;&#039;, you just have one option, which will create a license file, which contains the licenses upgraded to the highest version of their type.&amp;lt;br&amp;gt;&lt;br /&gt;
You are able to download downgraded versions of your licenses. E.g. if you have only V8 licenses, you can download a V7 license file (same restrictions as below).&lt;br /&gt;
&lt;br /&gt;
  Downgrades or only possible down to version 6!&lt;br /&gt;
&lt;br /&gt;
If you do not want to download licenses by version, you have to decide whether to download the licenses encrypted or not.&lt;br /&gt;
&#039;&#039;&#039;If you download the licenses unencrypted, you won&#039;t be able to return those licenses anymore.&#039;&#039;&#039;&lt;br /&gt;
So you won&#039;t be able to return licenses for devices with V5-V7 licenses, as licenses for these versions are not encrypted.&lt;br /&gt;
To return these licenses, you will have to upgrade to a new bootcode, which prevents firmware downgrades to versions below version 8.&amp;lt;br&amp;gt;&lt;br /&gt;
Encrypted licenses are stored in a xml file, which you can then upload on your V8 (or higher) device.&lt;br /&gt;
&lt;br /&gt;
  You can now also download licenses directly from by the web interface of a device. &lt;br /&gt;
  You just have to enter your account data and start downloading the licenses from my.innovaphone.com &lt;br /&gt;
  without having to download/upload a license file.&lt;br /&gt;
&lt;br /&gt;
=====Download test licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download_test.jpg|center|thumb|200px|device_download_test.jpg/|device_download_test.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You can also download test licenses if you want to run tests. You will be asked, which version you want to use, whether the device is used as slave and if not used as slave, how many pbx licenses you want to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: Since V11, trial licenses are valid for 3 months and can be released once for a dedicated device. After expiration of those 3 months no further trial license creation for this device is possible.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 V5 does &#039;&#039;&#039;not&#039;&#039;&#039; support test licenses!&lt;br /&gt;
&lt;br /&gt;
=====Download App development license=====&lt;br /&gt;
If you&#039;re an App developer, you have the possibility, to generate a real license for you Apps which will contain your manufacturer prefix.&amp;lt;br/&amp;gt;&lt;br /&gt;
The manufacturer prefix has to deposited at your my.innovaphone company by innovaphone before you can use this feature.&lt;br /&gt;
&lt;br /&gt;
 You can just have up to &#039;&#039;&#039;three&#039;&#039;&#039; different devices per company for which you can create such licenses!&lt;br /&gt;
 These licenses aren&#039;t allowed for production usage!&lt;br /&gt;
&lt;br /&gt;
You see your already used MAC addresses on this page too if you already created such licenses before.&lt;br /&gt;
&lt;br /&gt;
If your manufacturer prefix is &#039;&#039;&#039;innovaphone&#039;&#039;&#039;, you can enter license names like:&lt;br /&gt;
* App(innovaphone-app1)15&lt;br /&gt;
* Service(innovaphone-app2)15&lt;br /&gt;
&lt;br /&gt;
=====Move licenses to another device=====&lt;br /&gt;
If you have the needed account rights or the device is already in RMA, you can move licenses to another device. After moving licenses, the former device will be marked as a RMA device.&lt;br /&gt;
&lt;br /&gt;
  You can just move licenses to devices without licenses!&lt;br /&gt;
&lt;br /&gt;
=====Mix of rental and purchased licenses=====&lt;br /&gt;
From &#039;&#039;&#039;13r2 SR12&#039;&#039;&#039; onwards you can mix rental and purchased licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
A device with rental licenses will be always inside a rental project (you recognize such a project by it&#039;s starting and ending &#039;&#039;&#039;$&#039;&#039;&#039; in the name).&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now add licenses from the balance to a device in such a rental project.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you invalidate lifetime licenses on such a device, just purchased licenses are returned. Rental licenses stay bound until you remove them inside your Devices App! (under rental menu)&lt;br /&gt;
Inside my.innovaphone you will always see both rental and purchased licenses. Inside the Devices App, you will just see the rental licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You must download and/or install the purchased licenses as usual.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A 13r1 PBX or a PBX with an older SR will just recognize rented licenses!&lt;br /&gt;
&lt;br /&gt;
 If your PBX is already inside a non rental project, it will be automatically added to a rental project if you add rental licenses. You then may have the device in two different projects (one rental, one normal), which is no issue.&lt;br /&gt;
&lt;br /&gt;
====Move device====&lt;br /&gt;
Here you can move the current device or the selected devices to another project.&amp;lt;br&amp;gt;&lt;br /&gt;
If you select a SSA project, you can change the SSA end date for the move process.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If the other project is under SSA, you will first see a SSC calculation, which you have to confirm, &lt;br /&gt;
  as the SSA date for each SSA license will be extended until the given SSA end date &lt;br /&gt;
  (this is the same calculation as adding SSA to an already existing project, see [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the move.&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
====Returning of licenses====&lt;br /&gt;
&lt;br /&gt;
By the invalidation, licenses are returned to the free balance of the project to which the device belongs in the Portal my.innovaphone.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can then bind the licenses from the free balance to another device.&lt;br /&gt;
&lt;br /&gt;
=====Requirements=====&lt;br /&gt;
* V8 or higher&lt;br /&gt;
* access to the webinterface&lt;br /&gt;
* a device certificate&lt;br /&gt;
* my.innovaphone login credentials&lt;br /&gt;
* &#039;&#039;&#039;no IPVA device&#039;&#039;&#039;&lt;br /&gt;
* no &#039;In House&#039; licenses&lt;br /&gt;
&lt;br /&gt;
=====Informations=====&lt;br /&gt;
&lt;br /&gt;
You can invalidate V8 (or higher) licenses by uploading the XML file, you got from your device or by returning your licenses over the web interface of your device ([[Reference12r1:Configuration/General/License]]), in order to return [[Reference15r1:Licenses#Gateway Licenses|PBX licenses]] back to the free balance.&lt;br /&gt;
&lt;br /&gt;
V7 licenses can be just returned, if you agree, that you won&#039;t be able to downgrade below V8 anymore. You will need a new bootcode, to use this function. &#039;&#039;&#039;You need a V8 firmware or higher for invalidation.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your device has access to my.innovaphone.com, you can also invalidate licenses directly from the web interface of the device.&lt;br /&gt;
&lt;br /&gt;
[[Reference15r1:Licenses#Gateway Licenses|Gateway licenses]] and warranty extensions won&#039;t be returned to the balance and remain to be assigned to the device!&lt;br /&gt;
&lt;br /&gt;
The licenses needn&#039;t be present on the local device to perform the invalidation!&lt;br /&gt;
&lt;br /&gt;
SSA are bound to the license and not lost when performing invalidation.&lt;br /&gt;
&lt;br /&gt;
=====Process=====&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# enter your my.innovaphone account, the device must be in one of your projects&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Transfer (this might fail, if NTP or DNS is not configured properly or device certificate is not installed)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has no internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Backup and upload this file on my.innovaphone [[#Upload the invalidation document to return licenses|here]] (Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation)&lt;br /&gt;
# you&#039;ll get a confirmation file after uploading the saved file&lt;br /&gt;
# upload this on the device (under Step1)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;Your IP800 does not have a device certificate on it.&amp;quot; - In this case you need to download a hardware certification,&lt;br /&gt;
  please contact the innovaphone [mailto:license@innovaphone.com license department].&lt;br /&gt;
&lt;br /&gt;
=====Download confirmation file=====&lt;br /&gt;
If you created a new certificate or you invalidated your licenses, you can later download the confirmation file, which you have to upload on the box.&lt;br /&gt;
&lt;br /&gt;
=====Request certificate=====&lt;br /&gt;
If you have the needed rights, you can request a new device certificate for your device.&lt;br /&gt;
&lt;br /&gt;
=====Upload the invalidation document to return licenses=====&lt;br /&gt;
Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation:&lt;br /&gt;
&lt;br /&gt;
Upload the invalidation document, which you got from the website of the device to return the licenses of this device.&lt;br /&gt;
&lt;br /&gt;
After uploading you&#039;ll get a confirmation file, which you have to upload on your device.&lt;br /&gt;
&lt;br /&gt;
====Remove====&lt;br /&gt;
You can always remove devices from a project. If they have licenses, these won&#039;t be deleted, so you might add the device to another project again.&lt;br /&gt;
&lt;br /&gt;
===History===&lt;br /&gt;
[[Image:history.jpg|center|thumb|200px|history.jpg/|history.jpg/]]&lt;br /&gt;
You can view your history for several contexts:&lt;br /&gt;
* Company: history of all actions in your company&lt;br /&gt;
* User: history of all actions of the selected user&lt;br /&gt;
* Device: history of all actions for the selected device&lt;br /&gt;
&lt;br /&gt;
Each context applies to the currently selected project.&lt;br /&gt;
If you deselect the current project, you will see the history over all projects.&lt;br /&gt;
&lt;br /&gt;
You can select to view the history of the last day, week, month, year or from always. Collecting data might take a while...&lt;br /&gt;
&lt;br /&gt;
===Company===&lt;br /&gt;
Manage users SSA expiry email flag, import other companies or add your companies innovaphone ID.&lt;br /&gt;
&lt;br /&gt;
====Users====&lt;br /&gt;
&lt;br /&gt;
You can just edit the SSA expiry email flag here. The other user settings moved to the [[#Authorized Persons| Authorized persons tab]].&lt;br /&gt;
&lt;br /&gt;
====Join (admin only)====&lt;br /&gt;
As admin you can also join another company into your company by entering an admin account of this company. This might be usefull if one user of your company has accidentally created an own company.&amp;lt;br&amp;gt;&lt;br /&gt;
Everything like projects, users, devices, balance, activations etc. will be imported!&amp;lt;br&amp;gt;&lt;br /&gt;
You also have to enter the company id of the company, which is to be imported. You can find this company under Licenses-&amp;gt;Company and the company tab.&lt;br /&gt;
&lt;br /&gt;
  This is not available for non company admin users.&lt;br /&gt;
&lt;br /&gt;
  The joined company will be deleted afterwards!&lt;br /&gt;
&lt;br /&gt;
====Company====&lt;br /&gt;
&lt;br /&gt;
You can check the &#039;&#039;&#039;Device SSA&#039;&#039;&#039; checkbox, if you want to receive SSA expiry reminder mails for each device independent of the projects SSA end date.&lt;br /&gt;
These mails will be send weekly seven weeks before the SSA for a license a the device expires.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also enter additional email addresses, which should receive SSA emails.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can define a global &#039;&#039;&#039;end user expiry mail text&#039;&#039;&#039; here, which will be sent to end users, if end users are configured in a [[#SSA Expiry Mail| project]]. This text can be overridden by a text in a project under [[#SSA Expiry Mail| SSA Expiry Mail]].&lt;br /&gt;
&lt;br /&gt;
==RMA==&lt;br /&gt;
Here you can see all your RMA devices, which arrived innovaphone already. The licenses of this macadresses are moveable.&lt;br /&gt;
[[Image:rma.jpg|center|thumb|200px|rma.jpg/|rma.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to request RMA for a certain device, go to the device properties and follow the &amp;quot;Request RMA&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
===Mantis===&lt;br /&gt;
Here you&#039;ll get a list of all open cases and [[Understanding the innovaphone trouble ticket status page#Information available| additional info regarding their state]] in our ticket system. This list is composed of all tickets assigned to email addresses of your my.innovaphone users in your company.&amp;lt;br&amp;gt;&lt;br /&gt;
Often used functions:&lt;br /&gt;
* You can click on the ticket number (&amp;quot;ID&amp;quot; column) to open an email prepared with the right emailadress and subject to address this case.&lt;br /&gt;
* You can click on the &#039;&#039;History&#039;&#039; link to get an overview of the already made communication with our support/presales-team.&lt;br /&gt;
* Another important new function is the option to upload larger files to your support/presales tickets using the &#039;&#039;Fileupload&#039;&#039; column.&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
You can convert audio files into G.7xx files which you can use as announcements.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Supported input formats:&lt;br /&gt;
* mp3&lt;br /&gt;
* wav&lt;br /&gt;
* ogg&lt;br /&gt;
* flac&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
;Generated output formats:&lt;br /&gt;
* G.711u&lt;br /&gt;
* G.711a&lt;br /&gt;
* G.729&lt;br /&gt;
* G.723&lt;br /&gt;
* G.722&lt;br /&gt;
&lt;br /&gt;
==Image explanation==&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
====Already In Company====&lt;br /&gt;
[[Image:Icon_in_company_inno_01.png|icon_in_company_inno_01.png/|icon_in_company_inno_01.png/]]&lt;br /&gt;
* This device already exists in your company and can&#039;t be added/imported.&lt;br /&gt;
If you want to import this device anyway, you first have to delete your current device from its project.&lt;br /&gt;
&lt;br /&gt;
====Already Imported====&lt;br /&gt;
[[Image:Icon_imported_inno_01.png|icon_imported_inno_01.png/|icon_imported_inno_01.png/]]&lt;br /&gt;
* This device has been already imported. &lt;br /&gt;
You can&#039;t import it again.&lt;br /&gt;
&lt;br /&gt;
====Not Found====&lt;br /&gt;
[[Image:Icon_not_found_inno_01.png|icon_not_found_inno_01.png/|icon_not_found_inno_01.png/]]&lt;br /&gt;
* This device was not found in the my innovaphone database. &lt;br /&gt;
This should never happen, but if, contact the administrator.&lt;br /&gt;
&lt;br /&gt;
====IPVA MAC exists====&lt;br /&gt;
[[Image:Icon_ip_va_exists_inno_01.png|icon_ip_va_exists_inno_01.png/|icon_ip_va_exists_inno_01.png/]]&lt;br /&gt;
* An IPVA MAC address must be unique and can be assigned to just one company. You tried to add an already existing IPVA MAC.&lt;br /&gt;
Please assign a new one to your IPVA. For further details, see [[Reference13r2:Concept_Innovaphone_Virtual_Appliance#License_Configuration]].&lt;br /&gt;
&lt;br /&gt;
my.innovaphone supports the following MAC address ranges:&lt;br /&gt;
* 00-50-56-...&lt;br /&gt;
* 00-15-5d-...&lt;br /&gt;
* 00-03-ff-...&lt;br /&gt;
* 00-0d-3a-...&lt;br /&gt;
* 00-12-5a-...&lt;br /&gt;
* 00-17-fa-...&lt;br /&gt;
* 00-50-f2-...&lt;br /&gt;
* 00-1d-d8-...&lt;br /&gt;
* 00-05-69-...&lt;br /&gt;
* 00-1c-14-...&lt;br /&gt;
* 00-0c-29-...&lt;br /&gt;
* 00-1d-db-...&lt;br /&gt;
* 5a-ad-1d-...&lt;br /&gt;
* 48-e9-ca-...&lt;br /&gt;
* 02-01-04-...&lt;br /&gt;
* bc-24-...&lt;br /&gt;
* e2-... &#039;&#039;this is an autogenerated MAC address of innovaphone cloud containers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Warnings===&lt;br /&gt;
&lt;br /&gt;
====Several Companies====&lt;br /&gt;
[[Image:Icon_several_companies_inno_01.png|icon_several_companies_inno_01.png/|icon_several_companies_inno_01.png/]]&lt;br /&gt;
* This device is already in another company.&lt;br /&gt;
This means, that either you do not have the physical device or it once belonged another company.&lt;br /&gt;
You can still import/add this device and you will have access to all of its current licenses.&lt;br /&gt;
&lt;br /&gt;
====Several Users====&lt;br /&gt;
[[Image:Icon several users inno 01.png|icon_several_users_inno_01.png/|icon_several_users_inno_01.png/]]&lt;br /&gt;
* This device has licenses from several users of the old license manager.&lt;br /&gt;
This means, that you are not neccessarily the user, who physically owns this device. If you do not own it, do not import it.&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
====No downgrade====&lt;br /&gt;
[[Image:no_downgrade.png|no_downgrade.png/|no_downgrade.png/]]&lt;br /&gt;
* Licenses, which have been downloaded for V5/V6/V7, were returned from this device, so no downgrade to these versions is allowed any more.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- myinno my innovaphone my_inno my_innovaphone my-innovaphone my-inno--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release dates==&lt;br /&gt;
V5:  January 1st 2003&amp;lt;br&amp;gt;&lt;br /&gt;
V6:  November 2nd 2006&amp;lt;br&amp;gt;&lt;br /&gt;
V7:  November 14th 2008&amp;lt;br&amp;gt;&lt;br /&gt;
V8:  December 7th 2009&amp;lt;br&amp;gt;&lt;br /&gt;
V9:  April 26th 2011&amp;lt;br&amp;gt;&lt;br /&gt;
V10: July 8th 2013&amp;lt;br&amp;gt;&lt;br /&gt;
V11: February 9th 2015&amp;lt;br&amp;gt;&lt;br /&gt;
V12: July 11th 2016&amp;lt;br&amp;gt;&lt;br /&gt;
V13: May 13th 2019&amp;lt;br&amp;gt;&lt;br /&gt;
V14: December 20th 2023&amp;lt;br&amp;gt;&lt;br /&gt;
V15: March 25th 2025&amp;lt;br&amp;gt;&lt;br /&gt;
V16: April 28 2026&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==myplay==&lt;br /&gt;
[[https://myplay.innovaphone.com myplay]] offers a platform to test all my.innovaphone related content. You can create activation keys, licenses, accounts, projects and so on to learn it or to calculate possible scenarios.&lt;br /&gt;
&lt;br /&gt;
===Base===&lt;br /&gt;
The base of the database is the my.innovaphone database from the 13.8.2010. All accounts, companies and projects have been imported and are available until this date.&amp;lt;br&amp;gt;&lt;br /&gt;
From this date on the databases won&#039;t be synchronised any more (despite of the device table)!&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
You can change your balance by yourself. Simply select the license type in the dropdown box on the balance page, enter the desired amount and your balance will be increased by this type.&lt;br /&gt;
&lt;br /&gt;
===Activation keys===&lt;br /&gt;
You can create own activation keys. These will have the prefix &amp;quot;PLAY-&amp;quot; to identify them as play activation keys. You won&#039;t be able to upload them on my.innovaphone.com.&lt;br /&gt;
&lt;br /&gt;
===Licenses===&lt;br /&gt;
After having selected a device under Licenses-&amp;gt;Devices, you can add/change licenses as you want by selecting new ones in the dropdown box or changing existing ones.&lt;br /&gt;
&lt;br /&gt;
====Download====&lt;br /&gt;
You will always just download test licenses here!&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
Won&#039;t be possible here, because this is hardware related and can&#039;t be simulated.&lt;br /&gt;
&lt;br /&gt;
====Checkbox editing via list====&lt;br /&gt;
* &#039;D&#039; Deletes the license&lt;br /&gt;
* &#039;B&#039; Puts the license back into the projects balance&lt;br /&gt;
* &#039;F&#039; Puts the license into the pool of free licenses&lt;br /&gt;
&lt;br /&gt;
===Device RMA===&lt;br /&gt;
You can put a device under RMA to test this scenario (Licenses-&amp;gt;Devices, select a device and -&amp;gt;Properties). You can also remove the RMA status here.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External interface==&lt;br /&gt;
&lt;br /&gt;
There is an external interface, which you can use to control some functionality without a login to the my.innovaphone web site.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use the interface with an &#039;&#039;&#039;HTTP GET&#039;&#039;&#039; request to the following URL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php&amp;lt;/code&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Configure a trust value and a URL (can be a dummy URL if not used otherwise) unter Licenses -&amp;gt; Project -&amp;gt; Properties and tick &amp;quot;Configure Update-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===General parameters for all commands===&lt;br /&gt;
:;cmd: the wished command&lt;br /&gt;
:;email: the email address of a user who is registered in my.innovaphone&lt;br /&gt;
:;project_id: the project ID of the project where the user has access to (you can find the project ID under [[#Properties| Licenses-&amp;gt;Projects-&amp;gt;Properties]])&lt;br /&gt;
:;hash: an SHA256 hash value which is computed over all GET parameters but the hash parameter itself plus the &#039;&#039;&#039;trust&#039;&#039;&#039; value of the project (see [[#Properties|Reference:My_Innovaphone#Properties]])&lt;br /&gt;
:;hash: the values of the GET parameters have to be URL encoded before calculation of the hash&lt;br /&gt;
&lt;br /&gt;
;Example: URL &amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php?cmd=addDevice&amp;amp;email=user@example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;hash=b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&amp;lt;/code&amp;gt;&lt;br /&gt;
:;project trust value: 1234567890abcdef&lt;br /&gt;
:;the data of the SHA256 hash: ?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&lt;br /&gt;
:;example PHP function call to generate the hash: hash(&amp;quot;sha256&amp;quot;, &amp;quot;?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&amp;quot;);&lt;br /&gt;
:;with the current values, the function should return: b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&lt;br /&gt;
&lt;br /&gt;
===Add a device to a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;addDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
:;[device_desc]: optional, a description for the new device&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Remove a device from a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;delDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Get the warranty of a device===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;getWarranty&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;warranty: a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
:;warrantyStr: a string like &#039;&#039;&#039;&amp;quot;2015-11-26 00:00:00&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Create a new project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters: you must use the project_id and trust value of an already existing project!&lt;br /&gt;
:;cmd: &#039;&#039;&#039;createProject&#039;&#039;&#039;&lt;br /&gt;
:;project_name: the name of the new project&lt;br /&gt;
:;[project_desc]: optional, a description for the new project&lt;br /&gt;
:;[update_url]: optional, an update URL for the project (do not forget to URL encode the value inside your HTTP GET request!)&lt;br /&gt;
:;[ssa_due_date]: optional, a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;projectId: the project id of the created project&lt;br /&gt;
&lt;br /&gt;
 The newly created project is created with the same trust value which was used for the creation request. This allows you to directly use the API with the new project.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Smaller issues===&lt;br /&gt;
* Devices where imported into a project with SSA. If this happened to you, please move the corresponding devices into a project &#039;&#039;&#039;without&#039;&#039;&#039; SSA and back into the project &#039;&#039;&#039;with&#039;&#039;&#039; SSA to extend/add SSA for the licenses until the SSA end date.&lt;br /&gt;
* IE7 moves a list under the menu, when a list becomes to wide&lt;br /&gt;
===Licenses don&#039;t work on a device, where an invalidation has been done===&lt;br /&gt;
A possible reason here is, that the invalidation process hasn&#039;t been completed.&lt;br /&gt;
To resolve this issue, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Download the Confirmation File (Certificate) from http://my.innovaphone.com under [[#Invalidation|Invalidation]] after selecting the project and the device&lt;br /&gt;
* Open [[Reference9:General/License/my.innovaphone|General-&amp;gt;License-&amp;gt;my.innovaphone.com]] on your device&lt;br /&gt;
* Click on &amp;quot;Invalidate&amp;quot; (no my.innovaphone credentials needed)&lt;br /&gt;
* Upload the previously downloaded confirmation file newcert-00-90-33-xx-xx-xx.xml as &amp;quot;Confirmation file&amp;quot;&lt;br /&gt;
* Reset the box&lt;br /&gt;
* Reupload the licenses&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer doesn&#039;t work===&lt;br /&gt;
Yes, that&#039;s correct. Please use an up to date version of Chrome, Firefox or Edge!&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79990</id>
		<title>Reference:My Innovaphone</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:My_Innovaphone&amp;diff=79990"/>
		<updated>2026-06-15T14:38:46Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Release dates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Where is my old my.innovaphone?==&lt;br /&gt;
Don&#039;t worry, just login with your old my.innovaphone account! You will be asked to confirm your forename and surname (just a &#039;&#039;&#039;natural person&#039;&#039;&#039; is allowed) and accept some terms and conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
Afterwards you find the old license/device view inside the [[#Licenses tab| Licenses tab]].&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
my.innovaphone allows the handling of licenses and includes the handling of device warranty and software service agreements.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also sign contracts here for different purposes.&lt;br /&gt;
&lt;br /&gt;
===Project-View===&lt;br /&gt;
My innovaphone offers the possibility for several users to be in one company. This company shares its balance of licenses over all users and can have several projects. Projects have their own balance of license types and devices are bound to a project.&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
My innovaphone will support multiple languages. You can select your desired language at the top of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently supported languages:&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* Italian&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
* Spanish (partially)&lt;br /&gt;
* Polish (partially)&lt;br /&gt;
&lt;br /&gt;
===Guides===&lt;br /&gt;
&lt;br /&gt;
====Quickstart guide====&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_nl.pdf Dutch quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_en.pdf English quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_fr.pdf French quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_de.pdf German quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://my.innovaphone.com/docs/my_innovaphone_Quick_Start_Guide_it.pdf Italian quickstart guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SSA guide====&lt;br /&gt;
;V10 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10nl.pdf Dutch SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10pl.pdf Polish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_V10es.pdf Spanish SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;V8 and greater:&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_en.pdf English SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_fr.pdf French SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_de.pdf German SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://my.innovaphone.com/docs/innovaphone_SSA_Leitfaden_it.pdf Italian SSA guide]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Open [https://my.innovaphone.com my.innovaphone.com] and click the &amp;quot;I would like to create a new personal user account&amp;quot; link.&lt;br /&gt;
Enter your personal data and register.&lt;br /&gt;
&lt;br /&gt;
You will receive a registration email with an activation link.&lt;br /&gt;
After account activation you have two options:&lt;br /&gt;
* create a new my.innovaphone company with the &amp;quot;Create company account&amp;quot; button&lt;br /&gt;
* ask another user of your company to invite your email address to an already existing company&lt;br /&gt;
&lt;br /&gt;
If you accidentally created an own my innovaphone company, just ask another user of your company to import your just created company.&lt;br /&gt;
&lt;br /&gt;
If you create a new company, you can &#039;&#039;&#039;optionally&#039;&#039;&#039; enter your innovaphone account ID (which is your customer number with innovaphone) with your postal code, to retrieve your company data.&lt;br /&gt;
&lt;br /&gt;
  Inside the license tab of the my.innovaphone portal, you will see a help link at the right side of the horizontal tab menu. &lt;br /&gt;
  This link shows the corresponding text of the wiki section, when hovering with the mouse over it, &lt;br /&gt;
  and redirects to the corresponding wiki menu, if clicked.&lt;br /&gt;
&lt;br /&gt;
  It is possible, that one user is member of serveral companies!&lt;br /&gt;
&lt;br /&gt;
==Left bar==&lt;br /&gt;
If you open the left bar, you have the options to:&lt;br /&gt;
* select one of your companies&lt;br /&gt;
* edit your personal user account&lt;br /&gt;
** user name&lt;br /&gt;
** email address&lt;br /&gt;
** flag to recieve SSA expiry emails&lt;br /&gt;
** password&lt;br /&gt;
* create a new company&lt;br /&gt;
[[Image:Myinnovaphone bar.png|center|thumb|200px|myinnovaphone_bar.png/|myinnovaphone_bar.png/]]&lt;br /&gt;
&lt;br /&gt;
==Main tabs==&lt;br /&gt;
Inside each company you see the three main tabs:&lt;br /&gt;
* Contracts&lt;br /&gt;
* Authorized persons&lt;br /&gt;
* Licenses (see [[#Licenses tab| Licenses tab]])&lt;br /&gt;
&lt;br /&gt;
You may also have two buttons:&lt;br /&gt;
* Add Contract (just as company administrator or with the contract right)&lt;br /&gt;
* Invite person (just as company administrator)&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone main.png|center|thumb|200px|myinnovaphone_main.png/|myinnovaphone_main.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Contracts ===&lt;br /&gt;
Inside the contracts tab, you see all your contracts and you can download these conracts.&amp;lt;br&amp;gt;&lt;br /&gt;
In general, contracts must be first approved by innovaphone, so you see three types of contracts:&lt;br /&gt;
&lt;br /&gt;
* open contracts which must be approved by innovaphone first&lt;br /&gt;
* approved contracts which can be already used&lt;br /&gt;
* cancelled contracts which are not valid anymore&lt;br /&gt;
&lt;br /&gt;
[[Image:Myinnovaphone contracts.png|center|thumb|200px|myinnovaphone_contracts.png/|myinnovaphone_contracts.png/]]&lt;br /&gt;
&lt;br /&gt;
These type of contracts currently exist:&lt;br /&gt;
==== innovaphone myApps Cloud Service ====&lt;br /&gt;
Conclude this contract to use the innovaphone myApps Cloud.&lt;br /&gt;
&lt;br /&gt;
==== innovaphone software rental ====&lt;br /&gt;
Conclude this contract to rent innovaphone software products. You must conclude this contract if you want to use the software rental inside the Devices App.&lt;br /&gt;
&lt;br /&gt;
=== Authorized persons ===&lt;br /&gt;
Here you see all persons which exist inside your company. Each person can have the following rights:&lt;br /&gt;
* Administrator (everything)&lt;br /&gt;
* Contracts (can conclude contracts)&lt;br /&gt;
* Licenses (can work with licenses)&lt;br /&gt;
* Viewer (can just see everything without doing something)&lt;br /&gt;
* Locked (cannot even login to this company anymore)&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
Here comes the old my.innovaphone view which allows the handling of devices, licenses, activation keys etc.&lt;br /&gt;
&lt;br /&gt;
==Search (inside licenses tab)==&lt;br /&gt;
At the right top of the licenses tab you have a search field. You can search for different things:&lt;br /&gt;
* Devices (part of a device name or device comment)&lt;br /&gt;
* Projects (part of a project name or project description)&lt;br /&gt;
* Own activation keys (part of an activation key or its description)&lt;br /&gt;
* Hardware rental orders (part of the innovaphone order number or your own order reference or a MAC address of an order)&lt;br /&gt;
&lt;br /&gt;
  You have to enter at least &#039;&#039;&#039;three&#039;&#039;&#039; chars to start a search. To search for activation keys, &lt;br /&gt;
  you have to enter at least &#039;&#039;&#039;five&#039;&#039;&#039; chars.&lt;br /&gt;
* Search for license types. Enter e.g. &amp;quot;PBX-Port8&amp;quot; to find all devices with Port8 licenses or enter &amp;quot;PBX-Port8=100&amp;quot; to find all devices with Port8 licenses &#039;&#039;&#039;&amp;gt;=&#039;&#039;&#039; 100.&lt;br /&gt;
* Search for products, e.g. 01-00811 für IP811 (such a search may take longer!)&lt;br /&gt;
&lt;br /&gt;
==Licenses tab==&lt;br /&gt;
===Projects===&lt;br /&gt;
After creation of an own company, you will have a default project named &amp;quot;DEFAULT&amp;quot;. You can rename this project later.&lt;br /&gt;
You can also create more projects on the projects page with &amp;quot;Create&amp;quot;.&lt;br /&gt;
Each project of a company must have a unique name.&lt;br /&gt;
&lt;br /&gt;
  Do &#039;&#039;&#039;not&#039;&#039;&#039; set SSA, if you want to import your devices from your old license manager account first.&lt;br /&gt;
  If you want SSA and you &#039;&#039;&#039;won&#039;t import&#039;&#039;&#039; devices into this project from your old account, you should set SSA at once.&lt;br /&gt;
&lt;br /&gt;
You can select a certain project by activating it in the project list. This selection is then true for all other pages, as some pages require a selected project.&lt;br /&gt;
&lt;br /&gt;
[[Image:overview.jpg|center|thumb|200px|overview.jpg/|overview.jpg/]]&lt;br /&gt;
&lt;br /&gt;
By activating a project by clicking on the project name in the project list, you can manage this project and its settings.&lt;br /&gt;
&lt;br /&gt;
==== Rental project ====&lt;br /&gt;
You can also manually create a rental project. A rental project is normally created automatically by uploading an activation key inside the Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
But if you want to start directly with an Automatic iSC reloading service, you&#039;ll need to create the project manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Take care that the name &#039;&#039;&#039;equals&#039;&#039;&#039; the domain name in your Devices App.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the rental tab in your Devices App domain doesn&#039;t show the expected balance/Automatic iSC reloading contract/licenses etc., you may use the Devices App Guid Link mechanism to link the domain to this specific project (see below) (use Devices App &#039;&#039;&#039;13r3 SR12&#039;&#039;&#039; or higher!).&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
Rename the project or/and change its description.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure further CC mail addresses inside your &#039;&#039;&#039;License Purchase&#039;&#039;&#039; project, if you have one. If you purchase licenses on credit, the emails will be also sent to theses addresses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 10, an innovaphone device will automatically connect to http://config.innovaphone.com/init&lt;br /&gt;
This script looks at the project properties of the project, where the device exists.&amp;lt;br&amp;gt;&lt;br /&gt;
You can configure an update &#039;&#039;&#039;URL&#039;&#039;&#039; and a &#039;&#039;&#039;trusted certificate&#039;&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
;Devices App GUID link: This is a GUID which can be entered in the settings of a domain inside the Devices App to link the domain to this specific project, if the names do not match and/or the Devices App has been setup from scratch. The Devices App must use the customer to which this projects belongs to be able to use this GUID.&lt;br /&gt;
&lt;br /&gt;
====Software Service====&lt;br /&gt;
You can put your project under SSA (software service agreement). &lt;br /&gt;
You will be asked to enter a SSA end date. This will be the date, where all SSA licenses of all devices in this project will expire.&lt;br /&gt;
The end date mustn&#039;t be more than one year in the past.&amp;lt;br&amp;gt;&lt;br /&gt;
Optionally you can enter a maximum SSC amount. The SSA end date will be automatically calculated then.&amp;lt;br&amp;gt;&lt;br /&gt;
  If you have entered a maximum SSC amount, you have to use the &#039;&#039;&#039;Recalculate&#039;&#039;&#039; link to calculate a new SSA end date, &lt;br /&gt;
  if you change your license selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also calculate SSA over all projects at once. In this mode, you &#039;&#039;&#039;won&#039;t be able&#039;&#039;&#039; to confirm the calculation. You&#039;ll just see the necessary SSC amount.&lt;br /&gt;
&lt;br /&gt;
After entering a date/SSC amount, you will get a summary of all licenses, which will be put under SSA and the amount of needed SSC licenses.&lt;br /&gt;
The SSC value for each license is calculated by the bind date of the license and the entered SSA end date/SSC amount.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ssa_extend.jpg|center|thumb|200px|ssa_extend.jpg/|ssa_extend.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If you have licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the current license version.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  e.g. you have a V7 PBX-PBX7#15 license with bind date 1/1/2010. Version 8 was released on 7/12/2009, so SSA is&lt;br /&gt;
  calculated from 7/12/2009 for this license. You will see the calculation date in the list under &amp;quot;bind date&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If licenses already have a SSA date, just the difference between the current SSA date and the entered SSA end date must be paid.&lt;br /&gt;
If the bind date of the device lies in the past, the difference between the bind date and the current date must be paided twice (this is the column &#039;days*2&#039;).&amp;lt;br&amp;gt;&lt;br /&gt;
If your license is under SSA, which is already over, you also have to pay the time between the old SSA date and the current SSA end date twice.&lt;br /&gt;
&lt;br /&gt;
Here is a short example, how the days are calculated:&lt;br /&gt;
&lt;br /&gt;
Bind date: 24/06/2009&amp;lt;br&amp;gt;&lt;br /&gt;
Current date: 31/08/2009&amp;lt;br&amp;gt;&lt;br /&gt;
SSA end date: 12/12/2011&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will have to pay from 24/06/2009 to 31/08/2009 twice for 68 days.&lt;br /&gt;
From 31/08/2009 to 12/12/2011 you will then have to pay the normal price for 833 days.&lt;br /&gt;
&lt;br /&gt;
You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You can preview the SSC calculation for another calculation date. Simply change the dropdown&lt;br /&gt;
  selection to get the new SSC value.&lt;br /&gt;
  Of course you can&#039;t confirm this calculation for another date, just for the current date!&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;You may add additional licenses to the calculation, which you will bind later&#039;&#039;. Just click on the &#039;&#039;&#039;+&#039;&#039;&#039; near this text and you can add&lt;br /&gt;
  multiple licenses, which will be added to your calculation after using the recalc link. Listed are licenses of the current version and from&lt;br /&gt;
  your balance.&lt;br /&gt;
&lt;br /&gt;
After confirming your entered SSA end date, each license will have this date as SSA end date and can be downloaded in all versions of this SSA time.&lt;br /&gt;
&lt;br /&gt;
You can now extend the projects SSA end date like as setting a new one.&lt;br /&gt;
The resulting summary is the same as above.&lt;br /&gt;
&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Past SSA end date=====&lt;br /&gt;
&lt;br /&gt;
You can configure a new SSA end date in the past, if you accidentally configured a wrong date.&amp;lt;br&amp;gt;&lt;br /&gt;
No licenses will be changed, if you configure a date in the past, just the SSA end date of the project!&lt;br /&gt;
&lt;br /&gt;
=====SSA Expiry Mail=====&lt;br /&gt;
&lt;br /&gt;
  If project SSA will expire, each company user will receive a reminder mail &#039;&#039;&#039;7&#039;&#039;&#039; weeks before and &lt;br /&gt;
  then every week one mail.&lt;br /&gt;
  You can disable these mails with the checkbox &#039;Send SSA expiry mails&#039;.&lt;br /&gt;
  Note that every user can configure, if he wants to receive mails or not in his account settings.&lt;br /&gt;
&lt;br /&gt;
If you want the end user of the project to receive an expiry mail, you can configure a &#039;&#039;&#039;reseller&#039;&#039;&#039; mail address and end user mail addresses. These end users will then receive an email, 30 days before the project will expire. The default text is:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Your Software Service Agreement for your innovaphone PBX in project &amp;quot;{$arg[3]}&amp;quot; will expire in {$arg[1]} days. &lt;br /&gt;
 Please contact your reseller {$arg[2]} to upgrade the license.&amp;lt;br&amp;gt;&lt;br /&gt;
 The upgrade of the license is important to secure the phone system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change this text as you want. You can use placeholders:&lt;br /&gt;
* &#039;&#039;&#039;{$arg[1]}&#039;&#039;&#039;: days left &lt;br /&gt;
* &#039;&#039;&#039;{$arg[2]}&#039;&#039;&#039;: reseller mail address&lt;br /&gt;
* &#039;&#039;&#039;{$arg[3]}&#039;&#039;&#039;: project name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also define a global text for all projects under your [[#Company| Company settings]].&lt;br /&gt;
&lt;br /&gt;
  You can optionally configure to receive project SSA independent reminder mails for each license of a device [[#Company 2|here]].&lt;br /&gt;
&lt;br /&gt;
=====Automatic SSA Extension Service=====&lt;br /&gt;
&lt;br /&gt;
You can request an automatic SSA extension service for a project, which is under SSA. By following this link, you will have the opportunity to request a callback and/or the necessary agreement as PDF file.&lt;br /&gt;
&lt;br /&gt;
 All licenses have to be under SSA to use the automatic SSA extension service!&lt;br /&gt;
&lt;br /&gt;
There are some basics to know, if a project is under automatic SSA:&lt;br /&gt;
* If you bind new/free licenses, they&#039;ll get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* If you move devices into this project, their licenses will get SSA until the current project SSA date and you will receive an invoice for the SSCs&lt;br /&gt;
* You can&#039;t join this project into another project, but you can join another project into this one&lt;br /&gt;
&lt;br /&gt;
====Rights====&lt;br /&gt;
=====Own project=====&lt;br /&gt;
Add or delete company rights for this project. To add a company right, you have to enter the company id of this company.&lt;br /&gt;
Each user of a company with rights on this project can add devices, licenses, activation keys to this specific project, but is restricted in removing devices, editing the project and can&#039;t create activation keys with the projects balance.&lt;br /&gt;
&lt;br /&gt;
  The company id can be found under Licenses-&amp;gt;company and the company tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_rights.jpg|center|thumb|200px|project_rights.jpg/|project_rights.jpg/]]&lt;br /&gt;
&lt;br /&gt;
=====External Project=====&lt;br /&gt;
If another company granted access rights to a project to you, you can unsubscribe from this project here.&lt;br /&gt;
&lt;br /&gt;
====Import====&lt;br /&gt;
The import has been disabled. All old devices are already imported and can be added to your project manually.&lt;br /&gt;
&lt;br /&gt;
====Join====&lt;br /&gt;
Here you can join your currently selected project with another project, which you select from a dropdown box.&amp;lt;br&amp;gt;&lt;br /&gt;
If the other project has SSA, you&#039;ll see the current SSA end date, which you might change for the join process and you will get a list of all licenses, which might be updated to the ssa end date/changed date of the other project. The list equals the list shown under [[#Software Service|Software Service]].&lt;br /&gt;
&lt;br /&gt;
  The selected project will be automatically deleted after the join. You can&#039;t join a project,&lt;br /&gt;
  if it grants external rights to another customer. Delete these rights before.&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the join.&lt;br /&gt;
&lt;br /&gt;
====Project Move (admin only)====&lt;br /&gt;
A company admin can move a project with its devices, activation keys, balance etc. to another company. You have to know the company ID from this company, which can be found under Licenses-&amp;gt;Company and the company tab.&amp;lt;br&amp;gt;&lt;br /&gt;
The history won&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Projects with negative balances can&#039;t be moved!&lt;br /&gt;
&lt;br /&gt;
 Existing project rights will be deleted.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete the project. Only possible if it has no activation keys, project rights, devices or user rights.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may [[#Join|join]] your project into another one, if you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Project Freed_RMA_licenses====&lt;br /&gt;
If you see a project with this name in your project list, you had a RMA device with not yed moved licenses, which was shipped to innovaphone and reshipped to another customer.&amp;lt;br&amp;gt;&lt;br /&gt;
The licenses of such a device have been moved into the pool of free licenses of the project Freed_RMA_licenses, from where you can assign them to another device.&lt;br /&gt;
&lt;br /&gt;
====Rental====&lt;br /&gt;
Projects starting and ending with the &#039;&#039;&#039;$&#039;&#039;&#039; sign in their name are rental projects.&amp;lt;br&amp;gt;&lt;br /&gt;
The name corresponds to the domain name of a Devices App installation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All software licensing and device management can be just done through the Devices App itself, see [[Reference13r1:Concept_App_Service_Devices#Rental_program_and_Payment_method]].&amp;lt;br&amp;gt;&lt;br /&gt;
Just &#039;&#039;&#039;hardware licenses&#039;&#039;&#039; still need to be bound inside my.innovaphone currently and have to be downloaded there and uploaded on the device itself just as usual.&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
On the balance page you will see the balance of the currently selected project or the balance of all your projects together.&lt;br /&gt;
The balance is bound to your company and &#039;&#039;&#039;not&#039;&#039;&#039; to your user account. The balance is bound to a specific project, but can be shared for license creation or activation key creation if wished.&amp;lt;br&amp;gt;&lt;br /&gt;
Sharing the balance over several projects is not possible in external projects!&lt;br /&gt;
&lt;br /&gt;
[[Image:Balancepage.jpg|center|thumb|200px|balancepage.jpg/|balancepage.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Free licenses====&lt;br /&gt;
&lt;br /&gt;
Here you see a list of all your free licenses. If you return licenses from one of your devices, the returned licenses are stored in your free licenses pool. You can assign these licenses to another device (see [[#Add licenses from free licenses|&#039;Add licenses from free licenses&#039;]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Balance_free_lics.jpg|center|thumb|200px|balance_free_lics.jpg/|balance_free_lics.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The bind date, SSA end date and the external key (like DECT-Multi-Cell-Ari) are stored for each license.&lt;br /&gt;
&lt;br /&gt;
===Activations===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll see a list of all your bound activation keys with their licenses here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Activations.jpg|center|thumb|200px|activations.jpg/|activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Add an activation key====&lt;br /&gt;
To increase your projects balance, select one of your projects, follow the &amp;quot;Add&amp;quot; link and enter the activation key in the corresponding field. You can also enter an optional comment for this key. You will then get a listing of all contained licenses. After commiting this key, your project balance will have been increased by the keys values.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Deselect the current project&amp;quot; to view all activation keys independent of the selected project.&lt;br /&gt;
&lt;br /&gt;
====Search for an activation key by your order number====&lt;br /&gt;
Enter your own order number (or nothing), to view your activation keys for this order.&lt;br /&gt;
&lt;br /&gt;
====License certificate====&lt;br /&gt;
You can always download the innovaphone license certificate for activation keys in your projects. Simply press the download link in the list at the right side.&lt;br /&gt;
&lt;br /&gt;
===Own Activations===&lt;br /&gt;
Here you&#039;ll see a list of all created activation keys in the selected project (or over all projects).&lt;br /&gt;
&lt;br /&gt;
You can create activation keys on the project page for other users/companies or to simply transfer licenses from one project to another.&amp;lt;br&amp;gt;&lt;br /&gt;
You can enter a comment, an order number and an order reference. The &#039;&#039;&#039;order number&#039;&#039;&#039; is your own order number for the key and the &#039;&#039;&#039;order reference&#039;&#039;&#039; is the reference number of the customer, who receives the newly created key.&amp;lt;br&amp;gt;&lt;br /&gt;
The order reference and order number will be shown in the innovaphone license certificate.&lt;br /&gt;
&lt;br /&gt;
[[Image:Created_activations.jpg|center|thumb|200px|created_activations.jpg/|created_activations.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You have to select an activation key in the activation key list to update or delete it.&lt;br /&gt;
&lt;br /&gt;
  Updating and deleting a key is only possible, if this key is not assigned.&lt;br /&gt;
&lt;br /&gt;
====Update====&lt;br /&gt;
Add more licenses to this key or change its comment, order number and order reference.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also remove licenses by entering e.g. -2, if you want to remove 2 licenses from the key.&lt;br /&gt;
&lt;br /&gt;
[[Image:Own activations update.jpg|center|thumb|200px|own_activations_update.jpg/|own_activations_update.jpg/]]&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Delete this key. Its licenses will go back into the balance of the currently selected project.&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
To view your devices you first have to click on the &amp;quot;Show&amp;quot; button. You can leave the filter field empty if you want to view all your devices.&lt;br /&gt;
&lt;br /&gt;
[[Image:Devices_page.jpg|center|thumb|200px|devices_page.jpg/|devices_page.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Red marked device names are devices, which are currently in RMA.&lt;br /&gt;
&lt;br /&gt;
  MAC addresses of RMA devices do not longer start with 01-...&lt;br /&gt;
&lt;br /&gt;
====List====&lt;br /&gt;
A List of your devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You can deselect the current project/device to list all your devices.&lt;br /&gt;
&lt;br /&gt;
Select a certain device from the device list, to manage its properties, licenses etc.&lt;br /&gt;
&lt;br /&gt;
  Actions on multiple devices:&lt;br /&gt;
  * Move: move several devices into another project at once (see [[#Move device|Move Device]])&lt;br /&gt;
  * Remove: remove several devices at once (see [[#Remove|Remove]])&lt;br /&gt;
&lt;br /&gt;
=====Add=====&lt;br /&gt;
Follow the &amp;quot;Add new devices&amp;quot; link on the devices page.&lt;br /&gt;
&lt;br /&gt;
There you have a few options:&lt;br /&gt;
* You can add a single new device&lt;br /&gt;
* You can add devices according to a mac address range (e.g. from 00-90-33-08-20-00 to 00-90-33-08-22-00), maximum 50 at once&lt;br /&gt;
* You can add devices by uploading a text file with mac addresses like this (maximum 50 at once, each line one mac):&lt;br /&gt;
&lt;br /&gt;
  00-90-33-08-20-20&lt;br /&gt;
  00-90-33-08-20-21&lt;br /&gt;
  00-90-33-08-20-22&lt;br /&gt;
  00-90-33-24-20-20&lt;br /&gt;
&lt;br /&gt;
* You can add devices according to your received order number. Just enter you order number and you will get a list of all devices bount to this number.&lt;br /&gt;
&lt;br /&gt;
Note: MAC addresses can be always given like this:&lt;br /&gt;
* 00-90-33-xx-xx-xx&lt;br /&gt;
* 00:90:33:xx:xx:xx&lt;br /&gt;
* 009033xxxxxx&lt;br /&gt;
* xxxxxx (00-90-33- will then be added automatically)&lt;br /&gt;
&lt;br /&gt;
There might be errors, if you try to add a device. They are explained [[#Image explanation|here]].&lt;br /&gt;
&lt;br /&gt;
  As the device warranty will be handled by licenses now, you can also add telephone devices&lt;br /&gt;
  to your projects.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extensions=====&lt;br /&gt;
&lt;br /&gt;
Here you can add warranty extension licenses for all devices in the currently selected project.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll get a list of all devices with the corresponding license type(s) and you can specify the years for each device (or for all devices by entering the number in the list header).&amp;lt;br&amp;gt;&lt;br /&gt;
After confirming your selection, you&#039;ll get an overview of all needed licenses, which you have to confirm too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Check licence, SSA and warranty status of a device=====&lt;br /&gt;
Here you can list licenses with ssa and the warranty end date of a device, which is not in one of your projects.&amp;lt;br&amp;gt;&lt;br /&gt;
For this option to work, you have to link your innovaphone customer ID (5 digits) to your my.innovaphone company. (As the warranty is also the one we grant to our distributors, we don&#039;t want to get an end customer confused.)&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as CSV=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a CSV file.&lt;br /&gt;
&lt;br /&gt;
=====Download devices of an order as PDF with barcodes=====&lt;br /&gt;
Enter an order number to retrieve all devices for this order in a PDF file with a barcode for each MAC address.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Barcode ist vom Typ C128B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
&lt;br /&gt;
Change the name and comment of a device.&lt;br /&gt;
  You can only change the name, if it&#039;s no MAC or IPEI.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here you have also the possibility, to directly request RMA for this device with prefilled values.&lt;br /&gt;
&lt;br /&gt;
====Licenses====&lt;br /&gt;
Here you can add, download or move licenses.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from balance=====&lt;br /&gt;
To create new licenses for a device, you have to add this device first on the devices page and then select a version of the license &lt;br /&gt;
and whether you want to summate the current licencing. If you select current licenses, then older licenses for example V6 or V7 licenses will also be counted as V8 licenses in the next overview. This is necessary if you want to license a V6 unit with V8 licenses, but still want to use it as V6.&lt;br /&gt;
After that click &amp;quot;Next&amp;quot;.&lt;br /&gt;
On the next page you will see a list of all available license types, which depends on your current available license types, of the selected license version and the device type (IP6000, IP800 e.g.):&lt;br /&gt;
[[Image:licenses.jpg|center|thumb|200px|licenses.jpg/|licenses.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You see the available project balance, the balance over all projects (excluding external projects), the currently installed licenses and the maximum amount for this device type. You can now enter the value of the new license.&lt;br /&gt;
Base/Upgrade licenses can be selected via dropdown box. &lt;br /&gt;
&#039;&#039;&#039;Voicemail and Standby lics must always have the same amount as the selected PBX-PBX... license!&lt;br /&gt;
The maximum amount of PBX-Registration licenses equals the amount of the selected PBX-PBX... license!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The whished overall amount of pbx version 8 and above licenses can be specified here and the concrete amount of license sub types will be requested on the next page.&lt;br /&gt;
&lt;br /&gt;
 You can preview the SSC calculation of the wished licenses without having them in your balance.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses2.jpg|center|thumb|200px|licenses2.jpg/|licenses2.jpg/]]&lt;br /&gt;
&lt;br /&gt;
The best (cheapest) combination of each v8 pbx license type is already filled in, but you might change the amount of sub types if your does not fit and you do not want to purchase new activation keys for the sub types.&lt;br /&gt;
&lt;br /&gt;
The column SSC/Unit is just shown if your project is currently under SSA and you have entered a SSA end date.&lt;br /&gt;
&lt;br /&gt;
  The SSC multiplicator is the value, which you have to multiplicate with each license unit to get &lt;br /&gt;
  the corresponding SSC amount.&lt;br /&gt;
  E.g. if you have 20 units of PBX-Port8*20 licenses with a SSC value of 54 and a multiplicator of &lt;br /&gt;
  1.0000 (which equals to 365 days) you have to pay 20*54*1.0000 ~ 1080 SSCs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you create licenses for an older version than the current version, you have to pay SSCs from the [[#Release dates|release date]] of the next version of the currently selected version twice.&amp;lt;br&amp;gt;&lt;br /&gt;
  e.g.: you want to bind licenses for V6 with SSA, so you have to pay SSCs from the release date of V7&lt;br /&gt;
&amp;lt;br&amp;gt;You can also select for each license, if you want SSA for it or not. If not, no SSC is needed and no (new) SSA end date is set for this license.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the new binding.&lt;br /&gt;
&lt;br /&gt;
Now confirm your new selection. If you have not enough licenses in your current project, but there are still licenses in other projects, you will get a dropdown box with a list of all projects containing the needed licenses. You can now select all desired/needed projects and confirm your selection again.&lt;br /&gt;
The balance of all selected projects will then be decreased by the needed amount.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If your user account has the right to buy licenses on credit, just check the checkbox.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You may enter an order number, which you can use for your order, if you buy on credit.&lt;br /&gt;
&lt;br /&gt;
=====Add licenses from free licenses=====&lt;br /&gt;
&lt;br /&gt;
Here you can assign licenses, which you returned from other devices.&lt;br /&gt;
You will also have to select the desired version and will than get a list of fitting licenses according to the current device and selected version.&lt;br /&gt;
&lt;br /&gt;
[[Image:licenses_free.jpg|center|thumb|200px|licenses_free.jpg/|licenses_free.jpg/]]&lt;br /&gt;
&lt;br /&gt;
If a license is under SSA, the correct license type is shown in column &#039;License Type&#039; besides the &#039;Original Type&#039;.&lt;br /&gt;
On confirming the selection, a consistency check is done (e.g. only 4 Relay-PRI licenses on an IP6000).&lt;br /&gt;
Bind and SSA end date will be maintained for each license.&lt;br /&gt;
&lt;br /&gt;
As external keys are also maintained, you can select e.g. an old Dect-Multicell-Ari license to have the same ARI on another IP1200.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If your project has a SSA end date, which is not yet over, you&#039;ll have the possibility to set SSA for the new licenses &lt;br /&gt;
  to this SSA end date or you can optionally change this date to another one for the new licenses.&lt;br /&gt;
  You will have to confirm this after your first license selection (this is the same calculation as [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the project is under automatic SSA! You will receive an invoice for SSCs used for the binding.&lt;br /&gt;
&lt;br /&gt;
=====Add V7 floating license (slave pbx)=====&lt;br /&gt;
Here you can add a V7 floating license for a slave pbx. A device with a floating license can&#039;t have V7 pbx licenses and a device with V7 pbx licenses can&#039;t have a floating license.&lt;br /&gt;
&lt;br /&gt;
=====Delete V7 floating license=====&lt;br /&gt;
Here you can delete an already existing floating license, if you won&#039;t use it anymore.&lt;br /&gt;
&lt;br /&gt;
=====Add warranty extension licenses=====&lt;br /&gt;
Extend your warranty by adding warranty extension licenses:&lt;br /&gt;
&lt;br /&gt;
[[Image:add_warranty.jpg|center|thumb|200px|add_warranty.jpg/|add_warranty.jpg/]]&lt;br /&gt;
&lt;br /&gt;
  If you add the warranty extension immediately after the receipt of your device,&lt;br /&gt;
  you can add the cheaper warranty extension licenses, otherwise you&#039;ll have to add&lt;br /&gt;
  the more expensive ones.&lt;br /&gt;
&lt;br /&gt;
  You can extend the warranty for a maximum of four years.&lt;br /&gt;
&lt;br /&gt;
=====Download licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download.jpg|center|thumb|200px|device_download.jpg/|device_download.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You will get a dropdown with all available versions. Versions are dependent of your device, your licenses and of the ssa of your licenses.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;From V9 on&#039;&#039;&#039;, you just have one option, which will create a license file, which contains the licenses upgraded to the highest version of their type.&amp;lt;br&amp;gt;&lt;br /&gt;
You are able to download downgraded versions of your licenses. E.g. if you have only V8 licenses, you can download a V7 license file (same restrictions as below).&lt;br /&gt;
&lt;br /&gt;
  Downgrades or only possible down to version 6!&lt;br /&gt;
&lt;br /&gt;
If you do not want to download licenses by version, you have to decide whether to download the licenses encrypted or not.&lt;br /&gt;
&#039;&#039;&#039;If you download the licenses unencrypted, you won&#039;t be able to return those licenses anymore.&#039;&#039;&#039;&lt;br /&gt;
So you won&#039;t be able to return licenses for devices with V5-V7 licenses, as licenses for these versions are not encrypted.&lt;br /&gt;
To return these licenses, you will have to upgrade to a new bootcode, which prevents firmware downgrades to versions below version 8.&amp;lt;br&amp;gt;&lt;br /&gt;
Encrypted licenses are stored in a xml file, which you can then upload on your V8 (or higher) device.&lt;br /&gt;
&lt;br /&gt;
  You can now also download licenses directly from by the web interface of a device. &lt;br /&gt;
  You just have to enter your account data and start downloading the licenses from my.innovaphone.com &lt;br /&gt;
  without having to download/upload a license file.&lt;br /&gt;
&lt;br /&gt;
=====Download test licenses=====&lt;br /&gt;
&lt;br /&gt;
[[Image:Device_download_test.jpg|center|thumb|200px|device_download_test.jpg/|device_download_test.jpg/]]&lt;br /&gt;
&lt;br /&gt;
You can also download test licenses if you want to run tests. You will be asked, which version you want to use, whether the device is used as slave and if not used as slave, how many pbx licenses you want to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important: Since V11, trial licenses are valid for 3 months and can be released once for a dedicated device. After expiration of those 3 months no further trial license creation for this device is possible.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 V5 does &#039;&#039;&#039;not&#039;&#039;&#039; support test licenses!&lt;br /&gt;
&lt;br /&gt;
=====Download App development license=====&lt;br /&gt;
If you&#039;re an App developer, you have the possibility, to generate a real license for you Apps which will contain your manufacturer prefix.&amp;lt;br/&amp;gt;&lt;br /&gt;
The manufacturer prefix has to deposited at your my.innovaphone company by innovaphone before you can use this feature.&lt;br /&gt;
&lt;br /&gt;
 You can just have up to &#039;&#039;&#039;three&#039;&#039;&#039; different devices per company for which you can create such licenses!&lt;br /&gt;
 These licenses aren&#039;t allowed for production usage!&lt;br /&gt;
&lt;br /&gt;
You see your already used MAC addresses on this page too if you already created such licenses before.&lt;br /&gt;
&lt;br /&gt;
If your manufacturer prefix is &#039;&#039;&#039;innovaphone&#039;&#039;&#039;, you can enter license names like:&lt;br /&gt;
* App(innovaphone-app1)15&lt;br /&gt;
* Service(innovaphone-app2)15&lt;br /&gt;
&lt;br /&gt;
=====Move licenses to another device=====&lt;br /&gt;
If you have the needed account rights or the device is already in RMA, you can move licenses to another device. After moving licenses, the former device will be marked as a RMA device.&lt;br /&gt;
&lt;br /&gt;
  You can just move licenses to devices without licenses!&lt;br /&gt;
&lt;br /&gt;
=====Mix of rental and purchased licenses=====&lt;br /&gt;
From &#039;&#039;&#039;13r2 SR12&#039;&#039;&#039; onwards you can mix rental and purchased licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
A device with rental licenses will be always inside a rental project (you recognize such a project by it&#039;s starting and ending &#039;&#039;&#039;$&#039;&#039;&#039; in the name).&amp;lt;br/&amp;gt;&lt;br /&gt;
You can now add licenses from the balance to a device in such a rental project.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you invalidate lifetime licenses on such a device, just purchased licenses are returned. Rental licenses stay bound until you remove them inside your Devices App! (under rental menu)&lt;br /&gt;
Inside my.innovaphone you will always see both rental and purchased licenses. Inside the Devices App, you will just see the rental licenses.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
You must download and/or install the purchased licenses as usual.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A 13r1 PBX or a PBX with an older SR will just recognize rented licenses!&lt;br /&gt;
&lt;br /&gt;
 If your PBX is already inside a non rental project, it will be automatically added to a rental project if you add rental licenses. You then may have the device in two different projects (one rental, one normal), which is no issue.&lt;br /&gt;
&lt;br /&gt;
====Move device====&lt;br /&gt;
Here you can move the current device or the selected devices to another project.&amp;lt;br&amp;gt;&lt;br /&gt;
If you select a SSA project, you can change the SSA end date for the move process.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  If the other project is under SSA, you will first see a SSC calculation, which you have to confirm, &lt;br /&gt;
  as the SSA date for each SSA license will be extended until the given SSA end date &lt;br /&gt;
  (this is the same calculation as adding SSA to an already existing project, see [[#Software Service|here]]).&lt;br /&gt;
&lt;br /&gt;
  You can&#039;t change the SSA end date, if the other project is under automatic SSA! You will receive an invoice for SSCs used for the move.&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
====Returning of licenses====&lt;br /&gt;
&lt;br /&gt;
By the invalidation, licenses are returned to the free balance of the project to which the device belongs in the Portal my.innovaphone.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can then bind the licenses from the free balance to another device.&lt;br /&gt;
&lt;br /&gt;
=====Requirements=====&lt;br /&gt;
* V8 or higher&lt;br /&gt;
* access to the webinterface&lt;br /&gt;
* a device certificate&lt;br /&gt;
* my.innovaphone login credentials&lt;br /&gt;
* &#039;&#039;&#039;no IPVA device&#039;&#039;&#039;&lt;br /&gt;
* no &#039;In House&#039; licenses&lt;br /&gt;
&lt;br /&gt;
=====Informations=====&lt;br /&gt;
&lt;br /&gt;
You can invalidate V8 (or higher) licenses by uploading the XML file, you got from your device or by returning your licenses over the web interface of your device ([[Reference12r1:Configuration/General/License]]), in order to return [[Reference15r1:Licenses#Gateway Licenses|PBX licenses]] back to the free balance.&lt;br /&gt;
&lt;br /&gt;
V7 licenses can be just returned, if you agree, that you won&#039;t be able to downgrade below V8 anymore. You will need a new bootcode, to use this function. &#039;&#039;&#039;You need a V8 firmware or higher for invalidation.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your device has access to my.innovaphone.com, you can also invalidate licenses directly from the web interface of the device.&lt;br /&gt;
&lt;br /&gt;
[[Reference15r1:Licenses#Gateway Licenses|Gateway licenses]] and warranty extensions won&#039;t be returned to the balance and remain to be assigned to the device!&lt;br /&gt;
&lt;br /&gt;
The licenses needn&#039;t be present on the local device to perform the invalidation!&lt;br /&gt;
&lt;br /&gt;
SSA are bound to the license and not lost when performing invalidation.&lt;br /&gt;
&lt;br /&gt;
=====Process=====&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# enter your my.innovaphone account, the device must be in one of your projects&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Transfer (this might fail, if NTP or DNS is not configured properly or device certificate is not installed)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps to invalidate licenses, if your device has no internet connectivity:&lt;br /&gt;
# on the web interface of the device go to General-&amp;gt;License and follow the my.innovaphone link&lt;br /&gt;
# click Invalidate&lt;br /&gt;
# click Backup and upload this file on my.innovaphone [[#Upload the invalidation document to return licenses|here]] (Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation)&lt;br /&gt;
# you&#039;ll get a confirmation file after uploading the saved file&lt;br /&gt;
# upload this on the device (under Step1)&lt;br /&gt;
# reset if asked for&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;Your IP800 does not have a device certificate on it.&amp;quot; - In this case you need to download a hardware certification,&lt;br /&gt;
  please contact the innovaphone [mailto:license@innovaphone.com license department].&lt;br /&gt;
&lt;br /&gt;
=====Download confirmation file=====&lt;br /&gt;
If you created a new certificate or you invalidated your licenses, you can later download the confirmation file, which you have to upload on the box.&lt;br /&gt;
&lt;br /&gt;
=====Request certificate=====&lt;br /&gt;
If you have the needed rights, you can request a new device certificate for your device.&lt;br /&gt;
&lt;br /&gt;
=====Upload the invalidation document to return licenses=====&lt;br /&gt;
Licenses-&amp;gt;Devices (select the corresponding device)-&amp;gt;Invalidation:&lt;br /&gt;
&lt;br /&gt;
Upload the invalidation document, which you got from the website of the device to return the licenses of this device.&lt;br /&gt;
&lt;br /&gt;
After uploading you&#039;ll get a confirmation file, which you have to upload on your device.&lt;br /&gt;
&lt;br /&gt;
====Remove====&lt;br /&gt;
You can always remove devices from a project. If they have licenses, these won&#039;t be deleted, so you might add the device to another project again.&lt;br /&gt;
&lt;br /&gt;
===History===&lt;br /&gt;
[[Image:history.jpg|center|thumb|200px|history.jpg/|history.jpg/]]&lt;br /&gt;
You can view your history for several contexts:&lt;br /&gt;
* Company: history of all actions in your company&lt;br /&gt;
* User: history of all actions of the selected user&lt;br /&gt;
* Device: history of all actions for the selected device&lt;br /&gt;
&lt;br /&gt;
Each context applies to the currently selected project.&lt;br /&gt;
If you deselect the current project, you will see the history over all projects.&lt;br /&gt;
&lt;br /&gt;
You can select to view the history of the last day, week, month, year or from always. Collecting data might take a while...&lt;br /&gt;
&lt;br /&gt;
===Company===&lt;br /&gt;
Manage users SSA expiry email flag, import other companies or add your companies innovaphone ID.&lt;br /&gt;
&lt;br /&gt;
====Users====&lt;br /&gt;
&lt;br /&gt;
You can just edit the SSA expiry email flag here. The other user settings moved to the [[#Authorized Persons| Authorized persons tab]].&lt;br /&gt;
&lt;br /&gt;
====Join (admin only)====&lt;br /&gt;
As admin you can also join another company into your company by entering an admin account of this company. This might be usefull if one user of your company has accidentally created an own company.&amp;lt;br&amp;gt;&lt;br /&gt;
Everything like projects, users, devices, balance, activations etc. will be imported!&amp;lt;br&amp;gt;&lt;br /&gt;
You also have to enter the company id of the company, which is to be imported. You can find this company under Licenses-&amp;gt;Company and the company tab.&lt;br /&gt;
&lt;br /&gt;
  This is not available for non company admin users.&lt;br /&gt;
&lt;br /&gt;
  The joined company will be deleted afterwards!&lt;br /&gt;
&lt;br /&gt;
====Company====&lt;br /&gt;
&lt;br /&gt;
You can check the &#039;&#039;&#039;Device SSA&#039;&#039;&#039; checkbox, if you want to receive SSA expiry reminder mails for each device independent of the projects SSA end date.&lt;br /&gt;
These mails will be send weekly seven weeks before the SSA for a license a the device expires.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also enter additional email addresses, which should receive SSA emails.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can define a global &#039;&#039;&#039;end user expiry mail text&#039;&#039;&#039; here, which will be sent to end users, if end users are configured in a [[#SSA Expiry Mail| project]]. This text can be overridden by a text in a project under [[#SSA Expiry Mail| SSA Expiry Mail]].&lt;br /&gt;
&lt;br /&gt;
==RMA==&lt;br /&gt;
Here you can see all your RMA devices, which arrived innovaphone already. The licenses of this macadresses are moveable.&lt;br /&gt;
[[Image:rma.jpg|center|thumb|200px|rma.jpg/|rma.jpg/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to request RMA for a certain device, go to the device properties and follow the &amp;quot;Request RMA&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
===Mantis===&lt;br /&gt;
Here you&#039;ll get a list of all open cases and [[Understanding the innovaphone trouble ticket status page#Information available| additional info regarding their state]] in our ticket system. This list is composed of all tickets assigned to email addresses of your my.innovaphone users in your company.&amp;lt;br&amp;gt;&lt;br /&gt;
Often used functions:&lt;br /&gt;
* You can click on the ticket number (&amp;quot;ID&amp;quot; column) to open an email prepared with the right emailadress and subject to address this case.&lt;br /&gt;
* You can click on the &#039;&#039;History&#039;&#039; link to get an overview of the already made communication with our support/presales-team.&lt;br /&gt;
* Another important new function is the option to upload larger files to your support/presales tickets using the &#039;&#039;Fileupload&#039;&#039; column.&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
You can convert audio files into G.7xx files which you can use as announcements.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Supported input formats:&lt;br /&gt;
* mp3&lt;br /&gt;
* wav&lt;br /&gt;
* ogg&lt;br /&gt;
* flac&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
;Generated output formats:&lt;br /&gt;
* G.711u&lt;br /&gt;
* G.711a&lt;br /&gt;
* G.729&lt;br /&gt;
* G.723&lt;br /&gt;
* G.722&lt;br /&gt;
&lt;br /&gt;
==Image explanation==&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
====Already In Company====&lt;br /&gt;
[[Image:Icon_in_company_inno_01.png|icon_in_company_inno_01.png/|icon_in_company_inno_01.png/]]&lt;br /&gt;
* This device already exists in your company and can&#039;t be added/imported.&lt;br /&gt;
If you want to import this device anyway, you first have to delete your current device from its project.&lt;br /&gt;
&lt;br /&gt;
====Already Imported====&lt;br /&gt;
[[Image:Icon_imported_inno_01.png|icon_imported_inno_01.png/|icon_imported_inno_01.png/]]&lt;br /&gt;
* This device has been already imported. &lt;br /&gt;
You can&#039;t import it again.&lt;br /&gt;
&lt;br /&gt;
====Not Found====&lt;br /&gt;
[[Image:Icon_not_found_inno_01.png|icon_not_found_inno_01.png/|icon_not_found_inno_01.png/]]&lt;br /&gt;
* This device was not found in the my innovaphone database. &lt;br /&gt;
This should never happen, but if, contact the administrator.&lt;br /&gt;
&lt;br /&gt;
====IPVA MAC exists====&lt;br /&gt;
[[Image:Icon_ip_va_exists_inno_01.png|icon_ip_va_exists_inno_01.png/|icon_ip_va_exists_inno_01.png/]]&lt;br /&gt;
* An IPVA MAC address must be unique and can be assigned to just one company. You tried to add an already existing IPVA MAC.&lt;br /&gt;
Please assign a new one to your IPVA. For further details, see [[Reference13r2:Concept_Innovaphone_Virtual_Appliance#License_Configuration]].&lt;br /&gt;
&lt;br /&gt;
my.innovaphone supports the following MAC address ranges:&lt;br /&gt;
* 00-50-56-...&lt;br /&gt;
* 00-15-5d-...&lt;br /&gt;
* 00-03-ff-...&lt;br /&gt;
* 00-0d-3a-...&lt;br /&gt;
* 00-12-5a-...&lt;br /&gt;
* 00-17-fa-...&lt;br /&gt;
* 00-50-f2-...&lt;br /&gt;
* 00-1d-d8-...&lt;br /&gt;
* 00-05-69-...&lt;br /&gt;
* 00-1c-14-...&lt;br /&gt;
* 00-0c-29-...&lt;br /&gt;
* 00-1d-db-...&lt;br /&gt;
* 5a-ad-1d-...&lt;br /&gt;
* 48-e9-ca-...&lt;br /&gt;
* 02-01-04-...&lt;br /&gt;
* bc-24-...&lt;br /&gt;
* e2-... &#039;&#039;this is an autogenerated MAC address of innovaphone cloud containers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Warnings===&lt;br /&gt;
&lt;br /&gt;
====Several Companies====&lt;br /&gt;
[[Image:Icon_several_companies_inno_01.png|icon_several_companies_inno_01.png/|icon_several_companies_inno_01.png/]]&lt;br /&gt;
* This device is already in another company.&lt;br /&gt;
This means, that either you do not have the physical device or it once belonged another company.&lt;br /&gt;
You can still import/add this device and you will have access to all of its current licenses.&lt;br /&gt;
&lt;br /&gt;
====Several Users====&lt;br /&gt;
[[Image:Icon several users inno 01.png|icon_several_users_inno_01.png/|icon_several_users_inno_01.png/]]&lt;br /&gt;
* This device has licenses from several users of the old license manager.&lt;br /&gt;
This means, that you are not neccessarily the user, who physically owns this device. If you do not own it, do not import it.&lt;br /&gt;
&lt;br /&gt;
===Misc===&lt;br /&gt;
====No downgrade====&lt;br /&gt;
[[Image:no_downgrade.png|no_downgrade.png/|no_downgrade.png/]]&lt;br /&gt;
* Licenses, which have been downloaded for V5/V6/V7, were returned from this device, so no downgrade to these versions is allowed any more.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- myinno my innovaphone my_inno my_innovaphone my-innovaphone my-inno--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release dates==&lt;br /&gt;
V5:  January 1st 2003&amp;lt;br&amp;gt;&lt;br /&gt;
V6:  November 2nd 2006&amp;lt;br&amp;gt;&lt;br /&gt;
V7:  November 14th 2008&amp;lt;br&amp;gt;&lt;br /&gt;
V8:  December 7th 2009&amp;lt;br&amp;gt;&lt;br /&gt;
V9:  April 26th 2011&amp;lt;br&amp;gt;&lt;br /&gt;
V10: July 8th 2013&amp;lt;br&amp;gt;&lt;br /&gt;
V11: February 9th 2015&amp;lt;br&amp;gt;&lt;br /&gt;
V12: July 11th 2016&amp;lt;br&amp;gt;&lt;br /&gt;
V13: May 13th 2019&amp;lt;br&amp;gt;&lt;br /&gt;
V14: December 20th 2023&amp;lt;br&amp;gt;&lt;br /&gt;
V15: March 25th 2025&amp;lt;br&amp;gt;&lt;br /&gt;
V16: April 28 2026&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==myplay==&lt;br /&gt;
[[https://myplay.innovaphone.com myplay]] offers a platform to test all my.innovaphone related content. You can create activation keys, licenses, accounts, projects and so on to learn it or to calculate possible scenarios.&lt;br /&gt;
&lt;br /&gt;
===Base===&lt;br /&gt;
The base of the database is the my.innovaphone database from the 13.8.2010. All accounts, companies and projects have been imported and are available until this date.&amp;lt;br&amp;gt;&lt;br /&gt;
From this date on the databases won&#039;t be synchronised any more (despite of the device table)!&lt;br /&gt;
&lt;br /&gt;
===Balance===&lt;br /&gt;
You can change your balance by yourself. Simply select the license type in the dropdown box on the balance page, enter the desired amount and your balance will be increased by this type.&lt;br /&gt;
&lt;br /&gt;
===Activation keys===&lt;br /&gt;
You can create own activation keys. These will have the prefix &amp;quot;PLAY-&amp;quot; to identify them as play activation keys. You won&#039;t be able to upload them on my.innovaphone.com.&lt;br /&gt;
&lt;br /&gt;
===Licenses===&lt;br /&gt;
After having selected a device under Licenses-&amp;gt;Devices, you can add/change licenses as you want by selecting new ones in the dropdown box or changing existing ones.&lt;br /&gt;
&lt;br /&gt;
====Download====&lt;br /&gt;
You will always just download test licenses here!&lt;br /&gt;
&lt;br /&gt;
====Invalidation====&lt;br /&gt;
Won&#039;t be possible here, because this is hardware related and can&#039;t be simulated.&lt;br /&gt;
&lt;br /&gt;
====Checkbox editing via list====&lt;br /&gt;
* &#039;D&#039; Deletes the license&lt;br /&gt;
* &#039;B&#039; Puts the license back into the projects balance&lt;br /&gt;
* &#039;F&#039; Puts the license into the pool of free licenses&lt;br /&gt;
&lt;br /&gt;
===Device RMA===&lt;br /&gt;
You can put a device under RMA to test this scenario (Licenses-&amp;gt;Devices, select a device and -&amp;gt;Properties). You can also remove the RMA status here.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External interface==&lt;br /&gt;
&lt;br /&gt;
There is an external interface, which you can use to control some functionality without a login to the my.innovaphone web site.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use the interface with an &#039;&#039;&#039;HTTP GET&#039;&#039;&#039; request to the following URL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php&amp;lt;/code&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Configure a trust value and a URL (can be a dummy URL if not used otherwise) unter Licenses -&amp;gt; Project -&amp;gt; Properties and tick &amp;quot;Configure Update-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===General parameters for all commands===&lt;br /&gt;
:;cmd: the wished command&lt;br /&gt;
:;email: the email address of a user who is registered in my.innovaphone&lt;br /&gt;
:;project_id: the project ID of the project where the user has access to (you can find the project ID under [[#Properties| Licenses-&amp;gt;Projects-&amp;gt;Properties]])&lt;br /&gt;
:;hash: an SHA256 hash value which is computed over all GET parameters but the hash parameter itself plus the &#039;&#039;&#039;trust&#039;&#039;&#039; value of the project (see [[#Properties|Reference:My_Innovaphone#Properties]])&lt;br /&gt;
:;hash: the values of the GET parameters have to be URL encoded before calculation of the hash&lt;br /&gt;
&lt;br /&gt;
;Example: URL &amp;lt;code&amp;gt;https://my.innovaphone.com/interface.php?cmd=addDevice&amp;amp;email=user@example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;hash=b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&amp;lt;/code&amp;gt;&lt;br /&gt;
:;project trust value: 1234567890abcdef&lt;br /&gt;
:;the data of the SHA256 hash: ?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&lt;br /&gt;
:;example PHP function call to generate the hash: hash(&amp;quot;sha256&amp;quot;, &amp;quot;?cmd=addDevice&amp;amp;email=user%40example.com&amp;amp;project_id=123456&amp;amp;serial=00-90-33-01-02-03&amp;amp;trust=1234567890abcdef&amp;quot;);&lt;br /&gt;
:;with the current values, the function should return: b62f7948d6383cc365592ed289b6173cd35229cadc347847b953f78c8880d5b9&lt;br /&gt;
&lt;br /&gt;
===Add a device to a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;addDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
:;[device_desc]: optional, a description for the new device&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Remove a device from a project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;delDevice&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;example success: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:true }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:;example error: &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;{ &amp;quot;success&amp;quot;:false, &amp;quot;error&amp;quot;:&amp;quot;the project with ID 123456 doesn&#039;t exist&amp;quot; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Get the warranty of a device===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters&lt;br /&gt;
:;cmd: &#039;&#039;&#039;getWarranty&#039;&#039;&#039;&lt;br /&gt;
:;serial: the serial number of the device, e.g. 00-90-33-01-02-03&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;warranty: a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
:;warrantyStr: a string like &#039;&#039;&#039;&amp;quot;2015-11-26 00:00:00&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Create a new project===&lt;br /&gt;
;HTTP GET parameters:&lt;br /&gt;
:;general parameters: you must use the project_id and trust value of an already existing project!&lt;br /&gt;
:;cmd: &#039;&#039;&#039;createProject&#039;&#039;&#039;&lt;br /&gt;
:;project_name: the name of the new project&lt;br /&gt;
:;[project_desc]: optional, a description for the new project&lt;br /&gt;
:;[update_url]: optional, an update URL for the project (do not forget to URL encode the value inside your HTTP GET request!)&lt;br /&gt;
:;[ssa_due_date]: optional, a unix timestamp in seconds since 1970 (timezone Europe/Berlin), e.g. &#039;&#039;&#039;1448492400&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Return value: a JSON object is returned&lt;br /&gt;
:;success: boolean, either &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;&lt;br /&gt;
:;error: string, a string with an error. Just existent if success is false&lt;br /&gt;
:;projectId: the project id of the created project&lt;br /&gt;
&lt;br /&gt;
 The newly created project is created with the same trust value which was used for the creation request. This allows you to directly use the API with the new project.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Smaller issues===&lt;br /&gt;
* Devices where imported into a project with SSA. If this happened to you, please move the corresponding devices into a project &#039;&#039;&#039;without&#039;&#039;&#039; SSA and back into the project &#039;&#039;&#039;with&#039;&#039;&#039; SSA to extend/add SSA for the licenses until the SSA end date.&lt;br /&gt;
* IE7 moves a list under the menu, when a list becomes to wide&lt;br /&gt;
===Licenses don&#039;t work on a device, where an invalidation has been done===&lt;br /&gt;
A possible reason here is, that the invalidation process hasn&#039;t been completed.&lt;br /&gt;
To resolve this issue, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Download the Confirmation File (Certificate) from http://my.innovaphone.com under [[#Invalidation|Invalidation]] after selecting the project and the device&lt;br /&gt;
* Open [[Reference9:General/License/my.innovaphone|General-&amp;gt;License-&amp;gt;my.innovaphone.com]] on your device&lt;br /&gt;
* Click on &amp;quot;Invalidate&amp;quot; (no my.innovaphone credentials needed)&lt;br /&gt;
* Upload the previously downloaded confirmation file newcert-00-90-33-xx-xx-xx.xml as &amp;quot;Confirmation file&amp;quot;&lt;br /&gt;
* Reset the box&lt;br /&gt;
* Reupload the licenses&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer doesn&#039;t work===&lt;br /&gt;
Yes, that&#039;s correct. Please use an up to date version of Chrome, Firefox or Edge!&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79929</id>
		<title>Reference16r1:Concept myApps platform services</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79929"/>
		<updated>2026-06-03T08:02:54Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Auto update */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|myApps]]&lt;br /&gt;
&lt;br /&gt;
myApps platform services provide various operating system specific services which can be used by other &#039;&#039;Apps&#039;&#039; running in the [[{{NAMESPACE}}:Concept myApps|myApps client]]. Those services typically are not available in the browser&#039;s JavaScript environment and hence must be implemented in native platform code. Therefore, the platform services are installed as native executable on the respective platform.&lt;br /&gt;
&lt;br /&gt;
When myApps is started in a web browser (and hence has no access to the platform services), some Apps will use [https://en.wikipedia.org/wiki/WebRTC WebRTC] services implemented by the browser instead.  For ease of reference, features available in this scenario are also described here.&lt;br /&gt;
&lt;br /&gt;
On windows, the platform services also come with their own web browser in which the myApps web App will be started then.  This browser is based on google&#039;s [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium] open source software.&lt;br /&gt;
= Applies To =&lt;br /&gt;
&lt;br /&gt;
* [[{{NAMESPACE}}:Concept myApps|myApps]]&lt;br /&gt;
* myApps for Windows&lt;br /&gt;
* myApps for macOS&lt;br /&gt;
* myApps for iOS&lt;br /&gt;
* myApps for Android&lt;br /&gt;
* myApps Web App (WebRTC)&lt;br /&gt;
* myApps for IP270&lt;br /&gt;
version 16r1&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
Not all features are available or required on all platforms.&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Feature&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
| || || Windows || iOS || Android || macOS || Browser&amp;lt;ref&amp;gt;This refers to the myApps web application running in a browser with no platform services available&amp;lt;/ref&amp;gt;&lt;br /&gt;
|IP270&lt;br /&gt;
|-&lt;br /&gt;
| [[#Device handling|Audio Devices]]|| manage local audio devices to record and playback audio conversations || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;audio available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Video || manage local displays and cameras to capture and render video live stream || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;video available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Ringer || manage local ringing device || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Application sharing|Application sharing]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; presenter || share an application || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; consumer  || view an application shared by the peer || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Hot keys|Hot keys]]|| capture key presses for quick invocation of phone apps (e.g. dial selected number) || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#URL Handler|tel: and sip: URI handler]]|| intercept clicks on tel: and sip: links in web sites to invoke phone apps || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#User activity|User activity]]|| set presence state according to user activity ||  &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;limited, see [[#User activity|User activity]] below&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Docking || myApps can be docked persistently to the right or left edge of your screens ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Multi-windowing || Apps can be launched in separate windows||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Recording|Recording]]|| Calls can be recorded to recording app||  &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Notifications|Notifications]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; display notifications || display notifications with OS standard mechanism ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; push notifications || receive push notifications while myApps is not running  ||  &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The browser needs to be running in order to receive push notifications.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; chat and apps || display notifications for chat and other apps  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; calls || display notifications for incoming calls  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&amp;lt;ref&amp;gt;Call notifications are only displayed locally while the phone or softphone app is started.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Local phonebook access|Local phonebook]]|| access local phone book ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Microsoft Office Integration|Office presence provider]]|| maps PBX presence state to Microsoft office presence state ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Call an external application for calls|External application start]]|| start arbitrary external applications for calls || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#App Proxy|App Proxy]]|| a caching proxy that provides app persistence  || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Auto update|Auto update]]|| automatically updates myApps platform services to the same version the PBX has || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The then-current web app is always loaded from the PBX upon startup and hence up-to-date by definition&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Three party conference || initiate 3-pty-conference using Softphone-App || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Exclude VPN || disable use of VPN connections for audio and appsharing || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Screen lock || myApps screen lock against unauthorised use || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
* innovaphone PBX 16r1 and up&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
Recommended hardware requirements&lt;br /&gt;
* Processor: Dual-core 2Ghz or higher&lt;br /&gt;
* RAM: 4 Gb&lt;br /&gt;
&lt;br /&gt;
== myApps for Windows ==&lt;br /&gt;
* Windows 11 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
&lt;br /&gt;
=== 32 &amp;amp; 64 bit Windows ===&lt;br /&gt;
* 32 bit Windows: install the myAppsSetup32.msi from the App Store&lt;br /&gt;
* 64 bit Windows: install the myAppsSetup.msi from the App Store&lt;br /&gt;
** the 64 bit variant still installs into Program Files (x86), as the main myApps.exe is still a 32bit application&lt;br /&gt;
** the 64 bit variant just contains an additional 64 bit binary for the outlook search&lt;br /&gt;
&lt;br /&gt;
=== Windows N editions ===&lt;br /&gt;
&lt;br /&gt;
Windows N editions are missing the &#039;&#039;Media Feature Pack&#039;&#039; which is pre installed on other Windows versions.&lt;br /&gt;
&lt;br /&gt;
Please install the pack from [https://www.microsoft.com/en-us/software-download/mediafeaturepack Microsoft (Windows 10 pack)] before you install myApps. The installer will check if the file &amp;lt;code&amp;gt;C:\Windows\SysWOW64\mfplat.dll&amp;lt;/code&amp;gt; exist on your system.&lt;br /&gt;
&lt;br /&gt;
Make sure to install the correct pack depending on your Windows version! There are different packs for Windows 10 1703, 1803, 1809 and 32bit or 64bit etc.&lt;br /&gt;
&lt;br /&gt;
NB: Sometimes the myApps installation will not work even though the media pack is already installed. This is because the installer has no read access to check if the package is already installed. If the above-mentioned file exists and the installer asks to install the Windows Media Feature Pack nevertheless, you have to start the myApps install with administrative rights.&lt;br /&gt;
&lt;br /&gt;
=== Terminal Server environments ===&lt;br /&gt;
&lt;br /&gt;
Audio driver was removed if myApps discovers that it is running in a terminal server environment like Citrix.&lt;br /&gt;
&lt;br /&gt;
The audio driver is needed for the Softphone App but the Softphone App should not use an audio driver at the server side because the audio devices are plugged locally and there would be a delay sending and receiving audio data with the server.&lt;br /&gt;
&lt;br /&gt;
If a customer wants to use the Softphone App at the server side he needs to make use of the myApps Plugin for virtual desktops solution:&lt;br /&gt;
&lt;br /&gt;
[[{{NAMESPACE}}:MyApps_Plugin_for_Virtual_Desktops|Reference15r1:MyApps_Plugin_for_Virtual_Desktops]]&lt;br /&gt;
&lt;br /&gt;
== myApps for macOS ==&lt;br /&gt;
* macOS 13 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for iOS ==&lt;br /&gt;
* iOS 16 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for Android ==&lt;br /&gt;
* Android 13 or higher.&lt;br /&gt;
&lt;br /&gt;
== myApps for IP270 ==&lt;br /&gt;
Exclusively used in IP270.&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
* No license needed for myApps platform services&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
myApps platform services is a native executable that is installed using the standard mechanisms on the respective operating system. It provides various advanced services which can be used by the myApps web client code as well as the Apps running in the myApps context. &lt;br /&gt;
&lt;br /&gt;
Also, on Windows, the platform services come with their own, dedicated browser to run myApps in.  This browser is based on [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium].  On iOS, macOS and Android, it is based upon native embedded web view facilities (such as WKWebView) instead.&lt;br /&gt;
== Components ==&lt;br /&gt;
&lt;br /&gt;
=== RTP service for audio and appsharing ===&lt;br /&gt;
The RTP service provides audio and appsharing as a video stream. VoIP RTP endpoints (e.g. for softphones).  It supports STUN, TURN, ICE, SRTP, DTLS. Note however that unlike WebRTC, these endpoints do not &#039;&#039;require&#039;&#039; ICE and DTLS. In other words, they can communicate also with non-compliant (i.e. older) VoIP devices.&lt;br /&gt;
&lt;br /&gt;
Note that the available capabilities when not running the myApps platform services depend on the used browser&#039;s WebRTC implementation. See your browser documentation for details.&lt;br /&gt;
&lt;br /&gt;
Apps can request RTP channels using the [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol]&#039;s &#039;&#039;AllocChannel&#039;&#039; message.&lt;br /&gt;
&lt;br /&gt;
==== RTP ports ====&lt;br /&gt;
{|&lt;br /&gt;
|  audio || 50000 -&amp;gt; 50099&lt;br /&gt;
|-&lt;br /&gt;
| video (app sharing) || 50100 -&amp;gt; 50199&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The RTP service will enumerate all local interfaces and create local HOST candidates for ICE.  There is an option however to disregard VPN interfaces (more precisely such interfaces with type of &#039;&#039;IF_TYPE_PPP&#039;&#039; or &#039;&#039;IF_TYPE_TUNNEL&#039;&#039;).  This can eliminate quality issues when RTP data is transmitted through TCP based VPN tunnels.&lt;br /&gt;
&lt;br /&gt;
SRFLX and RELAY candidates are obtained using the STUN and TURN server configuration passed by the App (e.g the &#039;&#039;softphone&#039;&#039; App) as part of the &#039;&#039;AllocChannel&#039;&#039; request.&lt;br /&gt;
&amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;AllocChannel&amp;quot;,&amp;quot;channel&amp;quot;:&amp;quot;81429cba-396d-43de-8a76-ec020ba8796e&amp;quot;,&amp;quot;iceServers&amp;quot;:[{&amp;quot;urls&amp;quot;:&amp;quot;turn:myturn.domaincom:4077?transport=udp&amp;quot;,&amp;quot;username&amp;quot;:&amp;quot;turnuser&amp;quot;,&amp;quot;credential&amp;quot;:&amp;quot;pwd&amp;quot;,&amp;quot;credentialType&amp;quot;:&amp;quot;password&amp;quot;},{&amp;quot;urls&amp;quot;:&amp;quot;stun:mystun.domain.com:4077&amp;quot;}],&amp;quot;dn&amp;quot;:&amp;quot;Foo Bar&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;RemoteRtp&amp;quot;,&amp;quot;kind&amp;quot;:&amp;quot;video&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Codecs ====&lt;br /&gt;
The installed myApps launchers provide codecs that can be used by softphone apps for media streams. When running in a web browser the codecs depend on the browser version and operating system. See the documentation of your browser for details.&lt;br /&gt;
&lt;br /&gt;
The following codecs are supported:&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align:left;width:100px;&amp;quot;|Codec&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Windows-Launcher&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Android&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|iOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|macOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Firefox (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Chrome (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Edge (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Safari (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Opera (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|IP270&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Audio&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|G711A&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G711u&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G722&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-NB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-WB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;11&amp;quot; style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; |Video&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP8 VP8]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP9 VP9]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=H264 H264]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Application Sharing&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Share&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|Watch&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;* small presentation only&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;** only for 1:1 calls, not for conferences&lt;br /&gt;
&lt;br /&gt;
==== Video capture ====&lt;br /&gt;
The default resolution for video capture is 1920x1080 if available.  Otherwise, 1280x720, 640x480, 352x288 or 320x240 will be used.  The frame rate is 30 fps if available, otherwise 15 fps. The resulting average bandwidth could reach 1 Mbps.&lt;br /&gt;
&lt;br /&gt;
==== Application sharing ====&lt;br /&gt;
Screen content will be transmitted as video stream by the presenter&lt;br /&gt;
&lt;br /&gt;
==== Device handling ====&lt;br /&gt;
The RTP service enumerates microphones, loudspeaker, cameras and ringing devices and notifies apps when devices come and go. It is up to the apps using the devices to store preferences.&lt;br /&gt;
&lt;br /&gt;
The RTP service also enables some extended features (such as hook switch or volume control) for supported USB headsets or Bluetooth headsets connected to myApps.&lt;br /&gt;
The supported headset-SDKs determine which headset vendors are recommended to be used with the myApps softphone app. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this to work, the following vendor specific development kits are integrated in our myApps client. Be aware that the SDK are updated within our Service release :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SDK Vendor !! Supported OS !! SDK Version !! innovaphone Service Release&lt;br /&gt;
|-&lt;br /&gt;
| Jabra|| MacOS || 1.16.4.0 || 14r2sr11&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 1.16.4.0 || 15r1sr3&lt;br /&gt;
|-&lt;br /&gt;
| Epos &#039;&#039;(formerly Sennheiser)&#039;&#039; || MacOS || 12.4.0.5478 || 14r1sr3&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || n.a. - [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|to be installed separately]]|| 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Poly &#039;&#039;(formerly Plantronics)&#039;&#039; || MacOS || 3.25.53799.37131 || 13r3sr9&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.25.53800.37131 || 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Yealink || MacOS || 3.1.1.23 || 14r2sr1&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.1.1.23 || 14r2sr2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* It is possible to inhibit the start of the Sennheiser SDK (SenncomSDK.exe) using the &amp;lt;code&amp;gt;DISABLEHEADSETS&amp;lt;/code&amp;gt; directive of the installer (see [[#MSI Parameters and install options|  MSI parameters]]  below).&lt;br /&gt;
&lt;br /&gt;
* Starting with V13r3sr10, the Epos-SDK needs to be installed separately using the Epos Connect software to ensure full compatibility between current Epos headset models and native myApps-Windows client. For details [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|refer to this article]].&lt;br /&gt;
&amp;lt;!--Keywords: myapps softphone supported headsets sdk--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
myApps-IP270 supports use of [[Reference9:Concept USB Headset|USB devices known for innovpahone desk phones]].&lt;br /&gt;
&lt;br /&gt;
==== Ring tones ====&lt;br /&gt;
Ring tones can be played. Apps can choose the tone from a pre-defined list of ring tones.&lt;br /&gt;
&lt;br /&gt;
On Windows, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;ringtones&amp;lt;/code&amp;gt; sub-directory of myApps&#039; roaming directory (which usually is in &amp;lt;code&amp;gt;%appdata%\innovaphone\myApps\ringtones&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
On Android, custom ring tones can be added to the system via Android settings.&lt;br /&gt;
&lt;br /&gt;
On iOS, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;Ringtones&amp;lt;/code&amp;gt; subdirectory of the myApps file share that is available in iTunes if the iPhone has been connected via USB.&lt;br /&gt;
&lt;br /&gt;
On macOS, custom ring tones can be uploaded as .mp3 files to &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-macos/Data/Documents/Ringtones&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Debugging ====&lt;br /&gt;
For extended debugging, turn on the &#039;&#039;Audio&#039;&#039;, &#039;&#039;Media&#039;&#039; and &#039;&#039;AppSharing&#039;&#039; traces in myApps.&lt;br /&gt;
=== Hot keys ===&lt;br /&gt;
On Windows and macOS systems, myApps platform services can listen for hot keys and invoke certain functions. Invocation is done by sending API messages to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
The hot keys can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below. Any of the function keys F1 to F11 (optionally combined with up to two modifier keys &#039;&#039;alt&#039;&#039;, &#039;&#039;ctrl&#039;&#039;, &#039;&#039;shift&#039;&#039; or &#039;&#039;win&#039;&#039;) can be chosen for each function. If you do not want to start the call with &amp;quot;Hotkey+Enter&amp;quot; because you would have to wait for the focus, the hotkey can also be pressed twice and the number is dialled directly.&lt;br /&gt;
&lt;br /&gt;
; dial selected number : Initiates a call using the currently selected text as target.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;text&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:&amp;quot;mt&amp;quot;:&amp;quot;PrepareCall&amp;quot;,&amp;quot;text&amp;quot;:&amp;quot;13&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; accept call : Accepts a currently alerting call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;ConnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;ConnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; reject/disconnect call : Rejects a currently alerting call or disconnects an active call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;DisconnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;DisconnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== URL Handler ===&lt;br /&gt;
&lt;br /&gt;
On Windows systems, two URI-handler are installed with the myApps platform services.  Windows will call up this URI handler when a user clicks on an appropriate link, for example in a web site.&lt;br /&gt;
&lt;br /&gt;
The handler will the send an API message to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
; tel URI : call a number, e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;num&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;num&amp;quot;:&amp;quot;4711&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; sip URI : call a SIP name, e.g. &amp;lt;code&amp;gt;sip:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; im URI : start chat with SIP name, e.g. &amp;lt;code&amp;gt;im:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;StartChat&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm &#039;&#039;com.innovaphone.chat&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.chat&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartChat&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On macOS systems myApps might be made the default application to handle tel URI e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt; via Apple FaceTime. Open the &amp;quot;FaceTime&amp;quot; menu &amp;quot;Settings...&amp;quot; and select myApps as &amp;quot;Default for phone calls&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On iOS &#039;&#039;tel&#039;&#039; URIs are always dialed via GSM. Therefore myApps iOS also reacts to URI schemes &#039;&#039;com.innovaphone.tel&#039;&#039;, &#039;&#039;com.innovaphone.sip&#039;&#039; and &#039;&#039;com.innovaphone.im&#039;&#039;, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.tel:4711&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.sip:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.im:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== User activity ===&lt;br /&gt;
On Windows and macOS systems, the myApps platform services can monitor user keyboard/mouse activity and change the user&#039;s presence state after a certain amount of inactivity.  The timeout can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below.&lt;br /&gt;
&lt;br /&gt;
myApps will then send a [https://sdk.innovaphone.com/doc/appwebsocket/myApps.htm#SetUserActivity&#039;&#039;SetUserActivity&#039;&#039;] message to the PBX using the &#039;&#039;myApps&#039;&#039; protocol.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;SetUserActivity&amp;quot;,&amp;quot;inactive&amp;quot;:true}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will change the &#039;&#039;status&#039;&#039; property of the &#039;&#039;im:&#039;&#039; contact for the user&#039;s own presence and hence result in a presence update from the PBX to myApps&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;UpdateOwnPresence&amp;quot;,&amp;quot;presence&amp;quot;:[{...},{&amp;quot;contact&amp;quot;:&amp;quot;im:&amp;quot;,&amp;quot;activity&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;status&amp;quot;:&amp;quot;closed&amp;quot;}]}&amp;lt;/code&amp;gt;&lt;br /&gt;
The &#039;&#039;closed&#039;&#039; status is reflected in the grey status color when displaying a contact [[Image:myapps-inactive.png|myapps-inactive.png/|myapps-inactive.png/]].&lt;br /&gt;
&lt;br /&gt;
On iOS and Android, the state is set to &#039;&#039;inactive&#039;&#039; as soon as the App is brought to background.&lt;br /&gt;
When myApps platform services are not available (i.e. when running the web application in a browser solely) a limited user activity monitoring is available: the state is set to active when the web page is not used for more than 5 minutes.&lt;br /&gt;
&lt;br /&gt;
=== Recording ===&lt;br /&gt;
&lt;br /&gt;
The new launcher offers the possibility to record the audio of incoming and outgoing calls. In order to activate that functionality the URL of the recording instance must be configured in either the PBX (PBX-&amp;gt;myApps-&amp;gt;Config: Recording URL) or the softphone App (Settings-&amp;gt;Audio Recording (URL)) &lt;br /&gt;
&lt;br /&gt;
[[Image:PBX-Recording-Settings.png|pbx-recording-settings.png/|pbx-recording-settings.png/]] [[Image:Recording-Softphone-Settings.png|recording-softphone-settings.png/|recording-softphone-settings.png/]]. &lt;br /&gt;
&lt;br /&gt;
As long as that URL is configured the audio data of all calls are stored as pcap-files under that URL.&lt;br /&gt;
If the URL points to a CF device in the PBX, write access must be granted for that URL (PBX-&amp;gt;Services-&amp;gt;HTTP-&amp;gt;Server:Public compact flash access) and if the URL points to the recording app, the files can be accessed via the recording app [[{{NAMESPACE}}:Concept_App_Service_Recordings|recording]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under PBX-&amp;gt;myApps the administrator can set a certain default behaviour of the audio recording like whether or not the recording should start automatically at the beginning of the call (Recording by Default ON/OFF), only calls with external numbers should be recorded (Record external calls only) or whether or not the user should be able to start/stop the recording himself (Allow user incall recording control). Except for the last parameter these parameters can also be modified by the user in its softphone settings if the administrator doesn&#039;t set the FORCE flag.&lt;br /&gt;
&lt;br /&gt;
If the user was allowed by the admin to control the recording a recording switch is active during the call when the &amp;quot;Media&amp;quot; Panel is opened. There the audio recording may be stopped and continued at will. A red recording notice is shown in the top right corner when the recording actually takes place.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Recording-incall-switch.png|recording-incall-switch.png/|recording-incall-switch.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Notifications ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services can use the OS specific notification mechanism (e.g. &#039;&#039;desktop notifications&#039;&#039; on Windows) to display messages (e.g. &#039;&#039;incoming new chat message&#039;&#039;) to the user.&lt;br /&gt;
&lt;br /&gt;
Note that the actual rendering of the notification is under control of the OS.  Therefore, myApps must be allowed to show notifications and its appearance can be restricted by OS native settings.&lt;br /&gt;
&lt;br /&gt;
==== Microsoft Windows Notifications ====&lt;br /&gt;
&lt;br /&gt;
Microsoft Windows Server editions (2016, 2019, 2022) are just capable of showing a single &#039;&#039;IncomingCall&#039;&#039; notification at the same time (we couldn&#039;t find a workaround for this limitation).&amp;lt;br/&amp;gt;&lt;br /&gt;
An &#039;&#039;IncomingCall&#039;&#039; notification is visible the whole time instead of being moved to the action center after a certain time.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A notification about a missed call uses the &#039;&#039;IncomingCall&#039;&#039; type so that this notification is visible until the user returns.&amp;lt;br/&amp;gt;&lt;br /&gt;
Due to the above limitation, on a new arriving call such a missed call notification is transformed to a default notification which will be moved to the action center automatically.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
On non server editions, you can have multiple IncomingCall notifications at the same time (so two parallel incoming calls will be indeed notified at the same time), but the missed call notification handling is the same on both platforms!&lt;br /&gt;
&lt;br /&gt;
 Thus there will be always just &#039;&#039;&#039;one&#039;&#039;&#039; missed call notification visible and previous missed calls can be found inside your action center!&lt;br /&gt;
&lt;br /&gt;
To see myApps notifications, ensure:&lt;br /&gt;
* System -&amp;gt; Notifications &lt;br /&gt;
** enable notifications&lt;br /&gt;
** disable &amp;quot;Do not disturb&amp;quot; or allow myApps as priority application while &amp;quot;Do not disturb&amp;quot; is active&lt;br /&gt;
** enable notifications for myApps in the list of applications&lt;br /&gt;
* System -&amp;gt; Focus &lt;br /&gt;
** if a focus session is active and the &amp;quot;Do not disturb&amp;quot; is activated during a focus session, make sure that myApps is a priority application (see above)&lt;br /&gt;
&lt;br /&gt;
==== macOS Notifications ====&lt;br /&gt;
Notifications are the same as on Windows.&lt;br /&gt;
The difference is, that for macOS, notifications need to be allowed in the system settings.&lt;br /&gt;
Go to Notifications - myApps, select Banner and enable all check marks.&lt;br /&gt;
&lt;br /&gt;
=== Local phonebook access ===&lt;br /&gt;
&#039;&#039;&#039;Contact Search:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm &#039;&#039;com.innovaphone.search&#039;&#039; API]]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Search&#039;&#039; request to the API:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;Search&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;search&amp;quot;:&amp;quot;john doe&amp;quot;},&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
Search results are delivered as &#039;&#039;SearchInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;SearchInfo&amp;quot;,&amp;quot;relevance&amp;quot;:2000,&amp;quot;adjust&amp;quot;:true,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;contact&amp;quot;:{&amp;quot;givenname&amp;quot;:&amp;quot;John&amp;quot;,&amp;quot;sn&amp;quot;:&amp;quot;Doe&amp;quot;,&amp;quot;company&amp;quot;:&amp;quot;ACME&amp;quot;,&amp;quot;position&amp;quot;:&amp;quot;Head of everything&amp;quot;,&amp;quot;telephonenumber&amp;quot;:[&amp;quot;11111&amp;quot;,&amp;quot;22222&amp;quot;],&amp;quot;homephone&amp;quot;:[&amp;quot;+4944444&amp;quot;,&amp;quot;33333&amp;quot;],&amp;quot;mobile&amp;quot;:[&amp;quot;+49 (123) 55555&amp;quot;]}},&amp;quot;api&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reverse Lookup:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.phonelookup/lib1_api_phonelookup.htm &#039;&#039;com.innovaphone.phonelookup&#039;&#039; API]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Lookup&#039;&#039; request to the API: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{ mt: &amp;quot;Lookup&amp;quot;, prefixIntl: &amp;quot;000&amp;quot;, prefixNtl: &amp;quot;00&amp;quot;, prefixExt:&amp;quot;0&amp;quot;, area: &amp;quot;7031&amp;quot;, country: &amp;quot;49&amp;quot;, lookup: &amp;quot;0004970311234567&amp;quot; },&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.lookup&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Search results are delivered as &#039;&#039;LookupInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{mt: &amp;quot;LookupInfo&amp;quot;, dn: &amp;quot;Jake Blues&amp;quot;, contact: { telephonenumber: [&amp;quot;0004970311234567&amp;quot;], givenname: &amp;quot;Jake&amp;quot;, sn: &amp;quot;Blues&amp;quot;, company: &amp;quot;Blues Brothers&amp;quot; &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
On Windows, the search and lookup are performed in all of the user&#039;s Outlook contact folders.  As opposed to the search implemented in the &#039;&#039;Contacts&#039;&#039; and &#039;&#039;Users&#039;&#039; App, all items are returned which match any of the search words (i.e. searching for &#039;&#039;a b&#039;&#039; will return items matching either &#039;&#039;a&#039;&#039; or &#039;&#039;b&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
; searched properties : firstname, lastname&lt;br /&gt;
; returned properties : Following Outlook contact phone number properties are returned  (if available):&lt;br /&gt;
&lt;br /&gt;
:* OFFICE_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* OFFICE2_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* HOME_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* HOME2_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* MOBILE_TELEPHONE_NUMBER as &#039;&#039;mobile&#039;&#039;&lt;br /&gt;
:* BUSINESS_FAX_NUMBER as &#039;&#039;facsimiletelephonenumber&#039;&#039;&lt;br /&gt;
Note that contact information is cached in the search provider.  Updated contacts may therefore become effective after a while only.&lt;br /&gt;
Outlook search will create its own trace file &amp;lt;code&amp;gt;myAppsOutlookSearch-&amp;lt;/code&amp;gt;&#039;&#039;date-time&#039;&#039;&amp;lt;code&amp;gt;.txt&amp;lt;/code&amp;gt; in the standard trace directory.&lt;br /&gt;
&lt;br /&gt;
This search provider is always installed and can be disabled.  There is no need (nor possibility) to enable it in the &#039;&#039;Apps&#039;&#039; tab of the PBX&#039;s user object.  Also, no &#039;&#039;App&#039;&#039; object needs to be created for it.&lt;br /&gt;
&lt;br /&gt;
==== Android/iOS ====&lt;br /&gt;
The search and lookup are performed in the contacts.&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
The search and lookup are performed in the contacts. If you wish to disable local contact lookup, go to system settings - Security &amp;amp; Privacy and disable the access to contacts for myapps.&lt;br /&gt;
=== Microsoft Office integration ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services has a &#039;&#039;office presence provider&#039;&#039; that can provide the user&#039;s presence state to Office applications.  See [[{{NAMESPACE}}:Concept_myApps_Office_Integration|myApps Office Integration]] for details.&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default.  However, it can be disabled using the &#039;&#039;OFFICEPRESENCE&#039;&#039; MSI Parameter.  Also, a check-mark is available in the setup dialog.&lt;br /&gt;
&lt;br /&gt;
=== Call an external application for calls ===&lt;br /&gt;
&lt;br /&gt;
Phone Apps (such as the phoneapp or softphone) can initiate the start of an external application when a new call appears (either incoming or outgoing).  The actual spawning of the application is done by the myApps platform service.  Also, the application properties (such as e.g. the executable&#039;s path) is configured in the myApps platform services (see [[#UI elements|Advanced settings]] in the &#039;&#039;UI elements&#039;&#039; section below).&lt;br /&gt;
&lt;br /&gt;
A number of arguments can be passed to the application by substituting $-variables in the &#039;&#039;Parameter&#039;&#039; field:&lt;br /&gt;
&lt;br /&gt;
; $n : phone number as dialed (called party number for outgoing calls) or received (calling party number for incoming calls)&lt;br /&gt;
&lt;br /&gt;
; $N : called or calling party number in &#039;&#039;national&#039;&#039; format (e.g. 07031730090)&lt;br /&gt;
&lt;br /&gt;
; $I : called or calling party number in &#039;&#039;international&#039;&#039; format (e.g. +497031730090)&lt;br /&gt;
&lt;br /&gt;
: note that both $N and $I only work if $n includes both subscriber number and area code (e.g. 07031730090). Otherwise they are equal to $n&lt;br /&gt;
&lt;br /&gt;
; $d : display name of peer (if known)&lt;br /&gt;
&lt;br /&gt;
; $u : URI name of the peer (if available eg with a federation call)&lt;br /&gt;
&lt;br /&gt;
; $c : conference id&lt;br /&gt;
&lt;br /&gt;
: this is a globally unique ID for this call and may be used to relate the call to the &#039;&#039;guid&#039;&#039; found in the CallInfo structure in the [http://wiki.innovaphone.com/index.php?title=Reference10:SOAP_API#CallInfo SOAP-API] and [http://sdk.innovaphone.com/doc/appwebsocket/RCC.htm RCC-API ].  Also, corresponding [[Reference10:Call Detail Record CDR PBX|CDRs]] can be related using the &#039;&#039;event&#039;&#039; tag&#039;s &#039;&#039;conf&#039;&#039; attribute.&lt;br /&gt;
The start of an external application can be requested using the &#039;&#039;com.innovaphone.externalapps&#039;&#039; API.&lt;br /&gt;
&lt;br /&gt;
Some setup examples are [[Howto:Integrate External Apps in innovaphone UC clients|shown here]].&lt;br /&gt;
&lt;br /&gt;
=== Push ===&lt;br /&gt;
&lt;br /&gt;
Mobile operating systems usually inhibit network operation of apps which run in the background or are closed by the user.  This is done in order to reduce battery consumption.  Unfortunately, this also stops such apps to maintain a registration by regularly sending &#039;&#039;keep alive&#039;&#039; messages to a server (in our case to the PBX).  As a result, myApps will be disconnected from the PBX.   When the PBX determines that there is an event for the application which needs a response, it needs to wake up the app using a dedicated channel provided by the operating system.  This mechanism is know as &#039;&#039;push&#039;&#039;. When running on iOS or Android, myApps supports &#039;&#039;push&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;push&#039;&#039; to work, a [[{{NAMESPACE}}:PBX/Objects/Push|&#039;&#039;push object&#039;&#039;]] needs to be configured in the PBX .  Also, it needs to be enabled on the mobile phone for the myApps app.&lt;br /&gt;
This mechanism is quite similar in v12 and v13, so you can refer to [[{{NAMESPACE}}:Concept_Push_Notifications_for_iOS_and_Android|the concept for push notifications for iOS and Android]] for more details. &lt;br /&gt;
&lt;br /&gt;
Also, helpful hints can be found in [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]].&lt;br /&gt;
&lt;br /&gt;
=== App Proxy ===&lt;br /&gt;
&lt;br /&gt;
myApps runs further &#039;&#039;Apps&#039;&#039; (such as e.g. the &#039;&#039;phoneapp&#039;&#039;) as a web page in an IFRAME of the browser myApps is running in.  The App&#039;s page code is loaded either from the PBX or from an &#039;&#039;application platform&#039;&#039; (AP).   This however would mean that the App&#039;s IFRAME would remain empty (a dead white screen) when the PBX or AP is not available. To make sure the App can start-up anyway, the myApps platform services feature the so-called &#039;&#039;App Proxy&#039;&#039;.  This is a caching proxy that caches all the App code so it is available even in case of network failure. When myApps runs in the context of the platform services, Apps are therefore not loaded from the App source directly, but from the local App proxy. &lt;br /&gt;
&lt;br /&gt;
The cached files are stored in the PCs local file system in the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps\appproxy&amp;lt;/path&amp;gt;&amp;lt;/code&amp;gt;.  There is no configuration required.  However, if myApps seems to run with outdated or corrupt cached copies of the App, you can safely delete the entire directory.&lt;br /&gt;
&lt;br /&gt;
=== Auto update ===&lt;br /&gt;
&lt;br /&gt;
On Windows and on macOS, the myApps platform services can auto-update themselves to a common version.  This is controlled by the [[{{NAMESPACE}}:PBX/Config/myApps#Launcher_Software_Update | &#039;&#039;Launcher Software Update&#039;&#039;]] settings under &#039;&#039;PBX/Config/myApps&#039;&#039; in the PBX. &lt;br /&gt;
&lt;br /&gt;
When myApps is started or the user logs in or myApps needs to re-connect to the PBX, the platform services will use the [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client API] to learn the desired version (&#039;&#039;launcherUpdateBuild&#039;&#039;, which is part of the API&#039;s &#039;&#039;model&#039;&#039;). If this differs from the current version, the platform services will try to download the respective new version. &lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;mt&amp;quot;: &amp;quot;ApiUpdate&amp;quot;,&lt;br /&gt;
    &amp;quot;apis&amp;quot;: {&lt;br /&gt;
        &amp;quot;com.innovaphone.client&amp;quot;: {&lt;br /&gt;
            &amp;quot;@client&amp;quot;: {&lt;br /&gt;
                &amp;quot;title&amp;quot;: &amp;quot;innovaphone myApps&amp;quot;,&lt;br /&gt;
                &amp;quot;model&amp;quot;: {&lt;br /&gt;
                    &amp;quot;launcher&amp;quot;: true,&lt;br /&gt;
                    &amp;quot;launcherUpdateBuild&amp;quot;: &amp;quot;134906&amp;quot;,&lt;br /&gt;
                    &amp;quot;appStoreUrl&amp;quot;: &amp;quot;http://store.innovaphone.com/release/download/&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
The installation of the downloaded version is done by the &#039;&#039;innovaphonemyAppsUpdateService&#039;&#039;. This service is installed and enabled during the initial installation of the myApps platform services.  To disable auto-update, either leave the &#039;&#039;Launcher Software Update&#039;&#039; settings empty or set the service&#039;s start mode to &#039;&#039;disabled&#039;&#039; in the Windows &#039;&#039;services control panel&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note that on Windows the update service does not work on terminal servers. Administrators must do myApps base services updates using standard windows mechanisms.&lt;br /&gt;
&lt;br /&gt;
Note that on macOS if myApps has been installed from the Apple Store it is assumed that auto update from the PBX is not desired and disabled therefore. If you need to activate the auto update later, you will need to reinstall myApps using the .pkg file. &lt;br /&gt;
On Android/iOS/macOS updates can be downloaded from the respective app store.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Devices&#039;&#039; app can not update software installed on Windows PCs directly. However, when the PBX is updated using an &#039;&#039;update job&#039;&#039; in the &#039;&#039;Devices&#039;&#039; App, the &#039;&#039;Launcher Software Update&#039;&#039; settings will be updated accordingly and hence the myApps base services will ultimately also be updated to the same version.&lt;br /&gt;
&lt;br /&gt;
==== Auto update flow on Windows ====&lt;br /&gt;
&lt;br /&gt;
* On start of myApps, myApps checks if an update is available and ready for installation&lt;br /&gt;
** if yes, the update is installed directly, without user interaction (a popup is shown during the installation)&lt;br /&gt;
** if not, myApps starts&lt;br /&gt;
* if an update is available while myApps is already running, an update notification will be shown which let&#039;s the user choose to install the update now or later (the notification will then popup again after one hour)&lt;br /&gt;
&lt;br /&gt;
==UI elements ==&lt;br /&gt;
There are a few user interfaces provided by the platform services:&lt;br /&gt;
===tray-icon (Windows only) ===&lt;br /&gt;
::[[Image:myapps-tray.png|myapps-tray.png/|myapps-tray.png/]]&lt;br /&gt;
:Allows to&lt;br /&gt;
:* terminate myApps&lt;br /&gt;
:* toggle the &#039;&#039;autostart&#039;&#039; state&lt;br /&gt;
:* toggle the &#039;&#039;show in task bar&#039;&#039; state&lt;br /&gt;
:* open the trace folder&lt;br /&gt;
:&lt;br /&gt;
=== PBX connect form===&lt;br /&gt;
:: [[Image:myapps-connect.png|myapps-connect.png/|myapps-connect.png/]]&lt;br /&gt;
: Allows the user to specify the connect data for the PBX (i.e. IP address or DNS name)&lt;br /&gt;
:&lt;br /&gt;
=== Advanced settings===&lt;br /&gt;
[[Image:myapps-settings0.png| More button to access advanced settings]]&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;420&amp;quot; style=&amp;quot;float:left&amp;quot;&amp;gt;&lt;br /&gt;
Image:MyApps-settingsNew.png|Advanced generic configuration&lt;br /&gt;
Image:MyApps-settingsNew2.png|Hotkeys configuration&lt;br /&gt;
Image:MyApps-settingsNew3.png|External launcher configuration&lt;br /&gt;
Image:MyApps-settingsNew4.png|Trace configuration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Allows modification of various platform dependent settings (such as the hotkey selection on Windows, external application actions, etc).&lt;br /&gt;
&lt;br /&gt;
== Interfaces ==&lt;br /&gt;
=== Provided APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm com.innovaphone.search] : access to local phone book entries by the [[#Local phonebook access|Local phonebook access]] component.&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.launcher/com.innovaphone.launcher.htm com.innovaphone.launcher] : display of OS specific user notifications and receipt of related user actions&lt;br /&gt;
; com.innovaphone.notificationhandler : reports back click on a notification.&lt;br /&gt;
; com.innovaphone.externalapps : to start external applications, see [[#Call an external application for calls|Call an external application for calls]]  above&lt;br /&gt;
&lt;br /&gt;
=== Used APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm com.innovaphone.phone] : used to initiate new or manipulate existing calls by the [[#Hot keys|Hot keys]] and [[#URL handler|URL handler]] components.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm com.innovaphone.chat] : used to start a new chat by the [[#URL handler|URL handler]] component.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client] : the model is used to learn the update settings, see [[#Auto update|Auto update]] above&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
; [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol] : used by apps to allocate RTP channels, see [[#RTP service for audio.2C video and data|RTP service for audio, video and data]] above&lt;br /&gt;
&lt;br /&gt;
== Related App Services ==&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== Known limitations ==&lt;br /&gt;
; Incoming call as banner on myApps for iOS : Since iOS 14 the iOS CallKit presents incoming calls as a banner leaving the original green answer button of myApps visible. Use only the blue button of the banner to accept the call or change iPhone Settings, App &amp;quot;Phone&amp;quot;, &amp;quot;Incoming Calls&amp;quot; to &amp;quot;Full Screen&amp;quot; to hide the myApps user interface again during call answering.&lt;br /&gt;
&lt;br /&gt;
; Call answer in speakerphone mode even with active Bluetooth headset on myApps for iOS : This causes unwanted speakerphone operation if the smartphone is used with a Bluetooth car audio system. The behaviour can be changed by selecting &#039;&#039;Bluetooth Headset&#039;&#039; in this setting:&lt;br /&gt;
:&#039;&#039;iOS Settings-&amp;gt;Accessibility-&amp;gt;Touch-&amp;gt;Call Audio Routing: Automatic / Bluetooth Headset / Speaker&#039;&#039;&lt;br /&gt;
:&#039;&#039;iOS Einstellungen-&amp;gt;Bedienungshilfen-&amp;gt;Tippen-&amp;gt;Anrufaudioausgabe: Automatisch / Bluetooth-Headset / Lautsprecher&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Windows Server 2016 (Windows 10 Build 1607) : windows just shows the first notification. Further notifications aren&#039;t displayed until the previous ones are removed from the notification center. Current windows builds do not show this behaviour anymore.&lt;br /&gt;
&lt;br /&gt;
; Problems on Mac computers with Yealink USB headsets&lt;br /&gt;
: we have received reports that myApps quits unexpectedly on some Mac computers when a Yealink headset is plugged in.  Unfortunately, we could not find out the cause yet.  If you use Yealink USB headsets and have a similar issue, please open a support ticket and send myApps traces.&lt;br /&gt;
&lt;br /&gt;
; Poly / Plantronics headset buttons only functional if myApps is started with Rosetta&lt;br /&gt;
: myApps macOS supports Apple M1/M2 hardware natively. However, the Poly / Plantronics headset SDK is only available for Intel platform and thus myApps needs to be started via Apple&#039;s Intel emulator Rosetta if a Poly / Plantronics headset is used. This is done with right-click on the myApps executable, &#039;&#039;Information&#039;&#039;, &#039;&#039;Open with Rosetta&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Windows surface devices may not work correctly&lt;br /&gt;
: Chromium does not get touch keyboard events. USB Keyboards may not be recognized either.&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Windows using the .msi file found in the &#039;&#039;myApps Windows&#039;&#039; package from [https://store.innovaphone.com/release/download.htm store.innovaphone.com].&lt;br /&gt;
&lt;br /&gt;
myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
=== MSI Parameters and install options ===&lt;br /&gt;
&lt;br /&gt;
The MSI installer of myApps for Windows supports the following parameters and can be edited with [https://docs.microsoft.com/en-us/windows/win32/msi/orca-exe Microsoft Orca]. You can add your parameters in the table &#039;&#039;property&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; SERVER (REG_SZ): the PBX&#039;s server address (without protocol like https://)&lt;br /&gt;
; OFFICEPRESENCE (REG_DWORD): &#039;&#039;&#039;false&#039;&#039;&#039; to disable presence integration in Microsoft Office&lt;br /&gt;
: this is also available as a check-mark when running the install manually&lt;br /&gt;
&lt;br /&gt;
; DISABLEHEADSETS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable headsets support, see [[#Device handling|Device handling]] above&lt;br /&gt;
&lt;br /&gt;
; EXTERNALAPPS (REG_SZ): pre-define external applications, see [[#Call an external application for calls|Call an external application for calls]] above&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;&amp;quot;{&amp;quot;&amp;quot;externalApps&amp;quot;&amp;quot;:[{&amp;quot;&amp;quot;id&amp;quot;&amp;quot;:0,&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Wireshark&amp;quot;&amp;quot;,&amp;quot;&amp;quot;path&amp;quot;&amp;quot;:&amp;quot;&amp;quot;C:\\Program Files\\Wireshark\\Wireshark.exe&amp;quot;&amp;quot;,&amp;quot;&amp;quot;param&amp;quot;&amp;quot;:&amp;quot;&amp;quot;test $I&amp;quot;&amp;quot;}]}&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FORCERESTART (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; (or any string ...) kills myApps during the installation and restarts it for the currently logged in user, if it was running&lt;br /&gt;
&lt;br /&gt;
; DISABLELOCALHOST (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable use of &#039;&#039;&#039;localhost&#039;&#039;&#039; string to access the local webserver. Use &#039;&#039;&#039;127.0.0.1&#039;&#039;&#039; instead&lt;br /&gt;
&lt;br /&gt;
; EXCLUDEINTERFACES (REG_SZ): some VPN interfaces are not detected by Windows as IF_TYPE_PPP or IF_TYPE_TUNNEL and therefore the &#039;&#039;&#039;media outside VPN&#039;&#039;&#039; setting is not taking effect. With this option interfaces can be pre-defined that will not be used for media. Interfaces must be comma separated&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;EXCLUDEINTERFACES=&amp;quot;172,192.168,10.10&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FASTERDOWNLOADS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to have faster downloads without artificially slowing down the download of an update (which is done to avoid audio lags if clients have slow networks).&lt;br /&gt;
&lt;br /&gt;
Current settings are stored in the registry at &amp;lt;code&amp;gt;Computer\HKEY_CURRENT_USER\Software\innovaphone\myApps&amp;lt;/code&amp;gt; or at &amp;lt;code&amp;gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\innovaphone\myApps&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Boolean values like OfficePresence are stored in registry entries with type REG_DWORD and values 1 or 0. 0 disables the setting and 1 enables it.&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on iOS by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;App Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services might be installed directly from the Apple store. An installer package &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; and a disk image &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; is also available from the innovaphone app store. Install &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; by double-click on the file and follow the instructions of the installer. myApps becomes available in the Applications folder and can be opened by double-click. Or download and open &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; and double klick myApps. If desired integrate it into the app dock by right click, &#039;&#039;Options, Keep in the dock&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If installed from the innovaphone app store, myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
If installed from the Apple store, macOS notifies about updates on the Apple store. myApps [[#Auto update|Auto update]] is disabled then.&lt;br /&gt;
&lt;br /&gt;
If a clean-install of the client is necessary, the folder &amp;quot;/Users/username/Library/Containers/myapps&amp;quot; needs to be deleted. To be on the safe side also delete it from the trash bin.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
macOS supports preference settings that can be set via a shell command or via Mac remote management&lt;br /&gt;
&lt;br /&gt;
 defaults write com.innovaphone.client-ios-14r1 server &amp;quot;PBX-server-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The following parameters and can be set through this method:&lt;br /&gt;
&lt;br /&gt;
; server: the PBX&#039;s server URL&lt;br /&gt;
&lt;br /&gt;
=== Setting myApps as Default App for SIP-URLs ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add &#039;{&lt;br /&gt;
   LSHandlerURLScheme = sip;&lt;br /&gt;
   LSHandlerRoleAll = &amp;quot;&amp;lt;CFBundleIdentifier&amp;gt;&amp;quot;;&lt;br /&gt;
}&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To find the “CFBundleIdentifier”, proceed as follows:&lt;br /&gt;
* In the Finder under “Applications”, search for the desired myApps client that you want to set as the default app.&lt;br /&gt;
* Right-click on “Show package contents” -&amp;gt; you will find the “CFBundleIdentifier” in the Info.plist file.&lt;br /&gt;
&lt;br /&gt;
A restart of the MAC is required.&lt;br /&gt;
&lt;br /&gt;
=== Using Sennheiser headsets ===&lt;br /&gt;
If you use Sennheiser headsets, you should also install the then-current &amp;lt;code&amp;gt;DSEA_SDK_v&amp;lt;/code&amp;gt;&#039;&#039;version&#039;&#039;&amp;lt;code&amp;gt;.pkg&amp;lt;/code&amp;gt; package, after you installed the myApps client.  Without that, audio will still work, but not the controls on the headset.  You will need to keep that up-to-date yourself, as it is not updated by myApps&#039;s auto-update function.&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Android by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;Play Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying a property &amp;quot;server&amp;quot; with string value &amp;quot;pbx.example.com&amp;quot; in the MDM.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
For configuration instructions, refer to the [[Reference16r1:Concept IP270|IP270 concept article]].&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server configuration ==&lt;br /&gt;
When opening myApps for the first time, the user is prompted for the Server. Usually only the hostname (DNS host name or IP address) needs to be configured.&lt;br /&gt;
&lt;br /&gt;
But there are more options for special PBX configurations.&lt;br /&gt;
&lt;br /&gt;
; Non-standard HTTPS port&lt;br /&gt;
: If the PBX uses a non-standard HTTPS port, it must be appended to the host name separated by a colon (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com:4444&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com:4444/PBX0/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; DynPBX module name&lt;br /&gt;
: If the PBX is a DynPBX, the module id must be appended to PBX0 separated - (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com/PBX0-1&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0-1/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; Softphone physical location&lt;br /&gt;
: If user defined physical location shall be used for softphone, you can append it using a parameter &amp;lt;code&amp;gt;#phys=&amp;lt;/code&amp;gt;.&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com#phys=slave&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0/APPCLIENT/appclient.htm#phys=slave&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Example 1: PBX pbx.example.com with standard configuration&lt;br /&gt;
 pbx.example.com&lt;br /&gt;
&lt;br /&gt;
Example 2: PBX slave.example with DynPBX module ID 1, HTTPS port 4444 and physical location master&lt;br /&gt;
 slave.example.com:4444/PBX0-1#phys=master&lt;br /&gt;
&lt;br /&gt;
=== HTTP proxy support ===&lt;br /&gt;
&lt;br /&gt;
myApps platform services do support operation via HTTP proxy now. If one or more proxies have been configured in the network settings of the operating system for the active network connection, HTTP CONNECT tunnels are established.&lt;br /&gt;
&lt;br /&gt;
On Windows user name and password can be specified for the tunnel servers as generic credentials in the credentials manager (Anmeldeinformationsverwaltung). The name of the credentials must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
On Android user name and password can be specified through Android &#039;&#039;Settings, Accounts&#039;&#039; by adding a myApps &#039;&#039;HTTP Proxy Credentials&#039;&#039; account. The name of the account must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
== Platform specific settings ==&lt;br /&gt;
When myApps runs under the myApps platform services, it will show various platform specific settings as part of its &#039;&#039;burger menu&#039;&#039;, so the user can set them.  See &#039;&#039;Advanced settings&#039;&#039; in [[#UI elements|UI elements]] above.&lt;br /&gt;
&lt;br /&gt;
Some options can also be set globally for all myApps clients in the PBX&#039;s [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps &#039;&#039;Client Settings&#039;&#039;]]&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Option&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Where to set&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| || || User menu || PBX &#039;&#039;Client Settings&#039;&#039; || Windows || iOS || Android || macOS&lt;br /&gt;
|IP270&amp;lt;ref&amp;gt;myApps-IP270 offers device specific settings explained in [[Reference16r1:Concept IP270|IP270 concept article]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Autostart || Launch myApps on login || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Appear offline after || controls after which idle time a user is considered &#039;&#039;inactive&#039;&#039;. See [[#User activity|User activity]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Hotkeys || Hotkeys for call dial, accept, reject. See [[#Hot keys|Hot keys]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Docking || Docking mode (left, right, none). See [[#???|??]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Desktop notifications|| Turn on/off platform notifications. See [[#Notifications|  Notifications]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| VPN || Disable VPN address for ICE candidate selection. See [[#RTP ports| RTP ports]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Show in taskbar|| Show myApps in the taskbar in addition to it&#039;s tray icon.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Log flags || turn on/off certain trace levels. See [[#Troubleshooting|Troubleshooting]] below.  || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10004;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| External applications || define the applications available for Apps to be started. See [[#Call an external application for calls|Call an external application for calls]] above.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Ring in headset || send ring tone for incoming to headset instead of loudspeaker.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start parameters for Windows ==&lt;br /&gt;
&lt;br /&gt;
On Windows, it is not possible to pass start parameters from the [https://www.chromium.org/developers Chromium documentation] to the myApps process.&lt;br /&gt;
&lt;br /&gt;
== OS Settings for Windows ==&lt;br /&gt;
Windows settings can influence the display of &#039;&#039;Desktop notifications&#039;&#039;. See [https://support.microsoft.com/en-us/help/4028678/windows-10-change-notification-settings Change notification settings in Windows 10/11] for details.&lt;br /&gt;
&lt;br /&gt;
=== Windows 11 ===&lt;br /&gt;
&lt;br /&gt;
* Windows 11 has a feature &amp;quot;do not disturb&amp;quot;. This hides notifications if enabled.&lt;br /&gt;
* Windows 11 has a feature &amp;quot;focus&amp;quot;. This enables &amp;quot;do not disturb&amp;quot; and thus hides notifications too.&lt;br /&gt;
* Windows 11 has priority settings for notifications. Ensure that VoIP notifications for calls are allowed any maybe also include myApps as an App which is allowed to show notifications.&lt;br /&gt;
&lt;br /&gt;
== OS settings for Android ==&lt;br /&gt;
; Events : The appearance of notifications can be controlled here.&lt;br /&gt;
&lt;br /&gt;
; Call accounts : For proper incoming call signaling, the call account &#039;&#039;myApps&#039;&#039; needs to be enabled. Note that on Samsung smartphones the call account switch likely toggles back and a few tries may need to be done until it persists. Please double-check the state.&lt;br /&gt;
&lt;br /&gt;
; Preferred Calling Account : Choose which calling account (myApps/SIM/..) should be used for outgoing calls initiated from within the native phone app / phone book.&lt;br /&gt;
&lt;br /&gt;
; Background data, unlimited data usage : Grant background data use to enable &#039;&#039;myApps&#039;&#039; to connect to the PBX immediately on an incoming call.&lt;br /&gt;
&lt;br /&gt;
; Overlaying : This setting is not needed if call account &#039;&#039;myApps&#039;&#039; has been enabled. Should there be a reason for not enabling call account &#039;&#039;myApps&#039;&#039;, the permission for overlaying needs to be granted on Android 10 or higher for proper call signaling.&lt;br /&gt;
&lt;br /&gt;
Note: If no SIM card is installed some Android smartphones exhibit a problem dialing from the smartphone contacts. The contacts app shows a choice &#039;&#039;Select SIM card for this call&#039;&#039; but all possible dialers are greyed out. In this case make myApps the default phone app in Android settings &#039;&#039;Apps, Default apps, Telephony&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for iOS ==&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in iOS &#039;&#039;Settings, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for macOS ==&lt;br /&gt;
&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in macOS &#039;&#039;Preferences, Notifications, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
&lt;br /&gt;
myApps platform services can write various traces for debugging.  Trace can be turned on and off selectively in the [[#Advanced settings|Advanced settings]].&lt;br /&gt;
&lt;br /&gt;
The following trace flags can be set:&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Recommended trace options are: &#039;&#039;&#039;App, Browser, ICE, TURN, Signaling and Audio&#039;&#039;&#039;. Please do not activate other flags unless innovaphone support says otherwise&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |  Abbreviation&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |code&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| App||0x000000001|| logs from the App Service itself&lt;br /&gt;
|-&lt;br /&gt;
| DNS||0x000000008|| logs DNS requests and results&lt;br /&gt;
|-&lt;br /&gt;
| HTTP client||0x000000080|| http client logs&lt;br /&gt;
|-&lt;br /&gt;
| TLS||0x000000400|| TLS logs&lt;br /&gt;
|-&lt;br /&gt;
| TCP||0x000000800|| TCP logs&lt;br /&gt;
|-&lt;br /&gt;
| LDS||0x000001000|| local domain sockets&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket client||0x000004000|| logs outgoing websocket connections&lt;br /&gt;
|-&lt;br /&gt;
| App WebSocket||0x000008000|| logs app websocket connections (e.g. from PBX objects to an App Service or from the UI to the App Service)&lt;br /&gt;
|-&lt;br /&gt;
| UDP||0x000200000|| UDP logs&lt;br /&gt;
|-&lt;br /&gt;
| DTLS||0x000400000|| logs DTLS handshake and messages&lt;br /&gt;
|-&lt;br /&gt;
| Media||0x000800000|| logs media events&lt;br /&gt;
|-&lt;br /&gt;
| Media channel||0x001000000|| logs RTP/SCTP media connections&lt;br /&gt;
|-&lt;br /&gt;
| ICE||0x002000000|| logs ICE messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| TURN||0x004000000|| logs TURN messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| AppSharing||0x008000000|| logs AppSharing connection&lt;br /&gt;
|-&lt;br /&gt;
| Audio||0x010000000|| logs Audio connection and headset events&lt;br /&gt;
|-&lt;br /&gt;
| Video||0x020000000|| logs video connection and webcam events&lt;br /&gt;
|-&lt;br /&gt;
| Browser||0x040000000|| logs Chromium events&lt;br /&gt;
|-&lt;br /&gt;
| AppProxy||0x080000000|| logs requests which are proxied between the local webserver and the remote server&lt;br /&gt;
|-&lt;br /&gt;
| Webserver ||0x200000000|| enables webserver specific logs&lt;br /&gt;
|-&lt;br /&gt;
| Browser Console ||0x400000000|| logs browser console events&lt;br /&gt;
|-&lt;br /&gt;
| Signaling||0x800000000|| enables logs in the signaling module for debugging calls&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;code&#039;&#039; can be or&#039;ed and used as value for the &#039;&#039;Log flags&#039;&#039; field in [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps/Client Settings]].&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
On Windows, traces are written to the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps&amp;lt;/code&amp;gt; directory. If you start myApps with --log-size as parameter, you can define the maximum size of a log file (e.g. --log-size=100000000 would be 100MB for each file)&lt;br /&gt;
&lt;br /&gt;
:* myApps-&#039;&#039;date-time&#039;&#039;.txt : main log file for the platform services&lt;br /&gt;
&lt;br /&gt;
:* myAppsOutlookSearch-&#039;&#039;date-time&#039;&#039;.txt : log file for the Outlook phone book access&lt;br /&gt;
&lt;br /&gt;
:* myAppsHookController-&#039;&#039;date-time&#039;&#039;.txt : log file for the hot-key interceptor (see [[#Hot keys|Hot keys]])&lt;br /&gt;
&lt;br /&gt;
; :myApps update installation traces are written to the &amp;lt;code&amp;gt;%windir%\temp\&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsInstall.txt: MSI installation file&lt;br /&gt;
&lt;br /&gt;
; :myApps update service traces are written to the &amp;lt;code&amp;gt;%ProgramData%\innovaphone\myAppsUpdateService&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsUpdateService-&#039;&#039;date-time&#039;&#039;.txt: myApps update service traces&lt;br /&gt;
&lt;br /&gt;
==Android==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, an Android device might also be connected to a PC via an USB cable to get the traces. The files can be found in &amp;lt;code&amp;gt;Android/data/com.innovaphone.clientandroid/files&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, files can be found in &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-ios/Data/Documents/&amp;lt;/code&amp;gt;. Press &#039;&#039;Alt+N&#039;&#039; followed by space to get tilde &#039;&#039;~&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
Refer to the [[Reference16r1:Concept IP270#Troubleshooting|IP270 concept article section troubleshooting]].&lt;br /&gt;
&lt;br /&gt;
= Known Problems =&lt;br /&gt;
[[:Category:Problem myApps platform services|Known Problems]]&lt;br /&gt;
&lt;br /&gt;
= Related Articles =&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Redundancy|Concept myApps Redundancy]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Office_Integration|Concept myApps Office Integration]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myAPPs_Search_in_local-Outlook_Contacts|Concept myAPPs Search in local Outlook Contacts]]&lt;br /&gt;
* [[{{NAMESPACE}}:Call_Detail_Record_CDR_PBX|Call Detail Records]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept Push Notifications for myPBX iOS and Android|Concept Push Notifications for myPBX iOS and Android]]&lt;br /&gt;
* [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/myApps|Reference16r1:PBX/Config/myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_IP270|IP270 concept article]]&lt;br /&gt;
[[Category:Concept myApps platform services]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79919</id>
		<title>Reference16r1:Concept myApps platform services</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79919"/>
		<updated>2026-06-02T12:36:32Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Advanced settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|myApps]]&lt;br /&gt;
&lt;br /&gt;
myApps platform services provide various operating system specific services which can be used by other &#039;&#039;Apps&#039;&#039; running in the [[{{NAMESPACE}}:Concept myApps|myApps client]]. Those services typically are not available in the browser&#039;s JavaScript environment and hence must be implemented in native platform code. Therefore, the platform services are installed as native executable on the respective platform.&lt;br /&gt;
&lt;br /&gt;
When myApps is started in a web browser (and hence has no access to the platform services), some Apps will use [https://en.wikipedia.org/wiki/WebRTC WebRTC] services implemented by the browser instead.  For ease of reference, features available in this scenario are also described here.&lt;br /&gt;
&lt;br /&gt;
On windows, the platform services also come with their own web browser in which the myApps web App will be started then.  This browser is based on google&#039;s [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium] open source software.&lt;br /&gt;
= Applies To =&lt;br /&gt;
&lt;br /&gt;
* [[{{NAMESPACE}}:Concept myApps|myApps]]&lt;br /&gt;
* myApps for Windows&lt;br /&gt;
* myApps for macOS&lt;br /&gt;
* myApps for iOS&lt;br /&gt;
* myApps for Android&lt;br /&gt;
* myApps Web App (WebRTC)&lt;br /&gt;
* myApps for IP270&lt;br /&gt;
version 16r1&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
Not all features are available or required on all platforms.&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Feature&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
| || || Windows || iOS || Android || macOS || Browser&amp;lt;ref&amp;gt;This refers to the myApps web application running in a browser with no platform services available&amp;lt;/ref&amp;gt;&lt;br /&gt;
|IP270&lt;br /&gt;
|-&lt;br /&gt;
| [[#Device handling|Audio Devices]]|| manage local audio devices to record and playback audio conversations || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;audio available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Video || manage local displays and cameras to capture and render video live stream || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;video available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Ringer || manage local ringing device || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Application sharing|Application sharing]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; presenter || share an application || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; consumer  || view an application shared by the peer || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Hot keys|Hot keys]]|| capture key presses for quick invocation of phone apps (e.g. dial selected number) || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#URL Handler|tel: and sip: URI handler]]|| intercept clicks on tel: and sip: links in web sites to invoke phone apps || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#User activity|User activity]]|| set presence state according to user activity ||  &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;limited, see [[#User activity|User activity]] below&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Docking || myApps can be docked persistently to the right or left edge of your screens ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Multi-windowing || Apps can be launched in separate windows||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Recording|Recording]]|| Calls can be recorded to recording app||  &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Notifications|Notifications]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; display notifications || display notifications with OS standard mechanism ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; push notifications || receive push notifications while myApps is not running  ||  &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The browser needs to be running in order to receive push notifications.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; chat and apps || display notifications for chat and other apps  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; calls || display notifications for incoming calls  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&amp;lt;ref&amp;gt;Call notifications are only displayed locally while the phone or softphone app is started.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Local phonebook access|Local phonebook]]|| access local phone book ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Microsoft Office Integration|Office presence provider]]|| maps PBX presence state to Microsoft office presence state ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Call an external application for calls|External application start]]|| start arbitrary external applications for calls || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#App Proxy|App Proxy]]|| a caching proxy that provides app persistence  || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Auto update|Auto update]]|| automatically updates myApps platform services to the same version the PBX has || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The then-current web app is always loaded from the PBX upon startup and hence up-to-date by definition&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Three party conference || initiate 3-pty-conference using Softphone-App || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Exclude VPN || disable use of VPN connections for audio and appsharing || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Screen lock || myApps screen lock against unauthorised use || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
* innovaphone PBX 16r1 and up&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
Recommended hardware requirements&lt;br /&gt;
* Processor: Dual-core 2Ghz or higher&lt;br /&gt;
* RAM: 4 Gb&lt;br /&gt;
&lt;br /&gt;
== myApps for Windows ==&lt;br /&gt;
* Windows 11 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
&lt;br /&gt;
=== 32 &amp;amp; 64 bit Windows ===&lt;br /&gt;
* 32 bit Windows: install the myAppsSetup32.msi from the App Store&lt;br /&gt;
* 64 bit Windows: install the myAppsSetup.msi from the App Store&lt;br /&gt;
** the 64 bit variant still installs into Program Files (x86), as the main myApps.exe is still a 32bit application&lt;br /&gt;
** the 64 bit variant just contains an additional 64 bit binary for the outlook search&lt;br /&gt;
&lt;br /&gt;
=== Windows N editions ===&lt;br /&gt;
&lt;br /&gt;
Windows N editions are missing the &#039;&#039;Media Feature Pack&#039;&#039; which is pre installed on other Windows versions.&lt;br /&gt;
&lt;br /&gt;
Please install the pack from [https://www.microsoft.com/en-us/software-download/mediafeaturepack Microsoft (Windows 10 pack)] before you install myApps. The installer will check if the file &amp;lt;code&amp;gt;C:\Windows\SysWOW64\mfplat.dll&amp;lt;/code&amp;gt; exist on your system.&lt;br /&gt;
&lt;br /&gt;
Make sure to install the correct pack depending on your Windows version! There are different packs for Windows 10 1703, 1803, 1809 and 32bit or 64bit etc.&lt;br /&gt;
&lt;br /&gt;
NB: Sometimes the myApps installation will not work even though the media pack is already installed. This is because the installer has no read access to check if the package is already installed. If the above-mentioned file exists and the installer asks to install the Windows Media Feature Pack nevertheless, you have to start the myApps install with administrative rights.&lt;br /&gt;
&lt;br /&gt;
=== Terminal Server environments ===&lt;br /&gt;
&lt;br /&gt;
Audio driver was removed if myApps discovers that it is running in a terminal server environment like Citrix.&lt;br /&gt;
&lt;br /&gt;
The audio driver is needed for the Softphone App but the Softphone App should not use an audio driver at the server side because the audio devices are plugged locally and there would be a delay sending and receiving audio data with the server.&lt;br /&gt;
&lt;br /&gt;
If a customer wants to use the Softphone App at the server side he needs to make use of the myApps Plugin for virtual desktops solution:&lt;br /&gt;
&lt;br /&gt;
[[{{NAMESPACE}}:MyApps_Plugin_for_Virtual_Desktops|Reference15r1:MyApps_Plugin_for_Virtual_Desktops]]&lt;br /&gt;
&lt;br /&gt;
== myApps for macOS ==&lt;br /&gt;
* macOS 13 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for iOS ==&lt;br /&gt;
* iOS 16 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for Android ==&lt;br /&gt;
* Android 13 or higher.&lt;br /&gt;
&lt;br /&gt;
== myApps for IP270 ==&lt;br /&gt;
Exclusively used in IP270.&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
* No license needed for myApps platform services&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
myApps platform services is a native executable that is installed using the standard mechanisms on the respective operating system. It provides various advanced services which can be used by the myApps web client code as well as the Apps running in the myApps context. &lt;br /&gt;
&lt;br /&gt;
Also, on Windows, the platform services come with their own, dedicated browser to run myApps in.  This browser is based on [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium].  On iOS, macOS and Android, it is based upon native embedded web view facilities (such as WKWebView) instead.&lt;br /&gt;
== Components ==&lt;br /&gt;
&lt;br /&gt;
=== RTP service for audio and appsharing ===&lt;br /&gt;
The RTP service provides audio and appsharing as a video stream. VoIP RTP endpoints (e.g. for softphones).  It supports STUN, TURN, ICE, SRTP, DTLS. Note however that unlike WebRTC, these endpoints do not &#039;&#039;require&#039;&#039; ICE and DTLS. In other words, they can communicate also with non-compliant (i.e. older) VoIP devices.&lt;br /&gt;
&lt;br /&gt;
Note that the available capabilities when not running the myApps platform services depend on the used browser&#039;s WebRTC implementation. See your browser documentation for details.&lt;br /&gt;
&lt;br /&gt;
Apps can request RTP channels using the [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol]&#039;s &#039;&#039;AllocChannel&#039;&#039; message.&lt;br /&gt;
&lt;br /&gt;
==== RTP ports ====&lt;br /&gt;
{|&lt;br /&gt;
|  audio || 50000 -&amp;gt; 50099&lt;br /&gt;
|-&lt;br /&gt;
| video (app sharing) || 50100 -&amp;gt; 50199&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The RTP service will enumerate all local interfaces and create local HOST candidates for ICE.  There is an option however to disregard VPN interfaces (more precisely such interfaces with type of &#039;&#039;IF_TYPE_PPP&#039;&#039; or &#039;&#039;IF_TYPE_TUNNEL&#039;&#039;).  This can eliminate quality issues when RTP data is transmitted through TCP based VPN tunnels.&lt;br /&gt;
&lt;br /&gt;
SRFLX and RELAY candidates are obtained using the STUN and TURN server configuration passed by the App (e.g the &#039;&#039;softphone&#039;&#039; App) as part of the &#039;&#039;AllocChannel&#039;&#039; request.&lt;br /&gt;
&amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;AllocChannel&amp;quot;,&amp;quot;channel&amp;quot;:&amp;quot;81429cba-396d-43de-8a76-ec020ba8796e&amp;quot;,&amp;quot;iceServers&amp;quot;:[{&amp;quot;urls&amp;quot;:&amp;quot;turn:myturn.domaincom:4077?transport=udp&amp;quot;,&amp;quot;username&amp;quot;:&amp;quot;turnuser&amp;quot;,&amp;quot;credential&amp;quot;:&amp;quot;pwd&amp;quot;,&amp;quot;credentialType&amp;quot;:&amp;quot;password&amp;quot;},{&amp;quot;urls&amp;quot;:&amp;quot;stun:mystun.domain.com:4077&amp;quot;}],&amp;quot;dn&amp;quot;:&amp;quot;Foo Bar&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;RemoteRtp&amp;quot;,&amp;quot;kind&amp;quot;:&amp;quot;video&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Codecs ====&lt;br /&gt;
The installed myApps launchers provide codecs that can be used by softphone apps for media streams. When running in a web browser the codecs depend on the browser version and operating system. See the documentation of your browser for details.&lt;br /&gt;
&lt;br /&gt;
The following codecs are supported:&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align:left;width:100px;&amp;quot;|Codec&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Windows-Launcher&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Android&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|iOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|macOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Firefox (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Chrome (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Edge (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Safari (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Opera (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|IP270&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Audio&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|G711A&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G711u&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G722&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-NB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-WB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;11&amp;quot; style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; |Video&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP8 VP8]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP9 VP9]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=H264 H264]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Application Sharing&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Share&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|Watch&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;* small presentation only&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;** only for 1:1 calls, not for conferences&lt;br /&gt;
&lt;br /&gt;
==== Video capture ====&lt;br /&gt;
The default resolution for video capture is 1920x1080 if available.  Otherwise, 1280x720, 640x480, 352x288 or 320x240 will be used.  The frame rate is 30 fps if available, otherwise 15 fps. The resulting average bandwidth could reach 1 Mbps.&lt;br /&gt;
&lt;br /&gt;
==== Application sharing ====&lt;br /&gt;
Screen content will be transmitted as video stream by the presenter&lt;br /&gt;
&lt;br /&gt;
==== Device handling ====&lt;br /&gt;
The RTP service enumerates microphones, loudspeaker, cameras and ringing devices and notifies apps when devices come and go. It is up to the apps using the devices to store preferences.&lt;br /&gt;
&lt;br /&gt;
The RTP service also enables some extended features (such as hook switch or volume control) for supported USB headsets or Bluetooth headsets connected to myApps.&lt;br /&gt;
The supported headset-SDKs determine which headset vendors are recommended to be used with the myApps softphone app. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this to work, the following vendor specific development kits are integrated in our myApps client. Be aware that the SDK are updated within our Service release :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SDK Vendor !! Supported OS !! SDK Version !! innovaphone Service Release&lt;br /&gt;
|-&lt;br /&gt;
| Jabra|| MacOS || 1.16.4.0 || 14r2sr11&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 1.16.4.0 || 15r1sr3&lt;br /&gt;
|-&lt;br /&gt;
| Epos &#039;&#039;(formerly Sennheiser)&#039;&#039; || MacOS || 12.4.0.5478 || 14r1sr3&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || n.a. - [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|to be installed separately]]|| 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Poly &#039;&#039;(formerly Plantronics)&#039;&#039; || MacOS || 3.25.53799.37131 || 13r3sr9&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.25.53800.37131 || 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Yealink || MacOS || 3.1.1.23 || 14r2sr1&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.1.1.23 || 14r2sr2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* It is possible to inhibit the start of the Sennheiser SDK (SenncomSDK.exe) using the &amp;lt;code&amp;gt;DISABLEHEADSETS&amp;lt;/code&amp;gt; directive of the installer (see [[#MSI Parameters and install options|  MSI parameters]]  below).&lt;br /&gt;
&lt;br /&gt;
* Starting with V13r3sr10, the Epos-SDK needs to be installed separately using the Epos Connect software to ensure full compatibility between current Epos headset models and native myApps-Windows client. For details [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|refer to this article]].&lt;br /&gt;
&amp;lt;!--Keywords: myapps softphone supported headsets sdk--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
myApps-IP270 supports use of [[Reference9:Concept USB Headset|USB devices known for innovpahone desk phones]].&lt;br /&gt;
&lt;br /&gt;
==== Ring tones ====&lt;br /&gt;
Ring tones can be played. Apps can choose the tone from a pre-defined list of ring tones.&lt;br /&gt;
&lt;br /&gt;
On Windows, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;ringtones&amp;lt;/code&amp;gt; sub-directory of myApps&#039; roaming directory (which usually is in &amp;lt;code&amp;gt;%appdata%\innovaphone\myApps\ringtones&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
On Android, custom ring tones can be added to the system via Android settings.&lt;br /&gt;
&lt;br /&gt;
On iOS, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;Ringtones&amp;lt;/code&amp;gt; subdirectory of the myApps file share that is available in iTunes if the iPhone has been connected via USB.&lt;br /&gt;
&lt;br /&gt;
On macOS, custom ring tones can be uploaded as .mp3 files to &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-macos/Data/Documents/Ringtones&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Debugging ====&lt;br /&gt;
For extended debugging, turn on the &#039;&#039;Audio&#039;&#039;, &#039;&#039;Media&#039;&#039; and &#039;&#039;AppSharing&#039;&#039; traces in myApps.&lt;br /&gt;
=== Hot keys ===&lt;br /&gt;
On Windows and macOS systems, myApps platform services can listen for hot keys and invoke certain functions. Invocation is done by sending API messages to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
The hot keys can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below. Any of the function keys F1 to F11 (optionally combined with up to two modifier keys &#039;&#039;alt&#039;&#039;, &#039;&#039;ctrl&#039;&#039;, &#039;&#039;shift&#039;&#039; or &#039;&#039;win&#039;&#039;) can be chosen for each function. If you do not want to start the call with &amp;quot;Hotkey+Enter&amp;quot; because you would have to wait for the focus, the hotkey can also be pressed twice and the number is dialled directly.&lt;br /&gt;
&lt;br /&gt;
; dial selected number : Initiates a call using the currently selected text as target.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;text&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:&amp;quot;mt&amp;quot;:&amp;quot;PrepareCall&amp;quot;,&amp;quot;text&amp;quot;:&amp;quot;13&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; accept call : Accepts a currently alerting call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;ConnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;ConnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; reject/disconnect call : Rejects a currently alerting call or disconnects an active call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;DisconnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;DisconnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== URL Handler ===&lt;br /&gt;
&lt;br /&gt;
On Windows systems, two URI-handler are installed with the myApps platform services.  Windows will call up this URI handler when a user clicks on an appropriate link, for example in a web site.&lt;br /&gt;
&lt;br /&gt;
The handler will the send an API message to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
; tel URI : call a number, e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;num&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;num&amp;quot;:&amp;quot;4711&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; sip URI : call a SIP name, e.g. &amp;lt;code&amp;gt;sip:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; im URI : start chat with SIP name, e.g. &amp;lt;code&amp;gt;im:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;StartChat&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm &#039;&#039;com.innovaphone.chat&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.chat&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartChat&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On macOS systems myApps might be made the default application to handle tel URI e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt; via Apple FaceTime. Open the &amp;quot;FaceTime&amp;quot; menu &amp;quot;Settings...&amp;quot; and select myApps as &amp;quot;Default for phone calls&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On iOS &#039;&#039;tel&#039;&#039; URIs are always dialed via GSM. Therefore myApps iOS also reacts to URI schemes &#039;&#039;com.innovaphone.tel&#039;&#039;, &#039;&#039;com.innovaphone.sip&#039;&#039; and &#039;&#039;com.innovaphone.im&#039;&#039;, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.tel:4711&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.sip:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.im:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== User activity ===&lt;br /&gt;
On Windows and macOS systems, the myApps platform services can monitor user keyboard/mouse activity and change the user&#039;s presence state after a certain amount of inactivity.  The timeout can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below.&lt;br /&gt;
&lt;br /&gt;
myApps will then send a [https://sdk.innovaphone.com/doc/appwebsocket/myApps.htm#SetUserActivity&#039;&#039;SetUserActivity&#039;&#039;] message to the PBX using the &#039;&#039;myApps&#039;&#039; protocol.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;SetUserActivity&amp;quot;,&amp;quot;inactive&amp;quot;:true}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will change the &#039;&#039;status&#039;&#039; property of the &#039;&#039;im:&#039;&#039; contact for the user&#039;s own presence and hence result in a presence update from the PBX to myApps&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;UpdateOwnPresence&amp;quot;,&amp;quot;presence&amp;quot;:[{...},{&amp;quot;contact&amp;quot;:&amp;quot;im:&amp;quot;,&amp;quot;activity&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;status&amp;quot;:&amp;quot;closed&amp;quot;}]}&amp;lt;/code&amp;gt;&lt;br /&gt;
The &#039;&#039;closed&#039;&#039; status is reflected in the grey status color when displaying a contact [[Image:myapps-inactive.png|myapps-inactive.png/|myapps-inactive.png/]].&lt;br /&gt;
&lt;br /&gt;
On iOS and Android, the state is set to &#039;&#039;inactive&#039;&#039; as soon as the App is brought to background.&lt;br /&gt;
When myApps platform services are not available (i.e. when running the web application in a browser solely) a limited user activity monitoring is available: the state is set to active when the web page is not used for more than 5 minutes.&lt;br /&gt;
&lt;br /&gt;
=== Recording ===&lt;br /&gt;
&lt;br /&gt;
The new launcher offers the possibility to record the audio of incoming and outgoing calls. In order to activate that functionality the URL of the recording instance must be configured in either the PBX (PBX-&amp;gt;myApps-&amp;gt;Config: Recording URL) or the softphone App (Settings-&amp;gt;Audio Recording (URL)) &lt;br /&gt;
&lt;br /&gt;
[[Image:PBX-Recording-Settings.png|pbx-recording-settings.png/|pbx-recording-settings.png/]] [[Image:Recording-Softphone-Settings.png|recording-softphone-settings.png/|recording-softphone-settings.png/]]. &lt;br /&gt;
&lt;br /&gt;
As long as that URL is configured the audio data of all calls are stored as pcap-files under that URL.&lt;br /&gt;
If the URL points to a CF device in the PBX, write access must be granted for that URL (PBX-&amp;gt;Services-&amp;gt;HTTP-&amp;gt;Server:Public compact flash access) and if the URL points to the recording app, the files can be accessed via the recording app [[{{NAMESPACE}}:Concept_App_Service_Recordings|recording]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under PBX-&amp;gt;myApps the administrator can set a certain default behaviour of the audio recording like whether or not the recording should start automatically at the beginning of the call (Recording by Default ON/OFF), only calls with external numbers should be recorded (Record external calls only) or whether or not the user should be able to start/stop the recording himself (Allow user incall recording control). Except for the last parameter these parameters can also be modified by the user in its softphone settings if the administrator doesn&#039;t set the FORCE flag.&lt;br /&gt;
&lt;br /&gt;
If the user was allowed by the admin to control the recording a recording switch is active during the call when the &amp;quot;Media&amp;quot; Panel is opened. There the audio recording may be stopped and continued at will. A red recording notice is shown in the top right corner when the recording actually takes place.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Recording-incall-switch.png|recording-incall-switch.png/|recording-incall-switch.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Notifications ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services can use the OS specific notification mechanism (e.g. &#039;&#039;desktop notifications&#039;&#039; on Windows) to display messages (e.g. &#039;&#039;incoming new chat message&#039;&#039;) to the user.&lt;br /&gt;
&lt;br /&gt;
Note that the actual rendering of the notification is under control of the OS.  Therefore, myApps must be allowed to show notifications and its appearance can be restricted by OS native settings.&lt;br /&gt;
&lt;br /&gt;
==== Microsoft Windows Notifications ====&lt;br /&gt;
&lt;br /&gt;
Microsoft Windows Server editions (2016, 2019, 2022) are just capable of showing a single &#039;&#039;IncomingCall&#039;&#039; notification at the same time (we couldn&#039;t find a workaround for this limitation).&amp;lt;br/&amp;gt;&lt;br /&gt;
An &#039;&#039;IncomingCall&#039;&#039; notification is visible the whole time instead of being moved to the action center after a certain time.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A notification about a missed call uses the &#039;&#039;IncomingCall&#039;&#039; type so that this notification is visible until the user returns.&amp;lt;br/&amp;gt;&lt;br /&gt;
Due to the above limitation, on a new arriving call such a missed call notification is transformed to a default notification which will be moved to the action center automatically.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
On non server editions, you can have multiple IncomingCall notifications at the same time (so two parallel incoming calls will be indeed notified at the same time), but the missed call notification handling is the same on both platforms!&lt;br /&gt;
&lt;br /&gt;
 Thus there will be always just &#039;&#039;&#039;one&#039;&#039;&#039; missed call notification visible and previous missed calls can be found inside your action center!&lt;br /&gt;
&lt;br /&gt;
To see myApps notifications, ensure:&lt;br /&gt;
* System -&amp;gt; Notifications &lt;br /&gt;
** enable notifications&lt;br /&gt;
** disable &amp;quot;Do not disturb&amp;quot; or allow myApps as priority application while &amp;quot;Do not disturb&amp;quot; is active&lt;br /&gt;
** enable notifications for myApps in the list of applications&lt;br /&gt;
* System -&amp;gt; Focus &lt;br /&gt;
** if a focus session is active and the &amp;quot;Do not disturb&amp;quot; is activated during a focus session, make sure that myApps is a priority application (see above)&lt;br /&gt;
&lt;br /&gt;
==== macOS Notifications ====&lt;br /&gt;
Notifications are the same as on Windows.&lt;br /&gt;
The difference is, that for macOS, notifications need to be allowed in the system settings.&lt;br /&gt;
Go to Notifications - myApps, select Banner and enable all check marks.&lt;br /&gt;
&lt;br /&gt;
=== Local phonebook access ===&lt;br /&gt;
&#039;&#039;&#039;Contact Search:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm &#039;&#039;com.innovaphone.search&#039;&#039; API]]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Search&#039;&#039; request to the API:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;Search&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;search&amp;quot;:&amp;quot;john doe&amp;quot;},&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
Search results are delivered as &#039;&#039;SearchInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;SearchInfo&amp;quot;,&amp;quot;relevance&amp;quot;:2000,&amp;quot;adjust&amp;quot;:true,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;contact&amp;quot;:{&amp;quot;givenname&amp;quot;:&amp;quot;John&amp;quot;,&amp;quot;sn&amp;quot;:&amp;quot;Doe&amp;quot;,&amp;quot;company&amp;quot;:&amp;quot;ACME&amp;quot;,&amp;quot;position&amp;quot;:&amp;quot;Head of everything&amp;quot;,&amp;quot;telephonenumber&amp;quot;:[&amp;quot;11111&amp;quot;,&amp;quot;22222&amp;quot;],&amp;quot;homephone&amp;quot;:[&amp;quot;+4944444&amp;quot;,&amp;quot;33333&amp;quot;],&amp;quot;mobile&amp;quot;:[&amp;quot;+49 (123) 55555&amp;quot;]}},&amp;quot;api&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reverse Lookup:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.phonelookup/lib1_api_phonelookup.htm &#039;&#039;com.innovaphone.phonelookup&#039;&#039; API]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Lookup&#039;&#039; request to the API: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{ mt: &amp;quot;Lookup&amp;quot;, prefixIntl: &amp;quot;000&amp;quot;, prefixNtl: &amp;quot;00&amp;quot;, prefixExt:&amp;quot;0&amp;quot;, area: &amp;quot;7031&amp;quot;, country: &amp;quot;49&amp;quot;, lookup: &amp;quot;0004970311234567&amp;quot; },&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.lookup&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Search results are delivered as &#039;&#039;LookupInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{mt: &amp;quot;LookupInfo&amp;quot;, dn: &amp;quot;Jake Blues&amp;quot;, contact: { telephonenumber: [&amp;quot;0004970311234567&amp;quot;], givenname: &amp;quot;Jake&amp;quot;, sn: &amp;quot;Blues&amp;quot;, company: &amp;quot;Blues Brothers&amp;quot; &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
On Windows, the search and lookup are performed in all of the user&#039;s Outlook contact folders.  As opposed to the search implemented in the &#039;&#039;Contacts&#039;&#039; and &#039;&#039;Users&#039;&#039; App, all items are returned which match any of the search words (i.e. searching for &#039;&#039;a b&#039;&#039; will return items matching either &#039;&#039;a&#039;&#039; or &#039;&#039;b&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
; searched properties : firstname, lastname&lt;br /&gt;
; returned properties : Following Outlook contact phone number properties are returned  (if available):&lt;br /&gt;
&lt;br /&gt;
:* OFFICE_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* OFFICE2_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* HOME_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* HOME2_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* MOBILE_TELEPHONE_NUMBER as &#039;&#039;mobile&#039;&#039;&lt;br /&gt;
:* BUSINESS_FAX_NUMBER as &#039;&#039;facsimiletelephonenumber&#039;&#039;&lt;br /&gt;
Note that contact information is cached in the search provider.  Updated contacts may therefore become effective after a while only.&lt;br /&gt;
Outlook search will create its own trace file &amp;lt;code&amp;gt;myAppsOutlookSearch-&amp;lt;/code&amp;gt;&#039;&#039;date-time&#039;&#039;&amp;lt;code&amp;gt;.txt&amp;lt;/code&amp;gt; in the standard trace directory.&lt;br /&gt;
&lt;br /&gt;
This search provider is always installed and can be disabled.  There is no need (nor possibility) to enable it in the &#039;&#039;Apps&#039;&#039; tab of the PBX&#039;s user object.  Also, no &#039;&#039;App&#039;&#039; object needs to be created for it.&lt;br /&gt;
&lt;br /&gt;
==== Android/iOS ====&lt;br /&gt;
The search and lookup are performed in the contacts.&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
The search and lookup are performed in the contacts. If you wish to disable local contact lookup, go to system settings - Security &amp;amp; Privacy and disable the access to contacts for myapps.&lt;br /&gt;
=== Microsoft Office integration ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services has a &#039;&#039;office presence provider&#039;&#039; that can provide the user&#039;s presence state to Office applications.  See [[{{NAMESPACE}}:Concept_myApps_Office_Integration|myApps Office Integration]] for details.&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default.  However, it can be disabled using the &#039;&#039;OFFICEPRESENCE&#039;&#039; MSI Parameter.  Also, a check-mark is available in the setup dialog.&lt;br /&gt;
&lt;br /&gt;
=== Call an external application for calls ===&lt;br /&gt;
&lt;br /&gt;
Phone Apps (such as the phoneapp or softphone) can initiate the start of an external application when a new call appears (either incoming or outgoing).  The actual spawning of the application is done by the myApps platform service.  Also, the application properties (such as e.g. the executable&#039;s path) is configured in the myApps platform services (see [[#UI elements|Advanced settings]] in the &#039;&#039;UI elements&#039;&#039; section below).&lt;br /&gt;
&lt;br /&gt;
A number of arguments can be passed to the application by substituting $-variables in the &#039;&#039;Parameter&#039;&#039; field:&lt;br /&gt;
&lt;br /&gt;
; $n : phone number as dialed (called party number for outgoing calls) or received (calling party number for incoming calls)&lt;br /&gt;
&lt;br /&gt;
; $N : called or calling party number in &#039;&#039;national&#039;&#039; format (e.g. 07031730090)&lt;br /&gt;
&lt;br /&gt;
; $I : called or calling party number in &#039;&#039;international&#039;&#039; format (e.g. +497031730090)&lt;br /&gt;
&lt;br /&gt;
: note that both $N and $I only work if $n includes both subscriber number and area code (e.g. 07031730090). Otherwise they are equal to $n&lt;br /&gt;
&lt;br /&gt;
; $d : display name of peer (if known)&lt;br /&gt;
&lt;br /&gt;
; $u : URI name of the peer (if available eg with a federation call)&lt;br /&gt;
&lt;br /&gt;
; $c : conference id&lt;br /&gt;
&lt;br /&gt;
: this is a globally unique ID for this call and may be used to relate the call to the &#039;&#039;guid&#039;&#039; found in the CallInfo structure in the [http://wiki.innovaphone.com/index.php?title=Reference10:SOAP_API#CallInfo SOAP-API] and [http://sdk.innovaphone.com/doc/appwebsocket/RCC.htm RCC-API ].  Also, corresponding [[Reference10:Call Detail Record CDR PBX|CDRs]] can be related using the &#039;&#039;event&#039;&#039; tag&#039;s &#039;&#039;conf&#039;&#039; attribute.&lt;br /&gt;
The start of an external application can be requested using the &#039;&#039;com.innovaphone.externalapps&#039;&#039; API.&lt;br /&gt;
&lt;br /&gt;
Some setup examples are [[Howto:Integrate External Apps in innovaphone UC clients|shown here]].&lt;br /&gt;
&lt;br /&gt;
=== Push ===&lt;br /&gt;
&lt;br /&gt;
Mobile operating systems usually inhibit network operation of apps which run in the background or are closed by the user.  This is done in order to reduce battery consumption.  Unfortunately, this also stops such apps to maintain a registration by regularly sending &#039;&#039;keep alive&#039;&#039; messages to a server (in our case to the PBX).  As a result, myApps will be disconnected from the PBX.   When the PBX determines that there is an event for the application which needs a response, it needs to wake up the app using a dedicated channel provided by the operating system.  This mechanism is know as &#039;&#039;push&#039;&#039;. When running on iOS or Android, myApps supports &#039;&#039;push&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;push&#039;&#039; to work, a [[{{NAMESPACE}}:PBX/Objects/Push|&#039;&#039;push object&#039;&#039;]] needs to be configured in the PBX .  Also, it needs to be enabled on the mobile phone for the myApps app.&lt;br /&gt;
This mechanism is quite similar in v12 and v13, so you can refer to [[{{NAMESPACE}}:Concept_Push_Notifications_for_iOS_and_Android|the concept for push notifications for iOS and Android]] for more details. &lt;br /&gt;
&lt;br /&gt;
Also, helpful hints can be found in [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]].&lt;br /&gt;
&lt;br /&gt;
=== App Proxy ===&lt;br /&gt;
&lt;br /&gt;
myApps runs further &#039;&#039;Apps&#039;&#039; (such as e.g. the &#039;&#039;phoneapp&#039;&#039;) as a web page in an IFRAME of the browser myApps is running in.  The App&#039;s page code is loaded either from the PBX or from an &#039;&#039;application platform&#039;&#039; (AP).   This however would mean that the App&#039;s IFRAME would remain empty (a dead white screen) when the PBX or AP is not available. To make sure the App can start-up anyway, the myApps platform services feature the so-called &#039;&#039;App Proxy&#039;&#039;.  This is a caching proxy that caches all the App code so it is available even in case of network failure. When myApps runs in the context of the platform services, Apps are therefore not loaded from the App source directly, but from the local App proxy. &lt;br /&gt;
&lt;br /&gt;
The cached files are stored in the PCs local file system in the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps\appproxy&amp;lt;/path&amp;gt;&amp;lt;/code&amp;gt;.  There is no configuration required.  However, if myApps seems to run with outdated or corrupt cached copies of the App, you can safely delete the entire directory.&lt;br /&gt;
&lt;br /&gt;
=== Auto update ===&lt;br /&gt;
&lt;br /&gt;
On Windows and on macOS, the myApps platform services can auto-update themselves to a common version.  This is controlled by the [[{{NAMESPACE}}:PBX/Config/myApps#Launcher_Software_Update | &#039;&#039;Launcher Software Update&#039;&#039;]] settings under &#039;&#039;PBX/Config/myApps&#039;&#039; in the PBX. &lt;br /&gt;
&lt;br /&gt;
When myApps is started or the user logs in or myApps needs to re-connect to the PBX, the platform services will use the [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client API] to learn the desired version (&#039;&#039;launcherUpdateBuild&#039;&#039;, which is part of the API&#039;s &#039;&#039;model&#039;&#039;). If this differs from the current version, the platform services will try to download the respective new version. &lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;mt&amp;quot;: &amp;quot;ApiUpdate&amp;quot;,&lt;br /&gt;
    &amp;quot;apis&amp;quot;: {&lt;br /&gt;
        &amp;quot;com.innovaphone.client&amp;quot;: {&lt;br /&gt;
            &amp;quot;@client&amp;quot;: {&lt;br /&gt;
                &amp;quot;title&amp;quot;: &amp;quot;innovaphone myApps&amp;quot;,&lt;br /&gt;
                &amp;quot;model&amp;quot;: {&lt;br /&gt;
                    &amp;quot;launcher&amp;quot;: true,&lt;br /&gt;
                    &amp;quot;launcherUpdateBuild&amp;quot;: &amp;quot;134906&amp;quot;,&lt;br /&gt;
                    &amp;quot;appStoreUrl&amp;quot;: &amp;quot;http://store.innovaphone.com/release/download/&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
The installation of the downloaded version is done by the &#039;&#039;innovaphonemyAppsUpdateService&#039;&#039;. This service is installed and enabled during the initial installation of the myApps platform services.  To disable auto-update, either leave the &#039;&#039;Launcher Software Update&#039;&#039; settings empty or set the service&#039;s start mode to &#039;&#039;disabled&#039;&#039; in the Windows &#039;&#039;services control panel&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note that on Windows the update service does not work on terminal servers. Administrators must do myApps base services updates using standard windows mechanisms.&lt;br /&gt;
&lt;br /&gt;
Note that on macOS if myApps has been installed from the Apple Store it is assumed that auto update from the PBX is not desired and disabled therefore.&lt;br /&gt;
&lt;br /&gt;
On Android/iOS/macOS updates can be downloaded from the respective app store.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Devices&#039;&#039; app can not update software installed on Windows PCs directly. However, when the PBX is updated using an &#039;&#039;update job&#039;&#039; in the &#039;&#039;Devices&#039;&#039; App, the &#039;&#039;Launcher Software Update&#039;&#039; settings will be updated accordingly and hence the myApps base services will ultimately also be updated to the same version.&lt;br /&gt;
&lt;br /&gt;
==== Auto update flow on Windows ====&lt;br /&gt;
&lt;br /&gt;
* On start of myApps, myApps checks if an update is available and ready for installation&lt;br /&gt;
** if yes, the update is installed directly, without user interaction (a popup is shown during the installation)&lt;br /&gt;
** if not, myApps starts&lt;br /&gt;
* if an update is available while myApps is already running, an update notification will be shown which let&#039;s the user choose to install the update now or later (the notification will then popup again after one hour)&lt;br /&gt;
&lt;br /&gt;
==UI elements ==&lt;br /&gt;
There are a few user interfaces provided by the platform services:&lt;br /&gt;
===tray-icon (Windows only) ===&lt;br /&gt;
::[[Image:myapps-tray.png|myapps-tray.png/|myapps-tray.png/]]&lt;br /&gt;
:Allows to&lt;br /&gt;
:* terminate myApps&lt;br /&gt;
:* toggle the &#039;&#039;autostart&#039;&#039; state&lt;br /&gt;
:* toggle the &#039;&#039;show in task bar&#039;&#039; state&lt;br /&gt;
:* open the trace folder&lt;br /&gt;
:&lt;br /&gt;
=== PBX connect form===&lt;br /&gt;
:: [[Image:myapps-connect.png|myapps-connect.png/|myapps-connect.png/]]&lt;br /&gt;
: Allows the user to specify the connect data for the PBX (i.e. IP address or DNS name)&lt;br /&gt;
:&lt;br /&gt;
=== Advanced settings===&lt;br /&gt;
[[Image:myapps-settings0.png| More button to access advanced settings]]&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;420&amp;quot; style=&amp;quot;float:left&amp;quot;&amp;gt;&lt;br /&gt;
Image:MyApps-settingsNew.png|Advanced generic configuration&lt;br /&gt;
Image:MyApps-settingsNew2.png|Hotkeys configuration&lt;br /&gt;
Image:MyApps-settingsNew3.png|External launcher configuration&lt;br /&gt;
Image:MyApps-settingsNew4.png|Trace configuration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Allows modification of various platform dependent settings (such as the hotkey selection on Windows, external application actions, etc).&lt;br /&gt;
&lt;br /&gt;
== Interfaces ==&lt;br /&gt;
=== Provided APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm com.innovaphone.search] : access to local phone book entries by the [[#Local phonebook access|Local phonebook access]] component.&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.launcher/com.innovaphone.launcher.htm com.innovaphone.launcher] : display of OS specific user notifications and receipt of related user actions&lt;br /&gt;
; com.innovaphone.notificationhandler : reports back click on a notification.&lt;br /&gt;
; com.innovaphone.externalapps : to start external applications, see [[#Call an external application for calls|Call an external application for calls]]  above&lt;br /&gt;
&lt;br /&gt;
=== Used APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm com.innovaphone.phone] : used to initiate new or manipulate existing calls by the [[#Hot keys|Hot keys]] and [[#URL handler|URL handler]] components.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm com.innovaphone.chat] : used to start a new chat by the [[#URL handler|URL handler]] component.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client] : the model is used to learn the update settings, see [[#Auto update|Auto update]] above&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
; [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol] : used by apps to allocate RTP channels, see [[#RTP service for audio.2C video and data|RTP service for audio, video and data]] above&lt;br /&gt;
&lt;br /&gt;
== Related App Services ==&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== Known limitations ==&lt;br /&gt;
; Incoming call as banner on myApps for iOS : Since iOS 14 the iOS CallKit presents incoming calls as a banner leaving the original green answer button of myApps visible. Use only the blue button of the banner to accept the call or change iPhone Settings, App &amp;quot;Phone&amp;quot;, &amp;quot;Incoming Calls&amp;quot; to &amp;quot;Full Screen&amp;quot; to hide the myApps user interface again during call answering.&lt;br /&gt;
&lt;br /&gt;
; Call answer in speakerphone mode even with active Bluetooth headset on myApps for iOS : This causes unwanted speakerphone operation if the smartphone is used with a Bluetooth car audio system. The behaviour can be changed by selecting &#039;&#039;Bluetooth Headset&#039;&#039; in this setting:&lt;br /&gt;
:&#039;&#039;iOS Settings-&amp;gt;Accessibility-&amp;gt;Touch-&amp;gt;Call Audio Routing: Automatic / Bluetooth Headset / Speaker&#039;&#039;&lt;br /&gt;
:&#039;&#039;iOS Einstellungen-&amp;gt;Bedienungshilfen-&amp;gt;Tippen-&amp;gt;Anrufaudioausgabe: Automatisch / Bluetooth-Headset / Lautsprecher&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Windows Server 2016 (Windows 10 Build 1607) : windows just shows the first notification. Further notifications aren&#039;t displayed until the previous ones are removed from the notification center. Current windows builds do not show this behaviour anymore.&lt;br /&gt;
&lt;br /&gt;
; Problems on Mac computers with Yealink USB headsets&lt;br /&gt;
: we have received reports that myApps quits unexpectedly on some Mac computers when a Yealink headset is plugged in.  Unfortunately, we could not find out the cause yet.  If you use Yealink USB headsets and have a similar issue, please open a support ticket and send myApps traces.&lt;br /&gt;
&lt;br /&gt;
; Poly / Plantronics headset buttons only functional if myApps is started with Rosetta&lt;br /&gt;
: myApps macOS supports Apple M1/M2 hardware natively. However, the Poly / Plantronics headset SDK is only available for Intel platform and thus myApps needs to be started via Apple&#039;s Intel emulator Rosetta if a Poly / Plantronics headset is used. This is done with right-click on the myApps executable, &#039;&#039;Information&#039;&#039;, &#039;&#039;Open with Rosetta&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Windows surface devices may not work correctly&lt;br /&gt;
: Chromium does not get touch keyboard events. USB Keyboards may not be recognized either.&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Windows using the .msi file found in the &#039;&#039;myApps Windows&#039;&#039; package from [https://store.innovaphone.com/release/download.htm store.innovaphone.com].&lt;br /&gt;
&lt;br /&gt;
myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
=== MSI Parameters and install options ===&lt;br /&gt;
&lt;br /&gt;
The MSI installer of myApps for Windows supports the following parameters and can be edited with [https://docs.microsoft.com/en-us/windows/win32/msi/orca-exe Microsoft Orca]. You can add your parameters in the table &#039;&#039;property&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; SERVER (REG_SZ): the PBX&#039;s server address (without protocol like https://)&lt;br /&gt;
; OFFICEPRESENCE (REG_DWORD): &#039;&#039;&#039;false&#039;&#039;&#039; to disable presence integration in Microsoft Office&lt;br /&gt;
: this is also available as a check-mark when running the install manually&lt;br /&gt;
&lt;br /&gt;
; DISABLEHEADSETS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable headsets support, see [[#Device handling|Device handling]] above&lt;br /&gt;
&lt;br /&gt;
; EXTERNALAPPS (REG_SZ): pre-define external applications, see [[#Call an external application for calls|Call an external application for calls]] above&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;&amp;quot;{&amp;quot;&amp;quot;externalApps&amp;quot;&amp;quot;:[{&amp;quot;&amp;quot;id&amp;quot;&amp;quot;:0,&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Wireshark&amp;quot;&amp;quot;,&amp;quot;&amp;quot;path&amp;quot;&amp;quot;:&amp;quot;&amp;quot;C:\\Program Files\\Wireshark\\Wireshark.exe&amp;quot;&amp;quot;,&amp;quot;&amp;quot;param&amp;quot;&amp;quot;:&amp;quot;&amp;quot;test $I&amp;quot;&amp;quot;}]}&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FORCERESTART (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; (or any string ...) kills myApps during the installation and restarts it for the currently logged in user, if it was running&lt;br /&gt;
&lt;br /&gt;
; DISABLELOCALHOST (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable use of &#039;&#039;&#039;localhost&#039;&#039;&#039; string to access the local webserver. Use &#039;&#039;&#039;127.0.0.1&#039;&#039;&#039; instead&lt;br /&gt;
&lt;br /&gt;
; EXCLUDEINTERFACES (REG_SZ): some VPN interfaces are not detected by Windows as IF_TYPE_PPP or IF_TYPE_TUNNEL and therefore the &#039;&#039;&#039;media outside VPN&#039;&#039;&#039; setting is not taking effect. With this option interfaces can be pre-defined that will not be used for media. Interfaces must be comma separated&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;EXCLUDEINTERFACES=&amp;quot;172,192.168,10.10&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FASTERDOWNLOADS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to have faster downloads without artificially slowing down the download of an update (which is done to avoid audio lags if clients have slow networks).&lt;br /&gt;
&lt;br /&gt;
Current settings are stored in the registry at &amp;lt;code&amp;gt;Computer\HKEY_CURRENT_USER\Software\innovaphone\myApps&amp;lt;/code&amp;gt; or at &amp;lt;code&amp;gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\innovaphone\myApps&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Boolean values like OfficePresence are stored in registry entries with type REG_DWORD and values 1 or 0. 0 disables the setting and 1 enables it.&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on iOS by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;App Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services might be installed directly from the Apple store. An installer package &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; and a disk image &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; is also available from the innovaphone app store. Install &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; by double-click on the file and follow the instructions of the installer. myApps becomes available in the Applications folder and can be opened by double-click. Or download and open &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; and double klick myApps. If desired integrate it into the app dock by right click, &#039;&#039;Options, Keep in the dock&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If installed from the innovaphone app store, myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
If installed from the Apple store, macOS notifies about updates on the Apple store. myApps [[#Auto update|Auto update]] is disabled then.&lt;br /&gt;
&lt;br /&gt;
If a clean-install of the client is necessary, the folder &amp;quot;/Users/username/Library/Containers/myapps&amp;quot; needs to be deleted. To be on the safe side also delete it from the trash bin.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
macOS supports preference settings that can be set via a shell command or via Mac remote management&lt;br /&gt;
&lt;br /&gt;
 defaults write com.innovaphone.client-ios-14r1 server &amp;quot;PBX-server-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The following parameters and can be set through this method:&lt;br /&gt;
&lt;br /&gt;
; server: the PBX&#039;s server URL&lt;br /&gt;
&lt;br /&gt;
=== Setting myApps as Default App for SIP-URLs ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add &#039;{&lt;br /&gt;
   LSHandlerURLScheme = sip;&lt;br /&gt;
   LSHandlerRoleAll = &amp;quot;&amp;lt;CFBundleIdentifier&amp;gt;&amp;quot;;&lt;br /&gt;
}&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To find the “CFBundleIdentifier”, proceed as follows:&lt;br /&gt;
* In the Finder under “Applications”, search for the desired myApps client that you want to set as the default app.&lt;br /&gt;
* Right-click on “Show package contents” -&amp;gt; you will find the “CFBundleIdentifier” in the Info.plist file.&lt;br /&gt;
&lt;br /&gt;
A restart of the MAC is required.&lt;br /&gt;
&lt;br /&gt;
=== Using Sennheiser headsets ===&lt;br /&gt;
If you use Sennheiser headsets, you should also install the then-current &amp;lt;code&amp;gt;DSEA_SDK_v&amp;lt;/code&amp;gt;&#039;&#039;version&#039;&#039;&amp;lt;code&amp;gt;.pkg&amp;lt;/code&amp;gt; package, after you installed the myApps client.  Without that, audio will still work, but not the controls on the headset.  You will need to keep that up-to-date yourself, as it is not updated by myApps&#039;s auto-update function.&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Android by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;Play Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying a property &amp;quot;server&amp;quot; with string value &amp;quot;pbx.example.com&amp;quot; in the MDM.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
For configuration instructions, refer to the [[Reference16r1:Concept IP270|IP270 concept article]].&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server configuration ==&lt;br /&gt;
When opening myApps for the first time, the user is prompted for the Server. Usually only the hostname (DNS host name or IP address) needs to be configured.&lt;br /&gt;
&lt;br /&gt;
But there are more options for special PBX configurations.&lt;br /&gt;
&lt;br /&gt;
; Non-standard HTTPS port&lt;br /&gt;
: If the PBX uses a non-standard HTTPS port, it must be appended to the host name separated by a colon (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com:4444&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com:4444/PBX0/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; DynPBX module name&lt;br /&gt;
: If the PBX is a DynPBX, the module id must be appended to PBX0 separated - (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com/PBX0-1&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0-1/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; Softphone physical location&lt;br /&gt;
: If user defined physical location shall be used for softphone, you can append it using a parameter &amp;lt;code&amp;gt;#phys=&amp;lt;/code&amp;gt;.&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com#phys=slave&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0/APPCLIENT/appclient.htm#phys=slave&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Example 1: PBX pbx.example.com with standard configuration&lt;br /&gt;
 pbx.example.com&lt;br /&gt;
&lt;br /&gt;
Example 2: PBX slave.example with DynPBX module ID 1, HTTPS port 4444 and physical location master&lt;br /&gt;
 slave.example.com:4444/PBX0-1#phys=master&lt;br /&gt;
&lt;br /&gt;
=== HTTP proxy support ===&lt;br /&gt;
&lt;br /&gt;
myApps platform services do support operation via HTTP proxy now. If one or more proxies have been configured in the network settings of the operating system for the active network connection, HTTP CONNECT tunnels are established.&lt;br /&gt;
&lt;br /&gt;
On Windows user name and password can be specified for the tunnel servers as generic credentials in the credentials manager (Anmeldeinformationsverwaltung). The name of the credentials must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
On Android user name and password can be specified through Android &#039;&#039;Settings, Accounts&#039;&#039; by adding a myApps &#039;&#039;HTTP Proxy Credentials&#039;&#039; account. The name of the account must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
== Platform specific settings ==&lt;br /&gt;
When myApps runs under the myApps platform services, it will show various platform specific settings as part of its &#039;&#039;burger menu&#039;&#039;, so the user can set them.  See &#039;&#039;Advanced settings&#039;&#039; in [[#UI elements|UI elements]] above.&lt;br /&gt;
&lt;br /&gt;
Some options can also be set globally for all myApps clients in the PBX&#039;s [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps &#039;&#039;Client Settings&#039;&#039;]]&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Option&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Where to set&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| || || User menu || PBX &#039;&#039;Client Settings&#039;&#039; || Windows || iOS || Android || macOS&lt;br /&gt;
|IP270&amp;lt;ref&amp;gt;myApps-IP270 offers device specific settings explained in [[Reference16r1:Concept IP270|IP270 concept article]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Autostart || Launch myApps on login || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Appear offline after || controls after which idle time a user is considered &#039;&#039;inactive&#039;&#039;. See [[#User activity|User activity]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Hotkeys || Hotkeys for call dial, accept, reject. See [[#Hot keys|Hot keys]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Docking || Docking mode (left, right, none). See [[#???|??]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Desktop notifications|| Turn on/off platform notifications. See [[#Notifications|  Notifications]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| VPN || Disable VPN address for ICE candidate selection. See [[#RTP ports| RTP ports]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Show in taskbar|| Show myApps in the taskbar in addition to it&#039;s tray icon.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Log flags || turn on/off certain trace levels. See [[#Troubleshooting|Troubleshooting]] below.  || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10004;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| External applications || define the applications available for Apps to be started. See [[#Call an external application for calls|Call an external application for calls]] above.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Ring in headset || send ring tone for incoming to headset instead of loudspeaker.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start parameters for Windows ==&lt;br /&gt;
&lt;br /&gt;
On Windows, it is not possible to pass start parameters from the [https://www.chromium.org/developers Chromium documentation] to the myApps process.&lt;br /&gt;
&lt;br /&gt;
== OS Settings for Windows ==&lt;br /&gt;
Windows settings can influence the display of &#039;&#039;Desktop notifications&#039;&#039;. See [https://support.microsoft.com/en-us/help/4028678/windows-10-change-notification-settings Change notification settings in Windows 10/11] for details.&lt;br /&gt;
&lt;br /&gt;
=== Windows 11 ===&lt;br /&gt;
&lt;br /&gt;
* Windows 11 has a feature &amp;quot;do not disturb&amp;quot;. This hides notifications if enabled.&lt;br /&gt;
* Windows 11 has a feature &amp;quot;focus&amp;quot;. This enables &amp;quot;do not disturb&amp;quot; and thus hides notifications too.&lt;br /&gt;
* Windows 11 has priority settings for notifications. Ensure that VoIP notifications for calls are allowed any maybe also include myApps as an App which is allowed to show notifications.&lt;br /&gt;
&lt;br /&gt;
== OS settings for Android ==&lt;br /&gt;
; Events : The appearance of notifications can be controlled here.&lt;br /&gt;
&lt;br /&gt;
; Call accounts : For proper incoming call signaling, the call account &#039;&#039;myApps&#039;&#039; needs to be enabled. Note that on Samsung smartphones the call account switch likely toggles back and a few tries may need to be done until it persists. Please double-check the state.&lt;br /&gt;
&lt;br /&gt;
; Preferred Calling Account : Choose which calling account (myApps/SIM/..) should be used for outgoing calls initiated from within the native phone app / phone book.&lt;br /&gt;
&lt;br /&gt;
; Background data, unlimited data usage : Grant background data use to enable &#039;&#039;myApps&#039;&#039; to connect to the PBX immediately on an incoming call.&lt;br /&gt;
&lt;br /&gt;
; Overlaying : This setting is not needed if call account &#039;&#039;myApps&#039;&#039; has been enabled. Should there be a reason for not enabling call account &#039;&#039;myApps&#039;&#039;, the permission for overlaying needs to be granted on Android 10 or higher for proper call signaling.&lt;br /&gt;
&lt;br /&gt;
Note: If no SIM card is installed some Android smartphones exhibit a problem dialing from the smartphone contacts. The contacts app shows a choice &#039;&#039;Select SIM card for this call&#039;&#039; but all possible dialers are greyed out. In this case make myApps the default phone app in Android settings &#039;&#039;Apps, Default apps, Telephony&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for iOS ==&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in iOS &#039;&#039;Settings, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for macOS ==&lt;br /&gt;
&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in macOS &#039;&#039;Preferences, Notifications, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
&lt;br /&gt;
myApps platform services can write various traces for debugging.  Trace can be turned on and off selectively in the [[#Advanced settings|Advanced settings]].&lt;br /&gt;
&lt;br /&gt;
The following trace flags can be set:&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Recommended trace options are: &#039;&#039;&#039;App, Browser, ICE, TURN, Signaling and Audio&#039;&#039;&#039;. Please do not activate other flags unless innovaphone support says otherwise&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |  Abbreviation&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |code&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| App||0x000000001|| logs from the App Service itself&lt;br /&gt;
|-&lt;br /&gt;
| DNS||0x000000008|| logs DNS requests and results&lt;br /&gt;
|-&lt;br /&gt;
| HTTP client||0x000000080|| http client logs&lt;br /&gt;
|-&lt;br /&gt;
| TLS||0x000000400|| TLS logs&lt;br /&gt;
|-&lt;br /&gt;
| TCP||0x000000800|| TCP logs&lt;br /&gt;
|-&lt;br /&gt;
| LDS||0x000001000|| local domain sockets&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket client||0x000004000|| logs outgoing websocket connections&lt;br /&gt;
|-&lt;br /&gt;
| App WebSocket||0x000008000|| logs app websocket connections (e.g. from PBX objects to an App Service or from the UI to the App Service)&lt;br /&gt;
|-&lt;br /&gt;
| UDP||0x000200000|| UDP logs&lt;br /&gt;
|-&lt;br /&gt;
| DTLS||0x000400000|| logs DTLS handshake and messages&lt;br /&gt;
|-&lt;br /&gt;
| Media||0x000800000|| logs media events&lt;br /&gt;
|-&lt;br /&gt;
| Media channel||0x001000000|| logs RTP/SCTP media connections&lt;br /&gt;
|-&lt;br /&gt;
| ICE||0x002000000|| logs ICE messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| TURN||0x004000000|| logs TURN messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| AppSharing||0x008000000|| logs AppSharing connection&lt;br /&gt;
|-&lt;br /&gt;
| Audio||0x010000000|| logs Audio connection and headset events&lt;br /&gt;
|-&lt;br /&gt;
| Video||0x020000000|| logs video connection and webcam events&lt;br /&gt;
|-&lt;br /&gt;
| Browser||0x040000000|| logs Chromium events&lt;br /&gt;
|-&lt;br /&gt;
| AppProxy||0x080000000|| logs requests which are proxied between the local webserver and the remote server&lt;br /&gt;
|-&lt;br /&gt;
| Webserver ||0x200000000|| enables webserver specific logs&lt;br /&gt;
|-&lt;br /&gt;
| Browser Console ||0x400000000|| logs browser console events&lt;br /&gt;
|-&lt;br /&gt;
| Signaling||0x800000000|| enables logs in the signaling module for debugging calls&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;code&#039;&#039; can be or&#039;ed and used as value for the &#039;&#039;Log flags&#039;&#039; field in [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps/Client Settings]].&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
On Windows, traces are written to the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps&amp;lt;/code&amp;gt; directory. If you start myApps with --log-size as parameter, you can define the maximum size of a log file (e.g. --log-size=100000000 would be 100MB for each file)&lt;br /&gt;
&lt;br /&gt;
:* myApps-&#039;&#039;date-time&#039;&#039;.txt : main log file for the platform services&lt;br /&gt;
&lt;br /&gt;
:* myAppsOutlookSearch-&#039;&#039;date-time&#039;&#039;.txt : log file for the Outlook phone book access&lt;br /&gt;
&lt;br /&gt;
:* myAppsHookController-&#039;&#039;date-time&#039;&#039;.txt : log file for the hot-key interceptor (see [[#Hot keys|Hot keys]])&lt;br /&gt;
&lt;br /&gt;
; :myApps update installation traces are written to the &amp;lt;code&amp;gt;%windir%\temp\&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsInstall.txt: MSI installation file&lt;br /&gt;
&lt;br /&gt;
; :myApps update service traces are written to the &amp;lt;code&amp;gt;%ProgramData%\innovaphone\myAppsUpdateService&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsUpdateService-&#039;&#039;date-time&#039;&#039;.txt: myApps update service traces&lt;br /&gt;
&lt;br /&gt;
==Android==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, an Android device might also be connected to a PC via an USB cable to get the traces. The files can be found in &amp;lt;code&amp;gt;Android/data/com.innovaphone.clientandroid/files&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, files can be found in &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-ios/Data/Documents/&amp;lt;/code&amp;gt;. Press &#039;&#039;Alt+N&#039;&#039; followed by space to get tilde &#039;&#039;~&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
Refer to the [[Reference16r1:Concept IP270#Troubleshooting|IP270 concept article section troubleshooting]].&lt;br /&gt;
&lt;br /&gt;
= Known Problems =&lt;br /&gt;
[[:Category:Problem myApps platform services|Known Problems]]&lt;br /&gt;
&lt;br /&gt;
= Related Articles =&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Redundancy|Concept myApps Redundancy]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Office_Integration|Concept myApps Office Integration]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myAPPs_Search_in_local-Outlook_Contacts|Concept myAPPs Search in local Outlook Contacts]]&lt;br /&gt;
* [[{{NAMESPACE}}:Call_Detail_Record_CDR_PBX|Call Detail Records]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept Push Notifications for myPBX iOS and Android|Concept Push Notifications for myPBX iOS and Android]]&lt;br /&gt;
* [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/myApps|Reference16r1:PBX/Config/myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_IP270|IP270 concept article]]&lt;br /&gt;
[[Category:Concept myApps platform services]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79918</id>
		<title>Reference16r1:Concept myApps platform services</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_myApps_platform_services&amp;diff=79918"/>
		<updated>2026-06-02T12:34:08Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Advanced settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|myApps]]&lt;br /&gt;
&lt;br /&gt;
myApps platform services provide various operating system specific services which can be used by other &#039;&#039;Apps&#039;&#039; running in the [[{{NAMESPACE}}:Concept myApps|myApps client]]. Those services typically are not available in the browser&#039;s JavaScript environment and hence must be implemented in native platform code. Therefore, the platform services are installed as native executable on the respective platform.&lt;br /&gt;
&lt;br /&gt;
When myApps is started in a web browser (and hence has no access to the platform services), some Apps will use [https://en.wikipedia.org/wiki/WebRTC WebRTC] services implemented by the browser instead.  For ease of reference, features available in this scenario are also described here.&lt;br /&gt;
&lt;br /&gt;
On windows, the platform services also come with their own web browser in which the myApps web App will be started then.  This browser is based on google&#039;s [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium] open source software.&lt;br /&gt;
= Applies To =&lt;br /&gt;
&lt;br /&gt;
* [[{{NAMESPACE}}:Concept myApps|myApps]]&lt;br /&gt;
* myApps for Windows&lt;br /&gt;
* myApps for macOS&lt;br /&gt;
* myApps for iOS&lt;br /&gt;
* myApps for Android&lt;br /&gt;
* myApps Web App (WebRTC)&lt;br /&gt;
* myApps for IP270&lt;br /&gt;
version 16r1&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
Not all features are available or required on all platforms.&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Feature&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
| || || Windows || iOS || Android || macOS || Browser&amp;lt;ref&amp;gt;This refers to the myApps web application running in a browser with no platform services available&amp;lt;/ref&amp;gt;&lt;br /&gt;
|IP270&lt;br /&gt;
|-&lt;br /&gt;
| [[#Device handling|Audio Devices]]|| manage local audio devices to record and playback audio conversations || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;audio available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Video || manage local displays and cameras to capture and render video live stream || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;video available but devices managed by web browser&amp;lt;/ref&amp;gt;|| &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Ringer || manage local ringing device || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Application sharing|Application sharing]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; presenter || share an application || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; consumer  || view an application shared by the peer || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Hot keys|Hot keys]]|| capture key presses for quick invocation of phone apps (e.g. dial selected number) || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#URL Handler|tel: and sip: URI handler]]|| intercept clicks on tel: and sip: links in web sites to invoke phone apps || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#User activity|User activity]]|| set presence state according to user activity ||  &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;limited, see [[#User activity|User activity]] below&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Docking || myApps can be docked persistently to the right or left edge of your screens ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Multi-windowing || Apps can be launched in separate windows||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Recording|Recording]]|| Calls can be recorded to recording app||  &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Notifications|Notifications]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; display notifications || display notifications with OS standard mechanism ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; push notifications || receive push notifications while myApps is not running  ||  &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The browser needs to be running in order to receive push notifications.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; chat and apps || display notifications for chat and other apps  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; calls || display notifications for incoming calls  ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007;&amp;lt;ref&amp;gt;Call notifications are only displayed locally while the phone or softphone app is started.&amp;lt;/ref&amp;gt; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Local phonebook access|Local phonebook]]|| access local phone book ||  &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Microsoft Office Integration|Office presence provider]]|| maps PBX presence state to Microsoft office presence state ||  &amp;amp;#10004;  || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Call an external application for calls|External application start]]|| start arbitrary external applications for calls || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#App Proxy|App Proxy]]|| a caching proxy that provides app persistence  || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Auto update|Auto update]]|| automatically updates myApps platform services to the same version the PBX has || &amp;amp;#10004;  || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&amp;lt;ref&amp;gt;The then-current web app is always loaded from the PBX upon startup and hence up-to-date by definition&amp;lt;/ref&amp;gt; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Three party conference || initiate 3-pty-conference using Softphone-App || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|-&lt;br /&gt;
| Exclude VPN || disable use of VPN connections for audio and appsharing || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
| Screen lock || myApps screen lock against unauthorised use || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
* innovaphone PBX 16r1 and up&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
Recommended hardware requirements&lt;br /&gt;
* Processor: Dual-core 2Ghz or higher&lt;br /&gt;
* RAM: 4 Gb&lt;br /&gt;
&lt;br /&gt;
== myApps for Windows ==&lt;br /&gt;
* Windows 11 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
&lt;br /&gt;
=== 32 &amp;amp; 64 bit Windows ===&lt;br /&gt;
* 32 bit Windows: install the myAppsSetup32.msi from the App Store&lt;br /&gt;
* 64 bit Windows: install the myAppsSetup.msi from the App Store&lt;br /&gt;
** the 64 bit variant still installs into Program Files (x86), as the main myApps.exe is still a 32bit application&lt;br /&gt;
** the 64 bit variant just contains an additional 64 bit binary for the outlook search&lt;br /&gt;
&lt;br /&gt;
=== Windows N editions ===&lt;br /&gt;
&lt;br /&gt;
Windows N editions are missing the &#039;&#039;Media Feature Pack&#039;&#039; which is pre installed on other Windows versions.&lt;br /&gt;
&lt;br /&gt;
Please install the pack from [https://www.microsoft.com/en-us/software-download/mediafeaturepack Microsoft (Windows 10 pack)] before you install myApps. The installer will check if the file &amp;lt;code&amp;gt;C:\Windows\SysWOW64\mfplat.dll&amp;lt;/code&amp;gt; exist on your system.&lt;br /&gt;
&lt;br /&gt;
Make sure to install the correct pack depending on your Windows version! There are different packs for Windows 10 1703, 1803, 1809 and 32bit or 64bit etc.&lt;br /&gt;
&lt;br /&gt;
NB: Sometimes the myApps installation will not work even though the media pack is already installed. This is because the installer has no read access to check if the package is already installed. If the above-mentioned file exists and the installer asks to install the Windows Media Feature Pack nevertheless, you have to start the myApps install with administrative rights.&lt;br /&gt;
&lt;br /&gt;
=== Terminal Server environments ===&lt;br /&gt;
&lt;br /&gt;
Audio driver was removed if myApps discovers that it is running in a terminal server environment like Citrix.&lt;br /&gt;
&lt;br /&gt;
The audio driver is needed for the Softphone App but the Softphone App should not use an audio driver at the server side because the audio devices are plugged locally and there would be a delay sending and receiving audio data with the server.&lt;br /&gt;
&lt;br /&gt;
If a customer wants to use the Softphone App at the server side he needs to make use of the myApps Plugin for virtual desktops solution:&lt;br /&gt;
&lt;br /&gt;
[[{{NAMESPACE}}:MyApps_Plugin_for_Virtual_Desktops|Reference15r1:MyApps_Plugin_for_Virtual_Desktops]]&lt;br /&gt;
&lt;br /&gt;
== myApps for macOS ==&lt;br /&gt;
* macOS 13 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for iOS ==&lt;br /&gt;
* iOS 16 or higher&lt;br /&gt;
&lt;br /&gt;
== myApps for Android ==&lt;br /&gt;
* Android 13 or higher.&lt;br /&gt;
&lt;br /&gt;
== myApps for IP270 ==&lt;br /&gt;
Exclusively used in IP270.&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
* No license needed for myApps platform services&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
myApps platform services is a native executable that is installed using the standard mechanisms on the respective operating system. It provides various advanced services which can be used by the myApps web client code as well as the Apps running in the myApps context. &lt;br /&gt;
&lt;br /&gt;
Also, on Windows, the platform services come with their own, dedicated browser to run myApps in.  This browser is based on [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium].  On iOS, macOS and Android, it is based upon native embedded web view facilities (such as WKWebView) instead.&lt;br /&gt;
== Components ==&lt;br /&gt;
&lt;br /&gt;
=== RTP service for audio and appsharing ===&lt;br /&gt;
The RTP service provides audio and appsharing as a video stream. VoIP RTP endpoints (e.g. for softphones).  It supports STUN, TURN, ICE, SRTP, DTLS. Note however that unlike WebRTC, these endpoints do not &#039;&#039;require&#039;&#039; ICE and DTLS. In other words, they can communicate also with non-compliant (i.e. older) VoIP devices.&lt;br /&gt;
&lt;br /&gt;
Note that the available capabilities when not running the myApps platform services depend on the used browser&#039;s WebRTC implementation. See your browser documentation for details.&lt;br /&gt;
&lt;br /&gt;
Apps can request RTP channels using the [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol]&#039;s &#039;&#039;AllocChannel&#039;&#039; message.&lt;br /&gt;
&lt;br /&gt;
==== RTP ports ====&lt;br /&gt;
{|&lt;br /&gt;
|  audio || 50000 -&amp;gt; 50099&lt;br /&gt;
|-&lt;br /&gt;
| video (app sharing) || 50100 -&amp;gt; 50199&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The RTP service will enumerate all local interfaces and create local HOST candidates for ICE.  There is an option however to disregard VPN interfaces (more precisely such interfaces with type of &#039;&#039;IF_TYPE_PPP&#039;&#039; or &#039;&#039;IF_TYPE_TUNNEL&#039;&#039;).  This can eliminate quality issues when RTP data is transmitted through TCP based VPN tunnels.&lt;br /&gt;
&lt;br /&gt;
SRFLX and RELAY candidates are obtained using the STUN and TURN server configuration passed by the App (e.g the &#039;&#039;softphone&#039;&#039; App) as part of the &#039;&#039;AllocChannel&#039;&#039; request.&lt;br /&gt;
&amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;AllocChannel&amp;quot;,&amp;quot;channel&amp;quot;:&amp;quot;81429cba-396d-43de-8a76-ec020ba8796e&amp;quot;,&amp;quot;iceServers&amp;quot;:[{&amp;quot;urls&amp;quot;:&amp;quot;turn:myturn.domaincom:4077?transport=udp&amp;quot;,&amp;quot;username&amp;quot;:&amp;quot;turnuser&amp;quot;,&amp;quot;credential&amp;quot;:&amp;quot;pwd&amp;quot;,&amp;quot;credentialType&amp;quot;:&amp;quot;password&amp;quot;},{&amp;quot;urls&amp;quot;:&amp;quot;stun:mystun.domain.com:4077&amp;quot;}],&amp;quot;dn&amp;quot;:&amp;quot;Foo Bar&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;RemoteRtp&amp;quot;,&amp;quot;kind&amp;quot;:&amp;quot;video&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Codecs ====&lt;br /&gt;
The installed myApps launchers provide codecs that can be used by softphone apps for media streams. When running in a web browser the codecs depend on the browser version and operating system. See the documentation of your browser for details.&lt;br /&gt;
&lt;br /&gt;
The following codecs are supported:&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align:left;width:100px;&amp;quot;|Codec&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Windows-Launcher&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Android&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|iOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|macOS&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Firefox (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Chrome (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Edge (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Safari (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|Opera (Browser)&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot;|IP270&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Audio&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|G711A&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G711u&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|G722&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-NB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=Opus OPUS-WB]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;11&amp;quot; style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; |Video&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP8 VP8]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=VP9 VP9]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|-&lt;br /&gt;
|[https://caniuse.com/#search=H264 H264]&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔**&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left; background-color:lightgray&amp;quot; colspan=&amp;quot;11&amp;quot;|Application Sharing&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Share&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|Watch&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:red;text-align:center;font-weight:bold;&amp;quot;|X&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔&lt;br /&gt;
|style=&amp;quot;color:green;text-align:center&amp;quot;|✔*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;* small presentation only&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;** only for 1:1 calls, not for conferences&lt;br /&gt;
&lt;br /&gt;
==== Video capture ====&lt;br /&gt;
The default resolution for video capture is 1920x1080 if available.  Otherwise, 1280x720, 640x480, 352x288 or 320x240 will be used.  The frame rate is 30 fps if available, otherwise 15 fps. The resulting average bandwidth could reach 1 Mbps.&lt;br /&gt;
&lt;br /&gt;
==== Application sharing ====&lt;br /&gt;
Screen content will be transmitted as video stream by the presenter&lt;br /&gt;
&lt;br /&gt;
==== Device handling ====&lt;br /&gt;
The RTP service enumerates microphones, loudspeaker, cameras and ringing devices and notifies apps when devices come and go. It is up to the apps using the devices to store preferences.&lt;br /&gt;
&lt;br /&gt;
The RTP service also enables some extended features (such as hook switch or volume control) for supported USB headsets or Bluetooth headsets connected to myApps.&lt;br /&gt;
The supported headset-SDKs determine which headset vendors are recommended to be used with the myApps softphone app. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this to work, the following vendor specific development kits are integrated in our myApps client. Be aware that the SDK are updated within our Service release :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SDK Vendor !! Supported OS !! SDK Version !! innovaphone Service Release&lt;br /&gt;
|-&lt;br /&gt;
| Jabra|| MacOS || 1.16.4.0 || 14r2sr11&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 1.16.4.0 || 15r1sr3&lt;br /&gt;
|-&lt;br /&gt;
| Epos &#039;&#039;(formerly Sennheiser)&#039;&#039; || MacOS || 12.4.0.5478 || 14r1sr3&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || n.a. - [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|to be installed separately]]|| 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Poly &#039;&#039;(formerly Plantronics)&#039;&#039; || MacOS || 3.25.53799.37131 || 13r3sr9&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.25.53800.37131 || 13r3sr10&lt;br /&gt;
|-&lt;br /&gt;
| Yealink || MacOS || 3.1.1.23 || 14r2sr1&lt;br /&gt;
|-&lt;br /&gt;
||| Windows || 3.1.1.23 || 14r2sr2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* It is possible to inhibit the start of the Sennheiser SDK (SenncomSDK.exe) using the &amp;lt;code&amp;gt;DISABLEHEADSETS&amp;lt;/code&amp;gt; directive of the installer (see [[#MSI Parameters and install options|  MSI parameters]]  below).&lt;br /&gt;
&lt;br /&gt;
* Starting with V13r3sr10, the Epos-SDK needs to be installed separately using the Epos Connect software to ensure full compatibility between current Epos headset models and native myApps-Windows client. For details [[Support:13r3 sr10 MyApps Windows Client - Epos/Sennheiser-Headsets require installed Epos-Connect Software|refer to this article]].&lt;br /&gt;
&amp;lt;!--Keywords: myapps softphone supported headsets sdk--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
myApps-IP270 supports use of [[Reference9:Concept USB Headset|USB devices known for innovpahone desk phones]].&lt;br /&gt;
&lt;br /&gt;
==== Ring tones ====&lt;br /&gt;
Ring tones can be played. Apps can choose the tone from a pre-defined list of ring tones.&lt;br /&gt;
&lt;br /&gt;
On Windows, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;ringtones&amp;lt;/code&amp;gt; sub-directory of myApps&#039; roaming directory (which usually is in &amp;lt;code&amp;gt;%appdata%\innovaphone\myApps\ringtones&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
On Android, custom ring tones can be added to the system via Android settings.&lt;br /&gt;
&lt;br /&gt;
On iOS, custom ring tones can be uploaded as .mp3 files to the &amp;lt;code&amp;gt;Ringtones&amp;lt;/code&amp;gt; subdirectory of the myApps file share that is available in iTunes if the iPhone has been connected via USB.&lt;br /&gt;
&lt;br /&gt;
On macOS, custom ring tones can be uploaded as .mp3 files to &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-macos/Data/Documents/Ringtones&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Debugging ====&lt;br /&gt;
For extended debugging, turn on the &#039;&#039;Audio&#039;&#039;, &#039;&#039;Media&#039;&#039; and &#039;&#039;AppSharing&#039;&#039; traces in myApps.&lt;br /&gt;
=== Hot keys ===&lt;br /&gt;
On Windows and macOS systems, myApps platform services can listen for hot keys and invoke certain functions. Invocation is done by sending API messages to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
The hot keys can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below. Any of the function keys F1 to F11 (optionally combined with up to two modifier keys &#039;&#039;alt&#039;&#039;, &#039;&#039;ctrl&#039;&#039;, &#039;&#039;shift&#039;&#039; or &#039;&#039;win&#039;&#039;) can be chosen for each function. If you do not want to start the call with &amp;quot;Hotkey+Enter&amp;quot; because you would have to wait for the focus, the hotkey can also be pressed twice and the number is dialled directly.&lt;br /&gt;
&lt;br /&gt;
; dial selected number : Initiates a call using the currently selected text as target.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;text&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:&amp;quot;mt&amp;quot;:&amp;quot;PrepareCall&amp;quot;,&amp;quot;text&amp;quot;:&amp;quot;13&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; accept call : Accepts a currently alerting call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;ConnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;ConnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; reject/disconnect call : Rejects a currently alerting call or disconnects an active call.&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;DisconnectCall&#039;&#039; message will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;DisconnectCall&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== URL Handler ===&lt;br /&gt;
&lt;br /&gt;
On Windows systems, two URI-handler are installed with the myApps platform services.  Windows will call up this URI handler when a user clicks on an appropriate link, for example in a web site.&lt;br /&gt;
&lt;br /&gt;
The handler will the send an API message to myApps which passes it to an appropriate API provider (in the cases described here, this will be a &#039;&#039;phone&#039;&#039; or &#039;&#039;softphone&#039;&#039; or &#039;&#039;rcc&#039;&#039; App typically.  See [[{{NAMESPACE}}:Concept_myApps#Client_APIs_and_default_apps | Client APIs and default apps]] for more details about this mechanism.&lt;br /&gt;
&lt;br /&gt;
; tel URI : call a number, e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;num&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;num&amp;quot;:&amp;quot;4711&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; sip URI : call a SIP name, e.g. &amp;lt;code&amp;gt;sip:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;PrepareCall&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text and the &#039;&#039;adjust&#039;&#039; argument set to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm &#039;&#039;com.innovaphone.phone&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.phone&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartCall&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;,&amp;quot;adjust&amp;quot;:true}}&amp;lt;/code&amp;gt;&lt;br /&gt;
; im URI : start chat with SIP name, e.g. &amp;lt;code&amp;gt;im:zkl@innovaphone.com&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: A &#039;&#039;StartChat&#039;&#039; message with the &#039;&#039;sip&#039;&#039; argument set to the selected text will be sent to the [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm &#039;&#039;com.innovaphone.chat&#039;&#039; API].&lt;br /&gt;
:: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.chat&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;@local-ae2fc2ab74-3f1e-4ab9-b215-d42f213520317&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;StartChat&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;zkl@innovaphone.com&amp;quot;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On macOS systems myApps might be made the default application to handle tel URI e.g. &amp;lt;code&amp;gt;tel:4711&amp;lt;/code&amp;gt; via Apple FaceTime. Open the &amp;quot;FaceTime&amp;quot; menu &amp;quot;Settings...&amp;quot; and select myApps as &amp;quot;Default for phone calls&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On iOS &#039;&#039;tel&#039;&#039; URIs are always dialed via GSM. Therefore myApps iOS also reacts to URI schemes &#039;&#039;com.innovaphone.tel&#039;&#039;, &#039;&#039;com.innovaphone.sip&#039;&#039; and &#039;&#039;com.innovaphone.im&#039;&#039;, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.tel:4711&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.sip:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;com.innovaphone.im:zkl@innovaphone.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== User activity ===&lt;br /&gt;
On Windows and macOS systems, the myApps platform services can monitor user keyboard/mouse activity and change the user&#039;s presence state after a certain amount of inactivity.  The timeout can be specified using the &#039;&#039;advanced settings&#039;&#039; user interface (see [[#UI elements| UI elements]] below.&lt;br /&gt;
&lt;br /&gt;
myApps will then send a [https://sdk.innovaphone.com/doc/appwebsocket/myApps.htm#SetUserActivity&#039;&#039;SetUserActivity&#039;&#039;] message to the PBX using the &#039;&#039;myApps&#039;&#039; protocol.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;SetUserActivity&amp;quot;,&amp;quot;inactive&amp;quot;:true}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will change the &#039;&#039;status&#039;&#039; property of the &#039;&#039;im:&#039;&#039; contact for the user&#039;s own presence and hence result in a presence update from the PBX to myApps&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;UpdateOwnPresence&amp;quot;,&amp;quot;presence&amp;quot;:[{...},{&amp;quot;contact&amp;quot;:&amp;quot;im:&amp;quot;,&amp;quot;activity&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;status&amp;quot;:&amp;quot;closed&amp;quot;}]}&amp;lt;/code&amp;gt;&lt;br /&gt;
The &#039;&#039;closed&#039;&#039; status is reflected in the grey status color when displaying a contact [[Image:myapps-inactive.png|myapps-inactive.png/|myapps-inactive.png/]].&lt;br /&gt;
&lt;br /&gt;
On iOS and Android, the state is set to &#039;&#039;inactive&#039;&#039; as soon as the App is brought to background.&lt;br /&gt;
When myApps platform services are not available (i.e. when running the web application in a browser solely) a limited user activity monitoring is available: the state is set to active when the web page is not used for more than 5 minutes.&lt;br /&gt;
&lt;br /&gt;
=== Recording ===&lt;br /&gt;
&lt;br /&gt;
The new launcher offers the possibility to record the audio of incoming and outgoing calls. In order to activate that functionality the URL of the recording instance must be configured in either the PBX (PBX-&amp;gt;myApps-&amp;gt;Config: Recording URL) or the softphone App (Settings-&amp;gt;Audio Recording (URL)) &lt;br /&gt;
&lt;br /&gt;
[[Image:PBX-Recording-Settings.png|pbx-recording-settings.png/|pbx-recording-settings.png/]] [[Image:Recording-Softphone-Settings.png|recording-softphone-settings.png/|recording-softphone-settings.png/]]. &lt;br /&gt;
&lt;br /&gt;
As long as that URL is configured the audio data of all calls are stored as pcap-files under that URL.&lt;br /&gt;
If the URL points to a CF device in the PBX, write access must be granted for that URL (PBX-&amp;gt;Services-&amp;gt;HTTP-&amp;gt;Server:Public compact flash access) and if the URL points to the recording app, the files can be accessed via the recording app [[{{NAMESPACE}}:Concept_App_Service_Recordings|recording]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under PBX-&amp;gt;myApps the administrator can set a certain default behaviour of the audio recording like whether or not the recording should start automatically at the beginning of the call (Recording by Default ON/OFF), only calls with external numbers should be recorded (Record external calls only) or whether or not the user should be able to start/stop the recording himself (Allow user incall recording control). Except for the last parameter these parameters can also be modified by the user in its softphone settings if the administrator doesn&#039;t set the FORCE flag.&lt;br /&gt;
&lt;br /&gt;
If the user was allowed by the admin to control the recording a recording switch is active during the call when the &amp;quot;Media&amp;quot; Panel is opened. There the audio recording may be stopped and continued at will. A red recording notice is shown in the top right corner when the recording actually takes place.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Recording-incall-switch.png|recording-incall-switch.png/|recording-incall-switch.png/]]&lt;br /&gt;
&lt;br /&gt;
=== Notifications ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services can use the OS specific notification mechanism (e.g. &#039;&#039;desktop notifications&#039;&#039; on Windows) to display messages (e.g. &#039;&#039;incoming new chat message&#039;&#039;) to the user.&lt;br /&gt;
&lt;br /&gt;
Note that the actual rendering of the notification is under control of the OS.  Therefore, myApps must be allowed to show notifications and its appearance can be restricted by OS native settings.&lt;br /&gt;
&lt;br /&gt;
==== Microsoft Windows Notifications ====&lt;br /&gt;
&lt;br /&gt;
Microsoft Windows Server editions (2016, 2019, 2022) are just capable of showing a single &#039;&#039;IncomingCall&#039;&#039; notification at the same time (we couldn&#039;t find a workaround for this limitation).&amp;lt;br/&amp;gt;&lt;br /&gt;
An &#039;&#039;IncomingCall&#039;&#039; notification is visible the whole time instead of being moved to the action center after a certain time.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A notification about a missed call uses the &#039;&#039;IncomingCall&#039;&#039; type so that this notification is visible until the user returns.&amp;lt;br/&amp;gt;&lt;br /&gt;
Due to the above limitation, on a new arriving call such a missed call notification is transformed to a default notification which will be moved to the action center automatically.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
On non server editions, you can have multiple IncomingCall notifications at the same time (so two parallel incoming calls will be indeed notified at the same time), but the missed call notification handling is the same on both platforms!&lt;br /&gt;
&lt;br /&gt;
 Thus there will be always just &#039;&#039;&#039;one&#039;&#039;&#039; missed call notification visible and previous missed calls can be found inside your action center!&lt;br /&gt;
&lt;br /&gt;
To see myApps notifications, ensure:&lt;br /&gt;
* System -&amp;gt; Notifications &lt;br /&gt;
** enable notifications&lt;br /&gt;
** disable &amp;quot;Do not disturb&amp;quot; or allow myApps as priority application while &amp;quot;Do not disturb&amp;quot; is active&lt;br /&gt;
** enable notifications for myApps in the list of applications&lt;br /&gt;
* System -&amp;gt; Focus &lt;br /&gt;
** if a focus session is active and the &amp;quot;Do not disturb&amp;quot; is activated during a focus session, make sure that myApps is a priority application (see above)&lt;br /&gt;
&lt;br /&gt;
==== macOS Notifications ====&lt;br /&gt;
Notifications are the same as on Windows.&lt;br /&gt;
The difference is, that for macOS, notifications need to be allowed in the system settings.&lt;br /&gt;
Go to Notifications - myApps, select Banner and enable all check marks.&lt;br /&gt;
&lt;br /&gt;
=== Local phonebook access ===&lt;br /&gt;
&#039;&#039;&#039;Contact Search:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm &#039;&#039;com.innovaphone.search&#039;&#039; API]]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Search&#039;&#039; request to the API:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;Search&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;search&amp;quot;:&amp;quot;john doe&amp;quot;},&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
Search results are delivered as &#039;&#039;SearchInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{&amp;quot;mt&amp;quot;:&amp;quot;SearchInfo&amp;quot;,&amp;quot;relevance&amp;quot;:2000,&amp;quot;adjust&amp;quot;:true,&amp;quot;type&amp;quot;:&amp;quot;contact&amp;quot;,&amp;quot;contact&amp;quot;:{&amp;quot;givenname&amp;quot;:&amp;quot;John&amp;quot;,&amp;quot;sn&amp;quot;:&amp;quot;Doe&amp;quot;,&amp;quot;company&amp;quot;:&amp;quot;ACME&amp;quot;,&amp;quot;position&amp;quot;:&amp;quot;Head of everything&amp;quot;,&amp;quot;telephonenumber&amp;quot;:[&amp;quot;11111&amp;quot;,&amp;quot;22222&amp;quot;],&amp;quot;homephone&amp;quot;:[&amp;quot;+4944444&amp;quot;,&amp;quot;33333&amp;quot;],&amp;quot;mobile&amp;quot;:[&amp;quot;+49 (123) 55555&amp;quot;]}},&amp;quot;api&amp;quot;:&amp;quot;com.innovaphone.search&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reverse Lookup:&#039;&#039;&#039; The myApps platform services implement an &#039;&#039;API provider&#039;&#039; for the [http://sdk.innovaphone.com/web1/com.innovaphone.phonelookup/lib1_api_phonelookup.htm &#039;&#039;com.innovaphone.phonelookup&#039;&#039; API]. They perform search capabilities on the OS&#039; local phone books which can be used by Apps like the &#039;&#039;phoneapp&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Apps would send a &#039;&#039;Lookup&#039;&#039; request to the API: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiRequest&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;*&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;4&amp;quot;,&amp;quot;msg&amp;quot;:{ mt: &amp;quot;Lookup&amp;quot;, prefixIntl: &amp;quot;000&amp;quot;, prefixNtl: &amp;quot;00&amp;quot;, prefixExt:&amp;quot;0&amp;quot;, area: &amp;quot;7031&amp;quot;, country: &amp;quot;49&amp;quot;, lookup: &amp;quot;0004970311234567&amp;quot; },&amp;quot;apiId&amp;quot;:&amp;quot;com.innovaphone.lookup&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Search results are delivered as &#039;&#039;LookupInfo&#039;&#039; messages:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;{&amp;quot;mt&amp;quot;:&amp;quot;ApiResult&amp;quot;,&amp;quot;src&amp;quot;:&amp;quot;3&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;@local-8125d22e37-519d-4056-bfe5-c52ef2ae8fabb0&amp;quot;,&amp;quot;consumer&amp;quot;:&amp;quot;dev:SwPh_zkl_5e42e884&amp;quot;,&amp;quot;client&amp;quot;:&amp;quot;@client-f62702dd86-be3f-47fc-b4bc-7a21627b75b2ea&amp;quot;,&amp;quot;msg&amp;quot;:{mt: &amp;quot;LookupInfo&amp;quot;, dn: &amp;quot;Jake Blues&amp;quot;, contact: { telephonenumber: [&amp;quot;0004970311234567&amp;quot;], givenname: &amp;quot;Jake&amp;quot;, sn: &amp;quot;Blues&amp;quot;, company: &amp;quot;Blues Brothers&amp;quot; &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
On Windows, the search and lookup are performed in all of the user&#039;s Outlook contact folders.  As opposed to the search implemented in the &#039;&#039;Contacts&#039;&#039; and &#039;&#039;Users&#039;&#039; App, all items are returned which match any of the search words (i.e. searching for &#039;&#039;a b&#039;&#039; will return items matching either &#039;&#039;a&#039;&#039; or &#039;&#039;b&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
; searched properties : firstname, lastname&lt;br /&gt;
; returned properties : Following Outlook contact phone number properties are returned  (if available):&lt;br /&gt;
&lt;br /&gt;
:* OFFICE_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* OFFICE2_TELEPHONE_NUMBER as &#039;&#039;telephonenumber&#039;&#039;&lt;br /&gt;
:* HOME_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* HOME2_TELEPHONE_NUMBER as &#039;&#039;homephone&#039;&#039;&lt;br /&gt;
:* MOBILE_TELEPHONE_NUMBER as &#039;&#039;mobile&#039;&#039;&lt;br /&gt;
:* BUSINESS_FAX_NUMBER as &#039;&#039;facsimiletelephonenumber&#039;&#039;&lt;br /&gt;
Note that contact information is cached in the search provider.  Updated contacts may therefore become effective after a while only.&lt;br /&gt;
Outlook search will create its own trace file &amp;lt;code&amp;gt;myAppsOutlookSearch-&amp;lt;/code&amp;gt;&#039;&#039;date-time&#039;&#039;&amp;lt;code&amp;gt;.txt&amp;lt;/code&amp;gt; in the standard trace directory.&lt;br /&gt;
&lt;br /&gt;
This search provider is always installed and can be disabled.  There is no need (nor possibility) to enable it in the &#039;&#039;Apps&#039;&#039; tab of the PBX&#039;s user object.  Also, no &#039;&#039;App&#039;&#039; object needs to be created for it.&lt;br /&gt;
&lt;br /&gt;
==== Android/iOS ====&lt;br /&gt;
The search and lookup are performed in the contacts.&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
The search and lookup are performed in the contacts. If you wish to disable local contact lookup, go to system settings - Security &amp;amp; Privacy and disable the access to contacts for myapps.&lt;br /&gt;
=== Microsoft Office integration ===&lt;br /&gt;
&lt;br /&gt;
The myApps platform services has a &#039;&#039;office presence provider&#039;&#039; that can provide the user&#039;s presence state to Office applications.  See [[{{NAMESPACE}}:Concept_myApps_Office_Integration|myApps Office Integration]] for details.&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default.  However, it can be disabled using the &#039;&#039;OFFICEPRESENCE&#039;&#039; MSI Parameter.  Also, a check-mark is available in the setup dialog.&lt;br /&gt;
&lt;br /&gt;
=== Call an external application for calls ===&lt;br /&gt;
&lt;br /&gt;
Phone Apps (such as the phoneapp or softphone) can initiate the start of an external application when a new call appears (either incoming or outgoing).  The actual spawning of the application is done by the myApps platform service.  Also, the application properties (such as e.g. the executable&#039;s path) is configured in the myApps platform services (see [[#UI elements|Advanced settings]] in the &#039;&#039;UI elements&#039;&#039; section below).&lt;br /&gt;
&lt;br /&gt;
A number of arguments can be passed to the application by substituting $-variables in the &#039;&#039;Parameter&#039;&#039; field:&lt;br /&gt;
&lt;br /&gt;
; $n : phone number as dialed (called party number for outgoing calls) or received (calling party number for incoming calls)&lt;br /&gt;
&lt;br /&gt;
; $N : called or calling party number in &#039;&#039;national&#039;&#039; format (e.g. 07031730090)&lt;br /&gt;
&lt;br /&gt;
; $I : called or calling party number in &#039;&#039;international&#039;&#039; format (e.g. +497031730090)&lt;br /&gt;
&lt;br /&gt;
: note that both $N and $I only work if $n includes both subscriber number and area code (e.g. 07031730090). Otherwise they are equal to $n&lt;br /&gt;
&lt;br /&gt;
; $d : display name of peer (if known)&lt;br /&gt;
&lt;br /&gt;
; $u : URI name of the peer (if available eg with a federation call)&lt;br /&gt;
&lt;br /&gt;
; $c : conference id&lt;br /&gt;
&lt;br /&gt;
: this is a globally unique ID for this call and may be used to relate the call to the &#039;&#039;guid&#039;&#039; found in the CallInfo structure in the [http://wiki.innovaphone.com/index.php?title=Reference10:SOAP_API#CallInfo SOAP-API] and [http://sdk.innovaphone.com/doc/appwebsocket/RCC.htm RCC-API ].  Also, corresponding [[Reference10:Call Detail Record CDR PBX|CDRs]] can be related using the &#039;&#039;event&#039;&#039; tag&#039;s &#039;&#039;conf&#039;&#039; attribute.&lt;br /&gt;
The start of an external application can be requested using the &#039;&#039;com.innovaphone.externalapps&#039;&#039; API.&lt;br /&gt;
&lt;br /&gt;
Some setup examples are [[Howto:Integrate External Apps in innovaphone UC clients|shown here]].&lt;br /&gt;
&lt;br /&gt;
=== Push ===&lt;br /&gt;
&lt;br /&gt;
Mobile operating systems usually inhibit network operation of apps which run in the background or are closed by the user.  This is done in order to reduce battery consumption.  Unfortunately, this also stops such apps to maintain a registration by regularly sending &#039;&#039;keep alive&#039;&#039; messages to a server (in our case to the PBX).  As a result, myApps will be disconnected from the PBX.   When the PBX determines that there is an event for the application which needs a response, it needs to wake up the app using a dedicated channel provided by the operating system.  This mechanism is know as &#039;&#039;push&#039;&#039;. When running on iOS or Android, myApps supports &#039;&#039;push&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;push&#039;&#039; to work, a [[{{NAMESPACE}}:PBX/Objects/Push|&#039;&#039;push object&#039;&#039;]] needs to be configured in the PBX .  Also, it needs to be enabled on the mobile phone for the myApps app.&lt;br /&gt;
This mechanism is quite similar in v12 and v13, so you can refer to [[{{NAMESPACE}}:Concept_Push_Notifications_for_iOS_and_Android|the concept for push notifications for iOS and Android]] for more details. &lt;br /&gt;
&lt;br /&gt;
Also, helpful hints can be found in [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]].&lt;br /&gt;
&lt;br /&gt;
=== App Proxy ===&lt;br /&gt;
&lt;br /&gt;
myApps runs further &#039;&#039;Apps&#039;&#039; (such as e.g. the &#039;&#039;phoneapp&#039;&#039;) as a web page in an IFRAME of the browser myApps is running in.  The App&#039;s page code is loaded either from the PBX or from an &#039;&#039;application platform&#039;&#039; (AP).   This however would mean that the App&#039;s IFRAME would remain empty (a dead white screen) when the PBX or AP is not available. To make sure the App can start-up anyway, the myApps platform services feature the so-called &#039;&#039;App Proxy&#039;&#039;.  This is a caching proxy that caches all the App code so it is available even in case of network failure. When myApps runs in the context of the platform services, Apps are therefore not loaded from the App source directly, but from the local App proxy. &lt;br /&gt;
&lt;br /&gt;
The cached files are stored in the PCs local file system in the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps\appproxy&amp;lt;/path&amp;gt;&amp;lt;/code&amp;gt;.  There is no configuration required.  However, if myApps seems to run with outdated or corrupt cached copies of the App, you can safely delete the entire directory.&lt;br /&gt;
&lt;br /&gt;
=== Auto update ===&lt;br /&gt;
&lt;br /&gt;
On Windows and on macOS, the myApps platform services can auto-update themselves to a common version.  This is controlled by the [[{{NAMESPACE}}:PBX/Config/myApps#Launcher_Software_Update | &#039;&#039;Launcher Software Update&#039;&#039;]] settings under &#039;&#039;PBX/Config/myApps&#039;&#039; in the PBX. &lt;br /&gt;
&lt;br /&gt;
When myApps is started or the user logs in or myApps needs to re-connect to the PBX, the platform services will use the [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client API] to learn the desired version (&#039;&#039;launcherUpdateBuild&#039;&#039;, which is part of the API&#039;s &#039;&#039;model&#039;&#039;). If this differs from the current version, the platform services will try to download the respective new version. &lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;mt&amp;quot;: &amp;quot;ApiUpdate&amp;quot;,&lt;br /&gt;
    &amp;quot;apis&amp;quot;: {&lt;br /&gt;
        &amp;quot;com.innovaphone.client&amp;quot;: {&lt;br /&gt;
            &amp;quot;@client&amp;quot;: {&lt;br /&gt;
                &amp;quot;title&amp;quot;: &amp;quot;innovaphone myApps&amp;quot;,&lt;br /&gt;
                &amp;quot;model&amp;quot;: {&lt;br /&gt;
                    &amp;quot;launcher&amp;quot;: true,&lt;br /&gt;
                    &amp;quot;launcherUpdateBuild&amp;quot;: &amp;quot;134906&amp;quot;,&lt;br /&gt;
                    &amp;quot;appStoreUrl&amp;quot;: &amp;quot;http://store.innovaphone.com/release/download/&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
The installation of the downloaded version is done by the &#039;&#039;innovaphonemyAppsUpdateService&#039;&#039;. This service is installed and enabled during the initial installation of the myApps platform services.  To disable auto-update, either leave the &#039;&#039;Launcher Software Update&#039;&#039; settings empty or set the service&#039;s start mode to &#039;&#039;disabled&#039;&#039; in the Windows &#039;&#039;services control panel&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note that on Windows the update service does not work on terminal servers. Administrators must do myApps base services updates using standard windows mechanisms.&lt;br /&gt;
&lt;br /&gt;
Note that on macOS if myApps has been installed from the Apple Store it is assumed that auto update from the PBX is not desired and disabled therefore.&lt;br /&gt;
&lt;br /&gt;
On Android/iOS/macOS updates can be downloaded from the respective app store.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Devices&#039;&#039; app can not update software installed on Windows PCs directly. However, when the PBX is updated using an &#039;&#039;update job&#039;&#039; in the &#039;&#039;Devices&#039;&#039; App, the &#039;&#039;Launcher Software Update&#039;&#039; settings will be updated accordingly and hence the myApps base services will ultimately also be updated to the same version.&lt;br /&gt;
&lt;br /&gt;
==== Auto update flow on Windows ====&lt;br /&gt;
&lt;br /&gt;
* On start of myApps, myApps checks if an update is available and ready for installation&lt;br /&gt;
** if yes, the update is installed directly, without user interaction (a popup is shown during the installation)&lt;br /&gt;
** if not, myApps starts&lt;br /&gt;
* if an update is available while myApps is already running, an update notification will be shown which let&#039;s the user choose to install the update now or later (the notification will then popup again after one hour)&lt;br /&gt;
&lt;br /&gt;
==UI elements ==&lt;br /&gt;
There are a few user interfaces provided by the platform services:&lt;br /&gt;
===tray-icon (Windows only) ===&lt;br /&gt;
::[[Image:myapps-tray.png|myapps-tray.png/|myapps-tray.png/]]&lt;br /&gt;
:Allows to&lt;br /&gt;
:* terminate myApps&lt;br /&gt;
:* toggle the &#039;&#039;autostart&#039;&#039; state&lt;br /&gt;
:* toggle the &#039;&#039;show in task bar&#039;&#039; state&lt;br /&gt;
:* open the trace folder&lt;br /&gt;
:&lt;br /&gt;
=== PBX connect form===&lt;br /&gt;
:: [[Image:myapps-connect.png|myapps-connect.png/|myapps-connect.png/]]&lt;br /&gt;
: Allows the user to specify the connect data for the PBX (i.e. IP address or DNS name)&lt;br /&gt;
:&lt;br /&gt;
=== Advanced settings===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;420&amp;quot; style=&amp;quot;float:left&amp;quot;&amp;gt;&lt;br /&gt;
Image:MyApps-settingsNew.png|Advanced generic configuration&lt;br /&gt;
Image:MyApps-settingsNew2.png|Hotkeys configuration&lt;br /&gt;
Image:MyApps-settingsNew3.png|External launcher configuration&lt;br /&gt;
Image:MyApps-settingsNew4.png|Trace configuration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Allows modification of various platform-dependent settings (such as the hotkey selection on Windows, external application actions, etc).&lt;br /&gt;
&lt;br /&gt;
== Interfaces ==&lt;br /&gt;
=== Provided APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.search/lib1_api_search.htm com.innovaphone.search] : access to local phone book entries by the [[#Local phonebook access|Local phonebook access]] component.&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.launcher/com.innovaphone.launcher.htm com.innovaphone.launcher] : display of OS specific user notifications and receipt of related user actions&lt;br /&gt;
; com.innovaphone.notificationhandler : reports back click on a notification.&lt;br /&gt;
; com.innovaphone.externalapps : to start external applications, see [[#Call an external application for calls|Call an external application for calls]]  above&lt;br /&gt;
&lt;br /&gt;
=== Used APIs ===&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.phone/com.innovaphone.phone.htm com.innovaphone.phone] : used to initiate new or manipulate existing calls by the [[#Hot keys|Hot keys]] and [[#URL handler|URL handler]] components.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.chat/com.innovaphone.chat.htm com.innovaphone.chat] : used to start a new chat by the [[#URL handler|URL handler]] component.&lt;br /&gt;
&lt;br /&gt;
; [http://sdk.innovaphone.com/web1/com.innovaphone.client/lib1_api_client.htm com.innovaphone.client] : the model is used to learn the update settings, see [[#Auto update|Auto update]] above&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
; [https://sdk.innovaphone.com/doc/launcher/Media.htm Media Protocol] : used by apps to allocate RTP channels, see [[#RTP service for audio.2C video and data|RTP service for audio, video and data]] above&lt;br /&gt;
&lt;br /&gt;
== Related App Services ==&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== Known limitations ==&lt;br /&gt;
; Incoming call as banner on myApps for iOS : Since iOS 14 the iOS CallKit presents incoming calls as a banner leaving the original green answer button of myApps visible. Use only the blue button of the banner to accept the call or change iPhone Settings, App &amp;quot;Phone&amp;quot;, &amp;quot;Incoming Calls&amp;quot; to &amp;quot;Full Screen&amp;quot; to hide the myApps user interface again during call answering.&lt;br /&gt;
&lt;br /&gt;
; Call answer in speakerphone mode even with active Bluetooth headset on myApps for iOS : This causes unwanted speakerphone operation if the smartphone is used with a Bluetooth car audio system. The behaviour can be changed by selecting &#039;&#039;Bluetooth Headset&#039;&#039; in this setting:&lt;br /&gt;
:&#039;&#039;iOS Settings-&amp;gt;Accessibility-&amp;gt;Touch-&amp;gt;Call Audio Routing: Automatic / Bluetooth Headset / Speaker&#039;&#039;&lt;br /&gt;
:&#039;&#039;iOS Einstellungen-&amp;gt;Bedienungshilfen-&amp;gt;Tippen-&amp;gt;Anrufaudioausgabe: Automatisch / Bluetooth-Headset / Lautsprecher&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Windows Server 2016 (Windows 10 Build 1607) : windows just shows the first notification. Further notifications aren&#039;t displayed until the previous ones are removed from the notification center. Current windows builds do not show this behaviour anymore.&lt;br /&gt;
&lt;br /&gt;
; Problems on Mac computers with Yealink USB headsets&lt;br /&gt;
: we have received reports that myApps quits unexpectedly on some Mac computers when a Yealink headset is plugged in.  Unfortunately, we could not find out the cause yet.  If you use Yealink USB headsets and have a similar issue, please open a support ticket and send myApps traces.&lt;br /&gt;
&lt;br /&gt;
; Poly / Plantronics headset buttons only functional if myApps is started with Rosetta&lt;br /&gt;
: myApps macOS supports Apple M1/M2 hardware natively. However, the Poly / Plantronics headset SDK is only available for Intel platform and thus myApps needs to be started via Apple&#039;s Intel emulator Rosetta if a Poly / Plantronics headset is used. This is done with right-click on the myApps executable, &#039;&#039;Information&#039;&#039;, &#039;&#039;Open with Rosetta&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Windows surface devices may not work correctly&lt;br /&gt;
: Chromium does not get touch keyboard events. USB Keyboards may not be recognized either.&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Windows using the .msi file found in the &#039;&#039;myApps Windows&#039;&#039; package from [https://store.innovaphone.com/release/download.htm store.innovaphone.com].&lt;br /&gt;
&lt;br /&gt;
myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
=== MSI Parameters and install options ===&lt;br /&gt;
&lt;br /&gt;
The MSI installer of myApps for Windows supports the following parameters and can be edited with [https://docs.microsoft.com/en-us/windows/win32/msi/orca-exe Microsoft Orca]. You can add your parameters in the table &#039;&#039;property&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; SERVER (REG_SZ): the PBX&#039;s server address (without protocol like https://)&lt;br /&gt;
; OFFICEPRESENCE (REG_DWORD): &#039;&#039;&#039;false&#039;&#039;&#039; to disable presence integration in Microsoft Office&lt;br /&gt;
: this is also available as a check-mark when running the install manually&lt;br /&gt;
&lt;br /&gt;
; DISABLEHEADSETS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable headsets support, see [[#Device handling|Device handling]] above&lt;br /&gt;
&lt;br /&gt;
; EXTERNALAPPS (REG_SZ): pre-define external applications, see [[#Call an external application for calls|Call an external application for calls]] above&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;&amp;quot;{&amp;quot;&amp;quot;externalApps&amp;quot;&amp;quot;:[{&amp;quot;&amp;quot;id&amp;quot;&amp;quot;:0,&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Wireshark&amp;quot;&amp;quot;,&amp;quot;&amp;quot;path&amp;quot;&amp;quot;:&amp;quot;&amp;quot;C:\\Program Files\\Wireshark\\Wireshark.exe&amp;quot;&amp;quot;,&amp;quot;&amp;quot;param&amp;quot;&amp;quot;:&amp;quot;&amp;quot;test $I&amp;quot;&amp;quot;}]}&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FORCERESTART (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; (or any string ...) kills myApps during the installation and restarts it for the currently logged in user, if it was running&lt;br /&gt;
&lt;br /&gt;
; DISABLELOCALHOST (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to disable use of &#039;&#039;&#039;localhost&#039;&#039;&#039; string to access the local webserver. Use &#039;&#039;&#039;127.0.0.1&#039;&#039;&#039; instead&lt;br /&gt;
&lt;br /&gt;
; EXCLUDEINTERFACES (REG_SZ): some VPN interfaces are not detected by Windows as IF_TYPE_PPP or IF_TYPE_TUNNEL and therefore the &#039;&#039;&#039;media outside VPN&#039;&#039;&#039; setting is not taking effect. With this option interfaces can be pre-defined that will not be used for media. Interfaces must be comma separated&lt;br /&gt;
: e.g. &amp;lt;code&amp;gt;EXCLUDEINTERFACES=&amp;quot;172,192.168,10.10&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; FASTERDOWNLOADS (REG_DWORD): &#039;&#039;&#039;true&#039;&#039;&#039; to have faster downloads without artificially slowing down the download of an update (which is done to avoid audio lags if clients have slow networks).&lt;br /&gt;
&lt;br /&gt;
Current settings are stored in the registry at &amp;lt;code&amp;gt;Computer\HKEY_CURRENT_USER\Software\innovaphone\myApps&amp;lt;/code&amp;gt; or at &amp;lt;code&amp;gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\innovaphone\myApps&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Boolean values like OfficePresence are stored in registry entries with type REG_DWORD and values 1 or 0. 0 disables the setting and 1 enables it.&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on iOS by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;App Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services might be installed directly from the Apple store. An installer package &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; and a disk image &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; is also available from the innovaphone app store. Install &amp;lt;code&amp;gt;myapps.pkg&amp;lt;/code&amp;gt; by double-click on the file and follow the instructions of the installer. myApps becomes available in the Applications folder and can be opened by double-click. Or download and open &amp;lt;code&amp;gt;myapps.dmg&amp;lt;/code&amp;gt; and double klick myApps. If desired integrate it into the app dock by right click, &#039;&#039;Options, Keep in the dock&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If installed from the innovaphone app store, myApps can update itself automatically, see [[#Auto update|Auto update]] above.&lt;br /&gt;
&lt;br /&gt;
If installed from the Apple store, macOS notifies about updates on the Apple store. myApps [[#Auto update|Auto update]] is disabled then.&lt;br /&gt;
&lt;br /&gt;
If a clean-install of the client is necessary, the folder &amp;quot;/Users/username/Library/Containers/myapps&amp;quot; needs to be deleted. To be on the safe side also delete it from the trash bin.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying this dictionary in the MDM&lt;br /&gt;
 &amp;lt;plist&amp;gt;&lt;br /&gt;
   &amp;lt;dict&amp;gt;&lt;br /&gt;
     &amp;lt;key&amp;gt;server&amp;lt;/key&amp;gt;&lt;br /&gt;
     &amp;lt;string&amp;gt;pbx.example.com&amp;lt;/string&amp;gt;&lt;br /&gt;
   &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
macOS supports preference settings that can be set via a shell command or via Mac remote management&lt;br /&gt;
&lt;br /&gt;
 defaults write com.innovaphone.client-ios-14r1 server &amp;quot;PBX-server-URL&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The following parameters and can be set through this method:&lt;br /&gt;
&lt;br /&gt;
; server: the PBX&#039;s server URL&lt;br /&gt;
&lt;br /&gt;
=== Setting myApps as Default App for SIP-URLs ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add &#039;{&lt;br /&gt;
   LSHandlerURLScheme = sip;&lt;br /&gt;
   LSHandlerRoleAll = &amp;quot;&amp;lt;CFBundleIdentifier&amp;gt;&amp;quot;;&lt;br /&gt;
}&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To find the “CFBundleIdentifier”, proceed as follows:&lt;br /&gt;
* In the Finder under “Applications”, search for the desired myApps client that you want to set as the default app.&lt;br /&gt;
* Right-click on “Show package contents” -&amp;gt; you will find the “CFBundleIdentifier” in the Info.plist file.&lt;br /&gt;
&lt;br /&gt;
A restart of the MAC is required.&lt;br /&gt;
&lt;br /&gt;
=== Using Sennheiser headsets ===&lt;br /&gt;
If you use Sennheiser headsets, you should also install the then-current &amp;lt;code&amp;gt;DSEA_SDK_v&amp;lt;/code&amp;gt;&#039;&#039;version&#039;&#039;&amp;lt;code&amp;gt;.pkg&amp;lt;/code&amp;gt; package, after you installed the myApps client.  Without that, audio will still work, but not the controls on the headset.  You will need to keep that up-to-date yourself, as it is not updated by myApps&#039;s auto-update function.&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
&lt;br /&gt;
myApps platform services are installed on Android by loading &#039;&#039;innovaphone myApps&#039;&#039; from the &#039;&#039;Play Store&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuration via MDM ===&lt;br /&gt;
&lt;br /&gt;
the PBX&#039;s server URL can be pre-configured by specifying a property &amp;quot;server&amp;quot; with string value &amp;quot;pbx.example.com&amp;quot; in the MDM.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
For configuration instructions, refer to the [[Reference16r1:Concept IP270|IP270 concept article]].&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server configuration ==&lt;br /&gt;
When opening myApps for the first time, the user is prompted for the Server. Usually only the hostname (DNS host name or IP address) needs to be configured.&lt;br /&gt;
&lt;br /&gt;
But there are more options for special PBX configurations.&lt;br /&gt;
&lt;br /&gt;
; Non-standard HTTPS port&lt;br /&gt;
: If the PBX uses a non-standard HTTPS port, it must be appended to the host name separated by a colon (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com:4444&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com:4444/PBX0/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; DynPBX module name&lt;br /&gt;
: If the PBX is a DynPBX, the module id must be appended to PBX0 separated - (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;).&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com/PBX0-1&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0-1/APPCLIENT/appclient.htm&amp;lt;/code&amp;gt;)&lt;br /&gt;
; Softphone physical location&lt;br /&gt;
: If user defined physical location shall be used for softphone, you can append it using a parameter &amp;lt;code&amp;gt;#phys=&amp;lt;/code&amp;gt;.&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;pbx.example.com#phys=slave&amp;lt;/code&amp;gt; (expands to &amp;lt;code&amp;gt;https://pbx.example.com/PBX0/APPCLIENT/appclient.htm#phys=slave&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Example 1: PBX pbx.example.com with standard configuration&lt;br /&gt;
 pbx.example.com&lt;br /&gt;
&lt;br /&gt;
Example 2: PBX slave.example with DynPBX module ID 1, HTTPS port 4444 and physical location master&lt;br /&gt;
 slave.example.com:4444/PBX0-1#phys=master&lt;br /&gt;
&lt;br /&gt;
=== HTTP proxy support ===&lt;br /&gt;
&lt;br /&gt;
myApps platform services do support operation via HTTP proxy now. If one or more proxies have been configured in the network settings of the operating system for the active network connection, HTTP CONNECT tunnels are established.&lt;br /&gt;
&lt;br /&gt;
On Windows user name and password can be specified for the tunnel servers as generic credentials in the credentials manager (Anmeldeinformationsverwaltung). The name of the credentials must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
On Android user name and password can be specified through Android &#039;&#039;Settings, Accounts&#039;&#039; by adding a myApps &#039;&#039;HTTP Proxy Credentials&#039;&#039; account. The name of the account must be the tunnel server hostname.&lt;br /&gt;
&lt;br /&gt;
== Platform specific settings ==&lt;br /&gt;
When myApps runs under the myApps platform services, it will show various platform specific settings as part of its &#039;&#039;burger menu&#039;&#039;, so the user can set them.  See &#039;&#039;Advanced settings&#039;&#039; in [[#UI elements|UI elements]] above.&lt;br /&gt;
&lt;br /&gt;
Some options can also be set globally for all myApps clients in the PBX&#039;s [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps &#039;&#039;Client Settings&#039;&#039;]]&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Option&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | Where to set&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
! style=&amp;quot;text-align: left; font-weight: bold&amp;quot;| Availability&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| || || User menu || PBX &#039;&#039;Client Settings&#039;&#039; || Windows || iOS || Android || macOS&lt;br /&gt;
|IP270&amp;lt;ref&amp;gt;myApps-IP270 offers device specific settings explained in [[Reference16r1:Concept IP270|IP270 concept article]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Autostart || Launch myApps on login || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Appear offline after || controls after which idle time a user is considered &#039;&#039;inactive&#039;&#039;. See [[#User activity|User activity]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Hotkeys || Hotkeys for call dial, accept, reject. See [[#Hot keys|Hot keys]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Docking || Docking mode (left, right, none). See [[#???|??]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Desktop notifications|| Turn on/off platform notifications. See [[#Notifications|  Notifications]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| VPN || Disable VPN address for ICE candidate selection. See [[#RTP ports| RTP ports]] above || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Show in taskbar|| Show myApps in the taskbar in addition to it&#039;s tray icon.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Log flags || turn on/off certain trace levels. See [[#Troubleshooting|Troubleshooting]] below.  || &amp;amp;#10004; ||&amp;amp;#10004; ||&amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10004;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| External applications || define the applications available for Apps to be started. See [[#Call an external application for calls|Call an external application for calls]] above.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10004;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Ring in headset || send ring tone for incoming to headset instead of loudspeaker.  || &amp;amp;#10004; ||&amp;amp;#10007; ||&amp;amp;#10004; || &amp;amp;#10007; || &amp;amp;#10007; || &amp;amp;#10007;&lt;br /&gt;
|&amp;amp;#10007;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start parameters for Windows ==&lt;br /&gt;
&lt;br /&gt;
On Windows, it is not possible to pass start parameters from the [https://www.chromium.org/developers Chromium documentation] to the myApps process.&lt;br /&gt;
&lt;br /&gt;
== OS Settings for Windows ==&lt;br /&gt;
Windows settings can influence the display of &#039;&#039;Desktop notifications&#039;&#039;. See [https://support.microsoft.com/en-us/help/4028678/windows-10-change-notification-settings Change notification settings in Windows 10/11] for details.&lt;br /&gt;
&lt;br /&gt;
=== Windows 11 ===&lt;br /&gt;
&lt;br /&gt;
* Windows 11 has a feature &amp;quot;do not disturb&amp;quot;. This hides notifications if enabled.&lt;br /&gt;
* Windows 11 has a feature &amp;quot;focus&amp;quot;. This enables &amp;quot;do not disturb&amp;quot; and thus hides notifications too.&lt;br /&gt;
* Windows 11 has priority settings for notifications. Ensure that VoIP notifications for calls are allowed any maybe also include myApps as an App which is allowed to show notifications.&lt;br /&gt;
&lt;br /&gt;
== OS settings for Android ==&lt;br /&gt;
; Events : The appearance of notifications can be controlled here.&lt;br /&gt;
&lt;br /&gt;
; Call accounts : For proper incoming call signaling, the call account &#039;&#039;myApps&#039;&#039; needs to be enabled. Note that on Samsung smartphones the call account switch likely toggles back and a few tries may need to be done until it persists. Please double-check the state.&lt;br /&gt;
&lt;br /&gt;
; Preferred Calling Account : Choose which calling account (myApps/SIM/..) should be used for outgoing calls initiated from within the native phone app / phone book.&lt;br /&gt;
&lt;br /&gt;
; Background data, unlimited data usage : Grant background data use to enable &#039;&#039;myApps&#039;&#039; to connect to the PBX immediately on an incoming call.&lt;br /&gt;
&lt;br /&gt;
; Overlaying : This setting is not needed if call account &#039;&#039;myApps&#039;&#039; has been enabled. Should there be a reason for not enabling call account &#039;&#039;myApps&#039;&#039;, the permission for overlaying needs to be granted on Android 10 or higher for proper call signaling.&lt;br /&gt;
&lt;br /&gt;
Note: If no SIM card is installed some Android smartphones exhibit a problem dialing from the smartphone contacts. The contacts app shows a choice &#039;&#039;Select SIM card for this call&#039;&#039; but all possible dialers are greyed out. In this case make myApps the default phone app in Android settings &#039;&#039;Apps, Default apps, Telephony&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for iOS ==&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in iOS &#039;&#039;Settings, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OS settings for macOS ==&lt;br /&gt;
&lt;br /&gt;
; Notifications : The appearance of notifications can be controlled in macOS &#039;&#039;Preferences, Notifications, myApps&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
&lt;br /&gt;
myApps platform services can write various traces for debugging.  Trace can be turned on and off selectively in the [[#Advanced settings|Advanced settings]].&lt;br /&gt;
&lt;br /&gt;
The following trace flags can be set:&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Recommended trace options are: &#039;&#039;&#039;App, Browser, ICE, TURN, Signaling and Audio&#039;&#039;&#039;. Please do not activate other flags unless innovaphone support says otherwise&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |  Abbreviation&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; |code&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;text-align: left; font-weight: bold&amp;quot; | description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| App||0x000000001|| logs from the App Service itself&lt;br /&gt;
|-&lt;br /&gt;
| DNS||0x000000008|| logs DNS requests and results&lt;br /&gt;
|-&lt;br /&gt;
| HTTP client||0x000000080|| http client logs&lt;br /&gt;
|-&lt;br /&gt;
| TLS||0x000000400|| TLS logs&lt;br /&gt;
|-&lt;br /&gt;
| TCP||0x000000800|| TCP logs&lt;br /&gt;
|-&lt;br /&gt;
| LDS||0x000001000|| local domain sockets&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket client||0x000004000|| logs outgoing websocket connections&lt;br /&gt;
|-&lt;br /&gt;
| App WebSocket||0x000008000|| logs app websocket connections (e.g. from PBX objects to an App Service or from the UI to the App Service)&lt;br /&gt;
|-&lt;br /&gt;
| UDP||0x000200000|| UDP logs&lt;br /&gt;
|-&lt;br /&gt;
| DTLS||0x000400000|| logs DTLS handshake and messages&lt;br /&gt;
|-&lt;br /&gt;
| Media||0x000800000|| logs media events&lt;br /&gt;
|-&lt;br /&gt;
| Media channel||0x001000000|| logs RTP/SCTP media connections&lt;br /&gt;
|-&lt;br /&gt;
| ICE||0x002000000|| logs ICE messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| TURN||0x004000000|| logs TURN messages between peers&lt;br /&gt;
|-&lt;br /&gt;
| AppSharing||0x008000000|| logs AppSharing connection&lt;br /&gt;
|-&lt;br /&gt;
| Audio||0x010000000|| logs Audio connection and headset events&lt;br /&gt;
|-&lt;br /&gt;
| Video||0x020000000|| logs video connection and webcam events&lt;br /&gt;
|-&lt;br /&gt;
| Browser||0x040000000|| logs Chromium events&lt;br /&gt;
|-&lt;br /&gt;
| AppProxy||0x080000000|| logs requests which are proxied between the local webserver and the remote server&lt;br /&gt;
|-&lt;br /&gt;
| Webserver ||0x200000000|| enables webserver specific logs&lt;br /&gt;
|-&lt;br /&gt;
| Browser Console ||0x400000000|| logs browser console events&lt;br /&gt;
|-&lt;br /&gt;
| Signaling||0x800000000|| enables logs in the signaling module for debugging calls&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;code&#039;&#039; can be or&#039;ed and used as value for the &#039;&#039;Log flags&#039;&#039; field in [[{{NAMESPACE}}:PBX/Config/myApps#Client_Settings|PBX/Config/myApps/Client Settings]].&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
On Windows, traces are written to the &amp;lt;code&amp;gt;%LOCALAPPDATA%\innovaphone\myApps&amp;lt;/code&amp;gt; directory. If you start myApps with --log-size as parameter, you can define the maximum size of a log file (e.g. --log-size=100000000 would be 100MB for each file)&lt;br /&gt;
&lt;br /&gt;
:* myApps-&#039;&#039;date-time&#039;&#039;.txt : main log file for the platform services&lt;br /&gt;
&lt;br /&gt;
:* myAppsOutlookSearch-&#039;&#039;date-time&#039;&#039;.txt : log file for the Outlook phone book access&lt;br /&gt;
&lt;br /&gt;
:* myAppsHookController-&#039;&#039;date-time&#039;&#039;.txt : log file for the hot-key interceptor (see [[#Hot keys|Hot keys]])&lt;br /&gt;
&lt;br /&gt;
; :myApps update installation traces are written to the &amp;lt;code&amp;gt;%windir%\temp\&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsInstall.txt: MSI installation file&lt;br /&gt;
&lt;br /&gt;
; :myApps update service traces are written to the &amp;lt;code&amp;gt;%ProgramData%\innovaphone\myAppsUpdateService&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
:* myAppsUpdateService-&#039;&#039;date-time&#039;&#039;.txt: myApps update service traces&lt;br /&gt;
&lt;br /&gt;
==Android==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, an Android device might also be connected to a PC via an USB cable to get the traces. The files can be found in &amp;lt;code&amp;gt;Android/data/com.innovaphone.clientandroid/files&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
== macOS ==&lt;br /&gt;
traces can be sent by e-mail.&lt;br /&gt;
&lt;br /&gt;
Also, files can be found in &amp;lt;code&amp;gt;~/Library/Containers/com.innovaphone.client-ios/Data/Documents/&amp;lt;/code&amp;gt;. Press &#039;&#039;Alt+N&#039;&#039; followed by space to get tilde &#039;&#039;~&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== IP270 ==&lt;br /&gt;
Refer to the [[Reference16r1:Concept IP270#Troubleshooting|IP270 concept article section troubleshooting]].&lt;br /&gt;
&lt;br /&gt;
= Known Problems =&lt;br /&gt;
[[:Category:Problem myApps platform services|Known Problems]]&lt;br /&gt;
&lt;br /&gt;
= Related Articles =&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Redundancy|Concept myApps Redundancy]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myApps_Office_Integration|Concept myApps Office Integration]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_myAPPs_Search_in_local-Outlook_Contacts|Concept myAPPs Search in local Outlook Contacts]]&lt;br /&gt;
* [[{{NAMESPACE}}:Call_Detail_Record_CDR_PBX|Call Detail Records]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept Push Notifications for myPBX iOS and Android|Concept Push Notifications for myPBX iOS and Android]]&lt;br /&gt;
* [[Howto:Troubleshoot v13 Push with myApps for Android and iOS]]&lt;br /&gt;
* [[{{NAMESPACE}}:PBX/Config/myApps|Reference16r1:PBX/Config/myApps]]&lt;br /&gt;
* [[{{NAMESPACE}}:Concept_IP270|IP270 concept article]]&lt;br /&gt;
[[Category:Concept myApps platform services]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew4.png&amp;diff=79917</id>
		<title>File:MyApps-settingsNew4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew4.png&amp;diff=79917"/>
		<updated>2026-06-02T12:13:16Z</updated>

		<summary type="html">&lt;p&gt;Jbi: new screenshot of the advanced menu of myApps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
new screenshot of the advanced menu of myApps&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew3.png&amp;diff=79916</id>
		<title>File:MyApps-settingsNew3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew3.png&amp;diff=79916"/>
		<updated>2026-06-02T12:13:00Z</updated>

		<summary type="html">&lt;p&gt;Jbi: new screenshot of the advanced menu of myApps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
new screenshot of the advanced menu of myApps&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew2.png&amp;diff=79915</id>
		<title>File:MyApps-settingsNew2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew2.png&amp;diff=79915"/>
		<updated>2026-06-02T12:12:45Z</updated>

		<summary type="html">&lt;p&gt;Jbi: new screenshot of the advanced menu of myApps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
new screenshot of the advanced menu of myApps&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew.png&amp;diff=79914</id>
		<title>File:MyApps-settingsNew.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:MyApps-settingsNew.png&amp;diff=79914"/>
		<updated>2026-06-02T12:12:29Z</updated>

		<summary type="html">&lt;p&gt;Jbi: new screenshot of the advanced menu of myApps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
new screenshot of the advanced menu of myApps&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Services/Reverse-Proxy&amp;diff=79869</id>
		<title>Reference16r1:Services/Reverse-Proxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Services/Reverse-Proxy&amp;diff=79869"/>
		<updated>2026-05-19T14:18:48Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Reverse Proxy]]&lt;br /&gt;
[[Category:Concept Reverse Proxy]]&lt;br /&gt;
The reverse proxy is used to forward H.323, SIP, LDAP, HTTP and SMTP requests it receives to other hosts, based on system information like gatekeeper name host name, path or domain.&lt;br /&gt;
This way it can be controlled which services may be accessed thru the reverse proxy.&lt;br /&gt;
A reverse proxy may be located at the boundary of an private and a public network, or inside the private network, if the respective ports are forwarded to it by the NAT Router/Firewall.&lt;br /&gt;
It can be even configured on the same device as the PBX itself. In this case the other services on the device should use non-standard ports, so that the reverse proxy can receive the requests on the standard port and forward them locally to the non-standard ports.&lt;br /&gt;
&lt;br /&gt;
== General Parameters ==&lt;br /&gt;
&lt;br /&gt;
;No IPv4: Turn off IPv4 for the reverse proxy function&lt;br /&gt;
;No IPv6: Turn off IPv6 for the reverse proxy function&lt;br /&gt;
;H.323/TCP, H.323/TLS: Ports for incoming H.323 TCP or TLS Connections. Use 1720 and 1300 for the standard ports.&lt;br /&gt;
;SIP/TCP, SIP/TLS: Ports for incoming SIP TCP or TLS Connections. Use 5060 and 5061 for the standard ports.&lt;br /&gt;
;LDAP, LDAPs: Ports for incoming LDAP TCP or TLS Connections. Use 389 and 636 for the Standard ports.&lt;br /&gt;
;HTTP, HTTPS:  Ports for incoming HTTP TCP or TLS Connections. Use 80 and 443 for the Standard ports.&lt;br /&gt;
;SMTP, SMTPS: Ports for incoming SMTP TCP or TLS Connections. Use 25 and 587 for the Standard ports.&lt;br /&gt;
;Log Forwarded Requests: activate protocol dependent logging for successfully forwarded / accepted requests&lt;br /&gt;
;Log Rejected Requests: activate protocol dependent logging for rejected / non-accepted requests&lt;br /&gt;
;Blacklist Expiration: Time in minutes after which an entry put in the blacklist automatically, will be removed from the blacklist.&lt;br /&gt;
;Suspicious Requests/min: Threshold to put an address into the blacklist: Whether a request is flagged as suspicious depends on the following factors, all of them must be met.&lt;br /&gt;
:* System uptime &amp;gt; 300 seconds (prevents false positives immediately after boot)&lt;br /&gt;
:* Connection duration &amp;lt; 4 seconds (the connection was closed very quickly)&lt;br /&gt;
:* The destination closed the connection, not the client itself&lt;br /&gt;
:* HTTP version is not 1.0&lt;br /&gt;
:* HTTP-Content-Length is set to another value than -1 (a body was announced)&lt;br /&gt;
;Public NAT router address: Required for SIP if RP is behind NAT. External SIP clients will receive this value in Route header of SIP messages. You can configure DNS name or IP address and port here.&amp;lt;br&amp;gt;If not configured, RP writes it&#039;s own local IP address and port into Route header of SIP messages. This works only if RP has a public local IP address.&lt;br /&gt;
&lt;br /&gt;
== Hosts ==&lt;br /&gt;
&lt;br /&gt;
List of configured hosts. Click on the host Name to edit or delete. Use new to add new host&lt;br /&gt;
&lt;br /&gt;
;Out&lt;br /&gt;
:Destination IP-Address (IPv4 or IPv6) for this rule, following by the plain text port&lt;br /&gt;
:Destination DNS name: must start with &#039;&#039;&#039;@&#039;&#039;&#039; and is limited to 15 chars. For longer names, you can use a DNS suffix (see below).&lt;br /&gt;
;TLS&lt;br /&gt;
:Port for encrypted traffic&lt;br /&gt;
;Check Certificate&lt;br /&gt;
:If the Check Certificate checkmark is set, for the internal connection TLS is used only if the received certificate matches the user name within the protocol. This way a host receiving a request through the Reverse Proxy using TLS can assume that the connection was authenticated using a valid certificate, which matches the user.&lt;br /&gt;
;App Login&lt;br /&gt;
:Experimental feature to allow access only if a myPBX session has been previously authenticated. Not supported for myApps.&lt;br /&gt;
;Default&lt;br /&gt;
:This rule will be used if only the Domain without a path or file in the URI was requested.  The empty path is then replaced by the specified URL when the request is forwarded (e.g. an entry &#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;&amp;lt;host&amp;gt;/web/index.htm&#039;&#039; with the &#039;&#039;Default&#039;&#039; check-mark ticked will match requests with no path and the request is forwarded with the path set to &#039;&#039;/web/index.htm&#039;&#039;). Note that also, an implicit rule is created that forwards all requests for files in and beneath the folder where the default document is in (in the example rule, requests to all files under &#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;&amp;lt;host&amp;gt;/web&#039;&#039; will be forwarded)&lt;br /&gt;
;MTLS:&lt;br /&gt;
:Request MTLS on incoming connections. The requesting client has to provide the TLS Server Name on the incoming TLS connection. The Server Name is used to match to the host. If the checkmark is set, MTLS is requested then. If no Server Name is provided or no valid client certificate a connection for this host is rejected. The name od the received and validated certificate is forwarded as X-Remote-Cert HTTP header.&lt;br /&gt;
;Network&lt;br /&gt;
:&#039;&#039;adddr:network&#039;&#039; to restrict a configured protocol to certain networks&lt;br /&gt;
&lt;br /&gt;
=== SMTP ===&lt;br /&gt;
The host is searched for using different criteria based on the incoming socket.&lt;br /&gt;
&lt;br /&gt;
The criteria are searched in the order given and the first match wins.&lt;br /&gt;
&lt;br /&gt;
;TLS: the SNI of the TLS handshake&lt;br /&gt;
;EHLO: the client hostname send inside the client EHLO SMTP protocol message&lt;br /&gt;
;AUTH: the username of an AUTH PLAIN login. The whole username is matched and if no match is found, the domain part after an @ sign if present.&lt;br /&gt;
;RCPT-TO: the recipient mail address. The whole mail address is matched and if no match is found, the domain part.&lt;br /&gt;
&lt;br /&gt;
==== STARTTLS ====&lt;br /&gt;
&lt;br /&gt;
* If the EHLO message is already suitable to detect the host, STARTTLS is handled by the server behind the RP and port forwarding must be done to the non TLS port in this case.&lt;br /&gt;
* Otherwise the RP itself handles the STARTTLS handshake. It then doesn&#039;t matter if you internally forward to the non TLS port or the TLS port but STARTTLS won&#039;t be done anymore in any case.&lt;br /&gt;
&lt;br /&gt;
== DNS Suffixes ==&lt;br /&gt;
&lt;br /&gt;
If you want to forward requests to internal DNS names instead of IP addresses and such an internal DNS name is longer than 15 chars, you must use DNS suffixes to reference it.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Id: a unique id which is used as reference&lt;br /&gt;
;Suffix: a suffix which is used as replacement of #Id&lt;br /&gt;
&lt;br /&gt;
If you want to use such a suffix inside &#039;&#039;&#039;Out&#039;&#039;&#039; of a host, you must write it like this: &lt;br /&gt;
&#039;&#039;&#039;@host1.#1&#039;&#039;&#039; -&amp;gt; this will be expanded to &#039;&#039;&#039;host1.example.com&#039;&#039;&#039;, if the suffix with Id 1 has the value example.com&lt;br /&gt;
&lt;br /&gt;
== Counter ==&lt;br /&gt;
&lt;br /&gt;
Current top ten address with suspicious requests&lt;br /&gt;
&lt;br /&gt;
== Addresses ==&lt;br /&gt;
&lt;br /&gt;
Blacklist/Whitelist addresses&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Fiche_technique_IP270&amp;diff=79785</id>
		<title>Fiche technique IP270</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Fiche_technique_IP270&amp;diff=79785"/>
		<updated>2026-05-06T09:08:58Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Boîtier */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{datasheet_header|innovaphone IP270|Le téléphone myApps}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;datasheets-mehrspaltig&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:IP270.png]]&lt;br /&gt;
===Firmware===&lt;br /&gt;
L&#039;appareil fonctionne avec la version 16r1 ou supérieure &lt;br /&gt;
&lt;br /&gt;
===Boîtier===&lt;br /&gt;
Écran 7 pouces (17,78cm), résolution  1280 x 800 pixel&lt;br /&gt;
&lt;br /&gt;
Clavier téléphonique et clavier alphanumérique qui s’affiche automatiquement&lt;br /&gt;
&lt;br /&gt;
LED&lt;br /&gt;
&lt;br /&gt;
9 touches de fonction pour le contrôle du volume, la recomposition, couper le micro, ainsi que le contrôle du casque et du haut-parleur&lt;br /&gt;
&lt;br /&gt;
Pied réglable sur quatre angles&lt;br /&gt;
&lt;br /&gt;
Dimensions avec pied standard (L x H x P) : 260 x 200 x 160 mm&lt;br /&gt;
&lt;br /&gt;
Poids : env. 1000 grammes avec pied standard&lt;br /&gt;
&lt;br /&gt;
===Interfaces===&lt;br /&gt;
1 x Gigabit Ethernet : 1000BASE-T (auto-négociation), RJ-45 (connecteur modulaire 8P8C) avec “Power over Ethernet” selon la norme 802.3af et “Energy Efficient Ethernet” selon la norme 802.3az&lt;br /&gt;
&lt;br /&gt;
1 x Gigabit Ethernet : 1000BASE-T (auto-négociation), RJ-45 (connecteur modulaire 8P8C) pour connexion PC&lt;br /&gt;
&lt;br /&gt;
2 x USB 2.0 type-A port à l&#039;arrière&lt;br /&gt;
&lt;br /&gt;
2 x USB 2.0 type-C port à l&#039;arrière&lt;br /&gt;
&lt;br /&gt;
1 x USB 2.0 type-C port à l&#039;arrière pour alimentation externe&lt;br /&gt;
&lt;br /&gt;
1 x USB 2.0 type-C port à l&#039;avant&lt;br /&gt;
===Hardware===&lt;br /&gt;
Alimentation : Power over Ethernet 802.3af, Classe 3 ou alimentation externe USB-C 20V, 6W max. 2A&lt;br /&gt;
&lt;br /&gt;
2Go de RAM LPDDR4, 8Go de mémoire flash eMMC&lt;br /&gt;
&lt;br /&gt;
Température ambiante de fonctionnement : 0°C à +45°C&lt;br /&gt;
&lt;br /&gt;
Humidité ambiante : 10% à 90% (sans condensation)&lt;br /&gt;
&lt;br /&gt;
Température de stockage : -10°C à +70°C &lt;br /&gt;
&lt;br /&gt;
Mode d’économie d’énergie avec atténuation automatique de l’écran&lt;br /&gt;
&lt;br /&gt;
Deux microphones, mains libres et écoute en mode ouvert&lt;br /&gt;
===Réseau===&lt;br /&gt;
Support IPv4/IPv6 &lt;br /&gt;
&lt;br /&gt;
SRTP (SDES, DTLS 1.2), ICE&lt;br /&gt;
&lt;br /&gt;
STUN, TURN via UDP/TCP&lt;br /&gt;
&lt;br /&gt;
Support DHCP client &lt;br /&gt;
&lt;br /&gt;
Support NTP &lt;br /&gt;
===Administration===&lt;br /&gt;
* Administration centralisée via l’application myApps-Devices pour les changement de configuration et les mises à jour du firmware&lt;br /&gt;
* Génération de fichiers de trace et affichage des journaux de logs&lt;br /&gt;
===Communication===&lt;br /&gt;
Client intégré myApps-Linux&lt;br /&gt;
* Accès authentifié à deux facteurs, verrouillage de l’écran&lt;br /&gt;
* Support multilingue&lt;br /&gt;
* Prise en charge de la connectivité des périphériques USB (casque, clavier, souris, caméra)&lt;br /&gt;
* Services clients intégrés (extrait) :&lt;br /&gt;
** Applications métier : réseau social d&#039;entreprise, gestion de projet, gestion du temps&lt;br /&gt;
** Applications UC : softphone, vidéo, chat, fax, messagerie vocale, conférences&lt;br /&gt;
** Annuaire centralisé (Contacts)&lt;br /&gt;
   &lt;br /&gt;
Application Softphone pour la téléphonie – Extrait des fonctionnalités :&lt;br /&gt;
* Prise en charge de l’audio et de la vidéo&lt;br /&gt;
* Mise en attente avec signalisation de l’appel en attente vers l’appelant&lt;br /&gt;
* Transfert d’appel, avec ou sans consultation&lt;br /&gt;
* Mise en attente des appels,avec musique d’attente (Music-on-Hold)&lt;br /&gt;
* Liste de favoris avec la présence et le statut des appels&lt;br /&gt;
* Prise d’appel depuis la liste de favoris&lt;br /&gt;
* Renvoi d’appel : toujours, si occupé et sans réponse&lt;br /&gt;
* Quitter/rejoindre les groupes d’appels&lt;br /&gt;
* Désactivation du microphone&lt;br /&gt;
* Conférence à trois, également avec des participants externes&lt;br /&gt;
* Enregistrement des appels&lt;br /&gt;
* Plusieurs sonneries intégrées&lt;br /&gt;
===Licences===&lt;br /&gt;
* Licence Softphone App (numéro de commande : 02-00050-004) et licence Phone App (numéro de commande : 02-00050-005) requises (une par utilisateur)&lt;br /&gt;
* Pour connecter le téléphone au PBX, une licence port est requise (une par utilisateur)&lt;br /&gt;
* Pour l’utilisation d’applications optionnelles, des licences spécifiques peuvent être nécessaires (une par utilisateur)&lt;br /&gt;
{{Template:CE-Decl_Phones|Conformities|voir fiche d&#039;information séparée}}&lt;br /&gt;
===Numéro de commande : 01-00270-001===&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Template:Datasheet_footer|FR}}&lt;br /&gt;
[[Category:Fiche technique Phones FR|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Charts&amp;diff=79778</id>
		<title>Reference16r1:Concept App Charts</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Charts&amp;diff=79778"/>
		<updated>2026-05-05T12:43:41Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Charts]]&lt;br /&gt;
&amp;lt;!-- Keywords: charts, statistics, graph, data, visual--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* Charts App&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform 1300xx&lt;br /&gt;
* v16r1&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Charts App allows the centralised display of decentralised data — that is, data provided through the Statistics API and implemented by other apps. In other words, if another application has implemented the Statistics API, it can use this API to make some of its locally stored data available to the Charts App. The Charts App can then request and display that data. &amp;lt;br /&amp;gt;&lt;br /&gt;
The availability of data in the Charts App is determined by how other App services integrate with and use the API to share their data.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;e.g : Connect App can return / create data from its database (like amount of posts, sql queries, etc)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
Currently no license is required to use the Charts App. But this is subject to change.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Display data in graph form&lt;br /&gt;
** Using different graph types&lt;br /&gt;
** Using different time spans&lt;br /&gt;
** Using different granularity&lt;br /&gt;
** Real time graph&lt;br /&gt;
* Save displayed graphs as collections&lt;br /&gt;
** For quick access in the future&lt;br /&gt;
** Sharing with other users&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== With the Settings AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;charts&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP Charts&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example Charts/charts.&lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
&lt;br /&gt;
==Apps==&lt;br /&gt;
=== Charts (charts) ===&lt;br /&gt;
This is the standard App within myApps for Charts App.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. &lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
The UI is divided into 3 main parts, which in part are divided into smaller parts:&lt;br /&gt;
*Charts Area: Main component displaying the data in chart form.&lt;br /&gt;
*Sidebar Area: Used to select the data to be displayed.&lt;br /&gt;
*Top Area: Toggles certain display functions.&lt;br /&gt;
[[File:ChartsUI.png|thumb|Charts interface]]&lt;br /&gt;
=== Charts Area ===&lt;br /&gt;
Here the charts are displayed. The user can hover over data points see the plain number being displayed. Furthermore, when enabled, the component can be scrolled&lt;br /&gt;
if the displayed timespan is long enough.&lt;br /&gt;
=== Sidebar ===&lt;br /&gt;
The Sidebar has two &amp;quot;modes&amp;quot;, &amp;quot;Charts&amp;quot; and &amp;quot;Collections&amp;quot;. &amp;quot;Charts&amp;quot; directly displays source apps, categories and charts they provide. &amp;quot;Collections&amp;quot; on the other hand&lt;br /&gt;
lets the user select saved collections. These in turn are also divided into groups, subgroups and corresponding collections.&lt;br /&gt;
Below the sidebar is the Timespan /-granularity selector, which lets the user change the corresponding values.&lt;br /&gt;
=== Top ===&lt;br /&gt;
The top mainly houses two components in the toolbar and the legend.&lt;br /&gt;
The toolbar has toggles for certain functionality like &amp;quot;What chart type should be used&amp;quot; or &amp;quot;Should the chart be compressed to the max visible width&amp;quot;. Besides that,&lt;br /&gt;
it also houses the entry point for the &amp;quot;Save as Collection&amp;quot; functionality.&lt;br /&gt;
The legend provides the user with an indicator as to what graph is currently displaying what data. And also serves as a toggle for visibility on a graph by graph basis,&lt;br /&gt;
without having to fully deselect it.&lt;br /&gt;
&lt;br /&gt;
== Implemented API in other Apps ==&lt;br /&gt;
Here is a list of the apps that have implemented the Statistics API and the data they return.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: This list may change over time.&#039;&#039;&lt;br /&gt;
=== App Platform Manager ===&lt;br /&gt;
* &#039;&#039;chart_manager_uptime&#039;&#039;: Manager uptime &lt;br /&gt;
* &#039;&#039;chart_system_cpu_perc&#039;&#039;: CPU load &lt;br /&gt;
* &#039;&#039;chart_system_disk_total&#039;&#039;: Storage size&lt;br /&gt;
* &#039;&#039;chart_system_disk_used&#039;&#039;: Used storage&lt;br /&gt;
* &#039;&#039;chart_system_memory_total&#039;&#039;: RAM size&lt;br /&gt;
* &#039;&#039;chart_system_meory_used&#039;&#039;: Used RAM&lt;br /&gt;
=== Connect ===&lt;br /&gt;
* &#039;&#039;Posts&#039;&#039;: Number of posts&lt;br /&gt;
* &#039;&#039;SQL&#039;&#039;: Number SQL queries&lt;br /&gt;
* &#039;&#039;Sessions&#039;&#039;: Amount of sessions&lt;br /&gt;
=== Contact Widget ===&lt;br /&gt;
* &#039;&#039;Chats&#039;&#039;: Number of text chats&lt;br /&gt;
* &#039;&#039;VoiceCalls&#039;&#039;: Number of voice calls&lt;br /&gt;
* &#039;&#039;VideoCalls&#039;&#039;: Number of video calls&lt;br /&gt;
* &#039;&#039;All&#039;&#039;: Combined chats, voice calls and video calls&lt;br /&gt;
=== Recordings ===&lt;br /&gt;
* &#039;&#039;CurrentRecordings&#039;&#039;: Number of currently running recordings &lt;br /&gt;
* &#039;&#039;LicenseType&#039;&#039;: internal usage, not relevant&lt;br /&gt;
* &#039;&#039;NumRecordings&#039;&#039;: Number of recordings in the database that have not been deleted&lt;br /&gt;
* &#039;&#039;OldestRecording&#039;&#039;: Oldest recording in the database not deleted&lt;br /&gt;
* &#039;&#039;ReportingLink&#039;&#039;: Indicates whether the link between recordings and reports is up or down&lt;br /&gt;
* &#039;&#039;SizeDB&#039;&#039;: Size of the Database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Libraries used ==&lt;br /&gt;
The following libraries are used to display charts.&lt;br /&gt;
* Chart.Js&lt;br /&gt;
** License: [https://github.com/chartjs/Chart.js/blob/master/LICENSE.md MIT License]&lt;br /&gt;
** Further Information: [https://www.chartjs.org/ Library]&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*Browser console&lt;br /&gt;
*App&lt;br /&gt;
&#039;&#039;Hint: If you are using myApps in a browser, press F12 to open the browser console.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Restrictions / Known issues ==&lt;br /&gt;
* Due to restrictions on the canvas element on iOS the mobile version is limited to a max width of 4096px&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App Charts]]&lt;br /&gt;
* [https://sdk.innovaphone.com/16r1/sdk/common/interface/statistics.htm SDK documentation]&lt;br /&gt;
[[Category:Apps/PbxManager/App Charts]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Voconix_-_Voxelis_-_Partner_App&amp;diff=79566</id>
		<title>Howto:Voconix - Voxelis - Partner App</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Voconix_-_Voxelis_-_Partner_App&amp;diff=79566"/>
		<updated>2026-04-23T09:28:52Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Supported languages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;!-- replace CompanyLogo by real logo-name. Do not change size &amp;amp; alignment. Upload image by pressing red link --&amp;gt;&lt;br /&gt;
[[Image:Fichier_18@4x.png||200px|right]]&lt;br /&gt;
&lt;br /&gt;
==Product Name==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Place product logo. Use the application-tile-logo. Don&#039;t change logo size. --&amp;gt;&lt;br /&gt;
[[Image:Fichier_18@4x.png|100px]]&lt;br /&gt;
&amp;lt;!-- replace CompanyName &amp;amp; ProductName by real names and add URL to productpage --&amp;gt;&lt;br /&gt;
[https://voconix.fr Voconix]&lt;br /&gt;
&lt;br /&gt;
==Certification Status==&lt;br /&gt;
&amp;lt;!-- do not remove comment. Will be added by innovaphone upon document check, app availability in innovaphone-appstore &amp;amp; operational check --&amp;gt;&lt;br /&gt;
{{Template:Compat_Status_referral_product_new|type=App}}&lt;br /&gt;
&lt;br /&gt;
This App has been listed February 2026.&lt;br /&gt;
&lt;br /&gt;
==Category==&lt;br /&gt;
&amp;lt;!-- Do not change this section and do not remove comments. Will be set by innovaphone upon document check --&amp;gt;&lt;br /&gt;
[[Category:Partner_Apps|{{PAGENAME}}]]&lt;br /&gt;
{{Category:3rdParty_Music_on_Hold}}&lt;br /&gt;
[[Category:3rdParty_Music_on_Hold|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
==Vendor==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place optional company logo. Don&#039;t change logo size. --&amp;gt;&lt;br /&gt;
[[Image:LogoVoxelisPetit.png|150px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give some introducting words about the vendor itself. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Voconix is a brand of Voxelis, a French company that provides sound and digital communication services. Its head office is in Bordeaux (33), France.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For further information refer to vendor website via link --&amp;gt;&lt;br /&gt;
[https://voxelis.fr/ Voxelis - About us]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- place optional product logo or functional overview. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give description about the main product purpose. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Voconix is a tool for creating phone messages designed for easy integration with Innovaphone systems.&lt;br /&gt;
* Extensive music catalog: Over 8,000 commercial and royalty-free tracks.&lt;br /&gt;
* Multilingual AI voices: Available in French, German, English, Spanish, and Italian.&lt;br /&gt;
* Optimal compatibility: Downloads available in WAV, MP3, G.XXX, and Opus formats.&lt;br /&gt;
The Voconix application described here provides access to the Voconix AppBuilder product via Innovaphone myApps.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give functional description about the application. Use formatting if needed --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Preferred format is a short list of functions/buzz words offered by the product --&amp;gt; &lt;br /&gt;
Voconix, an AI-powered phone message creation tool, enables the following features:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete music catalog: over 8,000 commercial and royalty-free tracks&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
* Automatic mixing on commercial and royalty-free music&lt;br /&gt;
* Autonomous retrieval of SACEM SCPA royalty-free music certifications&lt;br /&gt;
* Creation of messages without music possible&lt;br /&gt;
&#039;&#039;&#039;Catalog of AI voices in French, German, English, Spanish, and Italian&#039;&#039;&#039;&lt;br /&gt;
* Memorization of difficult pronunciations&lt;br /&gt;
* Message history tracking&lt;br /&gt;
* Management of a list of beneficiaries/employees&lt;br /&gt;
* Access to pre-recorded human voice messages.&lt;br /&gt;
&#039;&#039;&#039;Message Delivery&#039;&#039;&#039;&lt;br /&gt;
* Download in various integration formats (MP3, WAV, G.XXX, Opus, etc.)&lt;br /&gt;
* Notification to the installer when announcements are made available by the end client&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* Feature1&lt;br /&gt;
* Feature2&lt;br /&gt;
* Feature3&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multi-PBX ready===&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give test-prooved statement about product usability in Multi-PBX-systems / Master-Slave --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I.e. can the application be operated towards slave-pbxes, by slave-users, special configuration steps, special requirements, ...  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- If applicable, provide hints about required configuration steps below in the chapter Configuration --&amp;gt; &lt;br /&gt;
There are no known restrictions.&lt;br /&gt;
&lt;br /&gt;
===Cloud ready===&lt;br /&gt;
&lt;br /&gt;
There are no contraindications to using Voconix App in the cloud.&lt;br /&gt;
&lt;br /&gt;
===Supported languages===&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- List the translated languages which the application provides. Comma-separated is sufficient --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Example: * English, German, French --&amp;gt;&lt;br /&gt;
Portal available in French, English and German&lt;br /&gt;
&lt;br /&gt;
=== Provided APIs ===&lt;br /&gt;
&amp;lt;!-- Optional topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- name APIs which product provides - if any --&amp;gt; &lt;br /&gt;
&amp;lt;!-- e.g. some of these https://sdk.innovaphone.com/13r2/doc/reference.htm#APIs --&amp;gt; &lt;br /&gt;
An API is available.&lt;br /&gt;
&lt;br /&gt;
https://voconix.fr/api/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* API1&lt;br /&gt;
* API2&lt;br /&gt;
* API3&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give information about costs and licensing model. Use formatting if needed --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Provide exact license type (App or Service) and license name (manufacturer-appname): --&amp;gt;&lt;br /&gt;
free&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&amp;lt;!-- Optional topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- If applicable, name any system requirements / technical requirements. For example, if the function of the free app requires the use of software for which a fee is charged. --&amp;gt;&lt;br /&gt;
Voconix account&lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- If not present or outdated innovaphone FW is used, no certificate will be given at all --&amp;gt;&lt;br /&gt;
===Compatible innovaphone firmware versions===&lt;br /&gt;
&amp;lt;!-- List compatible major innovaphone firmware versions. Several listings are valid --&amp;gt;&lt;br /&gt;
15r1 and later&lt;br /&gt;
&lt;br /&gt;
===Application versions used for interop testing===&lt;br /&gt;
&amp;lt;!-- Give used versions for testing of both innovaphone and 3rd-pty product --&amp;gt;&lt;br /&gt;
&amp;lt;!-- replace 3rd-Pty-Application by real name --&amp;gt;&lt;br /&gt;
15r1 and later&lt;br /&gt;
&amp;lt;!-- adjust tested innovaphone FW --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Describe configuration steps to be done for both innovaphone and 3rd-pty application --&amp;gt;&lt;br /&gt;
&amp;lt;!-- We recommend to add a link to your website providing this information or alternatively provide a PDF-formatted config document. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- List the config steps by adding text &amp;amp; pictures --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Name used APIs to be activated in ap-objects --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Explain app license assignment to users or service lics to app objects --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Also list required configuration steps for Multi-PBX-systems and/or Cloud-environments if applicable when stated above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If not present, no certificate will be given at all --&amp;gt;&lt;br /&gt;
&amp;lt;!-- in any case you must be aware of the fact that any questions concerning configuration issues will be directly forwarded by innovaphone to you as manufacturer --&amp;gt;&lt;br /&gt;
Go to the VOCONIX app in Innovaphone myApps&lt;br /&gt;
&lt;br /&gt;
[[Image:Etape1Voconix.png||500px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Open an account for your client:&#039;&#039;&#039;&lt;br /&gt;
* Click the registration button&lt;br /&gt;
* Click &amp;quot;&#039;&#039;&#039;I am a Telecom integrator on behalf of my client&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
* Enter the first few letters of your telecom integrator company name and then click &amp;quot;&#039;&#039;&#039;Select this integrator&#039;&#039;&#039;&amp;quot;. If you cannot find your integrator name, click &amp;quot;&#039;&#039;&#039;I am not listed, my name is not displayed&#039;&#039;&#039;&amp;quot; to submit your listing request to the Voconix directory.&lt;br /&gt;
&lt;br /&gt;
* Fill in your client&#039;s account information and then click &amp;quot;&#039;&#039;&#039;Validate and submit the request&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Following this action :&#039;&#039;&#039;&lt;br /&gt;
Your client will already have an &amp;quot;Essential&amp;quot; Voconix account with their first AI message credits. Your client will receive an email inviting them to complete the registration (password bank) online on the Voconix platform for Innovaphone.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;As an integrator :&#039;&#039;&#039;&lt;br /&gt;
You are also associated with your client competencies and are notified of the availability of new AI voice messages when the request has been made.&lt;br /&gt;
&lt;br /&gt;
[[Image:Inscriptionclientfinal.png||1000px]]&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give contact details for potential interests and support. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- You may give personal or general contact data or refer to external contact page --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Voconix par Voxelis&lt;br /&gt;
|-&lt;br /&gt;
| Eric Humier&lt;br /&gt;
|-&lt;br /&gt;
| 122 Rue de la croix de Seguey &lt;br /&gt;
|-&lt;br /&gt;
| 33000 Bordeaux, France&lt;br /&gt;
|-&lt;br /&gt;
| Tel: +33 9 701 708 20&lt;br /&gt;
|-&lt;br /&gt;
| Mail: [mailto:support@voxelis.fr support@voxelis.fr]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Documents&amp;diff=79074</id>
		<title>Reference16r1:Apps/PbxManager/App Documents</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Documents&amp;diff=79074"/>
		<updated>2026-03-10T10:48:35Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Individual Documents App Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the PBX Settings Plugin of the Documents App.&lt;br /&gt;
&lt;br /&gt;
The app is only available as a plugin app and is not visible to users as a standalone app.&lt;br /&gt;
&lt;br /&gt;
This app must be allowed for both users and other app services.&lt;br /&gt;
&lt;br /&gt;
== Individual Documents App Configuration ==&lt;br /&gt;
Following items can be configured in a PBX App object:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Name&#039;&#039;&#039;: Object long name&lt;br /&gt;
* &#039;&#039;&#039;SIP&#039;&#039;&#039;: Object name. Allowed characters according to the [[Reference15r1:PBX/Objects#General_Object_Properties | general object properties]]. Using unallowed characters, e.g. spaces, can result in an unexpected behavior of the app, e.g. the badge counts do not work.&lt;br /&gt;
&lt;br /&gt;
=== App permissions ===&lt;br /&gt;
Allowed apps for the Documents service which provides the com.innovaphone.tagging API for checking user permissions.&lt;br /&gt;
&lt;br /&gt;
=== Configuration Templates ===&lt;br /&gt;
Select configuration templates to be applied for the Documents app object.&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference13r1:PBX/Objects/Edit_Forks&amp;diff=79056</id>
		<title>Reference13r1:PBX/Objects/Edit Forks</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference13r1:PBX/Objects/Edit_Forks&amp;diff=79056"/>
		<updated>2026-03-09T11:22:18Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Properties of Mobility */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With this page call forking can be configured for a user. This means a call for this user is not only sent to endpoints registered to the user object, but also to the forking destination. If a mobility object is configured for the forking, the phone identified by the forking destination can use the mobility functions. A delay can be configured for the call to the mobile endpoint. This delay is not supported for normal call forking without mobility functions. Operator calls from a waiting queue require a UC license to be sent to forking destinations.&lt;br /&gt;
&lt;br /&gt;
;No/Name: Forking destination&lt;br /&gt;
&lt;br /&gt;
;Bool/Not: The forking can be turned on and off by a Boolean object. With the &#039;&#039;&#039;Not&#039;&#039;&#039; checkmark the state is inverted.&lt;br /&gt;
&lt;br /&gt;
== Properties of Mobility==&lt;br /&gt;
&lt;br /&gt;
For the function of the Mobility features a Mobility license must be installed.&lt;br /&gt;
&lt;br /&gt;
;Object: The [[Reference9:PBX/Objects/Mobility | Mobility]] Object (Long Name) must be set, if the mobile endpoint (GSM Phone) needs to use the [[Reference8:Administration/PBX/Objects/Mobility | mobility features]].&lt;br /&gt;
: Mobility license is required&lt;br /&gt;
&lt;br /&gt;
;Device: The Device name of the User should be configured here (e.g. &amp;quot;Smartphone&amp;quot;). This name is used by SOAP (TAPI) to address this device for example when initiating a call, by myPBX to enable/disable Mobility for the User (on the Call Forward settings Screen of myPBX) and for Mobility Client OptiCaller for HTTP CallBack/CallThrough.&lt;br /&gt;
&lt;br /&gt;
;App: Field that is used to configure the rcc app for callback feature available in the user profile App. To call the app just enter &amp;quot;rcc&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Delay: A Delay in seconds can be configured to call the mobile endpoint.&lt;br /&gt;
&lt;br /&gt;
;Disable: Disabling the Mobility features for the mobile device, this can also be en/disabled via [[Reference8:Administration/PBX/Objects/DTMF_Features#Enable.2Fdisable_mobility |DTMF featurecodes]]&lt;br /&gt;
&lt;br /&gt;
;Call-Waiting: Enable or disable call-waiting for the mobile endpoint, if a mobile endpoint is in a call a call waiting tone will be played from the PBX to the mobile endpoint via the RTP stream. See [[Reference9:PBX/Objects/Mobility | R-Key Functions]] for waiting calls handling options.&lt;br /&gt;
: Mobility features are required&lt;br /&gt;
&lt;br /&gt;
;GSM-License: When using the innovaphone GSM client a GSM license is needed and need to be activated.  NB: obsolete&lt;br /&gt;
&lt;br /&gt;
;Min-Alert: The minimum time in seconds a call must ring on the mobile phone until it can be accepted. If the call is accepted before this time, the call is rejected by the PBX. This way it can be achieved that the announcement from a mobile provider for phones not available does not accept a call and calls can be accepted on a fixed phone on the same number in case the mobile phone is switched off.  The alert time is measured from the alert to the connect signalling. If there is no alert message (e.g. because there is a connect right away), the alert time is counted as null. &#039;&#039;&#039;Note: If the carrier doesn&#039;t send any Alert/180 Ringing, you may need to enable [[{{NAMESPACE}}:PBX/Objects/Mobility | Carrier w/o Alerting]] .&#039;&#039;&#039;&lt;br /&gt;
: Mobility features are required&lt;br /&gt;
&lt;br /&gt;
;Max-Alert: Maximum time the mobile phone rings. After this time the PBX terminates the call to the mobile phone. This way it can be avoided that the mobile voicemail accepts the mobility call.&lt;br /&gt;
: Mobility features are required&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept_App_RCC|Related]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Tested_mSata_modules&amp;diff=79016</id>
		<title>Howto:Tested mSata modules</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Tested_mSata_modules&amp;diff=79016"/>
		<updated>2026-03-05T09:30:56Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Howto|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;!-- Keywords: ssd, msata, xx11, 11xx --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IPxx11 with &#039;&#039;&#039;mSata&#039;&#039;&#039; slot (IP311, IP411, IP511, IP811, IP0011, IP3011)&lt;br /&gt;
* mSata modules for the IPxx11 should consume less than 2500mW to avoid high temperatures in the gateway.&lt;br /&gt;
* The powerconsumption depends on the IO activity of the card, usually it is higher during write.&lt;br /&gt;
* Larger mSata modules also need more current.&lt;br /&gt;
* Some mSata modules reduce throughput if the temperature is too high.&lt;br /&gt;
* Write endurance is another important parameter to consider when selecting a mSata module&lt;br /&gt;
* mSata state can be checked with the linux smartmontools package&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Note: &#039;&#039;&#039;This article &amp;lt;u&amp;gt;DOES NOT APPLY&amp;lt;/u&amp;gt; to IP0013 and IP6013 M.2 SSDs!&#039;&#039;&#039; For information to those devices, refer to [[Howto:How_to_IPxx13#SSD|this article]].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Modules tested in 2016===&lt;br /&gt;
&lt;br /&gt;
The modules where tested by writing a  5GByte file with the linux DD command. The write speed and POE current consumption were measured.&lt;br /&gt;
&lt;br /&gt;
;Apacer 32G mSata module  APSDM032GM1HN-GTM1 	http://www.digikey.de/product-search/en?mpart=APSDM032GM1HN-8TM&amp;amp;v=1582 &lt;br /&gt;
:datasheet http://eflash.apacerus.com/spec/SATA/mSATA/mSATA_H1-M.pdf&lt;br /&gt;
:max power 600mW&lt;br /&gt;
:write speed 125Mbyte/s&lt;br /&gt;
&lt;br /&gt;
;Transcend 32G	http://www.amazon.de/Transcend-MSA370-interne-mSATA-256GB/dp/B00K64I1ZG		&lt;br /&gt;
:datasheet 	http://de.transcend-info.com/products/images/modelpic/576/TSXGMSA370_V13%20Datasheet.pdf		&lt;br /&gt;
:max power 1050mW&lt;br /&gt;
:write speed 45Mbyte/s&lt;br /&gt;
&lt;br /&gt;
;SanDisk Z400  32G ATA-9: SanDisk SD8SFAT032G1122, Z2201000, max UDMA/133&lt;br /&gt;
:datasheet	https://www.sandisk.com/content/dam/sandisk-main/en_us/assets/resources/enterprise/data-sheets/Z400s_datasheet_mainstream-v1_3.pdf&lt;br /&gt;
:max power 950mW&lt;br /&gt;
:write speed 44Mbyte/s&lt;br /&gt;
&lt;br /&gt;
===innovaphone mSATAs since 2017 ===&lt;br /&gt;
&lt;br /&gt;
Starting with release of pricelist in June 2017, innovaphone offers following mSATAs listed below.&lt;br /&gt;
Those mSATAs correspond to above mentioned specifications and can be ordered via usual ordering process:&lt;br /&gt;
&lt;br /&gt;
*Order-no 03-00010-029 - 64GB&lt;br /&gt;
*Order-no 03-00010-010 - 128 GB&lt;br /&gt;
*Order-no 03-00010-011 - 256 GB&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
[[Howto:MSATA_Placement]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Ilink-crm-ext-_ilink_-_Partner_App&amp;diff=78924</id>
		<title>Howto:Ilink-crm-ext- ilink - Partner App</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Ilink-crm-ext-_ilink_-_Partner_App&amp;diff=78924"/>
		<updated>2026-02-18T09:24:51Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- replace CompanyLogo by real logo-name. Do not change size &amp;amp; alignment. Upload image by pressing red link --&amp;gt;&lt;br /&gt;
[[Image:ilink.jpg|200px|right|/Ilink.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Product Name==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- replace CompanyName &amp;amp; ProductName by real names and add URL to productpage --&amp;gt;&lt;br /&gt;
ilink Kommunikationssysteme GmbH [https://www.ilink.de/ilink-crmext/info.html ilink CRM Extensions]&lt;br /&gt;
&lt;br /&gt;
==Certification Status==&lt;br /&gt;
&amp;lt;!-- do not remove comment. Will be added by innovaphone upon document check, app availablity in innovaphone-appstore &amp;amp; operational check --&amp;gt;&lt;br /&gt;
{{Template:Compat_Status_referral_product_new|type=App}}&lt;br /&gt;
&lt;br /&gt;
This App has been listed March 2023.&lt;br /&gt;
&lt;br /&gt;
==Category==&lt;br /&gt;
&amp;lt;!-- Do not change this section and do not remove comments. Will be set by innovaphone upon document check --&amp;gt;&lt;br /&gt;
[[Category:Partner Apps|{{PAGENAME}}]]&lt;br /&gt;
{{Category:3rdParty App Development}}&lt;br /&gt;
[[Category:3rdParty App Development|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
==Vendor==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place optional company logo. Don&#039;t change logo size. --&amp;gt;&lt;br /&gt;
[[Image:ilink.jpg|150px|/Ilink.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give some introducting words about the vendor itself. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For further information refer to vendor website via link --&amp;gt;&lt;br /&gt;
[https://www.ilink.de/ ilink - About us]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- place optional product logo or functional overwiew. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give description about the main product purpose. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ilink CRM Extensions is a slim and flexible Windows application for inbound caller recognition and for dialing phone numbers through company phones with a click. And it works in home offices, too!&lt;br /&gt;
&lt;br /&gt;
A popup window displays information like caller name, company, location, and phone number for inbound calls. This information is directly taken from your CRM system, from your address book, or from public telephone directories. Using the „Open Contact“ button, the user directly opens the corresponding contact view of his CRM client. Dial with single click from many CRM systems, or use the hotkey to dial from almost all Windows applications.&lt;br /&gt;
&lt;br /&gt;
Supported CRM systems include:Act!, Datev, Goldmine Premium Edition, HCL Connections, HCL Notes, HubSpot, Maximizer CRM, Microsoft Dynamics CRM, Microsoft Outlook + Exchange Public Folder, Netsuite, ODBC databases - customizing through SQL commands, Sage CRM, Salesforce.com, SAP, Sugar CRM, Tigerpaw CRM, vCard / LDAP.&lt;br /&gt;
&lt;br /&gt;
Supported online telephone books: telefonbuch.de (Germany), Das Örtliche (Germany), local.ch (Switzerland), search.ch (Switzerland), herold.at (Austria), whitepages.com (USA).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For further information refer to vendor product website via link --&amp;gt;&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/info.html ilink - About this application]&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give information about costs and licensing model. Use formattings if needed --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/license.html See ilink crm-ext license conditions]&lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- If not present or outdated innovaphone FW is used, no certificate will be given at all --&amp;gt;&lt;br /&gt;
===Compatible innovaphone firmware versions===&lt;br /&gt;
&amp;lt;!-- List compatible major innovaphone firmware versions. Several listings are valid --&amp;gt;&lt;br /&gt;
* innovaphone V13r2 or higher&lt;br /&gt;
===Application versions used for interop testing===&lt;br /&gt;
&amp;lt;!-- Give used versions for testing of both innovaphone and 3rd-pty product --&amp;gt;&lt;br /&gt;
&amp;lt;!-- replace 3rd-Pty-Application by real name --&amp;gt;&lt;br /&gt;
* ilink ilink-crm-ext 1008 final, 27/03/2023&lt;br /&gt;
&amp;lt;!-- adjust tested innovaphone FW --&amp;gt;&lt;br /&gt;
* innovaphone V13r2, 15r1sr3&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Describe configuration steps to be done for both innovaphone and 3rd-pty application --&amp;gt;&lt;br /&gt;
&amp;lt;!-- We recommend to add a link to your website providing this information or alternatively provide a PDF-formatted config document. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- List the config steps by adding text &amp;amp; pictures --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Name used APIs to be activated in ap-objects --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If not present, no certificate will be given at all --&amp;gt;&lt;br /&gt;
&amp;lt;!-- in any case you must be aware of the fact that any questions concerning configuration issues will be directly forwarded by innovaphone to you as manufacturer --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/install-configuration.html See ilink configuration (German) guide for innovaphone myApps] &amp;lt;br &amp;gt;&lt;br /&gt;
[https://www.ilink.de/en/products/ilink_crm_extensions/innovaphone/install-configuration.html See ilink configuration (English) guide for innovaphone myApps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note: The name of the PBX object must be spelled exactly: ilink-crmext&lt;br /&gt;
Using another name leads to an error message &amp;quot;ilink-crmext&amp;quot; in the log files.&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give contact details for potential interests and support. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- You may give personal or general contact data or refer to external contact page --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| ilink Kommunikationssysteme GmbH&lt;br /&gt;
|-&lt;br /&gt;
| Tel: +49 30 28526 1254&lt;br /&gt;
|-&lt;br /&gt;
|Mob: +49 171 6407377&lt;br /&gt;
|-&lt;br /&gt;
| Mail: [mailto:info@ilink.de info@ilink.de]&lt;br /&gt;
|}&lt;br /&gt;
Open Q&amp;amp;A and product demo and discussions: Every Wednesday at 10:00 here: https://sametime.dnug.de/meeting/CRMIntegrationen&lt;br /&gt;
&lt;br /&gt;
For any questions please refer to [https://www.ilink.de/ilink-crmext/support.html our contact page].&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Ilink-crm-ext-_ilink_-_Partner_App&amp;diff=78923</id>
		<title>Howto:Ilink-crm-ext- ilink - Partner App</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Ilink-crm-ext-_ilink_-_Partner_App&amp;diff=78923"/>
		<updated>2026-02-18T09:24:33Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- replace CompanyLogo by real logo-name. Do not change size &amp;amp; alignment. Upload image by pressing red link --&amp;gt;&lt;br /&gt;
[[Image:ilink.jpg|200px|right|/Ilink.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Product Name==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- replace CompanyName &amp;amp; ProductName by real names and add URL to productpage --&amp;gt;&lt;br /&gt;
ilink Kommunikationssysteme GmbH [https://www.ilink.de/ilink-crmext/info.html ilink CRM Extensions]&lt;br /&gt;
&lt;br /&gt;
==Certification Status==&lt;br /&gt;
&amp;lt;!-- do not remove comment. Will be added by innovaphone upon document check, app availablity in innovaphone-appstore &amp;amp; operational check --&amp;gt;&lt;br /&gt;
{{Template:Compat_Status_referral_product_new|type=App}}&lt;br /&gt;
&lt;br /&gt;
This App has been listed March 2023.&lt;br /&gt;
&lt;br /&gt;
==Category==&lt;br /&gt;
&amp;lt;!-- Do not change this section and do not remove comments. Will be set by innovaphone upon document check --&amp;gt;&lt;br /&gt;
[[Category:Partner Apps|{{PAGENAME}}]]&lt;br /&gt;
{{Category:3rdParty App Development}}&lt;br /&gt;
[[Category:3rdParty App Development|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
==Vendor==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place optional company logo. Don&#039;t change logo size. --&amp;gt;&lt;br /&gt;
[[Image:ilink.jpg|150px|/Ilink.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give some introducting words about the vendor itself. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For further information refer to vendor website via link --&amp;gt;&lt;br /&gt;
[https://www.ilink.de/ ilink - About us]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- place optional product logo or functional overwiew. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Give description about the main product purpose. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- At max 3 sentences, no novels. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ilink CRM Extensions is a slim and flexible Windows application for inbound caller recognition and for dialing phone numbers through company phones with a click. And it works in home offices, too!&lt;br /&gt;
&lt;br /&gt;
A popup window displays information like caller name, company, location, and phone number for inbound calls. This information is directly taken from your CRM system, from your address book, or from public telephone directories. Using the „Open Contact“ button, the user directly opens the corresponding contact view of his CRM client. Dial with single click from many CRM systems, or use the hotkey to dial from almost all Windows applications.&lt;br /&gt;
&lt;br /&gt;
Supported CRM systems include:Act!, Datev, Goldmine Premium Edition, HCL Connections, HCL Notes, HubSpot, Maximizer CRM, Microsoft Dynamics CRM, Microsoft Outlook + Exchange Public Folder, Netsuite, ODBC databases - customizing through SQL commands, Sage CRM, Salesforce.com, SAP, Sugar CRM, Tigerpaw CRM, vCard / LDAP.&lt;br /&gt;
&lt;br /&gt;
Supported online telephone books: telefonbuch.de (Germany), Das Örtliche (Germany), local.ch (Switzerland), search.ch (Switzerland), herold.at (Austria), whitepages.com (USA).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For further information refer to vendor product website via link --&amp;gt;&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/info.html ilink - About this application]&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give information about costs and licensing model. Use formattings if needed --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/license.html See ilink crm-ext license conditions]&lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- If not present or outdated innovaphone FW is used, no certificate will be given at all --&amp;gt;&lt;br /&gt;
===Compatible innovaphone firmware versions===&lt;br /&gt;
&amp;lt;!-- List compatible major innovaphone firmware versions. Several listings are valid --&amp;gt;&lt;br /&gt;
* innovaphone V13r2 or higher&lt;br /&gt;
===Application versions used for interop testing===&lt;br /&gt;
&amp;lt;!-- Give used versions for testing of both innovaphone and 3rd-pty product --&amp;gt;&lt;br /&gt;
&amp;lt;!-- replace 3rd-Pty-Application by real name --&amp;gt;&lt;br /&gt;
* ilink ilink-crm-ext 1008 final, 27/03/2023&lt;br /&gt;
&amp;lt;!-- adjust tested innovaphone FW --&amp;gt;&lt;br /&gt;
* innovaphone V13r2, 15r1sr3&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Describe configuration steps to be done for both innovaphone and 3rd-pty application --&amp;gt;&lt;br /&gt;
&amp;lt;!-- We recommend to add a link to your website providing this information or alternatively provide a PDF-formatted config document. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- List the config steps by adding text &amp;amp; pictures --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Name used APIs to be activated in ap-objects --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If not present, no certificate will be given at all --&amp;gt;&lt;br /&gt;
&amp;lt;!-- in any case you must be aware of the fact that any questions concerning configuration issues will be directly forwarded by innovaphone to you as manufacturer --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.ilink.de/ilink-crmext/install-configuration.html See ilink configuration (German) guide for innovaphone myApps]&lt;br /&gt;
[https://www.ilink.de/en/products/ilink_crm_extensions/innovaphone/install-configuration.html See ilink configuration (English) guide for innovaphone myApps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note: The name of the PBX object must be spelled exactly: ilink-crmext&lt;br /&gt;
Using another name leads to an error message &amp;quot;ilink-crmext&amp;quot; in the log files.&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&amp;lt;!-- Mandatory topic. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- Give contact details for potential interests and support. --&amp;gt; &lt;br /&gt;
&amp;lt;!-- You may give personal or general contact data or refer to external contact page --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| ilink Kommunikationssysteme GmbH&lt;br /&gt;
|-&lt;br /&gt;
| Tel: +49 30 28526 1254&lt;br /&gt;
|-&lt;br /&gt;
|Mob: +49 171 6407377&lt;br /&gt;
|-&lt;br /&gt;
| Mail: [mailto:info@ilink.de info@ilink.de]&lt;br /&gt;
|}&lt;br /&gt;
Open Q&amp;amp;A and product demo and discussions: Every Wednesday at 10:00 here: https://sametime.dnug.de/meeting/CRMIntegrationen&lt;br /&gt;
&lt;br /&gt;
For any questions please refer to [https://www.ilink.de/ilink-crmext/support.html our contact page].&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_Push_Notifications_for_iOS_and_Android&amp;diff=78899</id>
		<title>Reference15r1:Concept Push Notifications for iOS and Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_Push_Notifications_for_iOS_and_Android&amp;diff=78899"/>
		<updated>2026-02-12T14:01:58Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|iOS Softwarephone]]&lt;br /&gt;
The PBX is able to send Push notifications to the Apple (APNs) or Android Push Notification services. As a result, incoming calls are also indicated when the myApps application is not started or runs in the background mode. The PBX is using a service provided by innovaphone AG at &#039;&#039;push.innovaphone.com&#039;&#039; to send the push notifications to the vendors Notification Service. No call meta data is transmitted, the push notification is only used to wake up the myApps application. Only one Push object is needed for a system.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
=== PBX ===&lt;br /&gt;
* Firmware version 15r1 or higher&lt;br /&gt;
* Internet access via HTTPS&lt;br /&gt;
* device certificate (also on &#039;&#039;&#039;IPVAs&#039;&#039;&#039;)&lt;br /&gt;
** this device certificate is not an own certificate, which you can upload yourself but which you need to retrieve through my.innovaphone (see [[#Initial configuration| Initial configuration]])!&lt;br /&gt;
&lt;br /&gt;
=== Smartphone ===&lt;br /&gt;
* iOS Version 12.0.1 or higher&lt;br /&gt;
* Android Version 6.0 or higher&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
=== PBX ===&lt;br /&gt;
* verify that each pbx has the certificates &amp;lt;code&amp;gt;innovaphone Device Certification Authority 2&amp;lt;/code&amp;gt; or the signed &amp;lt;code&amp;gt;push.innovaphone.com&amp;lt;/code&amp;gt; in his local trust list. If you use the [[{{NAMESPACE}}:Concept App Service Devices#Certificates configuration|Devices - certificate trustlist concept]] the certificates will be installed automatically.&lt;br /&gt;
* create a PUSH object via the PBX manager,by clicking on the plugin Push (Black and White myApps symbol) The Plugin will create a PBX object in the PBX of type [[{{NAMESPACE}}:PBX/Objects/Push|Push]] per system, even in master/slave scenarios&lt;br /&gt;
** Name Push and SIP name push can be freely choosen, but the sip name must be used in the push field of user the objects. We advise leave the pre filled Standard names.&lt;br /&gt;
** the App URL must be &amp;lt;code&amp;gt;https://push.innovaphone.com/push/ws&amp;lt;/code&amp;gt;&lt;br /&gt;
After clicking OK a green checkmark should appear, indicating that the Push object has a valid websocket connection to the innovaphone Push service.&lt;br /&gt;
&lt;br /&gt;
=== User Objects ===&lt;br /&gt;
* For each user who is to receive push notifications on his myApps-application, the &#039;&#039;Name&#039;&#039; of the push-object must be entered in his userobject at the &#039;&#039;Push&#039;&#039; field in the &#039;&#039;User&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
=== iOS specific settings ===&lt;br /&gt;
* On the iOS device make sure to allow push notifications for the myApps application.&lt;br /&gt;
&lt;br /&gt;
=== Android specific settings ===&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
*First of all the mobile phone opens a connection to Apple or Google. If the phone is in a restricted Wi-Fi network (and has no GSM/LTE data connection to receive Push notifications), the appropriate ports of the firewall needs to opened as explained in the documentation of [https://support.apple.com/en-us/HT203609 apple] or [https://firebase.google.com/docs/cloud-messaging/concept-options#ports_and_your_firewall google].&lt;br /&gt;
*If the app is in the background and the user receives an incoming call, the App needs to be woken.&lt;br /&gt;
*Therefore the PBX sends a push request to innovaphones push servers (push.innovaphone.com)&lt;br /&gt;
*The communication is done with MTLS and our push servers check the client device certificate of the PBX&lt;br /&gt;
** the used certificate is the device certificate provided by innovaphone and not a certificate, which you can upload yourself&lt;br /&gt;
*push.innovaphone.com forwards the request to the Apple or Google Push service.&lt;br /&gt;
*The respective vendor sends the push request to the mobile phone and uses the ports opened in the first step.&lt;br /&gt;
*The app then registers at the PBX via H.323.&lt;br /&gt;
*In the last step the incoming call is sent (using the H.323 registration) to the mobile phone.&lt;br /&gt;
&lt;br /&gt;
[[Image:push.gif|push.gif/]]&lt;br /&gt;
&lt;br /&gt;
 Note: the services.innovaphone.com in the picture must be replaced with push.innovaphone.com&lt;br /&gt;
&lt;br /&gt;
=== Privacy ===&lt;br /&gt;
When using the Push service the PBX will send following data/information to [[Howto:Innovaphones public services|innovaphone]]:&lt;br /&gt;
&lt;br /&gt;
* Notification Type (plain)&lt;br /&gt;
** &#039;&#039;call&#039;&#039; or &#039;&#039;notification&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Detailed informations (enrypted)&lt;br /&gt;
** &#039;&#039;call&#039;&#039;&lt;br /&gt;
*** number&lt;br /&gt;
*** name&lt;br /&gt;
*** callflow&lt;br /&gt;
** &#039;&#039;notification&#039;&#039;&lt;br /&gt;
*** title&lt;br /&gt;
*** content&lt;br /&gt;
&lt;br /&gt;
This information will send from the PBX to the Smartphone via the innovaphone Push-Service and forwarded to the Google/Apple push system. The Smartphone receives a decryption key via websocket or H323 (you have to use the secure version to transmit the key encrypted) from the PBX. Neither the push service at innovaphone nor the Apple / Google push system can read the encrypted information.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
=== Initial configuration ===&lt;br /&gt;
* Check the trust list for the certificate of the innovaphone AG.&lt;br /&gt;
* Make sure the PBX can resolve the DNS host &#039;&#039;push.innovaphone.com&#039;&#039;.&lt;br /&gt;
* Make sure the PBX can reach &#039;&#039;push.innovaphone.com&#039;&#039; via HTTPS.&lt;br /&gt;
* Make sure that you have a innovaphone &#039;&#039;device certificate&#039;&#039; - even on &#039;&#039;&#039;IPVAs&#039;&#039;&#039;.&amp;lt;br&amp;gt;The certificate is signed by &#039;&#039;innovaphone Device Certification Authority 2&#039;&#039; or on IPVAs since V14r1 by &#039;&#039;innovaphone Unverified Device CA&#039;&#039;.&amp;lt;br&amp;gt;If not, you can acquire a new one on the Gateway via [[{{NAMESPACE}}:General/License/my.innovaphone#Download_Certificate | General/License/my.innovaphone]].&amp;lt;br&amp;gt;&#039;&#039;&#039;This will not conflict with an existing certificate that you installed yourself on the gateway.&#039;&#039;&#039;&lt;br /&gt;
* Make sure the myApps application has Push Notifications allowed in the OS settings. &lt;br /&gt;
** iOS: Also make sure, the iOS device has a valid GSM data connection or a WiFi connection with the internet, especially TCP port 5223 (see [https://developer.apple.com/library/archive/technotes/tn2265/_index.html Troubleshooting Push Notifications] article by Apple).&lt;br /&gt;
&lt;br /&gt;
=== Push looses connected state ===&lt;br /&gt;
* If the push object was already connected, and for some reason (after a firmware update or network connection problems), the object is not connected anymore, please check that PBX can reach and resolve &amp;quot;push.innovaphone.com&amp;quot; and the innovaphone AG certificate is still in the trust list.&lt;br /&gt;
&lt;br /&gt;
===myApps for Android push configuration checks ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Troubleshoot_v13_Push_with_myApps_for_Android and iOS_1.jpg|troubleshoot_v13_push_with_myapps_for_android_and_ios_1.jpg/]]&lt;br /&gt;
&lt;br /&gt;
Open myApps, and check you have a softphone app configured. Then tap on the &amp;quot;burger&amp;quot; menu on the top right, and check your default app is the softphone app.&lt;br /&gt;
&lt;br /&gt;
Scroll down and tap on &amp;quot;More&amp;quot;&lt;br /&gt;
# Tap on &amp;quot;myApps events&amp;quot; and enable notification on the smartphone for myApps&lt;br /&gt;
# Tap on &amp;quot;Calling account&amp;quot; and enable myApps as call account&lt;br /&gt;
# Tap on &amp;quot;Data saver&amp;quot; and enable background data for myApps on the smartphone&lt;br /&gt;
# Tap on &amp;quot;Overlaying&amp;quot; and enable them on the smartphone&lt;br /&gt;
&lt;br /&gt;
===myApps for iOS push configuration checks ===&lt;br /&gt;
Go through the following steps, to check that in your iPhone, Push is configured correctly.&lt;br /&gt;
#Open your iOS Settings app on your iPhone&lt;br /&gt;
#Go to the &#039;&#039;Notifications&#039;&#039; (German: Mitteilungen) section&lt;br /&gt;
#Find the myApps app and make sure notifications are allowed and that LockScreen, Notification Center and Banners are selected as Alerts &amp;lt;!--internal: Banners seems to be the important one from my tests--&amp;gt;&lt;br /&gt;
For more information on howto enable Push notifications for an iOS-app, see also [https://support.apple.com/en-us/HT201925#If%20you%20don&#039;t%20see%20notifications%20for%20a%20specific%20app this Apple support page, section If you don&#039;t see notifications for a specific app]&lt;br /&gt;
===innovaphone Push Service check===&lt;br /&gt;
Consult [https://status.innovaphone.com/ innovaphone services overview] to check if any unexpected service outage concerning push exists&lt;br /&gt;
&lt;br /&gt;
== Known limitations ==&lt;br /&gt;
=== Number to Name resolution on Android Push Notifications could be missing ===&lt;br /&gt;
On incoming call Push Notification to Android the caller number will be included, if the Number to name resolution it&#039;s not yet finished no name will be included in this Push notification just the number. The Android doesn&#039;t allow a number/name update of that call afterwards so it will remain displaying only the number till we terminate the call. On iOS we don&#039;t have such issue since the system allows update of the number/name during call. &lt;br /&gt;
&lt;br /&gt;
=== Push does work even when the myApps app is switched off ===&lt;br /&gt;
The Push mechanism will also work when the myApps app is turned off. This can lead to complains about receiving calls after working ours or during holidays.&lt;br /&gt;
With myApps as client, you can set the status to DND Do Not Disturb. Then close the myApps. &lt;br /&gt;
This will prevent the App to be started by the Push mechanism.&lt;br /&gt;
To receive calls again, open the myApps clients and set the status back to available.&lt;br /&gt;
&lt;br /&gt;
You can disable the Push to the myApps by just ending the session for this device by logging out of the myApps application or Alternative you can go to the Hamburger Menu, Account Security and logout the active session.&lt;br /&gt;
You can also remove a session from another device for example a myApps Session from another Smartphone or browser.&lt;br /&gt;
Deselecting a default Softphone app, will also prevent the Push mechanism.&lt;br /&gt;
&lt;br /&gt;
=== Customer uses HTTP-Proxy for Internet access ===&lt;br /&gt;
The WebSocket client does not support HTTP-Proxy connections, more specific HTTP Tunneling using HTTP CONNECT - therefore Push notifications will not work. See also: [[{{NAMESPACE}}:Services/HTTP/Client#Proxy_Servers|Reference15r1:Services/HTTP/Client#Proxy_Servers]]&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
&lt;br /&gt;
===Cloning IPVAs===&lt;br /&gt;
If you clone an IPVA with an existing device certificate, you&#039;ll also clone this certificate, so you&#039;ll have a wrong serial number inside the certificate afterwards.&amp;lt;br/&amp;gt;&lt;br /&gt;
So &#039;&#039;&#039;do not clone&#039;&#039;&#039; IPVAs but setup a new VM and upload a modified configuration file afterwards and create a new certificate for the new machine.&lt;br /&gt;
&lt;br /&gt;
Currently it is not possible to update or delete the device certificate.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[Howto:Innovaphones_public_services]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Remote_Control&amp;diff=78563</id>
		<title>Reference14r2:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Remote_Control&amp;diff=78563"/>
		<updated>2025-12-01T16:40:48Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 14r2&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 120004)&lt;br /&gt;
* V14r2&lt;br /&gt;
* Windows 10 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
* myApps for Windows. &#039;&#039;&#039;Note : in v14r2 Remote Control App is only supporting remote sessions between myApps Windows Client !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
&lt;br /&gt;
* For the [[Reference14r2:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v14r2 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template &lt;br /&gt;
=== With the PBX manager AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the PBX manager and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v14&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available colored AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard UI App for Remote Control.&lt;br /&gt;
Parameters:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: RemoteControl.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
=== Features ===&lt;br /&gt;
&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
&lt;br /&gt;
;Included features&lt;br /&gt;
:&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support from viewer to sharer&lt;br /&gt;
* Support for different keyboard layouts &lt;br /&gt;
;Licensed features&lt;br /&gt;
:&lt;br /&gt;
* Launch the Remote Control App and start a session with a URL: to use the URL feature you have to create a hyperlink of &#039;&#039;&amp;quot;com.innovaphone.myapps:remotecontrol?action=start_session_with&amp;amp;sip=&#039;&#039;&#039;username&#039;&#039;&#039;&amp;quot;&#039;&#039; where &#039;&#039;&#039;username&#039;&#039;&#039; is the name field of a user object, this link will then be handled by the myAppsUrlHandler.&lt;br /&gt;
&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[File:Remote-control_technical-overview.png]]&lt;br /&gt;
*Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
* The maximum bitrate is 1.2Mbits for the users who is sending its desktop UI. The viewer just sends mouse and keyboards events&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behavior you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
*Some key combinations still not supported &lt;br /&gt;
*Copy &amp;amp; paste support from sharer to viewer&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_App_Remote_Control&amp;diff=78562</id>
		<title>Reference15r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_App_Remote_Control&amp;diff=78562"/>
		<updated>2025-12-01T16:40:27Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 15r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130006)&lt;br /&gt;
* V15r1&lt;br /&gt;
* Windows 10 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
* myApps for Windows. &lt;br /&gt;
* Remote Control Client for external participants &#039;&#039;&#039;Note : in v15r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
&lt;br /&gt;
* For the [[Reference15r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v15r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template &lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v15&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard UI App for Remote Control.&lt;br /&gt;
Parameters:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC, the sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. Remote sessions are also possible between companies using myApps or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
&lt;br /&gt;
;Included features&lt;br /&gt;
:&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for different keyboard layouts &lt;br /&gt;
&lt;br /&gt;
;Licensed features&lt;br /&gt;
:&lt;br /&gt;
* Support with participants outside your organisation&lt;br /&gt;
** Between 2 different myApps installation using Remote Control App &#039;&#039;(e.g 2 different companies)&#039;&#039; via a session link.&lt;br /&gt;
** Without myApps with the [[Reference15r1:Concept_App_Remote_Control#With_the_Remote_Control_Client_msi_application|Remote Control Client]].&lt;br /&gt;
* Share/Join session&lt;br /&gt;
** Generate a session link from Remote Control App and share it&lt;br /&gt;
** Join a session by entering a link&lt;br /&gt;
* Multiple sessions:&lt;br /&gt;
**If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Remote Control with participants outside your organisation  ===&lt;br /&gt;
====With the Remote Control Client external application====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants see the myApps user&#039;s screen sharing.&lt;br /&gt;
* Client compatible with Windows only&lt;br /&gt;
* Easy to install, download client via a session link:&lt;br /&gt;
**Open the shared session link in a web browser and get the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
**Open the previously downloaded file on your computer&lt;br /&gt;
**Enter your name, info and session link &#039;&#039;(same link that is used to download the client)&#039;&#039;&lt;br /&gt;
**Click on Join Session&lt;br /&gt;
&#039;&#039;Note : from 15r1sr2 we introduced a new, lighter client that requires less effort to install and use. The new client also offers a new possibility of joining sessions with elevated admin rights for users who are not admins on their computers. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====With your myApps Remote Control App====&lt;br /&gt;
It is possible to establish a remote session between 2 organisations using myApps and having the Remote Control App installed. In the App you can also join/share a session with a link.&lt;br /&gt;
*Compatible only between myApps Windows clients&lt;br /&gt;
*Easy to use:&lt;br /&gt;
**User A from company &amp;quot;xyz.com&amp;quot; opens his Remote Control App in myApps and clicks on &#039;&#039;&#039;Share session&#039;&#039;&#039;&lt;br /&gt;
**User A copies the link and sends it to User B&lt;br /&gt;
**User B from company &amp;quot;abc.com&amp;quot; opens his Remote Control App in myApps, clicks on &#039;&#039;&#039;Join session&#039;&#039;&#039; and pastes the link received from User A into the &#039;&#039;&#039;Session link text field&#039;&#039;&#039;&lt;br /&gt;
**User A will receive a Join Session notification to accept&lt;br /&gt;
**User A will see User B shared session&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
*Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
* The maximum bitrate is 1.2Mbits for the users who is sending its desktop UI. The viewer just sends mouse and keyboards events&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*Same port range is used by the Remote Control Client msi application&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behavior you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client ===&lt;br /&gt;
Do a right click on the app try icon and click on &#039;&#039;open trace folder&#039;&#039; (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78561</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78561"/>
		<updated>2025-12-01T16:40:13Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* Windows 10 and up&lt;br /&gt;
* Windows Server 2016 and later versions&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID &#039;&#039;(ID is user based)&#039;&#039;&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Pcap&amp;diff=78525</id>
		<title>Howto:Pcap</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Pcap&amp;diff=78525"/>
		<updated>2025-11-19T10:07:25Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Keywords: wireshark, pcap, dll--&amp;gt;&lt;br /&gt;
With remote PCAP, network traffic can be captured directly from another network device, instead of capturing the network traffic from the own device.&lt;br /&gt;
&lt;br /&gt;
==Remote PCAP==&lt;br /&gt;
===Requirements===&lt;br /&gt;
&lt;br /&gt;
* You should have installed the latest wireshark Stable release 4.4.x - [http://www.wireshark.org/download.html Wireshark Download]&lt;br /&gt;
: You may also use newer builds, but make sure they are supported by our plugin DLL. See [[#Versions | Versions ]] below for a list of supported versions&lt;br /&gt;
* To view the standard debug output of ISDN LAPD/Q.931 packets, you have to install the &#039;&#039;innovaphone plugin&#039;&#039;  (&amp;lt;code&amp;gt;innovaphone_win32.dll&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;innovaphone_win64.dll&amp;lt;/code&amp;gt;, depending on your installed wireshark version, 32 bit or 64 bit). To convert text log output (from the &#039;&#039;Maintenance/Tracing&#039;&#039; page) you can use &#039;&#039;log2pcap.exe&#039;&#039;.&lt;br /&gt;
*To download both items, go to the [http://store.innovaphone.com innovaphone AppStore] under the tab &#039;&#039;&#039;Software&#039;&#039;&#039; , select the latest version of &#039;&#039;&#039;log2pcap&#039;&#039;&#039; and &#039;&#039;&#039;Wireshark DLLs&#039;&#039;&#039; .&lt;br /&gt;
: Again, if you use newer builds, make sure you download the DLLs from the appropriate &#039;&#039;apps&#039;&#039; package (see [[#Versions | Versions ]] below)&lt;br /&gt;
: To &#039;&#039;&#039;install&#039;&#039;&#039; a DLL version &#039;&#039;&#039;1059&#039;&#039;&#039; or previous, just copy it to your wireshark plugin directory and pay attention on your currently used version (e.g.: c:\programme\wireshark\plugins\1.12.0\).  Note that you need to re-install the DLL each time you update wireshark&lt;br /&gt;
: To &#039;&#039;&#039;install&#039;&#039;&#039; a DLL version &#039;&#039;&#039;1060&#039;&#039;&#039; or later, just copy it to your wireshark plugin &#039;&#039;&#039;epan&#039;&#039;&#039; directory and pay attention on your currently used version (e.g.: c:\programme\wireshark\plugins\4.4\epan\).  Note that you need to re-install the DLL each time you update wireshark&lt;br /&gt;
* Open the [http://wiki.innovaphone.com/index.php?title=Image:Pcap_example_isdn.zip example pcap file with lapd and q.931 packets] to check your current installation. It should look like this, if you have the innovaphone_winXX.dll correctly installed:&lt;br /&gt;
&lt;br /&gt;
[[Image:Pcap_sample_isdn.jpg|center|thumb|200px|PCAP ISDN example]]&lt;br /&gt;
&lt;br /&gt;
==== Using Wireshark &#039;&#039;Legacy&#039;&#039; ====&lt;br /&gt;
Starting with version 2, wireshark has a new user interface.  Unfortunately, we found this to be sluggish and buggy.  For that reason, we strongly recommend to use wireshark&#039;s &#039;&#039;legacy&#039;&#039; version.  It is available as an option (&#039;&#039;Wireshark 1, The classic user interface&#039;&#039;) in the installer&#039;s item selection.  You also may want to associate the trace file extensions (.pcap, .pcapng etc.) with &#039;&#039;Wireshark Legacy&#039;&#039; instead of the standard version (also available in the setup dialogue).&lt;br /&gt;
&lt;br /&gt;
===Setting up the rpcap server===&lt;br /&gt;
&lt;br /&gt;
* The rpcap server can be any innovaphone device. &lt;br /&gt;
* The remote pcap server is disabled per default. To enable it, just go to Diagnostics-&amp;gt;Tracing and check the &amp;quot;Enable&amp;quot; flag in the &amp;quot;Remote PCAP&amp;quot; group. If you are experiencing problems, also enable the trace flag with &amp;quot;config add PCAP /trace&amp;quot;.&lt;br /&gt;
* To capture all ip traffic (udp and tcp), enable the &amp;quot;IP (all tcp/udp traffic)&amp;quot; flag in the group &amp;quot;IP&amp;quot;. Otherwise just enable all the trace flags on the modules you want to capture.&lt;br /&gt;
&lt;br /&gt;
===Capturing with wireshark===&lt;br /&gt;
&lt;br /&gt;
===1.x.x - 1.7.x===&lt;br /&gt;
Open your wireshark and the capture options dialogue. Choose &amp;quot;remote&amp;quot; from the dropdown list and &lt;br /&gt;
Type &amp;quot;&amp;lt;IP-ADDRESS&amp;gt;/TRACE&amp;quot; into the host field.&lt;br /&gt;
&lt;br /&gt;
It should look like this: (Screenshot from older Wireshark, v.1.2.2)&lt;br /&gt;
[[Image:Wireshark_1.2.2_trace_settings.PNG|center|thumb|200px|Wireshark capture options]]&lt;br /&gt;
&lt;br /&gt;
Then just click on &amp;quot;Start&amp;quot; to start capturing.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;gt;= 1.8.x ===&lt;br /&gt;
&lt;br /&gt;
Open your wireshark and „Capture Options“-&amp;gt;“Manage Interfaces“-&amp;gt;“Remote Interfaces“. Add the IP address of your device.&amp;lt;br&amp;gt;&lt;br /&gt;
The remote interface will be listed in your interface now and you can select it for capturing data.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wireshark_1.8.6_settings.png|center|thumb|200px|Wireshark capture options]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;gt;= 2.0.0 ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wireshark_2.0.0_settings.jpg|center|thumb|200px|Wireshark capture options]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;gt;= 3.0.0 ===&lt;br /&gt;
&lt;br /&gt;
With the latest innovaphone Firmware (e.g. 13r1 SR11), Wireshark is supported again if you use the latest wireshark DLL.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you&#039;re running older firmware versions:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The innovaphone.dll is not supported currently with this Wireshark-version. Please do not upgrade to Wireshark 3.0 or up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RCAP does not currently work with innovaphone devices in newer Wireshark versions. If you only want to pull general remote PCAPs with it, you can also try the Wireshark Pipe feature. For this you have to create a new pipe interface in Wireshark in the following format.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rpcap://[ip-address]/trace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
During our tests we experienced some problems with it. Alternatively, you can add the pipe interface via the command line. First change to the Wireshark directory and replace [ip-address] with the innovaphone IP address.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
C:\Program Files\Wireshark&amp;gt;wireshark -ni rpcap://[ip-address]/trace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;gt;= 4.0.7 ===&lt;br /&gt;
Wireshark doesn&#039;t support 32bit Windows builds anymore, so there is just a 64bit version of the DLL now.&lt;br /&gt;
&lt;br /&gt;
===Supported protocols===&lt;br /&gt;
&lt;br /&gt;
* ISDN: LAPD L2/L3 with dissector innovaphone.dll (enable Diagnostics-&amp;gt;Tracing TELX/PRIX/PPP)&lt;br /&gt;
* AC DSP: dsp with dissector Ac49xPacketRecording.dll (enable Diagnostics-&amp;gt;Tracing-&amp;gt;VOIP DSP)&lt;br /&gt;
* PPPoE: flag &amp;quot;/pcap&amp;quot; on module(s) PPPOE0/PPPOE1 enables pcap tracing&lt;br /&gt;
&lt;br /&gt;
* All TCP/UDP protocols which are supported by native wireshark dissectors or other dissectors which can be found searching the internet.&lt;br /&gt;
e.g.:&lt;br /&gt;
SIP&lt;br /&gt;
H.323&lt;br /&gt;
H.245&lt;br /&gt;
&lt;br /&gt;
Enable the corresponding flags under Diagnostics-&amp;gt;Tracing, if you only want to see specific UDP/TCP protocols. To see all, enable the &amp;quot;All TCP/UDP Traffic&amp;quot; flag under Diagnostics-&amp;gt;Tracing.&lt;br /&gt;
&lt;br /&gt;
==PCAP Log==&lt;br /&gt;
&lt;br /&gt;
Another possibility to get a pcap log file is to open http://IP/log.pcap&lt;br /&gt;
This file has a limited size just as the normal log file.&lt;br /&gt;
&lt;br /&gt;
==log2pcap==&lt;br /&gt;
&lt;br /&gt;
You need the tool log2pcap from the tools package, if you have a log.txt file, which contains pcap packets and you want to view them in wireshark. You can find the tool in the apps tool package (see above).&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
# log2pcap.exe input1 input2 ... inputX&lt;br /&gt;
# drag&amp;amp;drop one or more files on the log2pcap.exe&lt;br /&gt;
# use an asterisk like &amp;quot;log2pcap c:\*.txt&amp;quot; to convert all txt files into pcap files. Things like c:\test*.txt are not supported.&lt;br /&gt;
&lt;br /&gt;
* The resulting file name is always inputx.pcap (e.g. log.txt is converted into log.txt.pcap).&lt;br /&gt;
&lt;br /&gt;
Note: if you have a trace of a little endian box (e.g. IP3000, IP21) with V6 SR1 or SR2, you have to use the &amp;quot;-srlefix&amp;quot; switch (available since 08-1007):&lt;br /&gt;
&lt;br /&gt;
log2pcap.exe input1 -srlefix&lt;br /&gt;
&lt;br /&gt;
==General Informations==&lt;br /&gt;
&lt;br /&gt;
===Reading PCAP Traces===&lt;br /&gt;
&lt;br /&gt;
====Non-IP Pcap packets==== &lt;br /&gt;
It will nevertheless show source and destination IP addresses.   127.0.0.1 stand in for the traced device.  So if for example a Q.931 SETUP messages is sent from 127.0.0.0 to 127.0.0.1, then it is an incoming setup.&lt;br /&gt;
&lt;br /&gt;
====MAC: 00:90:33:00:00:00====&lt;br /&gt;
Sometimes people wonder why a pcap &#039;&#039;00:90:33:00:00:00&#039;&#039; appears as source or destination mac address.&lt;br /&gt;
The direction of the packets can be analyzed based on the Mac address.&lt;br /&gt;
: We use the devices MAC adress as source only if a packet &#039;&#039;&#039;is sent&#039;&#039;&#039;&lt;br /&gt;
: We use the devices MAC adress as destination only if a packet &#039;&#039;&#039;is received&#039;&#039;&#039;&lt;br /&gt;
The other field will be filled with &#039;&#039;00:90:33:00:00:00&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Disabling PCAP traces===&lt;br /&gt;
&lt;br /&gt;
You can disable the whole pcap tracing. Just configure a /disable-pcap to the CMD0 module. This can be useful if you do not want to see pcap traces in your log file.&lt;br /&gt;
&lt;br /&gt;
===Used ports===&lt;br /&gt;
&lt;br /&gt;
* The debug traces are encapsulated in UDP packets with port 4.&lt;br /&gt;
* The isdn traces are encapsulated in UDP packets with port 4.&lt;br /&gt;
* The ac dsp traces are encapsulated in UDP packets with port 50001.&lt;br /&gt;
* Wireshark uses port 2002 to connect to the running rpcap-server&lt;br /&gt;
* rpcap packets are transfered over a dynamically assigned port between server and client&lt;br /&gt;
&lt;br /&gt;
===Additional Remote PCAP trace===&lt;br /&gt;
&lt;br /&gt;
You can trace the remote pcap protocol with adding the trace flag by &amp;quot;config add PCAP /trace&amp;quot; if you are experiencing connection issues.&lt;br /&gt;
&lt;br /&gt;
===Timestamps===&lt;br /&gt;
&lt;br /&gt;
Since V7 Hotfix 26 and V8 Hotfix 13, the ntp timestamp is used instead of the uptime in rpcap packages. In converted log files with log2pcap, uptime is still used.&lt;br /&gt;
&lt;br /&gt;
===Decode TURN Traffic as RTP===&lt;br /&gt;
RTP Traffic encapsulated in TURN and encoded as STUN per default. You can change this behaviour as global setting in your Wireshark.&amp;lt;br /&amp;gt;&lt;br /&gt;
To activate RTP heuristic for TURN traffic go to &amp;quot;&#039;&#039;Analyze::Enabled Protocols&#039;&#039;&amp;quot; and enable the &amp;quot;&#039;&#039;rtp_stun&#039;&#039;&amp;quot; dissector.&lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
Older versions can be downloaded from the respective [http://download.innovaphone.com/ice/download/p/6.00/apps/ &#039;&#039;tools&#039;&#039; package]:&lt;br /&gt;
* Wireshark 1.6.8: DLL Version 1043 - V6 6000043 Application Packet&lt;br /&gt;
* Wireshark 1.11.1: DLL Version 1049&lt;br /&gt;
* Wireshark 1.12.2: DLL Version 1055 - V6 6000054 Application Packet&lt;br /&gt;
* Wireshark 2.0.x: DLL Version 1057 - V6 6000055 Application Packet&lt;br /&gt;
* Wireshark 2.2.x: DLL Version 1058 - V6 6000056 Application Packet&lt;br /&gt;
* Wireshark 2.4.x: DLL Version 1059 - V6 6000059 Application Packet&lt;br /&gt;
* Wireshark 2.6.1: DLL Version 1060 - V6 6000061 Application Packet&lt;br /&gt;
&lt;br /&gt;
Newer versions can be downloaded from [https://store.innovaphone.com the store] (look for &#039;&#039;Wireshark DLLs&#039;&#039; in the &#039;&#039;Software&#039;&#039; tab):&lt;br /&gt;
* Wireshark 3.2.x: DLL Version 1061&lt;br /&gt;
* Wireshark 3.4.x: DLL Version 1066&lt;br /&gt;
* Wireshark 4.0.x: DLL Version 1068&lt;br /&gt;
* Wireshark 4.2.x: DLL Version 1069&lt;br /&gt;
* Wireshark 4.4.x: DLL Version 1070&lt;br /&gt;
* Wireshark 4.6.x: DLL Version 1071&lt;br /&gt;
&lt;br /&gt;
== Offline generation of PCAP Files ==&lt;br /&gt;
In version v12r1 and up, you can capture and store PCAP files without running Wireshark. This is done by setting the [[Reference12r1:Maintenance/Diagnostics/Tracing | &#039;&#039;Write PCAP to URL&#039;&#039; property ]] in &#039;&#039;Maintenance/Diagnostics/Tracing&#039;&#039; to an URL which points to a writeable WebDAV folder.&lt;br /&gt;
&lt;br /&gt;
This is useful if you need to trace a device for a long time or if you cannot run Wireshark to capture the trace.  However, it is not useful if the traced device restarts, as the last trace file will be incomplete then (due to buffered IO when writing the file).&lt;br /&gt;
&lt;br /&gt;
When you remove the URL, the current trace file will be flushed and no further one will be created.&lt;br /&gt;
&lt;br /&gt;
=== Using V13 File App ===&lt;br /&gt;
*create a folder in the File App&lt;br /&gt;
*share this folder with username and password&lt;br /&gt;
*copy the URL from this folder&lt;br /&gt;
*go to services/http/client on the innovaphone device for which you need a pcap and store the URL and access data here&lt;br /&gt;
*store the same URL as &amp;quot;Write PCAP to URL&amp;quot; at maintenance/diagnostic/tracing&lt;br /&gt;
&lt;br /&gt;
Attention: &lt;br /&gt;
As soon as the URL was successfully deposited and &amp;quot;OK&amp;quot; was pressed, the trace is written into the folder.&lt;br /&gt;
To end the trace, the URL can simply be removed and confirmed again with &amp;quot;OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* Converting a log from a little endian box (like IP3000 and IP21) with firmware V6 SR1 or SR2 with the tool log2pcap will only work with log2pcap 08-1007 or higher and the switch &amp;quot;-srlefix&amp;quot;, see [[:#log2pcap|log2pcap]].&lt;br /&gt;
* Ac49xPacketRecording.dll works only with 0.99.7. Higher versions of wireshark won&#039;t start, if this dll was copied to the dll folder!&lt;br /&gt;
* Also some other dlls, contained in the tools package, won&#039;t work with each wireshark version. Just innovaphone.dll is always working.&lt;br /&gt;
* Even though &#039;&#039;All TCP/UDP Traffic&#039;&#039; is turned on, packets sent to the box acting as rpcap provider to a port that is not handled by the box (that is, where no listening socket is active) will currently not be shown&lt;br /&gt;
* If you use a 64-bit Windows Pc then you will need another innovaphone.dll, which is also contained in the latest tool package.&lt;br /&gt;
* The custom IP header from captured innovaphone packets contains dummy values for TOS (0), id (0), fragment offset (0) and TTL (128)&lt;br /&gt;
* After version 1.8.6 of wireshark the h225 packets are listed as malformed. So higher versions of wireshark could give troubles debugging the h.323 calls.&lt;br /&gt;
* &#039;&#039;&#039;Couldn&#039;t set the capture buffer size!&#039;&#039;&#039;: if you&#039;re experiencing this error message, please start wireshark with the option &amp;quot;-B 1&amp;quot; to set the buffer size to 1 MB&lt;br /&gt;
&lt;br /&gt;
* Wrong time stamp when using PCAP-to-URL:&lt;br /&gt;
** open the first frame of the trace and expand the &#039;innovaphone: DEBUG&#039;-section&lt;br /&gt;
** last line shows the correct time: &#039;Debug: YYYY-MM-DD HH:MM:SS&#039; in this case&lt;br /&gt;
** Click on &#039;Edit -&amp;gt; Time Shift...&#039; in the menu or use the shortcut Ctrl+Shift+T&lt;br /&gt;
** Tick &#039;Set the time for packet 1 to ...&#039; and fill in the time found in the first frame&lt;br /&gt;
** Click &#039;Apply&#039;&lt;br /&gt;
&lt;br /&gt;
===Missing msvcr120.dll or &amp;quot;module not found&amp;quot;/&amp;quot;Das angegebene Modul wurde nicht gefunden&amp;quot;===&lt;br /&gt;
You have to install the Visual C++ Redistributable Packages für Visual Studio 2013: http://www.microsoft.com/de-de/download/details.aspx?id=40784&lt;br /&gt;
&lt;br /&gt;
===Inconsistent timestamps with Write PCAP to URL===&lt;br /&gt;
There are sporadically inconsistent timestamps where a newer packet might have an older timestamp than the previous packet (a fraction of a second).&amp;lt;br/&amp;gt;&lt;br /&gt;
This issue just happens with Write PCAP to URL and the default configuration. This issue has been [[ReleaseNotes14r1:Firmware#157768_-_Firmware:_fixed_wrong_timestamps_in_%22Write_PCAP_to_URL%22_feature | fixed]] in the 14r1 release, so the workaround below is no longer needed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If you use Wireshark for jitter analysis and consistent timestamps are important, you may do a configuration change:&lt;br /&gt;
* disable the epoch-ts option on the PCAP module:&lt;br /&gt;
** !config add PCAP /epoch-ts false&lt;br /&gt;
** !config write&lt;br /&gt;
** !reset&lt;br /&gt;
* now the PCAP trace just contains the uptime beginning from 1970-01-01 but without any wrong timestamps&lt;br /&gt;
* Wireshark offers an option to set the time on the first packet, so the time can be manually set to the file creation time (right click first packet -&amp;gt; move time -&amp;gt; second option and enter e.g. &amp;quot;2023-01-03 13:30:00&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[Reference12r1:Maintenance/Diagnostics/Tracing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;!-- Kewwords: sniffer ethereal packet capture network monitor --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78485</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78485"/>
		<updated>2025-11-18T13:55:49Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Known issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID &#039;&#039;(ID is user based)&#039;&#039;&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78450</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78450"/>
		<updated>2025-11-12T16:30:44Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Central ID service server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID &#039;&#039;(ID is user based)&#039;&#039;&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
*The usage of the Remote Control App in myApps browser works at the moment only with Chrome&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78437</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78437"/>
		<updated>2025-11-06T11:28:16Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
*The usage of the Remote Control App in myApps browser works at the moment only with Chrome&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78415</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78415"/>
		<updated>2025-10-30T15:21:59Z</updated>

		<summary type="html">&lt;p&gt;Jbi: added store link for the installable version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78414</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78414"/>
		<updated>2025-10-30T15:06:05Z</updated>

		<summary type="html">&lt;p&gt;Jbi: update of the remote control client section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable .EXE) for external participants or Remote Control Client (installable .MSI) &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts (e.g. QWERTY to QWERTY).&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client|Remote Control Client]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Share a session from the Remote Control App opened in myApps&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g. many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port &#039;&#039;&#039;443&#039;&#039;&#039; is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the sharer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer&#039;s Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client| General information]] section of the respective clients&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Remote Control Client ==&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The portable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with Windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version is available. The new version is downloaded from the client and need to be started afterwards&lt;br /&gt;
* No installation needed, simple light .exe file that can be started without admin right&lt;br /&gt;
* You can download the  Remote Control Windows .EXE file by a given link from the person that want to take the control from his myApps client or directly in our [https://store.innovaphone.com/beta/download.htm store] under the section software, item name is &#039;&#039;&#039;Remote Control Windows Portable&#039;&#039;&#039;&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteControl.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied and given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate auto connect, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Installable version ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The installable Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. E.g. external participants such as your customers. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
*Compatible with Windows only&lt;br /&gt;
*Pop-up notification when a new version is available&lt;br /&gt;
*Silent update installation&lt;br /&gt;
*Auto start&lt;br /&gt;
*Fast installation (require the admin right), you can download the Remote Control Windows .MSI file in our store under the section software, item name is &#039;&#039;&#039;Remote Control Windows&#039;&#039;&#039;&lt;br /&gt;
#Get the version of &#039;&#039;remoteControlSetup.msi&#039;&#039; on our store and install it&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be copied  and  given to the person that want to start a session with the installed client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the tray icon menu ====&lt;br /&gt;
When you do a right click on the tray icon it offers you the following possibilities&lt;br /&gt;
;Open trace folder: &#039;&#039;Fast access to the folder where the debug files are stored&#039;&#039;&lt;br /&gt;
;Show in task bar: &#039;&#039;Pin the application to your Windows taskbar&#039;&#039;&lt;br /&gt;
;Autostart: &#039;&#039;The application starts when you log in&#039;&#039;&lt;br /&gt;
;Exit Remote Control: &#039;&#039;Close the application&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable or installable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (portable) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Windows Client (installable) ===&lt;br /&gt;
Do a right click on the app tray icon and click on open trace folder, get the chromium log file, chromium + remoteControl txt files and zip them before sending to our support. &lt;br /&gt;
&lt;br /&gt;
== Known issues == &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
== Known limitations == &lt;br /&gt;
*The language of the Remote Control Windows client is based on your operating system&#039;s language.&lt;br /&gt;
*Keyboards with different layouts are not supported yet (e.g. QWERTZ to QWERTY).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Charts&amp;diff=78388</id>
		<title>Reference16r1:Apps/PbxManager/App Charts</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Charts&amp;diff=78388"/>
		<updated>2025-10-28T16:26:43Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Charts 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.&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;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78387</id>
		<title>Reference16r1:Apps/PbxManager/App RemoteControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78387"/>
		<updated>2025-10-28T16:26:07Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Remote Control 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. Services licences can also be configured.&amp;lt;br /&amp;gt;&lt;br /&gt;
There is a new admin configuration panel that allows you to activate service IDs and specify which users are allowed to start a session&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
;IDs service&lt;br /&gt;
:Disabled &lt;br /&gt;
:Enabled &#039;&#039;(set by default)&#039;&#039;&lt;br /&gt;
:Central ID management server (DNS name) -&amp;gt; &#039;&#039;remotecontrol.innovaphone.com (set by default)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Users allowed to start sessions (Fill in the &amp;quot;name&amp;quot; field, separated by a comma)&lt;br /&gt;
: List of users starting sessions&lt;br /&gt;
&#039;&#039;Note: The &amp;amp;h323 name field of the user object, which is also referred to as the SIP field&#039;&#039;&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;
;Licences&lt;br /&gt;
:Number of purchased licences to configure (leave empty if no licenses purchased)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Concept App Remote Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Charts&amp;diff=78386</id>
		<title>Reference16r1:Apps/PbxManager/App Charts</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_Charts&amp;diff=78386"/>
		<updated>2025-10-28T16:25:13Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add an App */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This PBX Manager Plugin contains 1 section:&lt;br /&gt;
* Add, edit or delete Charts App Objects on the PBX.&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;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78385</id>
		<title>Reference16r1:Apps/PbxManager/App RemoteControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78385"/>
		<updated>2025-10-28T16:24:51Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Add an App */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Remote Control PBX Manager 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. Services licences can also be configured.&amp;lt;br /&amp;gt;&lt;br /&gt;
There is a new admin configuration panel that allows you to activate service IDs and specify which users are allowed to start a session&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
;IDs service&lt;br /&gt;
:Disabled &lt;br /&gt;
:Enabled &#039;&#039;(set by default)&#039;&#039;&lt;br /&gt;
:Central ID management server (DNS name) -&amp;gt; &#039;&#039;remotecontrol.innovaphone.com (set by default)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Users allowed to start sessions (Fill in the &amp;quot;name&amp;quot; field, separated by a comma)&lt;br /&gt;
: List of users starting sessions&lt;br /&gt;
&#039;&#039;Note: The &amp;amp;h323 name field of the user object, which is also referred to as the SIP field&#039;&#039;&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;
;Licences&lt;br /&gt;
:Number of purchased licences to configure (leave empty if no licenses purchased)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Concept App Remote Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Charts&amp;diff=78384</id>
		<title>Reference16r1:Concept App Charts</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Charts&amp;diff=78384"/>
		<updated>2025-10-28T16:21:41Z</updated>

		<summary type="html">&lt;p&gt;Jbi: Created page with &amp;quot;Apps Category:Concept App Charts {{FIXME|reason=This product is in the beta phase and is not yet finished}} &amp;lt;!-- Keywords: charts, statistics, graph, data, visual--&amp;gt;  == Applies to == * Charts App  == Requirements == * innovaphone PBX * innovaphone Application Platform 1300xx * v16r1  == Overview == The Charts App allows the centralised display of decentralised data — that is, data provided through the Statistics API and implemented by other ap...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Charts]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: charts, statistics, graph, data, visual--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* Charts App&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform 1300xx&lt;br /&gt;
* v16r1&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Charts App allows the centralised display of decentralised data — that is, data provided through the Statistics API and implemented by other apps. In other words, if another application has implemented the Statistics API, it can use this API to make some of its locally stored data available to the Charts App. The Charts App can then request and display that data. &amp;lt;br /&amp;gt;&lt;br /&gt;
The availability of data in the Charts App is determined by how other App services integrate with and use the API to share their data.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;e.g : Connect App can return / create data from its database (like amount of posts, sql queries, etc)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
Currently no license is required to use the Charts App. But this is subject to change.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Display data in graph form&lt;br /&gt;
** Using different graph types&lt;br /&gt;
** Using different time spans&lt;br /&gt;
** Using different granularity&lt;br /&gt;
** Real time graph&lt;br /&gt;
* Save displayed graphs as collections&lt;br /&gt;
** For quick access in the future&lt;br /&gt;
** Sharing with other users&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== With the Settings AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;charts&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP Charts&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example Charts/charts.&lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
&lt;br /&gt;
==Apps==&lt;br /&gt;
=== Charts (charts) ===&lt;br /&gt;
This is the standard App within myApps for Charts App.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. &lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
The UI is divided into 3 main parts, which in part are divided into smaller parts:&lt;br /&gt;
*Charts Area: Main component displaying the data in chart form.&lt;br /&gt;
*Sidebar Area: Used to select the data to be displayed.&lt;br /&gt;
*Top Area: Toggles certain display functions.&lt;br /&gt;
[[File:ChartsUI.png|thumb|Charts interface]]&lt;br /&gt;
=== Charts Area ===&lt;br /&gt;
Here the charts are displayed. The user can hover over data points see the plain number being displayed. Furthermore, when enabled, the component can be scrolled&lt;br /&gt;
if the displayed timespan is long enough.&lt;br /&gt;
=== Sidebar ===&lt;br /&gt;
The Sidebar has two &amp;quot;modes&amp;quot;, &amp;quot;Charts&amp;quot; and &amp;quot;Collections&amp;quot;. &amp;quot;Charts&amp;quot; directly displays source apps, categories and charts they provide. &amp;quot;Collections&amp;quot; on the other hand&lt;br /&gt;
lets the user select saved collections. These in turn are also divided into groups, subgroups and corresponding collections.&lt;br /&gt;
Below the sidebar is the Timespan /-granularity selector, which lets the user change the corresponding values.&lt;br /&gt;
=== Top ===&lt;br /&gt;
The top mainly houses two components in the toolbar and the legend.&lt;br /&gt;
The toolbar has toggles for certain functionality like &amp;quot;What chart type should be used&amp;quot; or &amp;quot;Should the chart be compressed to the max visible width&amp;quot;. Besides that,&lt;br /&gt;
it also houses the entry point for the &amp;quot;Save as Collection&amp;quot; functionality.&lt;br /&gt;
The legend provides the user with an indicator as to what graph is currently displaying what data. And also serves as a toggle for visibility on a graph by graph basis,&lt;br /&gt;
without having to fully deselect it.&lt;br /&gt;
&lt;br /&gt;
== Implemented API in other Apps ==&lt;br /&gt;
Here is a list of the apps that have implemented the Statistics API and the data they return.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: This list may change over time.&#039;&#039;&lt;br /&gt;
=== App Platform Manager ===&lt;br /&gt;
* &#039;&#039;chart_manager_uptime&#039;&#039;: Manager uptime &lt;br /&gt;
* &#039;&#039;chart_system_cpu_perc&#039;&#039;: CPU load &lt;br /&gt;
* &#039;&#039;chart_system_disk_total&#039;&#039;: Storage size&lt;br /&gt;
* &#039;&#039;chart_system_disk_used&#039;&#039;: Used storage&lt;br /&gt;
* &#039;&#039;chart_system_memory_total&#039;&#039;: RAM size&lt;br /&gt;
* &#039;&#039;chart_system_meory_used&#039;&#039;: Used RAM&lt;br /&gt;
=== Connect ===&lt;br /&gt;
* &#039;&#039;Posts&#039;&#039;: Number of posts&lt;br /&gt;
* &#039;&#039;SQL&#039;&#039;: Number SQL queries&lt;br /&gt;
* &#039;&#039;Sessions&#039;&#039;: Amount of sessions&lt;br /&gt;
=== Contact Widget ===&lt;br /&gt;
* &#039;&#039;Chats&#039;&#039;: Number of text chats&lt;br /&gt;
* &#039;&#039;VoiceCalls&#039;&#039;: Number of voice calls&lt;br /&gt;
* &#039;&#039;VideoCalls&#039;&#039;: Number of video calls&lt;br /&gt;
* &#039;&#039;All&#039;&#039;: Combined chats, voice calls and video calls&lt;br /&gt;
=== Recordings ===&lt;br /&gt;
* &#039;&#039;CurrentRecordings&#039;&#039;: Number of currently running recordings &lt;br /&gt;
* &#039;&#039;LicenseType&#039;&#039;: internal usage, not relevant&lt;br /&gt;
* &#039;&#039;NumRecordings&#039;&#039;: Number of recordings in the database that have not been deleted&lt;br /&gt;
* &#039;&#039;OldestRecording&#039;&#039;: Oldest recording in the database not deleted&lt;br /&gt;
* &#039;&#039;ReportingLink&#039;&#039;: Indicates whether the link between recordings and reports is up or down&lt;br /&gt;
* &#039;&#039;SizeDB&#039;&#039;: Size of the Database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Libraries used ==&lt;br /&gt;
The following libraries are used to display charts.&lt;br /&gt;
* Chart.Js&lt;br /&gt;
** License: [https://github.com/chartjs/Chart.js/blob/master/LICENSE.md MIT License]&lt;br /&gt;
** Further Information: [https://www.chartjs.org/ Library]&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*Browser console&lt;br /&gt;
*App&lt;br /&gt;
&#039;&#039;Hint: If you are using myApps in a browser, press F12 to open the browser console.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Restrictions / Known issues ==&lt;br /&gt;
* Due to restrictions on the canvas element on iOS the mobile version is limited to a max width of 4096px&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App Charts]]&lt;br /&gt;
* [https://sdk.innovaphone.com/16r1/service/statistics/statistics.htm  SDK documentation]&lt;br /&gt;
[[Category:Apps/PbxManager/App Charts]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78383</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78383"/>
		<updated>2025-10-28T15:19:00Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* With the Settings App - AP app installer plug-in */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for example &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78382</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78382"/>
		<updated>2025-10-28T15:17:47Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the Settings App - AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the Settings App and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the Settings App to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; need to be filled. You can enter for exemple &#039;&#039;Remote Control/remotecontrol&#039;&#039; . &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:ChartsUI.png&amp;diff=78380</id>
		<title>File:ChartsUI.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:ChartsUI.png&amp;diff=78380"/>
		<updated>2025-10-28T15:05:43Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78286</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78286"/>
		<updated>2025-10-16T10:16:30Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Related Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the PBX manager AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the PBX manager and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
*[[Howto:Innovaphones_public_services#Remote_Control_Central_ID_service]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78285</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78285"/>
		<updated>2025-10-16T10:08:56Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Central ID service server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the PBX manager AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the PBX manager and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its ID to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, the STUN/TURN server information stored in your Remote Control App service (running in your App Platform) is also transmitted within the hashlink.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78283</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78283"/>
		<updated>2025-10-16T09:18:17Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Included features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the PBX manager AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the PBX manager and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
&#039;&#039;Note: if the viewer use myApps Remote Control App in a browser, the direction of control will not work since the browser has no interaction with the local operating system&#039;&#039;&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its code to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78282</id>
		<title>Reference16r1:Concept App Remote Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Concept_App_Remote_Control&amp;diff=78282"/>
		<updated>2025-10-16T09:06:09Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Parameters available in the UI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concept|Apps]]&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;br /&gt;
{{FIXME|reason=This product is in the beta phase and is not yet finished}}&lt;br /&gt;
&amp;lt;!-- Keywords: Remote Control --&amp;gt;&lt;br /&gt;
== Applies to ==&lt;br /&gt;
* innovaphone PBX from version 16r1&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* innovaphone PBX&lt;br /&gt;
* innovaphone Application Platform (minimum version 130015)&lt;br /&gt;
* V16r1&lt;br /&gt;
* myApps launcher for Windows. &lt;br /&gt;
* Remote Control Client (portable client) for external participants &#039;&#039;&#039;Note : in v16r1 the Remote Control Client is only available for Windows&#039;&#039;&#039;&lt;br /&gt;
* Additionally it is possible to join a session also via myApps opened in a web Browser&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Remote Control is an application to access a remote PC. &lt;br /&gt;
&amp;lt;br/&amp;gt;The application can be used by the IT department to provide remote support or it could also be used as a collaborative tool for remote work.&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
* For the [[Reference16r1:Concept_App_Remote_Control#Features|licensed features]] you will need to order the &#039;&#039;&#039;Service(innovaphone-remotecontrol)&#039;&#039;&#039; license, order number : &#039;&#039;02-00050-015&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;The application includes one session by default&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For new v16r1 installation === &lt;br /&gt;
The Remote Control App is automatically installed by the installer and will be deployed in the &#039;&#039;&#039;Config User&#039;&#039;&#039; template. The service ID is activated and the address pre-configured&lt;br /&gt;
=== With the PBX manager AP app installer plug-in === &lt;br /&gt;
[[File:Ap_app_installer.png]]&lt;br /&gt;
&lt;br /&gt;
Go to the PBX manager and open the &#039;&#039;&#039;&amp;quot;AP app installer&amp;quot;&#039;&#039;&#039; plugin. On the right panel, the App Store will be shown. &#039;&#039;Hint : if you access it for the first time, you will need to accept the &amp;quot;Terms of Use of the innovaphone App Store&amp;quot;&#039;&#039;&lt;br /&gt;
* In the search field located on the top right corner of the store, search for &#039;&#039;&#039;&amp;quot;remote control&amp;quot;&#039;&#039;&#039; and click on it&lt;br /&gt;
* Select the proper firmware version, here &#039;&#039;&#039;&amp;quot;v16&amp;quot;&#039;&#039;&#039; and click on install&lt;br /&gt;
* Tick &amp;quot;I accept the terms of use&amp;quot; and continue by clicking on the install yellow button&lt;br /&gt;
* Wait until the install has been finished&lt;br /&gt;
* Close and open the PBX manager to refresh the list of the available coloured AP plugin&lt;br /&gt;
* Click on the &#039;&#039;&#039;&amp;quot;AP remotecontrol&amp;quot;&#039;&#039;&#039; and click on &#039;&#039;&#039;&amp;quot; + Add an App&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;&amp;quot;Name&amp;quot;&#039;&#039;&#039; display name field &#039;&#039;(all characters allowed)&#039;&#039; and the &#039;&#039;&#039;&amp;quot;SIP&amp;quot;&#039;&#039;&#039; administration field &#039;&#039;(no spaces, no capital letters)&#039;&#039; are prefilled, you can leave them as they are. &lt;br /&gt;
* Tick the appropriate template to distribute the App&lt;br /&gt;
* Enter the amount of purchased licenses&lt;br /&gt;
* Click OK to save the settings and a green check mark will be shown to inform you that the configuration is good&lt;br /&gt;
* Additionally you can enter the users that are allowed to start a remote session in the &#039;&#039;&#039;&amp;quot;configuration&amp;quot;&#039;&#039;&#039; menu of the plug-in, enter name comma separated and allow the usage of IDs with the Remote Control Client (external application available in our store)&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
=== Remote Control (remotecontrol) ===&lt;br /&gt;
This is the standard App within myApps for Remote Control.&lt;br /&gt;
Parameters of the App object:&lt;br /&gt;
;Websocket: Connection between the PBX and the App Platform. the App Platform receives the number of licences via this connection.&lt;br /&gt;
;PbxSignal: Protocol to register to the PBX and do signalling with the JSON signalling protocol (necessary to retrieve the TURN server data from the PBX)&lt;br /&gt;
;Admin: Used for the administration configuration available in the AP remotecontrol plugin&lt;br /&gt;
;PbxApi: App notification and presence monitoring  of in-app user list&lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[[Image: Rcrounded.png]]&lt;br /&gt;
&lt;br /&gt;
A user (viewer) sends a request to another user (sharer) to access the sharer&#039;s PC.&lt;br /&gt;
&amp;lt;br /&amp;gt;The sharer accepts the session and begins to share their desktop with the viewer.&lt;br /&gt;
&amp;lt;br /&amp;gt;The viewer is also automatically given control of the mouse and keyboard. &lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
Here are the features available in the Remote Control App&lt;br /&gt;
==== Included features ====&lt;br /&gt;
* One session between Remote control App opened within myApps&lt;br /&gt;
* Start a session with myApps started in a browser (no control possible of the PC that have myApps opened in a web browser)&lt;br /&gt;
* App notification to start a session&lt;br /&gt;
* Multiple monitor support: Viewers can switch between desktops by clicking on the monitor icons&lt;br /&gt;
* Direction of control: Change the direction of sharing, a viewer would become a sharer&lt;br /&gt;
* Screen scaling: Two different views of the remote desktop, original size or resized&lt;br /&gt;
* Notifications: On the remote PC, if the sharer does not have the remote control open or is busy with another session, the person requesting a session will be notified within the Remote Control App&lt;br /&gt;
* Text copy &amp;amp; paste support in both directions&lt;br /&gt;
* Support for same keyboard layouts &#039;&#039;(e.g: qwerty to qwerty)&#039;&#039;&lt;br /&gt;
* Multi-viewer support: several viewer can join a sharer session&lt;br /&gt;
&lt;br /&gt;
==== Licensed features ====&lt;br /&gt;
* Support of external participants via Remote Control Client [[Reference16r1:Concept_App_Remote_Control#The_Remote_Control_Client_(portable_client)|Remote Control Client (portable client)]]&lt;br /&gt;
* Administration configuration (available in the Settings App - AP remotecontrol plugin) such as : users that can start a session, usage of IDs code.&lt;br /&gt;
* Launch the Remote Control App and start a session with an URL.&lt;br /&gt;
* Multiple sessions: If you need more than one session (e.g many viewers for one sharer, more than one parallel session)&lt;br /&gt;
&lt;br /&gt;
=== The Remote Control Client (portable client) ===&lt;br /&gt;
==== General information====&lt;br /&gt;
The Remote Control Client allows you to establish a remote session with people who are not part of your myApps environment. &#039;&#039;E.g. : external participants such as your customers&#039;&#039;. External participants share their screen to the the myApps users. In order to use IDs to start a session, the Remote Control Client and the myApps Remote Control App has a default connection to the central ID service hosted by innovaphone.&lt;br /&gt;
* Compatible with windows only&lt;br /&gt;
* Users are notified via an in-app notification when a new version of the client is available.&lt;br /&gt;
* No installation needed, you can download the client by a given link (from the person that want to take the control from his myApps client or directly in our store)&lt;br /&gt;
* The client includes an update notification feature to inform external users of new versions&lt;br /&gt;
#Open the shared session link in a web browser to download the &#039;&#039;remoteClient.exe&#039;&#039;&lt;br /&gt;
#Launch the app and enter your name (and any additional information, if desired)&lt;br /&gt;
#Provide the code to the viewer&lt;br /&gt;
#Accept the Remote session&lt;br /&gt;
&#039;&#039;Note: Optionally enable or disable the admin session and auto-connect features, works with ID code only&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Note: If you have entered the provided link or a code in the &amp;quot;Link or ID&amp;quot; field, click on &amp;quot;Join Session&amp;quot;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; For the automatic connection, you will need to enter one or several codes separated by commas. This allows the Remote Control Client to be accessed automatically from different viewers, in that case, you will need to request one or several codes from the viewer and you do not need to click on the &amp;quot;Join Session&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==== Parameters available in the UI ====&lt;br /&gt;
;Your ID: &#039;&#039;Can be given to the person that want to start a session with the portable client&#039;&#039;&lt;br /&gt;
;Display Name: &#039;&#039;You can enter a name that will be used to notify the myApps Remote Control App&#039;&#039;&lt;br /&gt;
;Additional information: &#039;&#039;Such as company name&#039;&#039;&lt;br /&gt;
;Link or ID: &#039;&#039;If you start a session via link or a code, link or code is provided by the viewer that want to take the control&#039;&#039;&lt;br /&gt;
;Admin Session on/off: &#039;&#039;Allow to start a session without having the administration right from the Windows user&#039;&#039;&lt;br /&gt;
;Autoconnect on/off: &#039;&#039;Allow to start a session  without being accepted by the  Windows user, works only with ID codes&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: When you activate it, a new field is displayed. There, you can enter the codes used for the auto-connect feature. Multiple codes can be entered, separated by commas.&#039;&#039;&lt;br /&gt;
;Join session: &#039;&#039;To establish a remote session when the link/ID code is previously entered&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical overview ===&lt;br /&gt;
[[Image:Remote-control_technical-overview.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Note: SCTP packets are routed through the TURN server and therefore the transmission is not peer-to-peer if the TURN server is selected from the ICE candidate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Central ID service server ===&lt;br /&gt;
innovaphone provides a centrally hosted ID service that simplifies the establishment of sessions between the myApps Remote Control App and the Remote Control Client but also between myApps Remote Control Apps. The service is pre-configured in the Settings App, under the AP remotecontrol configuration menu, with the address &#039;&#039;&#039;remotecontrol.innovaphone.com&#039;&#039;&#039;.&lt;br /&gt;
It is possible to enable or disable this feature.&lt;br /&gt;
&lt;br /&gt;
In few steps it is explained how does the flow works:&lt;br /&gt;
#The myApps Remote Control App or the Remote Control Client automatically generates an ID&lt;br /&gt;
#The sharer sends the ID to the viewer or the viewer send its code to the sharer &lt;br /&gt;
#The viewer enters the ID into their myApps Remote Control App or the viewer enter the code in the Remote Control Client &lt;br /&gt;
#The viewer’s myApps Remote Control App or the sharer Remote Control Client communicates with the ID service to transmit a session hash link&lt;br /&gt;
#The ID service forwards the session hash link to the sharer/viewer in order to establish the session&lt;br /&gt;
#The sharer receives a connection request notification that must be accepted&lt;br /&gt;
#Once the session request is accepted, the viewer can access the sharer’s PC&lt;br /&gt;
&#039;&#039;Note: For the Remote Control Client, it is possible to enable auto-connect to bypass manual acceptance of the session, see the notes in the [[Reference16r1:Concept_App_Remote_Control#General_information|General information]] section&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Technical data ===&lt;br /&gt;
*The maximum bitrate can reach &#039;&#039;&#039;8 Mbps&#039;&#039;&#039; if there is no packet loss. In case of packet loss, the bitrate is reduced, with a minimum of &#039;&#039;&#039;1 Mbps&#039;&#039;&#039; for the user who is sharing their desktop UI(sharer). The viewer only sends mouse and keyboard events.&lt;br /&gt;
* Remote Control App is using the SCTP protocol with a fix UDP port range between [https://wiki.innovaphone.com/index.php?title=Howto:What_Ports_are_used_for_Signaling_and_Voice_Traffic_in_SIP_and_H.323%3F#Application_Sharing_(RTP)| 50200-50299]  within the myApps client. Same range as the Application Sharing feature&lt;br /&gt;
*The Remote Control Client (portable client) uses the same port range.&lt;br /&gt;
*In order to communicate with the Central ID Service, port 443 is used. The Remote Control client and the myApps Remote Control app must be able to communicate externally via port 443.&lt;br /&gt;
&lt;br /&gt;
== Use Case scenario==&lt;br /&gt;
The table below presents the different options for starting a session, depending on the environment. it indicates also if a licence is required or not &lt;br /&gt;
&amp;lt;br /&amp;gt;&#039;&#039;Description&#039;&#039;:&lt;br /&gt;
*myApps launcher: Remote Control App used within the myApps launcher for Windows&lt;br /&gt;
*myApps browser: Remote Control App used within myApps running in a web browser&lt;br /&gt;
&#039;&#039;Note: myApps can be used within the Microsoft Teams client and is therefore considered as a myApps browser&#039;&#039;&lt;br /&gt;
*Remote Control Client: Windows portable client that does not require myApps launcher to be running&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Viewer !! Sharer !! License needed&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher  || Remote Control client || yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser || Remote Control client|| yes&lt;br /&gt;
|-&lt;br /&gt;
| myApps browser|| myApps launcher|| not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
| myApps launcher|| myApps launcher || not for the 1st session&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
When you open a support ticket, you will be asked to provide us with debugging data of your issue. You can also send us screenshots/videos of the behaviour you are reporting. Do not forget to send us also the PBX default configuration file. &lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the App instance on the App Platform === &lt;br /&gt;
Select the corresponding App instance of the Remote Control App service and click on the &#039;&#039;&#039;Diagnostics button&#039;&#039;&#039;. Tick the following trace flags:&lt;br /&gt;
*App&lt;br /&gt;
*Database&lt;br /&gt;
&lt;br /&gt;
=== Trace flags of the myAPPS Client ===&lt;br /&gt;
Go to the myApps &#039;&#039;&#039;Burger menu&#039;&#039;&#039;, click on &#039;&#039;&#039;more&#039;&#039;&#039;, and then click the &#039;&#039;&#039;magnifying glass&#039;&#039;&#039;. Tick the following trace flag:&lt;br /&gt;
*AppSharing&lt;br /&gt;
&lt;br /&gt;
=== Trace of the myAPPS opened in a browser ===&lt;br /&gt;
Open the dev console &#039;&#039;(F12)&#039;&#039; and get the generated logs, you can copy them in a txt file&lt;br /&gt;
&lt;br /&gt;
=== Trace of the Remote Control Client (portable client) ===&lt;br /&gt;
Trace are available under (&#039;&#039;default path C:\Users\[YourUser]\AppData\Local\innovaphone\RemoteControl&#039;&#039;), get the whole content in a zip file.&lt;br /&gt;
&lt;br /&gt;
==Known issues== &lt;br /&gt;
*Push notifications on sharer&#039;s smartphone : if a viewer wants to start a remote session with a sharer who does not have the Remote Control App open on their PC, a push notification is triggered on the sharer&#039;s myApps mobile phone (if installed).&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Apps/PbxManager/App RemoteControl]]&lt;br /&gt;
[[Category:Apps/PbxManager/App RemoteControl]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78240</id>
		<title>Howto16r1:Firmware Upgrade V15r1 V16r1</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78240"/>
		<updated>2025-10-13T08:06:25Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Manual steps needed after upgrade */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Applies To ==&lt;br /&gt;
This information applies to:&lt;br /&gt;
&lt;br /&gt;
* All 16r1 capable innovaphone devices&lt;br /&gt;
: For a general overview of the upgrade process and a list of supported devices with 16r1, see [[Howto:Firmware Upgrade]]&lt;br /&gt;
== Licenses ==&lt;br /&gt;
In case of cloud or rental model, don&#039;t worry about licenses.&lt;br /&gt;
&lt;br /&gt;
If the system is licensed on premise, you&#039;ll need to regenerate the license file for v16 in https://portal.innovaphone.com/ and load into the system before upgrade (The system needs to have the SSC up to date).&lt;br /&gt;
&lt;br /&gt;
== Migration Policy ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight: bold&amp;quot;&amp;gt;Before you begin, be sure that your whole installation is running the latest 15r1 service release.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TechAssist Upgrade Helper ===&lt;br /&gt;
* Before you start, make sure that all TechAssist tests (you will receive the required tests in the last update in the previous major version) labelled &amp;lt;code&amp;gt;Pre Upgrade: xy&amp;lt;/code&amp;gt; are positive, if available&lt;br /&gt;
* When you are finished, make sure that all TechAssist tests (you will receive new tests with the upgrade) are positive&lt;br /&gt;
&lt;br /&gt;
=== New TLS Profile ===&lt;br /&gt;
Please note that we have changed our TLS profiles ([[Reference16r1:IP4/General/TLS]]). The new &#039;&#039;Normal&#039;&#039; setting, which is the default value, now only allows TLS 1.3 and TLS 1.2.&lt;br /&gt;
&lt;br /&gt;
== Changes visible to the end customers ==&lt;br /&gt;
Listed here are changes that should be communicated by resellers to end users prior to a upgrade, as the change will be visible/audible in the behaviour of the application/device.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Manual steps needed after upgrade ==&lt;br /&gt;
If the installer is not used for a new installation, some new default settings are not set. Please evaluate per app whether you want to configure the new default settings manually.&lt;br /&gt;
&lt;br /&gt;
=== Connector for Microsoft 365 ===&lt;br /&gt;
If you plan to use the new &#039;&#039;&#039;Contact Search&#039;&#039;&#039; feature of the Connector for Microsoft 365, you need to perform two manual Steps:&lt;br /&gt;
# Create the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object by using the Settings template&lt;br /&gt;
# Assign the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object to every user who should be able to use the new Contact Search feature. (Of cause, you can use a template for that)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a more detailed guide, please refer to the how-to article: [[Howto16r1:Configure Contact Search by Connector for Microsoft365#Creating the PBX app object using the PBX Manager Plugin]]&lt;br /&gt;
&lt;br /&gt;
=== Remote Control ===&lt;br /&gt;
In order to use the Admin Configuration Panel of the Settings App – AP Remote Control, it is necessary to grant access to the &#039;&#039;&#039;admin&#039;&#039;&#039; API, available in the App tab of the Remote Control App object.&lt;br /&gt;
&lt;br /&gt;
== New Apps ==&lt;br /&gt;
New Apps will not be installed automatically by the upgrade. The installation description of new apps is usually in the concept article. Please rate per app whether you want to install/use the new app and configure it manually.&lt;br /&gt;
&lt;br /&gt;
* App Polls: [[Reference16r1:Concept App Polls]]&lt;br /&gt;
* App Service Conference Transcriptions [[Reference16r1:Concept_App_Service_myApps_Assistant]]&lt;br /&gt;
&lt;br /&gt;
== Removed ==&lt;br /&gt;
The following software is no longer included.&lt;br /&gt;
&lt;br /&gt;
* IP110A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* IP240A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* CA on CF card feature&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
The following software is based on legacy technology, with no further development and limited maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Previously deprecated and now no longer supported == &lt;br /&gt;
The following software is based on legacy technology, with no further development and no more maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
===Long Update-duration===&lt;br /&gt;
When you update, it can be up to 10 minutes before you have access to your app platform again.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
*[[Howto:Firmware_Upgrade]]&lt;br /&gt;
* [[Howto15r1:Firmware_Upgrade_V14r2_V15r1]]&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78239</id>
		<title>Howto16r1:Firmware Upgrade V15r1 V16r1</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78239"/>
		<updated>2025-10-13T08:05:45Z</updated>

		<summary type="html">&lt;p&gt;Jbi: Reverted edit by Jbi (talk) to last revision by Tfu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Applies To ==&lt;br /&gt;
This information applies to:&lt;br /&gt;
&lt;br /&gt;
* All 16r1 capable innovaphone devices&lt;br /&gt;
: For a general overview of the upgrade process and a list of supported devices with 16r1, see [[Howto:Firmware Upgrade]]&lt;br /&gt;
== Licenses ==&lt;br /&gt;
In case of cloud or rental model, don&#039;t worry about licenses.&lt;br /&gt;
&lt;br /&gt;
If the system is licensed on premise, you&#039;ll need to regenerate the license file for v16 in https://portal.innovaphone.com/ and load into the system before upgrade (The system needs to have the SSC up to date).&lt;br /&gt;
&lt;br /&gt;
== Migration Policy ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight: bold&amp;quot;&amp;gt;Before you begin, be sure that your whole installation is running the latest 15r1 service release.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TechAssist Upgrade Helper ===&lt;br /&gt;
* Before you start, make sure that all TechAssist tests (you will receive the required tests in the last update in the previous major version) labelled &amp;lt;code&amp;gt;Pre Upgrade: xy&amp;lt;/code&amp;gt; are positive, if available&lt;br /&gt;
* When you are finished, make sure that all TechAssist tests (you will receive new tests with the upgrade) are positive&lt;br /&gt;
&lt;br /&gt;
=== New TLS Profile ===&lt;br /&gt;
Please note that we have changed our TLS profiles ([[Reference16r1:IP4/General/TLS]]). The new &#039;&#039;Normal&#039;&#039; setting, which is the default value, now only allows TLS 1.3 and TLS 1.2.&lt;br /&gt;
&lt;br /&gt;
== Changes visible to the end customers ==&lt;br /&gt;
Listed here are changes that should be communicated by resellers to end users prior to a upgrade, as the change will be visible/audible in the behaviour of the application/device.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Manual steps needed after upgrade ==&lt;br /&gt;
If the installer is not used for a new installation, some new default settings are not set. Please evaluate per app whether you want to configure the new default settings manually.&lt;br /&gt;
&lt;br /&gt;
=== Connector for Microsoft 365 ===&lt;br /&gt;
If you plan to use the new &#039;&#039;&#039;Contact Search&#039;&#039;&#039; feature of the Connector for Microsoft 365, you need to perform two manual Steps:&lt;br /&gt;
# Create the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object by using the Settings template&lt;br /&gt;
# Assign the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object to every user who should be able to use the new Contact Search feature. (Of cause, you can use a template for that)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a more detailed guide, please refer to the how-to article: [[Howto16r1:Configure Contact Search by Connector for Microsoft365#Creating the PBX app object using the PBX Manager Plugin]]&lt;br /&gt;
&lt;br /&gt;
== New Apps ==&lt;br /&gt;
New Apps will not be installed automatically by the upgrade. The installation description of new apps is usually in the concept article. Please rate per app whether you want to install/use the new app and configure it manually.&lt;br /&gt;
&lt;br /&gt;
* App Polls: [[Reference16r1:Concept App Polls]]&lt;br /&gt;
* App Service Conference Transcriptions [[Reference16r1:Concept_App_Service_myApps_Assistant]]&lt;br /&gt;
&lt;br /&gt;
== Removed ==&lt;br /&gt;
The following software is no longer included.&lt;br /&gt;
&lt;br /&gt;
* IP110A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* IP240A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* CA on CF card feature&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
The following software is based on legacy technology, with no further development and limited maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Previously deprecated and now no longer supported == &lt;br /&gt;
The following software is based on legacy technology, with no further development and no more maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
===Long Update-duration===&lt;br /&gt;
When you update, it can be up to 10 minutes before you have access to your app platform again.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
*[[Howto:Firmware_Upgrade]]&lt;br /&gt;
* [[Howto15r1:Firmware_Upgrade_V14r2_V15r1]]&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78238</id>
		<title>Howto16r1:Firmware Upgrade V15r1 V16r1</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto16r1:Firmware_Upgrade_V15r1_V16r1&amp;diff=78238"/>
		<updated>2025-10-13T08:05:01Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Manual steps needed after upgrade */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Applies To ==&lt;br /&gt;
This information applies to:&lt;br /&gt;
&lt;br /&gt;
* All 16r1 capable innovaphone devices&lt;br /&gt;
: For a general overview of the upgrade process and a list of supported devices with 16r1, see [[Howto:Firmware Upgrade]]&lt;br /&gt;
== Licenses ==&lt;br /&gt;
In case of cloud or rental model, don&#039;t worry about licenses.&lt;br /&gt;
&lt;br /&gt;
If the system is licensed on premise, you&#039;ll need to regenerate the license file for v16 in https://portal.innovaphone.com/ and load into the system before upgrade (The system needs to have the SSC up to date).&lt;br /&gt;
&lt;br /&gt;
== Migration Policy ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight: bold&amp;quot;&amp;gt;Before you begin, be sure that your whole installation is running the latest 15r1 service release.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TechAssist Upgrade Helper ===&lt;br /&gt;
* Before you start, make sure that all TechAssist tests (you will receive the required tests in the last update in the previous major version) labelled &amp;lt;code&amp;gt;Pre Upgrade: xy&amp;lt;/code&amp;gt; are positive, if available&lt;br /&gt;
* When you are finished, make sure that all TechAssist tests (you will receive new tests with the upgrade) are positive&lt;br /&gt;
&lt;br /&gt;
=== New TLS Profile ===&lt;br /&gt;
Please note that we have changed our TLS profiles ([[Reference16r1:IP4/General/TLS]]). The new &#039;&#039;Normal&#039;&#039; setting, which is the default value, now only allows TLS 1.3 and TLS 1.2.&lt;br /&gt;
&lt;br /&gt;
== Changes visible to the end customers ==&lt;br /&gt;
Listed here are changes that should be communicated by resellers to end users prior to a upgrade, as the change will be visible/audible in the behaviour of the application/device.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Manual steps needed after upgrade ==&lt;br /&gt;
If the installer is not used for a new installation, some new default settings are not set. Please evaluate per app whether you want to configure the new default settings manually.&lt;br /&gt;
&lt;br /&gt;
=== Connector for Microsoft 365 ===&lt;br /&gt;
If you plan to use the new &#039;&#039;&#039;Contact Search&#039;&#039;&#039; feature of the Connector for Microsoft 365, you need to perform two manual Steps:&lt;br /&gt;
# Create the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object by using the Settings template&lt;br /&gt;
# Assign the &#039;&#039;&#039;microsoft365-api&#039;&#039;&#039; app object to every user who should be able to use the new Contact Search feature. (Of cause, you can use a template for that)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a more detailed guide, please refer to the how-to article: [[Howto16r1:Configure Contact Search by Connector for Microsoft365#Creating the PBX app object using the PBX Manager Plugin]]&lt;br /&gt;
&lt;br /&gt;
== Remote Control ==&lt;br /&gt;
In order to use the Admin Configuration Panel of the Settings App – AP Remotecontrol, it is necessary to grant access to the &#039;&#039;&#039;Admin&#039;&#039;&#039; API, available in the App tab of the Remote Control App object.&lt;br /&gt;
&lt;br /&gt;
== New Apps ==&lt;br /&gt;
New Apps will not be installed automatically by the upgrade. The installation description of new apps is usually in the concept article. Please rate per app whether you want to install/use the new app and configure it manually.&lt;br /&gt;
&lt;br /&gt;
* App Polls: [[Reference16r1:Concept App Polls]]&lt;br /&gt;
* App Service Conference Transcriptions [[Reference16r1:Concept_App_Service_myApps_Assistant]]&lt;br /&gt;
&lt;br /&gt;
== Removed ==&lt;br /&gt;
The following software is no longer included.&lt;br /&gt;
&lt;br /&gt;
* IP110A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* IP240A (can still be used with 15r1 firmware on current PBX versions)&lt;br /&gt;
* CA on CF card feature&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
The following software is based on legacy technology, with no further development and limited maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Previously deprecated and now no longer supported == &lt;br /&gt;
The following software is based on legacy technology, with no further development and no more maintenance and support.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Nothing&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
===Long Update-duration===&lt;br /&gt;
When you update, it can be up to 10 minutes before you have access to your app platform again.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
*[[Howto:Firmware_Upgrade]]&lt;br /&gt;
* [[Howto15r1:Firmware_Upgrade_V14r2_V15r1]]&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78229</id>
		<title>Reference16r1:Apps/PbxManager/App RemoteControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78229"/>
		<updated>2025-10-10T12:06:59Z</updated>

		<summary type="html">&lt;p&gt;Jbi: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Remote Control PBX Manager 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. Services licences can also be configured.&amp;lt;br /&amp;gt;&lt;br /&gt;
There is a new admin configuration panel that allows you to activate service IDs and specify which users are allowed to start a session&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
;IDs service&lt;br /&gt;
:Disabled &lt;br /&gt;
:Enabled &#039;&#039;(set by default)&#039;&#039;&lt;br /&gt;
:Central ID management server (DNS name) -&amp;gt; &#039;&#039;remotecontrol.innovaphone.com (set by default)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Users allowed to start sessions (Fill in the &amp;quot;name&amp;quot; field, separated by a comma)&lt;br /&gt;
: List of users starting sessions&lt;br /&gt;
&#039;&#039;Note: The &amp;amp;h323 name field of the user object, which is also referred to as the SIP field&#039;&#039;&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. &#039;&#039;(The field is prefilled with &amp;quot;Remote Control&amp;quot;, you can leave it as it is)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;SIP&lt;br /&gt;
:The &#039;&#039;sip&#039;&#039; of the App object which must be unique.The sip-id for the App Object, which must be unique. &#039;&#039;(The field is prefilled with &amp;quot;remotecontrol&amp;quot;, you can leave it as it is)&#039;&#039;&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;
;Licences&lt;br /&gt;
:Number of purchased licences to configure (leave empty if no licenses purchased)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Concept App Remote Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78228</id>
		<title>Reference16r1:Apps/PbxManager/App RemoteControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference16r1:Apps/PbxManager/App_RemoteControl&amp;diff=78228"/>
		<updated>2025-10-10T10:27:29Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Remote Control PBX Manager 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. Services licences can also be configured.&amp;lt;br /&amp;gt;&lt;br /&gt;
There is a new admin configuration panel that allows you to activate service IDs and specify which users are allowed to start a session&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
;IDs service&lt;br /&gt;
:Disabled &lt;br /&gt;
:Enabled &#039;&#039;(set by default)&#039;&#039;&lt;br /&gt;
:Central ID management server (DNS name) -&amp;gt; &#039;&#039;remotecontrol.innovaphone.com (set by default)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Users allowed to start sessions (Fill in the &amp;quot;name&amp;quot; field, separated by a comma)&lt;br /&gt;
: List of users starting sessions&lt;br /&gt;
&#039;&#039;Note: The name field &amp;amp;h323 of the user object, which is also referred to as the SIP field&#039;&#039;&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. &#039;&#039;(The field is prefilled with &amp;quot;Remote Control&amp;quot;, you can leave it as it is)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;SIP&lt;br /&gt;
:The &#039;&#039;sip&#039;&#039; of the App object which must be unique.The sip-id for the App Object, which must be unique. &#039;&#039;(The field is prefilled with &amp;quot;remotecontrol&amp;quot;, you can leave it as it is)&#039;&#039;&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;
;Licences&lt;br /&gt;
:Number of purchased licences to configure (leave empty if no licenses purchased)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
* [[{{NAMESPACE}}:Concept App Remote Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Concept App Remote Control]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Innovaphones_public_services&amp;diff=78226</id>
		<title>Howto:Innovaphones public services</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Innovaphones_public_services&amp;diff=78226"/>
		<updated>2025-10-10T10:01:20Z</updated>

		<summary type="html">&lt;p&gt;Jbi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Keywords: public ips, innovaphone ips, firewall --&amp;gt;&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* All versions&lt;br /&gt;
&lt;br /&gt;
==Services==&lt;br /&gt;
Some services or products use a data connection to the vendor system. Innovaphone will provide his services from the following IP-networks:  &lt;br /&gt;
&lt;br /&gt;
 46.232.228.0/26&lt;br /&gt;
 213.144.10.192/29&lt;br /&gt;
 141.95.57.16/28&lt;br /&gt;
 2a0f:ff00:2001:366::21/128&lt;br /&gt;
 45.133.189.205/32&lt;br /&gt;
&lt;br /&gt;
To configure your firewall accordingly, allow those entire networks as shown above.&lt;br /&gt;
&lt;br /&gt;
=== STUN ===&lt;br /&gt;
[[Reference12r2:IP4/General/STUN|STUN Service]] for all customers&lt;br /&gt;
 stun.innovaphone.com (udp/3478)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: [http://wiki.innovaphone.com/index.php?title=Course13:IT_Advanced_2_-_07_Public_access_to_PBX_resources_%28practice%29#Media_data It is not a good idea to use innovaphone&#039;s STUN server. Although this server would yield the same results, there is no guarantee of availability. Your ISP or SIP provider&#039;s STUN should do better]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== TURN ===&lt;br /&gt;
[[Reference13r3:IP4/General/STUN#TURN_Extern |TURN fallback service ]] on port 443 for all customers&lt;br /&gt;
 turn-fallback.innovaphone.com (tcp/443)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: This TURN server shall only be used as 443 fallback server. It is not intended to be used as your [[Reference13r3:IP4/General/STUN#TURN_Servers | regular TURN server ]] as it is not designed as a primary TURN server. Do not use turn.innovaphone.com either.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Provisioning ===&lt;br /&gt;
[[Reference13r1:Concept Provisioning|Provisioning System]] for all devices&lt;br /&gt;
 config.innovaphone.com (tcp/http/https)&lt;br /&gt;
&lt;br /&gt;
=== Push ===&lt;br /&gt;
[[Reference13r2:Concept_Push_Notifications_for_iOS_and_Android|Push]] for iOS, Android, Huawei and Browser Clients&lt;br /&gt;
 push.innovaphone.com (tcp/https/wss)&lt;br /&gt;
&lt;br /&gt;
=== Push legacy ===&lt;br /&gt;
[[Reference12r2:Concept_Push_Notifications_for_myPBX_iOS_and_Android|Legacy Push]] for iOS, Android and Huawei Clients&lt;br /&gt;
 services.innovaphone.com (tcp/http/https/ws/wss)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: [[Howto13r2:12r2/13r1 legacy push server will be migrated to push.innovaphone.com|Please migrate to the new Push Concept!]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Store ===&lt;br /&gt;
 store.innovaphone.com (tcp/http/https)&lt;br /&gt;
&lt;br /&gt;
=== Devices/Rental ===&lt;br /&gt;
 my-app.innovaphone.com (tcp/https)&lt;br /&gt;
&lt;br /&gt;
=== NTP ===&lt;br /&gt;
[[Reference13r1:Services/NTP|NTP Service]] for all customers&lt;br /&gt;
 ntp.innovaphone.com (udp/123)&lt;br /&gt;
&lt;br /&gt;
=== Remote Control Central ID service ===&lt;br /&gt;
[[Reference16r1:Concept_App_Remote_Control#Central_ID_service_server| Central ID service server]]&lt;br /&gt;
 remotecontrol.innovaphone.com&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
innovaphone provides a public certificate download for used public keys.&lt;br /&gt;
&lt;br /&gt;
* https://download.innovaphone.com/certificates/innovaphone.pem (the current innovaphone public key which will used for example for our push service)&lt;br /&gt;
* https://download.innovaphone.com/certificates/ca.pem (all innovaphone Device Certification Authority public keys)&lt;br /&gt;
* https://download.innovaphone.com/certificates/ca-unverified.pem (all innovaphone Unverified Device Certification Authority public keys)&lt;br /&gt;
** The Unverified CA is used for non hardware devices, e.g. IPVAs, which are not shipped with an official innovaphone Device Certification Authority certificate, as innovaphone has no control over the serial number here.&lt;br /&gt;
&lt;br /&gt;
If needed, you can trust them manually or distribute them via [[Reference14r1:Concept_App_Service_Devices#Certificates_configuration|device&#039;s configuration]].&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[Reference13r2:Concept_Push_Notifications_for_iOS_and_Android]]&lt;br /&gt;
* [[Concept Status innovaphone Services]]&lt;br /&gt;
* [[Reference13r1:Concept_Provisioning]]&lt;br /&gt;
* [[Howto:Update_innovaphone.com_Wildcard-Certificate_in_a_Device_Trustlist]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Faq|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jbi</name></author>
	</entry>
</feed>