cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3329
Views
0
Helpful
2
Replies

How can i change a cisco 7965 from sccp to sip without unified call manager?

rwhittaker1
Level 1
Level 1

How can i change a cisco 7965 from sccp to sip without call manager?

1 Accepted Solution

Accepted Solutions

Leo Laohoo
Hall of Fame
Hall of Fame
How can i change a cisco 7965 from sccp to sip without call manager?

It is important to check what "hardware version" the phone is.  This will determine the minimum firmware version loaded on the phone.  Once you know what is the hardware version, go HERE to determine what SIP version you need to download.  If your phone is an older version and can support 8.X then I'd recommend you use 8.5(4). 

 

To convert the phone to SIP, you'll need to do several things: 

1.  You'll need a TFTP server and a DHCP server.  With the DHCP server, you'll need to configure DHCP Option 150.  

2.  You'll need to configure the SEPmacaddress.cnf.xml.   Go HERE for a sample.

 

View solution in original post

2 Replies 2

Leo Laohoo
Hall of Fame
Hall of Fame
How can i change a cisco 7965 from sccp to sip without call manager?

It is important to check what "hardware version" the phone is.  This will determine the minimum firmware version loaded on the phone.  Once you know what is the hardware version, go HERE to determine what SIP version you need to download.  If your phone is an older version and can support 8.X then I'd recommend you use 8.5(4). 

 

To convert the phone to SIP, you'll need to do several things: 

1.  You'll need a TFTP server and a DHCP server.  With the DHCP server, you'll need to configure DHCP Option 150.  

2.  You'll need to configure the SEPmacaddress.cnf.xml.   Go HERE for a sample.

 

If you can use 8.5(4), then you'll need to create a few files: 

1.  XMLDefaults.cnf.xml - File will contain the following: 

<Default>
  <callManagerGroup>
  <members>
    <member priority="0">
      <callManager>
        <ports>
          <analogAccessPort>2002</analogAccessPort> 
          <digitalAccessPort>2001</digitalAccessPort> 
          <ethernetPhonePort>2000</ethernetPhonePort> 
          <mgcpPorts>
            <listen>2427</listen> 
            <keepAlive>2428</keepAlive> 
          </mgcpPorts>
        </ports>
        <processNodeName></processNodeName> 
      </callManager>
    </member>
  </members>
</callManagerGroup>
<loadInformation65 model="Cisco 7965">SIP45.8-5-4S</loadInformation65> 
</Default>

NOTE:  If the phone runs on 9.X, then you don't need the file XMLDefaults.cnf.xml.

2.  If you want to stick the phone in a 3rd party call server then you'll need a dialplan.xml and contains the following:  

<DIALTEMPLATE>
  <TEMPLATE MATCH="*#" TIMEOUT="0" REWRITE="%1"/>
  <TEMPLATE MATCH="*" Timeout="5"/>
</DIALTEMPLATE>

 

The files XMLDefaults.cnf.xmldialplan.xml, SEPmacaddress.cnf.xml and phone firmware must be in your TFTP server.  DHCP Option 150 must have the IP address of your TFTP to work.