05-04-2020 10:09 PM
Hi together,
is there any possibility for an ip phone service to just call an url and do not wait for any response and do not open the preview window? I would like to just press on a service button and do display any feedback to the user.
Anybody an idea?
Thanks for your help!
05-05-2020 03:07 AM
Hi,
Try using CiscoIPPHONEEXECUTE service.
Example:
<CiscoIPPhoneExecute>
<ExecuteItem URL=”Dial:100024”/>
</CiscoIPPhoneExecute>
HTH!
Best Regards,
Anusha B R
05-12-2020 07:08 AM
Hi Anusha!
Thanks for your help! We are already using CiscoIPPhoneExecute, but the phones show (depending on phone type) a kind of preview window. E.g. Cisco 8945 shows such a window for some seconds, Cisco 8845 it's just a flickering. I guess it's the time the phones send the request and wait for the response from the server.
There is no way to force the phone not to wait for any kind of feedback?
05-12-2020 07:42 AM
Can you describe a little more on the use case? Are you wanting to simulate key presses (i.e. to change something in settings) but not have that visible to the user at all? If so, that is not possible - depending on the configs needed some may be able to be accomplished via AXL or some other API...
06-19-2020 05:07 PM
06-22-2020 10:49 AM
I don't think you can prevent the response window from opening, but you can get it to close automatically by providing a 'Refresh' header with URL of 'Init:Services':
HTTP/1.0 200 OK Content-Type: text/xml Content-Length: 57 Refresh: 1; url=Init:Services Server: Werkzeug/1.0.1 Python/3.8.2 Date: Mon, 22 Jun 2020 17:39:36 GMT <CiscoIPPhoneText><Text>Success</Text></CiscoIPPhoneText>
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