Aastra Telecom 9143i Series IP Phone User Manual


  Open as PDF
of 1184
 
Creating an XML Application
F-22 41-001160-03, Rev 00, Release 2.4
IP Phone Administrator Guide
Dialpad Passthrough for Objects
On the IP Phones, an XML Developer can control digit passthrough while the
phone is in the connected state. (This feature is only applicable to phones in the
connected state). This can be done by setting the new “allowDTMF” attribute
with the XML objects AastraIPPhoneTextScreen,
AastraIPPhoneFormattedTextScreen, and AastraIPPhoneImageScreen.
Setting this attribute to “yes” allows dialpad events to pass through the XML
applications.
Examples
The following is an example of setting the allowDTMF attribute to allow
dialpad events to pass through the XML applications.
<AastraIPPhoneTextScreen allowDTMF="yes">
<Title>Test</Title>
<Text>Digits should pass through this object</Text>
</AastraIPPhoneTextScreen>
The following is an example of setting the allowDTMF attribute to prevent
dialpad events from passing through the XML applications (this is the default
setting).
<AastraIPPhoneTextScreen allowDTMF="no">
<Title>Test</Title>
<Text>Digits do not pass through this object</Text>
</AastraIPPhoneTextScreen>
Note: You can view all 5 lines at once on the 9480i, 9480i CT, 6755i,
6757i and 6757i CT IP phones. You can view only 2 lines at a time (up to
5 lines) on the 9143i, 6751i, 6753i IP phone.
Note: The default behavior for this feature is to suppress dialpad events
when an XML object is in focus (same as in previous releases). Other
XML objects ignore this attribute.
Draft 1