I have an app that has always run on 7940's and 60's and worked fine, when using on the new phones (7961,41,70,71 and communicator) with a CiscoIPPhoneText tag and a cancel softkey the cancel softkey does not work.
I made a sample page and tried it works as described above. Any ideas?
<%
response.ContentType="text/xml"
%>
<CiscoIPPhoneText>
<Title>Title text goes here</Title>
<Prompt>The prompt text goes here</Prompt>
<Text>The text to be displayed as the message body goes here</Text>
<SoftKeyItem>
<Name>Test</Name>
<URL>SoftKey:Cancel</URL>
<Position>2</Position>
</SoftKeyItem>
</CiscoIPPhoneText>