XML - custom image on Cisco 8900 IP phone and CUCMv9

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2014 12:10 PM
Hello,
I want to display on the phone (under the button Services button) own list of links (generated XML) - specifically, I want to view the camera image.
I am using:
- Cisco 8900 IP phone
- Cisco CallManager 9.X
- Service URL where I want get image: custom PHP script, which resize image to *.png file
All the links that I found to the problem were "closed" that are not compatible with the new CUCM. Can you please advise me, how to obtain the result?
Links that I found:
Digital Lifestyle (this is a result for old CUCM)
Using PHP for Cisco IP Phone Apps | Route, Switch, Blog (example script)
Cisco Unified IP Phone Service Application Development Notes - CiscoIPPhone XML Objects [Cisco Unified Communications Ma… (resizing information)
Thank you and best regards
Peter
- Labels:
-
IP Phone Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 03:57 AM
Hi Petr,
I think this is the latest document Cisco Unified IP Phone Services Application Development Notes, Release 8.5(1)
Please have a look.
I think all the links which refers about cucm7.x and above will works fine for cucm 9.x also.
Thanks and Regards,
Geevarghese
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2014 10:19 AM
Hello Geevarghese,
I tried to create a xml file to view the camera, but I only partial success.
Show only static image works:
<CiscoIPPhoneImageFile WindowMode="Width Mode of XSI window">
<Title>Image Title goes here</Title>
<Prompt>Prompt text goes here</Prompt>
<SoftKeyItem>
<Name>Back</Name>
<URL>http://...</URL>
<Position>3</Position>
</SoftKeyItem>
<LocationX>0</LocationX>
<LocationY>0</LocationY>
<URL>http://.../Image.png</URL>
</CiscoIPPhoneImageFile>
But if I want show an image (RTSP Streaming defined with file Stream2.sdp) I can't show the result. I am testing a telephone 7965G (by manual it should support streaming). When selecting item from Phone: the phone starts doing something (probably trying to retrieve something), but phone returns back to menu.
I tried to experiment with URIs (different formats of writing) to Control RTP Streaming but without success.
<CiscoIPPhoneExecute>
<ExecuteItem Priority="0" URL="RTPRx:IpAddress:CustomPort:90/Stream2.sdp"/>
</CiscoIPPhoneExecute>
You can please direct me how to be a syntax for stream via RTSP in unicast mode?
Related links:
http://sysmagazine.com/posts/133031/
Thank you and best regards,
Peter
