04-07-2019 01:32 AM
Hi Guys
I want to change our 7960G phones from SCCP to SIP
have donwloaded all the required files and uploaded to the router 2821
The debug commands show the phone asking for the files but router responding with no such file found, why is this happening?
*Nov 25 19:21:56.319: TFTP: Server request for port 50073, socket_id 0x46C3A224 for process 294
*Nov 25 19:21:56.319: TFTP: read request from host 192.168.10.12(50073) via GigabitEthernet0/0.10
*Nov 25 19:21:56.319: TFTP: Looking for CTLSEP0013C4AACF8B.tlv <<<<<<< I know I dont have this one on flash but its not requirement
*Nov 25 19:21:56.319: TFTP: Sending error 1 No such file
*Nov 25 19:21:56.383: TFTP: Server request for port 50074, socket_id 0x46C3A224 for process 294
*Nov 25 19:21:56.383: TFTP: read request from host 192.168.10.12(50074) via GigabitEthernet0/0.10
*Nov 25 19:21:56.383: TFTP: Looking for SEP0013C4AACF8B.cnf.xml
*Nov 25 19:21:56.383: TFTP: Sending error 1 No such file
*Nov 25 19:21:56.467: TFTP: Server request for port 50075, socket_id 0x46C3A224 for process 294
*Nov 25 19:21:56.467: TFTP: read request from host 192.168.10.12(50075) via GigabitEthernet0/0.10
*Nov 25 19:21:56.467: TFTP: Looking for XMLDefault.cnf.xml
*Nov 25 19:21:56.467: TFTP: Sending error 1 No such file
STSPBX-R1#sh flash:
-#- --length-- -----date/time------ path
1 51414896 Feb 23 1907 01:31:44 +04:00 c2800nm-advipservicesk9-mz.124-15.T12.bin
2 689278 Nov 25 1997 23:28:00 +04:00 P0S3-07-5-00.bin
3 461 Nov 25 1997 23:29:22 +04:00 P0S3-07-5-00.loads
4 689682 Nov 25 1997 23:30:08 +04:00 P0S3-07-5-00.sb2
5 0 Nov 25 1997 22:50:24 +04:00 its
6 7905519 Nov 25 1997 23:00:54 +04:00 cmterm-7941_7961-sip.8-0-2SR1.cop
7 15 Nov 25 1997 23:01:50 +04:00 OS79XX
8 1716 Nov 25 1997 23:12:32 +04:00 SIP0013C4AACF8B.cnf
9 344 Nov 25 1997 23:12:58 +04:00 SIPDefault.cnf
10 344 Nov 25 1997 23:28:36 +04:00 XMLDefault.cnf.xml
11 1716 Nov 25 1997 23:28:58 +04:00 SEP0013C4AACF8B.cnf.xml
3260416 bytes available (60739584 bytes used)
Thanks
Solved! Go to Solution.
04-16-2019 06:01 AM
1) phone is not able to download the file P003-07-5-00.sbn
*Nov 25 18:06:33.879: TFTP: Looking for P003-07-5-00.sbn <<<<<<<<<<<<<<<<<<<<
*Nov 25 18:06:33.879: TFTP: Sending error 1 No such file
2) I can see you have the file in flash P003-07-5-00.sbn
3) Can you check if you have added the Alias command for the same? Please paste the output of tftp alias command here.
04-07-2019 03:08 AM
04-07-2019 04:06 AM
Hi Harris
We basically want to convert our cisco phones with SIP and register with a SIP provider who has given us the access needed for our phones to register, we tried this with soft phones and there was no issue, the issue of the router not finding the files has been fixed as we made the files available on tftp which is our router, now the phones gets files SEPxxx.cnf.xml but nothing happens, the phone just sits at "configuring IP". inside the SEPxxx.cnf.xml I have the below
# SIP Configuration Generic File (start)
# User Information
Line 1 phone number line1_name : XXXX
line1_authname : XXXX
line1_password : XXXXX
===========================
on the XMLDefault.cnf.xml file i have the below
# Image Version
image_version: "P003-07-5-00" ;
;Sip default configuration file
#Image Version image_version:P003-07-5-00 ;
#Proxy address
proxy1_address: www ;
#Default Codec
preferred_codec :g711ulaw ;
#Enable Registration
proxy_register :1 ;
#Registration expiration
timer_register_expires :3600 ;
===================
Below are the hall config
Building configuration...
Current configuration : 2361 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxx-R1
!
boot-start-marker
boot-end-marker
!
enable password xxx
!
no aaa new-model
clock timezone GMT 4
dot11 syslog
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.10.1 192.168.10.10
!
ip dhcp pool VLANPBX
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
option 150 ip 192.168.10.1
!
!
!
multilink bundle-name authenticated
!
!
voice-card 0
no dspfarm
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
!
!
!
!
!
!
!
!
!
!
!
!
voice register global
mode cme
source-address 192.168.10.1 port 5060
max-dn 5
max-pool 1
load 7960-7940 P0S3-07-5-00.loads
tftp-path flash:
create profile sync 0006413396577015
!
voice register dn 1
number 1057300
name STS
!
voice register pool 1
id mac 0013.C4AA.CF8B
type 7960
number 1 dn 1
username xxx password xxxx
description STS
codec g711alaw
no vad
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
ip ftp username xxx
ip ftp password xxxx
!
!
!
!
interface GigabitEthernet0/0
description LAN
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
description LANBPX
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface GigabitEthernet0/1
description WAN
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
tftp-server flash:P0S3-07-5-00.bin alias P0S3-07-5-00.loads
tftp-server flash:P0S3-07-5-00.loads alias P0S3-07-5-00.loads
tftp-server flash::P0S3-07-5-00.bin alias P0S3-07-5-00.bin
tftp-server flash:P0S3-07-5-00.sb2 alias P0S3-07-5-00.sb2
tftp-server flash:SEP0013C4AACF8B.cnf.xml alias SEP0013C4AACF8B.cnf.xml
tftp-server flash:XMLDefault.cnf.xml alias XMLDefault.cnf.xml
tftp-server flash:cmterm-7941_7961-sip.8-0-2SR1.cop alias cmterm-7941_7961-sip.8-0-2SR1.cop
tftp-server flash:OS79XX alias OS79XX
!
control-plane
!
!
!
!
!
!
!
!
!
!
telephony-service
max-conferences 8 gain -6
transfer-system full-consult
!
!
line con 0
line aux 0
line vty 0 4
password xxx
login
line vty 5 15
password xxx
login
!
scheduler allocate 20000 1000
!
end
04-09-2019 01:59 AM
04-09-2019 04:18 AM - edited 04-09-2019 04:22 AM
I had this problem once in my lab and, believe it or not, rebooting the router did the trick. Have you tried that? Before you do, however, I think at least part of the problem is that you have not set your router to be a registrar server. For your CUCME to register sip phones you will need:
voice service voip sip registrar server
Also, The load file indicated under voice register global should not contain the ".loads" extension. Just: load 7960-7940 P0S3-07-5-00
Don't forget to create profile after those changes.
Can you show us the output of the show voice register tftp-bind command?
Maren
04-10-2019 04:05 AM
STSPBX-R1#sh voice register tftp-bind
tftp-server syncinfo.xml url flash:/syncinfo.xml
tftp-server SIPDefault.cnf url flash:/SIPDefault.cnf
tftp-server softkeyDefault_kpml.xml url flash:/softkeyDefault_kpml.xml
tftp-server softkeyDefault.xml url flash:/softkeyDefault.xml
tftp-server SIPxxx.cnf url flash:/SIPxxxx.cnf
voice register global
mode cme
source-address 192.168.10.1 port 5060
max-dn 5
max-pool 1
load 7960-7940 P0S3-07-5-00 <<<<<<<<<<<<<<<<<<<<<<<<< removed the load
tftp-path flash:
create profile sync 0006413396577018
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
sip
registrar server <<<<<<<<<<<<<<<<<< added registrar command and reloaded
As per below the router handsout this file SEPxxxx.cnf.xml as requested by the phone but the phone does nothing with it and
is stuck at "Configuring IP"
The content of the file above are as follows
# SIP Configuration Generic File (start)
# User Information
Line 1 phone number line1_name : 1057300
line1_authname : 1057300
line1_password : xxxx
*Nov 25 17:47:28.735: TFTP: Server request for port 50183, socket_id 0x480F92A4 for process 3
*Nov 25 17:47:28.735: TFTP: read request from host 192.168.10.12(50183) via GigabitEthernet0/0.10
*Nov 25 17:47:28.735: TFTP: Looking for CTLSEPxxxxxx.tlv
*Nov 25 17:47:28.735: TFTP: Sending error 1 No such file
*Nov 25 17:47:28.799: TFTP: Server request for port 50184, socket_id 0x4788017C for process 3
*Nov 25 17:47:28.799: TFTP: read request from host 192.168.10.12(50184) via GigabitEthernet0/0.10
*Nov 25 17:47:28.799: TFTP: Looking for SEPxxxxx.cnf.xml
*Nov 25 17:47:28.811: TFTP: Opened flash:SEPxxxxx.cnf.xml, fd 0, size 1716 for process 3
*Nov 25 17:47:28.811: TFTP: Sending block 1 (retry 0), socket_id 0x4788017C
*Nov 25 17:47:28.815: TFTP: Received ACK for block 1, socket_id 0x4788017C
*Nov 25 17:47:28.815: TFTP: Sending block 2 (retry 0), socket_id 0x4788017C
*Nov 25 17:47:28.819: TFTP: Received ACK for block 2, socket_id 0x4788017C
*Nov 25 17:47:28.819: TFTP: Sending block 3 (retry 0), socket_id 0x4788017C
*Nov 25 17:47:28.823: TFTP: Received ACK for block 3, socket_id 0x4788017C
*Nov 25 17:47:28.823: TFTP: Sending block 4 (retry 0), socket_id 0x4788017C
*Nov 25 17:47:28.823: TFTP: Received ACK for block 4, socket_id 0x4788017C
*Nov 25 17:47:28.823: TFTP: Finished flash:xxxxx.cnf.xml, time 00:00:00 for process 3
it seems it has not loaed the sip file 1st at all as when i check the phone setting under model information i see it has P0030801ISR02
which is not the same sip image P0S3-07-5-00.bin on the flash,
Thanks
04-10-2019 04:51 AM
Well, the good news is that the phone is now getting the configuration file successfully. Now we have to get it to load the firmware. I think the problem now is the SCCP firmware version. To switch a 7960 from SCCP to SIP, the easiest version to work with is 8.0.9 (SCCP). That version should allow the phone to accept the SIP firmware.
I'm writing this up off the top of my head and I think I have all of the steps. Let me know how it goes and we'll keep working at it until we get you up and running.
Maren
04-11-2019 05:35 AM
Hi
I have download firmware 8.0.9 and uploaded to the router, enabled it for phone download,
tftp-server flash:P00308000900.loads alias P00308000900.loads
tftp-server flash:P00308000900.sb2 alias P00308000900.sb2
tftp-server flash:P00308000900.sbn alias P00308000900.sbn
I also changed the MAC address under global sip config but i was still receving the same error the phone was not loading the firmware even though under telephony services the load command was pointing to the correct firmware
telephony-service
load 7960-7940 P00308000900 <<<<<<<<<<<<<<<
ip source-address 192.168.10.1 port 2000
max-conferences 8 gain -6
transfer-system full-consult
Currently the phone has firmware 8.1(SR2), I think the 1st thing is to upgrade the firmware, tried multiple phones and I am getting same issue, the file SEPXXX is received and the phone gets stuck
I appreciate your help.
04-11-2019 06:35 AM
Under telephony-service do you have "max-dn 1" and "max-ephone 1" and then "create cnf-file"?
If not, then there is no XMLDefualt.cnf.xml for the telephony-service to issue, so the phone won't know to get new firmware.
Maren
04-14-2019 12:04 AM
I have upgraded the SCCP firmware successfully but I am facing few other problems, the debug shows the below
*Nov 25 17:38:18.099: TFTP: Server request for port 52791, socket_id 0x47FD35FC for process 109
*Nov 25 17:38:18.099: TFTP: read request from host 192.168.10.11(52791) via GigabitEthernet0/0.10
*Nov 25 17:38:18.099: TFTP: Looking for CTLSEP0013C4AACF8B.tlv
*Nov 25 17:38:18.099: TFTP: Sending error 1 No such file
*Nov 25 17:38:18.123: TFTP: Server request for port 52792, socket_id 0x46F33F44 for process 109
*Nov 25 17:38:18.123: TFTP: read request from host 192.168.10.11(52792) via GigabitEthernet0/0.10
*Nov 25 17:38:18.123: TFTP: Looking for SEP0013C4AACF8B.cnf.xml <<<<<<< I have this file on flash
*Nov 25 17:38:18.123: TFTP: Sending error 1 No such file
*Nov 25 17:38:18.143: TFTP: Server request for port 52793, socket_id 0x480873D4 for process 109
*Nov 25 17:38:18.143: TFTP: read request from host 192.168.10.11(52793) via GigabitEthernet0/0.10
*Nov 25 17:38:18.143: TFTP: Looking for SIP0013C4AACF8B.cnf
*Nov 25 17:38:18.143: TFTP: Sending error 1 No such file
*Nov 25 17:38:18.171: TFTP: Server request for port 52794, socket_id 0x47739540 for process 109
*Nov 25 17:38:18.171: TFTP: read request from host 192.168.10.11(52794) via GigabitEthernet0/0.10
*Nov 25 17:38:18.171: TFTP: Looking for MGC0013C4AACF8B.cnf
*Nov 25 17:38:18.171: TFTP: Sending error 1 No such file
*Nov 25 17:38:18.191: TFTP: Server request for port 52795, socket_id 0x47FD35FC for process 109
*Nov 25 17:38:18.191: TFTP: read request from host 192.168.10.11(52795) via GigabitEthernet0/0.10
*Nov 25 17:38:18.191: TFTP: Looking for XMLDefault.cnf.xml
*Nov 25 17:38:18.191: TFTP: Sending error 1 No such file
*Nov 25 17:38:18.211: TFTP: Server request for port 52796, socket_id 0x46F33F44 for process 109
*Nov 25 17:38:18.211: TFTP: read request from host 192.168.10.11(52796) via GigabitEthernet0/0.10
*Nov 25 17:38:18.211: TFTP: Looking for SIPDefault.cnf
*Nov 25 17:38:18.223: TFTP: Opened flash:/SIPDefault.cnf, fd 0, size 1839 for process 109
*Nov 25 17:38:18.223: TFTP: Sending block 1 (retry 0), socket_id 0x46F33F44
*Nov 25 17:38:18.227: TFTP: Received ACK for block 1, socket_id 0x46F33F44
*Nov 25 17:38:18.227: TFTP: Sending block 2 (retry 0), socket_id 0x46F33F44
*Nov 25 17:38:18.227: TFTP: Received ACK for block 2, socket_id 0x46F33F44
*Nov 25 17:38:18.227: TFTP: Sending block 3 (retry 0), socket_id 0x46F33F44
*Nov 25 17:38:18.231: TFTP: Received ACK for block 3, socket_id 0x46F33F44
*Nov 25 17:38:18.231: TFTP: Sending block 4 (retry 0), socket_id 0x46F33F44
*Nov 25 17:38:18.231: TFTP: Received ACK for block 4, socket_id 0x46F33F44
*Nov 25 17:38:18.231: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00 for process 109
*Nov 25 17:38:18.279: TFTP: Server request for port 52797, socket_id 0x47FD35FC for process 109
*Nov 25 17:38:18.279: TFTP: read request from host 192.168.10.11(52797) via GigabitEthernet0/0.10
*Nov 25 17:38:18.279: TFTP: Looking for P0S3-07-5-00.loads
*Nov 25 17:38:18.339: TFTP: Opened flash:P0S3-07-5-00.bin, fd 0, size 689278 for process 109
*Nov 25 17:38:18.339: TFTP: Sending block 1 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Received ACK for block 1, socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Sending block 2 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Received ACK for block 2, socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Sending block 3 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Received ACK for block 3, socket_id 0x47FD35FC
*Nov 25 17:38:18.343: TFTP: Sending block 4 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.347: TFTP: Received ACK for block 4, socket_id 0x47FD35FC
*Nov 25 17:38:18.347: TFTP: Sending block 5 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.347: TFTP: Received ACK for block 5, socket_id 0x47FD35FC
*Nov 25 17:38:18.347: TFTP: Sending block 6 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.347: TFTP: Received ACK for block 6, socket_id 0x47FD35FC
*Nov 25 17:38:18.351: TFTP: Sending block 7 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.351: TFTP: Received ACK for block 7, socket_id 0x47FD35FC
*Nov 25 17:38:18.351: TFTP: Sending block 8 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.351: TFTP: Received ACK for block 8, socket_id 0x47FD35FC
*Nov 25 17:38:18.351: TFTP: Sending block 9 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.355: TFTP: Received ACK for block 9, socket_id 0x47FD35FC
*Nov 25 17:38:18.355: TFTP: Sending block 10 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.363: TFTP: Received ACK for block 10, socket_id 0x47FD35FC
*Nov 25 17:38:18.363: TFTP: Sending block 11 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.367: TFTP: Received ACK for block 11, socket_id 0x47FD35FC
*Nov 25 17:38:18.367: TFTP: Sending block 12 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.367: TFTP: Received ACK for block 12, socket_id 0x47FD35FC
*Nov 25 17:38:18.367: TFTP: Sending block 13 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Received ACK for block 13, socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Sending block 14 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Received ACK for block 14, socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Sending block 15 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Received ACK for block 15, socket_id 0x47FD35FC
*Nov 25 17:38:18.371: TFTP: Sending block 16 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.375: TFTP: Received ACK for block 16, socket_id 0x47FD35FC
*Nov 25 17:38:18.375: TFTP: Sending block 17 (retry 0), socket_id 0x47FD35FC
*Nov 25 17:38:18.375: TFTP: error code 11 received - 8192
*Nov 25 17:38:18.375: TFTP: Finished flash:P0S3-07-5-00.bin, time 00:00:00 for process 109
*Nov 25 17:38:19.319: TFTP: Server request for port 52798, socket_id 0x487734B8 for process 109
*Nov 25 17:38:19.319: TFTP: read request from host 192.168.10.11(52798) via GigabitEthernet0/0.10
*Nov 25 17:38:19.319: TFTP: Looking for P0S3-07-5-00.sbn <<<<<<<<<<<<<<<<<<< instead of sbn2 its looking for sbn only
*Nov 25 17:38:19.319: TFTP: Sending error 1 No such file
*Nov 25 17:38:27.951: TFTP: Server request for port 49866, socket_id 0x47FE7B90 for process 109
*Nov 25 17:38:27.951: TFTP: read request from host 192.168.10.11(49866) via GigabitEthernet0/0.10
*Nov 25 17:38:27.951: TFTP: Looking for CTLSEP0013C4AACF8B.tlv
*Nov 25 17:38:27.951: TFTP: Sending error 1 No such file
*Nov 25 17:38:28.019: TFTP: Server request for port 49867, socket_id 0x47FDB414 for process 109
*Nov 25 17:38:28.019: TFTP: read request from host 192.168.10.11(49867) via GigabitEthernet0/0.10
*Nov 25 17:38:28.019: TFTP: Looking for SEP0013C4AACF8B.cnf.xml
*Nov 25 17:38:28.019: TFTP: Sending error 1 No such file
*Nov 25 17:38:28.099: TFTP: Server request for port 49868, socket_id 0x47FD35FC for process 109
*Nov 25 17:38:28.099: TFTP: read request from host 192.168.10.11(49868) via GigabitEthernet0/0.10
*Nov 25 17:38:28.099: TFTP: Looking for XMLDefault.cnf.xml
*Nov 25 17:38:28.099: TFTP: Sending error 1 No such file
STSPBX-R1#sh flash:
-#- --length-- -----date/time------ path
1 51414896 Feb 22 1907 21:31:44 +00:00 c2800nm-advipservicesk9-mz.124-15.T12.bin
2 689278 Nov 25 1997 19:28:00 +00:00 P0S3-07-5-00.bin
3 461 Nov 25 1997 19:29:22 +00:00 P0S3-07-5-00.loads
4 689682 Nov 25 1997 19:30:08 +00:00 P0S3-07-5-00.sb2
5 0 Nov 25 1997 18:50:24 +00:00 its
6 7905519 Nov 25 1997 19:00:54 +00:00 cmterm-7941_7961-sip.8-0-2SR1.cop
7 15 Nov 25 1997 19:01:50 +00:00 OS79XX
8 69 Nov 25 1997 17:33:34 +00:00 syncinfo.xml
9 1839 Nov 25 1997 17:33:34 +00:00 SIPDefault.cnf
10 344 Nov 25 1997 19:28:36 +00:00 XMLDefault.cnf.xml
11 221 Nov 25 1997 18:24:04 +00:00 SEP0013C4AACF8B.cnf.xml
12 3579 Nov 25 1997 17:33:34 +00:00 softkeyDefault_kpml.xml
13 3613 Nov 25 1997 17:33:34 +00:00 softkeyDefault.xml
14 1243 Nov 25 1997 17:33:36 +00:00 SIP0013C4AACF8B.cnf
15 459 Nov 25 1997 19:02:20 +00:00 P00308000900.loads
16 706864 Nov 25 1997 19:03:24 +00:00 P00308000900.sb2
17 130952 Nov 25 1997 19:03:48 +00:00 P00308000900.sbn
18 1243 Nov 25 1997 17:33:36 +00:00 SIP0013C4BBCF8B.cnf
19 129292 Nov 25 1997 19:13:16 +00:00 P003-07-5-00.sbn
tftp-server flash:P00308000900.loads alias P00308000900.loads
tftp-server flash:P00308000900.sb2 alias P00308000900.sb2
tftp-server flash:P00308000900.sbn alias P00308000900.sbn
tftp-server flash:P0S3-07-5-00.bin alias P0S3-07-5-00.loads
tftp-server flash:P0S3-07-5-00.loads alias P0S3-07-5-00.loads
tftp-server flash::P0S3-07-5-00.bin alias P0S3-07-5-00.bin
tftp-server flash:P0S3-07-5-00.sb2 alias P0S3-07-5-00.sb2
tftp-server flash:cmterm-7941_7961-sip.8-0-2SR1.cop alias cmterm-7941_7961-sip.8-0-2SR1.cop
tftp-server flash:OS79XX alias OS79XX
tftp-server flash:P003-07-5-00.sbn alias P003-07-5-00.sbn
04-14-2019 02:29 AM
The phone is back to configuring IP, I think I have all the files required but not sure why i cant upgrade the phone from SCCP to SIP, U currently have SCCP firmware 8.0.9 and want to upgrade to SIP P0S3-07-5-00 but can not get it to load, my flash contains I think all the files
STSPBX-R1#dir flash:
Directory of flash:/
1 -rw- 51414896 Feb 22 1907 21:31:44 +00:00 c2800nm-advipservicesk9-mz.124-15.T12.bin
2 -rw- 689278 Nov 25 1997 19:28:00 +00:00 P0S3-07-5-00.bin
3 -rw- 461 Nov 25 1997 19:29:22 +00:00 P0S3-07-5-00.loads
4 -rw- 689682 Nov 25 1997 19:30:08 +00:00 P0S3-07-5-00.sb2
5 drw- 0 Nov 25 1997 18:50:24 +00:00 its
6 -rw- 7905519 Nov 25 1997 19:00:54 +00:00 cmterm-7941_7961-sip.8-0-2SR1.cop
11 -rw- 221 Nov 25 1997 19:46:50 +00:00 SEP0013C4AACF8B.cnf.xml
12 -rw- 1716 Nov 25 1997 19:47:12 +00:00 SEP00188285AB2C.cnf.xml
13 -rw- 345 Nov 25 1997 19:54:42 +00:00 XMLDefault.cnf.xml
14 -rw- 14 Nov 25 1997 19:55:16 +00:00 OS79XX
7 -rw- 459 Nov 25 1997 19:02:20 +00:00 P00308000900.loads
8 -rw- 706864 Nov 25 1997 19:03:24 +00:00 P00308000900.sb2
9 -rw- 130952 Nov 25 1997 19:03:48 +00:00 P00308000900.sbn
10 -rw- 129292 Nov 25 1997 19:13:16 +00:00 P003-07-5-00.sbn
One of the issues i cant figure out is Looking for P0S3-07-5-00.sbn <<<<<<<<<<<<<<<<<<< instead of P0S3-07-5-00.sb2 its looking for sbn file , I dont have .sbn in the flash not does it come as part of the zip firmware file,
my config
STSPBX-R1#sh run
Building configuration...
Current configuration : 2993 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname STSPBX-R1
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
dot11 syslog
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.10.1 192.168.10.10
ip dhcp excluded-address 192.168.20.1 192.168.20.10
!
ip dhcp pool VLANPBX
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
option 150 ip 192.168.10.1
!
ip dhcp pool ServeVLAN
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
!
!
!
multilink bundle-name authenticated
!
!
voice-card 0
no dspfarm
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
sip
registrar server
!
!
!
!
!
!
!
!
!
!
!
!
voice register global
mode cme
source-address 192.168.10.1 port 5060
max-dn 5
max-pool 10
load 7960-7940 P0S3-07-5-00
tftp-path flash:
create profile sync 0006413396577012
!
voice register dn 1
number 1057300
name STS
!
voice register dn 2
number 5555
name STS
!
voice register pool 1
id mac 0013.C4BB.CF8B
type 7960
number 1 dn 1
username 1057300 password nfvgfhwbxqfckddp
description STS
codec g711alaw
no vad
!
voice register pool 2
id mac 0018.8285.AB2C
type 7960
number 1 dn 2
username 5555 password cisco
description STS
codec g711alaw
no vad
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
ip ftp username Sahan
ip ftp password Sahan123
!
!
!
!
interface GigabitEthernet0/0
description LAN
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
description LANBPX
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface GigabitEthernet0/0.20
description Server VLAN
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
!
interface GigabitEthernet0/1
description WAN
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
tftp-server flash:P0S3-07-5-00.loads alias P0S3-07-5-00.loads
tftp-server flash::P0S3-07-5-00.bin alias P0S3-07-5-00.bin
tftp-server flash:P0S3-07-5-00.sb2 alias P0S3-07-5-00.sb2
tftp-server flash:cmterm-7941_7961-sip.8-0-2SR1.cop alias cmterm-7941_7961-sip.8-0-2SR1.cop
tftp-server flash:OS79XX alias OS79XX
tftp-server flash:SEP0013C4AACF8B.cnf.xml alias SEP0013C4AACF8B.cnf.xml
tftp-server flash:SIP0013C4AACF8B.cnf alias SIP0013C4AACF8B.cnf
tftp-server flash:XMLDefault.cnf.xml alias XMLDefault.cnf.xml
tftp-server flash:SIPDefault.cnf alias SIPDefault.cnf
tftp-server flash:P0S3-07-5-00.bin alias P0S3-07-5-00.bin
!
control-plane
!
!
!
!
!
!
!
!
!
!
telephony-service
load 7960-7940 P0S3-07-5-00
max-ephones 1
max-dn 1
max-conferences 8 gain -6
transfer-system full-consult
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end
What am I missing? appreciate your help
04-14-2019 11:11 PM
One More mistake in your configuration is you have below files in you flash you are missing P003-07-5-00.bin File.
2 -rw- 689278 Nov 25 1997 19:28:00 +00:00 P0S3-07-5-00.bin
3 -rw- 461 Nov 25 1997 19:29:22 +00:00 P0S3-07-5-00.loads
4 -rw- 689682 Nov 25 1997 19:30:08 +00:00 P0S3-07-5-00.sb2
10 -rw- 129292 Nov 25 1997 19:13:16 +00:00 P003-07-5-00.sbn
*** Please rate helpful post; Mark "Accept as a Solution" if applicable
Thanks,
Haris
04-15-2019 09:19 AM
I have to be honest i m extremely confused P003-07-5-00.bin vs P0S3-07-5-00.bin, my understanding was I require P0S3-07-5-00.bin for SIP how does this come in to the equation P003-07-5-00.bin in cisco terms we only have one bin file.
I have downloaded the firmware link you gave me and plan to test it tomorrow it, will keep you posted.
Thanks
04-15-2019 11:20 PM
04-14-2019 02:33 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide