Difference between revisions of "Logging (VS-Operator)"
From Zenitel Wiki
Line 17: | Line 17: | ||
! style="background:#ffd400;" width="200" |'''Event''' | ! style="background:#ffd400;" width="200" |'''Event''' | ||
! style="background:#ffd400;" width="350" |'''Text in "Message text" field''' | ! style="background:#ffd400;" width="350" |'''Text in "Message text" field''' | ||
− | ! style="background:#ffd400;" width=" | + | ! style="background:#ffd400;" width="180" |'''Information Level''' |
! style="background:#ffd400;" width="600" |'''Comment''' | ! style="background:#ffd400;" width="600" |'''Comment''' | ||
|- | |- | ||
Line 30: | Line 30: | ||
| align=center| OnError|| align=center| Device error at %DIRA %ACAPTION ||align=center| Alarm || Billing Software, absd, Billing Web etc | | align=center| OnError|| align=center| Device error at %DIRA %ACAPTION ||align=center| Alarm || Billing Software, absd, Billing Web etc | ||
|- | |- | ||
− | | align=center| On Custom params|| align=center| xxx ||align=center| <depends on the | + | | align=center| On Custom params|| align=center| xxx ||align=center| <depends on the event> || Billing Software, absd, Billing Web etc |
|- | |- | ||
− | | align=center| On Custom word string || align=center| xxx ||align=center| | + | | align=center| On Custom word string || align=center| xxx ||align=center| <depends on the event>|| Billing Software, absd, Billing Web etc |
|- | |- | ||
|} | |} |
Revision as of 16:19, 7 November 2023
This article shows how to configure the logging feature in the VS-Operator.
In the VSOP Client, select Filter sets, and Add a filter set for Station, and in the Caption field assign a descriptive name to the filter set, e.g. "Journal".
Information can be logged into the onscreen journal (Show) and to disk (Log).
The text to send to the log is defined in the field Message text.
Here are some examples that can be used:
Event | Text in "Message text" field | Information Level | Comment |
---|---|---|---|
On CallRequest Add | Call received from %DIRA %ACAPTION | Info | Triggered when a Ringing Group call (or Call Request) is received |
On CallRequest Remove | Call from %DIRA %ACAPTION removed from queue | Info | Linux system files, libraries, webserver etc. (Board Support Package patch) |
OnConnect | Conversation with %DIRA %ACAPTION | Info | Other AlphaCom Daemons - rmd, m100d |
OnDisconnect | Conversation with %DIRA %ACAPTION ended | Info | Billing Software, absd, Billing Web etc |
OnError | Device error at %DIRA %ACAPTION | Alarm | Billing Software, absd, Billing Web etc |
On Custom params | xxx | <depends on the event> | Billing Software, absd, Billing Web etc |
On Custom word string | xxx | <depends on the event> | Billing Software, absd, Billing Web etc |
It is possible to add parameters into this text field.
In the case of OnConnect a Message text could be:
- Call %DIROP %DIRB
- %DIROP will be replaced with the directory number of the station assosiated to the V-S Operator
App.STE("$SLRC W%RCO U1 W30");
|
Now change the mode of operation to Operational, and verify that the RCO is triggered when clicking on the RCO icon, or alternatively when right-clicking the icon and selecting the command.