05-18-2004 01:29 PM - edited 03-13-2019 04:57 AM
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>
05-18-2004 11:22 PM
"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.
05-21-2004 10:40 PM
Update - I've tweaked it per lots of research and am now getting the error #4 authentication. At least it's progress.
05-23-2004 11:08 PM
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.
05-24-2004 06:59 PM
Tada - got it!
=O)
06-23-2004 12:54 AM
Hi,
I am getting the same explorer message
Could anyone suggest a solution for that?
Thanks,
Hema
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