Specifications
Aastra July 2014 PA-001011-03-04
160
“SoftKey:BackSpace” is available only for the AastraIPPhoneInputScreen object, it
deletes the character placed before the cursor.
“SoftKey:NextSpace” is available only for the AastraIPPhoneInputScreen object, it
inserts a “space” character at the cursor position.
“SoftKey:Dot” is available only for the AastraIPPhoneInputScreen object, it inserts a “.”
character at the cursor position.
“SoftKey:ChangeMode” is available only for the AastraIPPhoneInputScreen object, it
allows a toggle between lower case, upper case and digit inputs.
“SoftKey:Answer” is available for all UI XML objects and allows the user to answer an
incoming call. This softkey will only be displayed if it is created while the phone is in an
incoming state and diseappears when the call is answered or ignored.
“SoftKey:Ignore” is available for all UI XML objects and allows the user to ignore an
incoming call. This softkey will only be displayed if it is created while the phone is in an
incoming state and diseappears when the call is answered or ignored.
“Softkey: Drop” is available for all UI XML objects and allows the user to drop the
current call. This softkey will only be displayed if it is created while the phone is in
connected state and diseappears when the call is dropped.
Note: Dropping the call using the drop softkey will maintain the current XML display.
“Softkey:Conf” is available for all UI XML objects and allows the user to start a 3-way
conference. This softkey will only be displayed if it is created while the phone is in
connected state and diseappears when the call is dropped or the conference started.
Note: Using this softkey will destroy the current XML display.
“Softkey:Xfer” is available for all UI XML objects and allows the user to transfer the
current call. This softkey will only be displayed if it is created while the phone is in
connected state and diseappears when the call is transferred or dropped.
Note: Using this softkey will destroy the current XML display.
“SoftKey:SymbolList=”XYZ”” is available only for the AastraIPPhoneInputScreen
object, it allows an input of a custom list of characters at the cursor position.
The format is:
<SoftKey index="1">
<Label>Symbols</Label>
<URI>SoftKey:SymbolList="@."</URI>
</SoftKey>
The content of the Symbol List must be encapsulated with quotes.