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

CiscoIPPhoneExecute of classic ring not working

admin_2
Level 3
Level 3

Comrades,

I must be missing something as each time I run the

below code I get an exployer message:

<CiscoIPPhoneError Number="0" />

Does anyone recognize an error on the code below?

My real goal is simply to cause the phone to play

the classic2 sound. Does the location of the

classic2.raw file matter? I am running the below

from my desktop.

Tom

-------

<HTML>

<HEAD>

</HEAD>

<BODY>

<FORM action="http://10.168.32.53/CGI/Execute" Method="POST">

<TEXTAREA NAME="XML" Rows="20" Cols="80">

<CiscoIPPhoneExecute>

<ExecuteItem Priority="0" URL="Play:classic2.raw"/>

</CiscoIPPhoneExecute>

</TEXTAREA>

<BR>

<input type=submit value=POST>

</FORM>

</BODY>

</HTML>

5 Replies 5

stephan.steiner
Spotlight
Spotlight

"Does the location of the classic2.raw file matter?"

Yes, it has to be acessible via the regular TFTP path (I think c:\program files\cisco\tftp" on the call manager.. it shows up as a shared directory in explorer on the call manager.

Not applicable

Update - I've tweaked it per lots of research and am now getting the error #4 authentication. At least it's progress.

error 4 seems a lot more straightforward to handle. When you press the submit button you're asked for a login and password. That l/p has to be the same for one of your call manager users that has permissions to control the phone you're pushing to.

Tada - got it!

=O)

Hi,

I am getting the same explorer message

Could anyone suggest a solution for that?

Thanks,

Hema