|
|
| Line 1: |
Line 1: |
| ''innovaphone Plus'' is a series of courses, each covering advanced aspects of the configuration of innovaphone devices in separate topics. Each topic can be worked on individually and in any order. Further topics will be added over time. Each topic is based on the latest firmware at the time of creation. All topics based on the same firmware version (e.g. 14r2) are included in the same course of the series.
| |
|
| |
|
| Access to ''innovaphone Plus'' requires a valid innovaphone ''Plus'' corporate subscription. See [https://www.innovaphone.com/en/partner/training/innovaphone-plus-training.html innovaphone Plus Training] for details.
| |
|
| |
| The rest of this article gives you an overview of the topics covered and in which course they can be found.
| |
| __NOEDITSECTION__
| |
| {{#invoke-url: https://class.innovaphone.com/moodle-tfu/itplus-overview.php?wiki=true}}
| |
|
| |
| <syntaxhighlight lang="xml">
| |
| <!--Start instance-->
| |
| <ws-send>{"mt":"StartInstance","appServiceID":"queues","appName":"queues","appDomain":"innovaphone.com"}</ws-send>
| |
| <wait><ws-event><msg compare-method="json" >{"mt":"StartInstanceResult"}</msg></ws-event></wait>
| |
| <ws-send>
| |
| <!--logFlags = 36865 = (LOG_APP | LOG_LDS | LOG_APP_WEBSOCKET)-->
| |
| {"mt":"EditInstanceLogFlags","appName":"queues","appDomain":"innovaphone.com","logFlags":36865}
| |
| </ws-send>
| |
| <wait>
| |
| <ws-event>
| |
| <msg compare-method="json-partial">{"mt":"EditInstanceLogFlagsResult"}</msg>
| |
| <leave-wait/>
| |
| </ws-event>
| |
| </wait>
| |
| </syntaxhighlight>
| |
|
| |
|
| |
| <code php>
| |
| echo "test";
| |
| </code>
| |