Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SIP a Cisco 7960 to work with Asterisk? 1

Status
Not open for further replies.

RyanEOD

Programmer
Jan 11, 2008
675
0
0
US
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:
Code:
06/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:
Code:
Connection 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?
 
Chmod 777 to be sure all files can be accessed.

Check .txt files to be sure that they reference correct files.
 
I got it, for some reason it didn't want to go all the way from SCCP to P0S3-8-12-00, instead I went to POS3-7-4-00 first then I was able to go to P0S3-8-12-00. I got the 7960 working, and now I am trying to get a 2004 working UNIStim! :) Always after a challenge.
 
Hi Ryan

I have the exact same problem... the request for CTLSEPMACADDRESS.tlv keeps going in a loop.
I am trying to load the POS3-7-4-00 firmware

I have an empty CTLSEPMACADDRESS.tlv

Secondly could you give the contents of all your config files

Some help will be highly appreciated.

Regards

Remie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top