|
RyanEOD (Programmer) |
18 Jun 10 17:36 |
All, Trying to get this 7960 to work with Asterisk, and I am having problems. Here is what I have for files in my root of my TFTP Server: CODE06/18/2010 05:15 PM 15 OS7960.TXT 06/18/2010 05:15 PM 15 OS79XX.TXT 06/18/2010 04:38 PM 130,552 P003-8-12-00.bin 06/18/2010 04:38 PM 130,956 P003-8-12-00.sbn 06/18/2010 04:38 PM 458 P0S3-8-12-00.loads 06/18/2010 04:38 PM 756,524 P0S3-8-12-00.sb2 06/18/2010 04:51 PM 635 SEP0002FDAEFBC3.cnf 06/18/2010 04:48 PM 747 SIPDefault.cnf 06/18/2010 05:28 PM 596 XMLDefault.cnf.xml
My phone hits the TFTP Server, and looks to the XMLDefault.cnf.xml file which has: CODE<Default> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName>192.168.1.75</processNodeName> </callManager> </member> </members> </callManagerGroup> <loadInformation7 model="Cisco 7960">P0S3-8-12-00</loadInformation7> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <servicesURL></servicesURL> </Default> It keeps hanging up on reading that file then doing nothing. Here are the logs from my TFTP server: CODEConnection received from 192.168.1.225 on port 50407 [18/06 17:33:44.077] Read request for file <CTLSEP0002FDAEFBC3.tlv>. Mode octet [18/06 17:33:44.077] File <CTLSEP0002FDAEFBC3.tlv> : error 2 in system call CreateFile The system cannot find the file specified. [18/06 17:33:44.077] Connection received from 192.168.1.225 on port 50408 [18/06 17:33:44.084] Read request for file <SEP0002FDAEFBC3.cnf.xml>. Mode octet [18/06 17:33:44.084] File <SEP0002FDAEFBC3.cnf.xml> : error 2 in system call CreateFile The system cannot find the file specified. [18/06 17:33:44.084] Connection received from 192.168.1.225 on port 50409 [18/06 17:33:44.105] Read request for file <XMLDefault.cnf.xml>. Mode octet [18/06 17:33:44.109] Using local port 59671 [18/06 17:33:44.113] <XMLDefault.cnf.xml>: sent 2 blks, 596 bytes in 0 s. 0 blk resent [18/06 17:33:44.119] Connection received from 192.168.1.225 on port 50410 [18/06 17:33:53.317] Read request for file <CTLSEP0002FDAEFBC3.tlv>. Mode octet [18/06 17:33:53.320] File <CTLSEP0002FDAEFBC3.tlv> : error 2 in system call CreateFile The system cannot find the file specified. [18/06 17:33:53.320] Connection received from 192.168.1.225 on port 50411 [18/06 17:33:53.325] Read request for file <SEP0002FDAEFBC3.cnf.xml>. Mode octet [18/06 17:33:53.325] File <SEP0002FDAEFBC3.cnf.xml> : error 2 in system call CreateFile The system cannot find the file specified. [18/06 17:33:53.325] Connection received from 192.168.1.225 on port 50412 [18/06 17:33:53.346] Read request for file <XMLDefault.cnf.xml>. Mode octet [18/06 17:33:53.346] Using local port 59674 [18/06 17:33:53.346] <XMLDefault.cnf.xml>: sent 2 blks, 596 bytes in 0 s. 0 blk resent [18/06 17:33:53.352] Help? |
|