cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1600
Views
5
Helpful
5
Replies

change Background Image remotely

Hi, so thats the question, its possible to change remotely the background image on a IP Phone on a CM 4.2?

Regards

Cesar

1 Accepted Solution

Accepted Solutions

mnour401917_2
Level 1
Level 1

Hi you can get a third party software to do this, search for "phone remote" in the voipintegration website. You can download the software as trail or buy. Hope this helps

Sent from Cisco Technical Support iPad App

View solution in original post

5 Replies 5

mnour401917_2
Level 1
Level 1

Hi you can get a third party software to do this, search for "phone remote" in the voipintegration website. You can download the software as trail or buy. Hope this helps

Sent from Cisco Technical Support iPad App

Thanks for your help!!

boris.kudr
Level 1
Level 1

you can use a simple script in your favourite scripting language to push XML commands to IP Phones via HTTP.

Here is an example of the push command which is using curl:

curl --connect-timeout 1 -s -0 -u ctiuser:cti_password --data-urlencode "XML=http://10.82.1.180:6970/Desktops/320x212x16/omd2-320-212.png http://10.82.1.180:6970/Desktops/320x212x16/TN-omd2-320-212.png" http://10.1.1.1:80/CGI/Execute

Target phone should be associated to the ctiuser account

10.82.1.180:6970 is the HTTP server hosting background images (in this case CUCM 8.0)

10.1.1.1 - target IP Phone address

I have tried above curl script. It works fine for 7941, but for the phone model 9971. It doesn't work. Any one try it?

I dont have a favourite scripting language ; but it just went to my "i have to learn about that" list.

thanks for your help