Convert Cisco 7940 SCCP to SIP ver 8.0.7
Files can be downloaded for cisco.com or search on internet with help of Google.
Note : Please see the changes and information in Red. This need to be done as per the firmware you would be using
My case Firmware is Cisco SIP 8.7(P0S3-08-7-00)
Files required
Need to download from cisco or search on internet.
------------------------------------------------
P003-07-4-00.bin
P003-07-4-00.sbn
P0S3-07-4-00.bin
P0S3-07-4-00.sb2
P0S3-07-4-00.loads
-------------------------------------
Can be created .
XMLDefault.cnf.xml
0S79XX.txt
SIPDefault.cnf
SIP000AB7C6B4EF.cnf
----------------------------------------------------------
XMLDefault.cnf
<Default>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName></processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<loadInformation>P003-08-7-00</loadInformation>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>
---------------------------------------------------------------------------
0S79XX.txt
P003-08-7-00
---------------------------------------------------------------------------
SIPDefault.cnf
; sip default configuration file
#Image Version
image_version:P0S3-08-7-00 ;
#Proxy server address
proxy1_address: 50.x.x.x ;
proxy_register: 1;
-------------------------------------------------------------
SIP000AB7C6B4EF.cnf " Note: 000AB7C6B4EF is MAC-Address of my phone "
SIP Configuration Generic File
Line 1 appearance
line1_name: 1234567
Line 1 Registration Authentication
line1_authname: "UNPROVISIONED"
Line 1 Registration Password
line1_password: "UNPROVISIONED"
Line 2 appearance
line2_name: football
Line 2 Registration Authentication
line2_authname: "UNPROVISIONED"
Line 2 Registration Password
line2_password: "UNPROVISIONED"
------------------------------------------------------------------------------------
Also u need to use TFTP Server / DHCP Server(Use a Cisco Router Or a Dhcp Server or http://tftpd32.jounin.net/ )
·
IP Address (DHCP
Option 50)
·
Subnet Mask (DHCP
Option 1)
·
Default IP Gateway
(DHCP Option 3)
·
DNS Server Address
(DHCP Option 6)
·
TFTP Server (DHCP
Option 66)
·
Domain Name (DHCP
Option 15). Note: Cisco CallManager uses Option 150 for the TFTP server, while
SIP phones expect Option 66 for the TFTP server.
Comments
Post a Comment