Hello all,
I've been sending XML to my Cisco 8861 in order for it to send DTMF tones during a call.
The current data I'm sending is:
<CiscoIPPhoneExecute>
<ExecuteItem Priority="0" URL="SendDigits:789*:1"/>
<ExecuteItem URL="Init:Services"/>
</Ci...
Hello all,
I have a WS-C2850-24U being monitored by our system.
We are receiving alerts that our "Switch 1 - Power Supply A Container" is currently "off ( other)".
We also see values for "Switch 1 - Power Supply A Normal" and "Switch 1 - Power S...
Hi,
I've associated my Cisco IP 8861 phone with an phone service. So every time I press a specific button, the phone will hit a specific service URL.
The service URL I'm using is: foo.example.com
When I do nslookup, I see:
Name: foo.example.c...
Hi,I'm looking for possible ways a 8861 Cisco IP Phone can identify itself to a web server (where I'm running my script to push a Cisco XML object to the phone) and for ways the web server can authenticate itself to the Cisco IP Phone.1. Is it possib...
Hi,
I'm looking for possible ways a 8861 Cisco IP Phone can identify itself to a web server (where I'm running my script to push a Cisco XML object to the phone) and for ways the web server can authenticate itself to the Cisco IP Phone.
1. Is it ...
I'm not sure how broadsoft server works. But have you successfully authenticated yourself at http://xx.xx.xx.xx/CGI/Screenshot?
And how exactly are you sending the XML packet to the device?
404 Error means that the server was able to communicate with the phone but could not find the requested link.
try:
http://youipaddress/CGI/Screenshot and see if you can successfully authenticate.
Also check if web access is enabled on your devic...
You can't send the device name through postman to the device. But yourdevice can send its device name through an IP Phone Service.In CUCM,Under Device->Device Settings->Phone Services->Select the service you wishto configure.Then for the service URL,...
As an update,
It's possible to send the Device Name of the phone in the URL and this is one possible method of authentication. Other methods require a bit of creativity, but this is an option for anyone looking.