Operation Manual

ST2030s VoIP Business Phone
ST2030s SIP Administrator Guide v3.0 Page 122 of 308
The call-log file contains 3 sections: the missed calls, the received calls and
the dialed calls. Each section can have up to 30 calls.
The calls shall be classified from the most recent to the oldest.
Each call is described by the phone number, phone name, date and time of
the call. The call-log will use the following XML format.
<ThomsonRemoteCallLog>
<MissedCalls>
<Call>
<Name>John</Name>
<Telephone>01234</Telephone>
<Date>20070626</Date>
<Time>0130PM</Time>
</Call>
<Call>
<Name>Jack</Name>
<Telephone>56789</Telephone>
<Date>20070625</Date>
<Time>0315PM</Time>
</Call>
<Call>
<Name></Name> (name not available)
<Telephone>98765</Telephone>
<Date>20070620</Date>
<Time>0915AM</Time>
</Call>
</MissedCalls>
<ReceivedCalls>
<Call>
<Name>James</Name>
<Telephone>34567</Telephone>
<Date>20070627</Date>
<Time>0845AM</Time>
</Call>
</ReceivedCalls>
<DialedCalls>
<Call>
<Name>John</Name>
<Telephone>01234</Telephone>
<Date>20070625</Date>
<Time>0245PM</Time>
</Call>
</DialedCalls>
</ThomsonRemoteCallLog>
Each time user enters in the call log menu by pressing the “CalLog” softkey,
the phone will download the relevant file from the server using the HTTP GET
method.
A new parameter “RCallLogFlg” is introduced to decide enabling either local
call-log or remote call-log.
The default value is 0, which means the local call log is enabled,
While, the value is 1, which means the remote call log is enabled.
In addition, the URL for this remote call-log file is configurable using a new
parameter: RCallLogURL.