This document was generated from CDN thread
Created by: Shadow Worker on 29-02-2012 07:16:00 AM
Hi,
I am sending a push notification to IP phone
<CiscoIPPhoneText><Title>Notification</Title><Prompt>
I need to this notification to be displayed for 5 sec and then Exit this notification
I have set the application to wait for 5 sec and then send the "Services" key, I am experiencing some issues on the phones, some phones are not only exiting the notification, in addition they are displaying the "services" page.
is there anything that can be done?
regards
Subject: RE: Automatically Exit Push Notification
Replied by: David Staudt on 19-03-2012 04:57:02 PM
One technique is to include a Refresh: header in the HTTP response with 'Init:Services' which should clear the Services window, with a value of 5 seconds:
-----------------
<pre class="de1">Refresh: 5; url=Init:Services</pre>