<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Steven,<br>
<br>
A packet capture from the back of hte phone would be much more
informative.&nbsp; I believe the message below indicates the phone attempted
to TFTP download a file and the TFTP transaction failed.&nbsp; This is a
common fialure through firewalls because of CM's TFTP behavior:<br>
<br>
1. phone sends TFTP GET from phone UDP port (p1) to CM on TFTP well
known port (p2)<br>
2. CM sends TFTP datapackets sourced from random UDP source port (p3)
to phone (p1)<br>
3. phone sends TFTP ACK for every datapacket from phone port (p1) to CM
port (p3)<br>
<br>
the change in port numbers on the CM side is a problem for most
firewalls.<br>
<br>
you may want to test TFTP transactions through your firewall.&nbsp; windows
includes a tftp client:<br>
<br>
C:\&gt;tftp /?<br>
<br>
Transfers files to and from a remote computer running the TFTP service.<br>
<br>
TFTP [-i] host [GET | PUT] source [destination]<br>
<br>
&nbsp; -i&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specifies binary image transfer mode (also called<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; octet). In binary image mode the file is moved<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; literally, byte by byte. Use this mode when<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; transferring binary files.<br>
&nbsp; host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specifies the local or remote host.<br>
&nbsp; GET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transfers the file destination on the remote host to<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the file source on the local host.<br>
&nbsp; PUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transfers the file source on the local host to<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the file destination on the remote host.<br>
&nbsp; source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specifies the file to transfer.<br>
&nbsp; destination&nbsp;&nbsp;&nbsp;&nbsp; Specifies where to transfer the file.<br>
<br>
<br>
C:\&gt;tftp -i 172.18.110.38 GET XMLDefault.cnf.xml<br>
Transfer successful: 5626 bytes in 1 second, 5626 bytes/s<br>
<br>
<br>
Otherwise, a packet capture of all phone traffic would be very helpful.<br>
<br>
/Wes<br>
<br>
STEVEN CASPER wrote:
<blockquote cite="mid:4822CDA5.9874.0039.0@mtb.com" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.3268" name="GENERATOR">
  <div>&nbsp;Trying to get a 7940 to load on Call Manager 6.1.1 via a
firewall. No problem having 7940's connect on non-firewalled sites.&nbsp;
Receiving this error:</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;Date: May 8 09:25:37<br>
Machine Name: mparkn02ccmpub6<br>
Severity: Error<br>
App ID: Cisco CallManager<br>
Message:&nbsp; ccm: 250: May 08 13:25:37.336 UTC :&nbsp;
&Atilde;&#338;M_CALLMANAGER-CALLMANAGER-3-StationEventAlert: Station alert.
Protocol:SCCP TCP ProcessID:1.100.7.318 Device Text:6:
Name=SEP001646682753 Load=8.0(8.0)File Not Found Param1:2369
Param2:1409476618 Cluster ID:StandAloneCluster Node ID:mparkn02ccmpub6</div>
  <div>&nbsp;</div>
  <div>This seems to indicate that the actual phone type and the phone
type in the database do not match but it is a 7940 and shows up as
auto-registered in Call Manager but it will not load. I can not find
much detail on this error. Any ideas?</div>
  <div>&nbsp;</div>
  <div>Thanks!</div>
  <div>Steve<br>
  </div>
  <p>************************************<br>
This email may contain privileged and/or confidential information that
is intended solely for the use of the addressee. If you are not the
intended recipient or entity, you are strictly prohibited from
disclosing, copying, distributing or using any of the information
contained in the transmission. If you received this communication in
error, please contact the sender immediately and destroy the material
in its entirety, whether electronic or hard copy. This communication
may contain nonpublic personal information about consumers subject to
the restrictions of the Gramm-Leach-Bliley Act and the Sarbanes-Oxley
Act. You may not directly or indirectly reuse or disclose such
information for any purpose other than to provide the services for
which you are receiving the information.<br>
There are risks associated with the use of electronic transmission. The
sender of this information does not control the method of transmittal
or service providers and assumes no duty or obligation for the
security, receipt, or third party interception of this transmission.<br>
************************************<br>
  </p>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
cisco-voip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a>
  </pre>
</blockquote>
</body>
</html>