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

Can a phone be reset using a URI? i.e. <CiscoIPPhoneExecute>

Voiceops SSC
Level 1
Level 1

Hi,

     I'm trying to find out if I can reset phones using a script.  I have a couple of scripts to send text messages to phones and dial but now I would like to send a reset or restart to phones.

I need to know if it can be done for CM 4.1(3) or CM 7.x.

The IP services SDK 4.1(3) does not show a way of doing it but maybe somebody out there knows how.

thanks

1 Reply 1

Voiceops SSC
Level 1
Level 1

I figured it out:

user = "**************"

pass = "*************"

phoneip = "10.20.30.40"

auth = user & pass

arrKeys(0)="Key:Settings"

arrKeys(1)="Key:KeyPadStar"

arrKeys(2)="Key:KeyPadStar"

arrKeys(3)="Key:KeyPadPound"

arrKeys(4)="Key:KeyPadStar"

arrKeys(5)="Key:KeyPadStar"

For i = 0 to 5

URI = arrKeys(i)

KeyToExecute = ("""") & URI & ("""")

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: