Specifications
PA-001011-03-04 Aastra July 2014
143
Document Object
Position
Type
Comments
Number
LogItem body
Mandatory
Caller or Callee number
Date
LogItem body
Mandatory
Call date MM-DD-YYYY
Time
LogItem body
Mandatory
Call time HH:MM (24 hours)
Selection
LogItem body
Optional
This tag must be used in conjunction
with custom uris (addUri, deleteUri,
deleteAllUri and dialUri). See Section
4.11 for details
IconList
Body
Optional
List of icon definitions
Icon
IconList body
Optional
Icon value, it can be “Icon:Iconname”
or the URL to a png file. See section
4.2.2 for more details.
Index
Icon tag
Optional
Index of the icon must be consistent
with the ‘Icon’ used in the object.
3.8.3 Examples
XML Example
Application for a Callers List replacement
<?xml version="1.0" encoding="ISO-8859-1"?>
<AastraIPPhoneCallLog
destroyOnExit="yes"
addUri=”http://myserver/myscript?action=add”
>
<TopTitle icon="1">Callers List</TopTitle>
<LogItem duration="60"
type="incoming"
callingTerminal="mobile"
line="1">
<Name>John Doe</Name>
<Number>972-555-2345</Number>
<Date>01-01-2012</Date>
<Time>15:28</Time>
<Selection>1</Selection>
</LogItem>
<LogItem type="missed"
callingTerminal="home"
count="2"
line="1">
<Name>Jane Doe</Name>
<Number>408-555-1234</Number>
<Date>01-05-2011</Date>
<Time>10:01</Time>
<Selection>2</Selection>
</LogItem>
<IconList>
<Icon index=“1”>Icon:Book</Icon>
</IconList>
</AastraIPPhoneCallLog>