Reference13r1:PBX/Objects/App: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
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 [[{{NAMESPACE}}:Concept_Apps#App_Objects_Parameters]]. | |||
<!-- | |||
The App object is used to create a reference to an innovaphone App that can be used in myApps. | 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. | App objects can also be used for accepting incoming app websocket connections to the PBX with the configured credentials. | ||
| Line 7: | Line 14: | ||
; 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. | ; 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. | ; 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 | ; 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. | 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 15: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.