Reference13r1:PBX/Objects/App: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<internal>
The App object is used to create a reference to an innovaphone App that can be used in myApps.
::text kopiert von 12r2, müsste geprüft werden für 13r1 - ~~~
App objects can also be used for accepting incoming app websocket connections to the PBX with the configured credentials.
The App object is used to open any URL by use of the PBX client.


* create App object by any ''Long name''/''Name''
Note that each app needs specific settings depending on the needed or provided features. See the app documentation to find out what checkmarks should be set.
* URL: any valid URL point to an application
 
* Inline: open URL in myPBX. If not ticked extra window is opened.
Find a functional description of the individual configuration options here [[{{NAMESPACE}}:Concept_Apps#App_Objects_Parameters]].
* in the App tab of the ''User'' or ''ConfigurationTemplate'' object the name of the app-object is shown as license. Tick to grant for user
<!--
* within myPBX, the app has to be made visible via app administration page
The App object is used to create a reference to an innovaphone App that can be used in myApps.
* Icon displayed in myPBX has to be present in main directory location URL is pointing to
App objects can also be used for accepting incoming app websocket connections to the PBX with the configured credentials.
</internal>
 
; URL: An HTTP(S) URL pointing to the htm file of the app.
; Licenses:
; Plain Website: Should be checked if the URL points to a website that is not an innovaphone App. myApps won't do app-specific communication with the iframe then.
; Hidden: If checked, the App should not be shown to the user inside myApps. This is useful when the app just provides APIs for other apps but no user interface.
; Websocket: If checked, the PBX establishes a websocket connection to the app service. On this websocket connection the app can use PBX APIs or publish information that is needed by other apps.
; Local presence: If checked, the does not forward presence subscriptions to the app service. Instead the object stores a presence locally, like a regular user object does.
 
Note that each app needs specific settings depending on the needed or provided features. See the app documentation to find out what checkmarks should be set.
-->

Latest revision as of 16:13, 11 May 2022

The App object is used to create a reference to an innovaphone App that can be used in myApps. App objects can also be used for accepting incoming app websocket connections to the PBX with the configured credentials.

Note that each app needs specific settings depending on the needed or provided features. See the app documentation to find out what checkmarks should be set.

Find a functional description of the individual configuration options here Reference13r1:Concept_Apps#App_Objects_Parameters.