cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1041
Views
0
Helpful
1
Replies

Helios Door opener

Roman Nespor
Level 1
Level 1

Hello everybody,

we are looking for way how i can create service in CUCM 10.5 with IP phone CP-9971 how i can open door by push soft button

at now Door Phone ringing to Group, after pickup call i can see image from camera but i must pust "0*" for open door

we are looking best way for example push only button which can send DTMF "0*"

Thank you for help

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

It sounds like the capabilities of the IP Phone Services SDK might be what you are looking for:

https://developer.cisco.com/site/ip-phone-services/

For example:

- Create a web service that listens for HTTP GET requests for a URL like 'http://webService/opendoor.js'

- Configure a CUCM phone service that points to that URL

- Configure one of the phone's speed dial button as an IPPS service, selecting the service created above

- When the user pressed the speed dial button, the phone will make the HTTP request to the configured URL (the web service would do whatever is needed to open the door)

- Note, the service will need to return a valid IPPS format XML object for the phone to render on its screen - i.e. it could be a simple text display of 'Door open: SUCCESS' or similar

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: