08-02-2016 06:18 AM
Hi,
We discovered that the protocol for controlling the shades is Telnet. But how can we open a telnet session through XML since XML is only language we can use for cisco phones?
A powershell script worked to access the blinds and control them but we were not able to convert it to XML, is there a specific way to do it?
Thank you,
Tala Hamdan
08-08-2016 09:08 PM
Hi,
I have moved your post under IP Phone Services Community. Iam not sure Cisco 7975 phone with SCCP supports telnet access.
To telnet into the ip address of the phone the communication protocol must be SIP.
The following Sip phones 7905, 7912, 7960, 7940, 3951 and 3911 supports Telnet access. This value would be used in XML file with the below format: "<telnetAccess>%d</telnetAccess>\n"
Reference - https://supportforums.cisco.com/document/12210701/fast-track-support-sip-phones
Thanks and Regards,
Geevarghese
08-09-2016 09:45 AM
For this type of solution, I think you would be looking at building a 'middleware' service, i.e. a web server somewhere that can serve the XML objects to the phones for the UI (the phones function essentially as XML web browsers), and then perform the needed backend telnet manipulations, e.g. via powershell scripts, or some other language/API that's appropriate to the web server platform you choose.
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