OSCL—client log entry

This event indicates an Internet fetch has started. In addition to the Tokens used for every event, this event has the following tokens:

Token

Meaning

OSCC

Channel number; the same value as the CHAN token.

OSLE

Arbitrary string to enter in the call log. This event can appear any number of times in the call log, depending on the needs. This string is defined by the logging-tag parameter in the session.xml file. The default is "" (empty string).

The following example inserts the string "Tag1" early in the call log, and "Tag2" at an application-specified point later in the log.

EVNT=OSCL|OSCC=b171bb7bbb883b23
EVNT=OSCL|OSLE=Tag1
.
.
.
EVNT=OSCL|OSLE=Tag2