09-05-2008 04:21 AM - edited 03-13-2019 05:37 PM
I am using Cisco IP Phone objects to display information on the phone. In order to clear the information, I call Softkey URI âSoftkey:Exitâ and it clears the information on 7940 and 7960. However, the same URI is not working on 7941, 7961 and 7970.
The returned error is âURI not foundâ with âStatus=6â.
XML Request to CUCM:
<CiscoIPPhoneExecute>
<ExecuteItem URL="SoftKey:Exit"/>
</CiscoIPPhoneExecute>
Response from CUCM:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <CiscoIPPhoneResponse>
<ResponseItem URL="SoftKey:Exit" Data="URI not found" Status="6" />
</CiscoIPPhoneResponse>
Does anybody know what could be the possible cause?
Thanks in advance.
Junaid
09-05-2008 05:08 AM
I have been able to use Exit soft key on 7961 and 7970. It could have been a bug in the specific firmware you are using. Try to upgrade or downgrade firmware.
09-05-2008 07:33 AM
How about Init:Services or App:close if you want to clear the screen?
Note that SoftKey:Exit is context sensitive.. it cannot be used in every state (refer to the documentation for details) and it also depends on the application history and page expiration headers (so that's why many around here consider the Exit softkey to be voodoo magic like).. e.g. if you have an immediate expiry, exit will close the screen, if you have a non expired page in the cache (previously visited page) then exit will return to that page.
09-11-2008 11:25 AM
I ran into the same issue trying to send an 'Key:Exit' in certain situations. I got around it by sending 'Key:Soft3' (or wherever the key shows up on the screen).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide