TB30s SIP Administrator Guide v1.3 Page 123 of 259
Support Remote call logs for local user
Remote call logs are currently supported for login/logout function in TB30.
However, it doesn‟t support for normal user.
Implementation
Actually, the implementation of the remote call-log is the same as the call
log for login/logout, expect for normal user this time.
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>