Getting Cisco phones working with asterisk may seem like a daunting procedure; getting SIP firmware installed on the phone, loading up the the firmware files in the tftp server, fearing that you will somehow brick the phone by an incomplete firmware upload…But I am here to reassure you that once you understand how Cisco phones update themselves, the fear and trepidation will subside.
In fact, Cisco phones are simple. They just need a tftp server to update its firmware and it doesnt even have to be located on the asterisk/phone system itself. 7940/60 Cisco phones update in two stages. The bootloader, then the application. Once the bootloader is upgraded, all passwords and networking information on the phone will be wiped out. But what is essential in upgrading these phones is a DHCP server with option 150 enabled – an option to auto-provision the tftp server ip address when the DHCP server hands out the regular ip address to the phone.
Without an auto-provisioned tftp server address, the phone will only complete half the upgrade and come up with an error message of “protocol application invalid.” This just means that the phone could not complete the second half of the upgrade and needs the tftp ip address to be specified. Only problem is since there is no application running, there is no place to specify the address! Thank goodness for DHCP option 150 which does this for us when the phone grabs an IP address after loading the bootloader.
Below are instructions to upgrade/convert any Cisco 7940, 7941, 7960, 7961, 7970, 7971, 7942, 7962, 7945, 7965 IP phone to any firmware you want from the Cisco web site (SIP/SCCP), and to recover any cisco phone which may have screwed up somehow while upgrading firmware (like if you get the protocol application invalid message).
Step 1: Download Cisco phone firmware
Cisco may require you to have a smartnet contract before you download the firmware, but if you do not have one, there are firmware files available on the internet. Ive provided two sources below.
a. Goto http://www.cisco.com/ and create a login if you do not already have one. Download the firmware for the specific phone you are using. (if cisco doesnt allow you to download the firmware, check here: ftp://ftp.itl.ua/pub/cisco/ip-7900ser/ or http://radiotwenterand.nl/~graver/cisco/SIP-7960/ for phone firmware).
b. Download the .zip file and extract it to a directory. If you are downloading an older version of the SIP/SCCP firmware and it only comes in a .cop file extension. Just rename the extension to .tar.gz and extract it to a directory using winzip or winrar.
You will have several files in this directory. If you just have one, you must remember to extract all the files.
Step 2: Download and configure the DHCP/TFTP server
We are going to use a windows based machine and load tftp/dhcp software on it which will make our windows machine a server for our phones.
a. Go here to download the tftp/dhcp server – http://tftpd32.jounin.net/
Download and install version 3.23 (<–YOU MUST DOWNLOAD AND INSTALL THIS VERSION. I have had many people complaining about their phones not obtaining a correct ip address and also the files not being sent correctly. Every one of these problems was due to using the incorrect version and/or having their firewall on).
b. You will also have to configure your windows machine to use ip address of 192.168.1.1 and subnet mask of 255.255.255.0.
Youll configure this tftp server to host the upgrade files via tftp server (theres an option to configure the working directory in the program to use for the stored firmware files on the windows machine – this must be set correctly!).
c. Under DHCP server within the tftp32 program, enter the following and click SAVE:
-IP pool starting address as 192.168.1.2
-Size of pool as 250 (if doing multiple phones, this just makes sure your phones are able to receive an ip address)
-Default router as 192.168.1.1
-Mask as 255.255.255.0
-Additional option, enter 150 in the first box, then 0x0101A8C0 in the second box (this number is 192.168.1.1 in Hexadecimal).
3. Putting it all together
a. Now, there are a few things to consider when upgrading 7940/7960 cisco phones (these steps below dont apply to the 79×1/79×2/79×5 java based phones, if you have one of these, just do steps d. and e.). But the rule of thumb, is that if you have SCCP on your phone youll need to use a XMLDefault.cnf.xml file to specify the firmware load information tag by which the phone can know what load it should install. For the rest of this guide I will just assume you want to convert SCCP to SIP.
b. The easiest way to get SIP on your phone is to install a universal application bootloader. Ive found that SCCP version 8.0.9 (P00308000900) has the most compatible loader which easily allows swapping between current SIP and SCCP loads without a hitch. So the best thing to do is to upgrade your SCCP phone with a newer SCCP load before switching over to SIP. If you have a very old version of SCCP, you will find that you cannot immediately upgrade to this version. If that is the case, just load version 3 (P00303010102), then load to version 5 (P00305000500), then jump to version 8.0.9 (P00308000900). To do this you have to download those firmware versions and just extract them all into one directory.
c. Now download and place this file into your firmware directory. XMLDefault.cnf.xml (right click on link…’save target as’ – this file contains the text below)
<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>SCCP40.8-3-1S</loadInformation>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>
After you have downloaded the file, edit the loadInformation tag within the XMLDefault.cnf.xml file with the firmware you want to install on your phone. Do not add the file name extension, just the name of the file (ig. <loadInformation>P00308000500</loadInformation>). Save and proceed to the next step.
d. Next plug in the phone by crossover cable or ethernet switch to the computer you are running this server from (make sure you disconnect any device attached to the network which resolves an ip through dhcp, as this will conflict with any other dhcp server on the network).
e. Power Cycle the phone and clear the configuration by holding down the # key and then plugging in the phone. After all the lights cycle on the phone, release the # key and press 123456789*0# followed with the 2 key (if you are using a 79×1, 79×2, 79×5, 7970 phone, plug the phone in and hold the # key till the extension lights blink amber…then press 3491672850*#. The lights will turn red, but if they dont, repeat this step. The phone will then wipe the flash and load whatever firmware is specified in the tftpd32 directory – if the phone just keeps downloading the term.defaults file constantly, just do an incremental upgrade to the firmware version that you want).
This will clear all settings on the phone and set it to defaults. Upon reboot, the phone will grab an ip address from the dhcp server on the windows machine running the dhcp server. Tftpd32 will also assign an ip address for the tftp server to the phone using option 150, and the phone should start pulling down files from the server after it obtains an ip address.
f. If you are doing an incremental upgrade to get to version 8.0.9, just keep editing the XMLDefault.cnf.xml file with the next version of firmware and save, then reboot the phone (after it has completed loading both the bootloader and application). The phone should find that it needs to upgrade itself until you stop editing the file with new firmware information.
g. After the phone gets to SCCP version 8.0.9, all you have to do is just download the version of SIP firmware you want, and then extract it into a seperate directory. Point the tftpd32 program to use that directory, copy the XMLDefault.cnf.xml file to that directory and edit the loadInformation tag with the POS-xxx filename which is located in that directory and reboot the phone. The phone will automatically switch over to loading the SIP firmware.
You can check the events viewer within tftpd32 to ensure that the phone is grabbing the necessary files and getting an ip address. The 79×1/79×2/79×5/7970 phones take a bit longer to fully complete the flashing process since they use more numerous and larger files than the 7940/60 series phones. If the phones just sit like they arent doing anything, wait a bit longer and they should come back up. Its not uncommon for one phone to take up to 4-5 minutes to complete the entire process.
Thats all there is to it, and now that the phone has a good universal application bootloader, you will have no trouble switching between SCCP and SIP by just pointing the phone to the appropriate directory.
If you have any questions, feel free to send me a message on my contact page, if you get really stuck I can also provide these services remotely.
Hi
I have 7940G after upgrading to version 5 P00305000500 my phone lost ability to deflash. Basically when I hold # on start it doesnt say sequence started anymore.
also it never say bootloader at the begining, Is there any other way to wipe the flash on this phone?
It seems to connect to tftp as it wants SEP001B0C18BDC1.cnf.xml and OS79XX.txt but I can not get it to pull another upgrade at all.
Please help
I am trying to restore my 7961. Here’s what I did so far.
1. Downloaded and running Tftpd32 v3.23. Configured DHCP as per instructions.
2. Connected phone with crossover cable to pc and did the 34… sequence.
3. Can see that the phone is getting an ip (can ping it too)
4. Nothing happens after that. The tftp server log tab doesn’t show any files being pulled by the phone.
Note: FW is off, restarted computer. Did everything possible. The phone’s speaker led in set intervals, comes up and at that time, can see an entry in the log viewer for IP request (DHCP keepalive)
What do I do? Please help.
I saw this tutorial 3 months back before i was just about to start CCNA Voice becuase I just bricked a phone I bought off ebay (couldn’t help but play around with the phone). I gave up and sent it back for a new one. I figure now since Im a lot more familiar that i give it another shot and try to upgrade my firmware again and once again ran into a similar problem. I came back here and your guidance step for step has helped me bring my phone back to life. Thank You!
I had succesfuly to flashed firmware on C7941 and used this procedure as my guide. I use Cisco router as DHCP server(with 150 option configured), and used SloarwindsTFTP server.
Used File cm-7941_7961-sccp.8-0-4ES4-0-1S from ftp link: ftp://ftp.itl.ua/pub/cisco/ip-7900ser/. Also I had to change XMLDefaultFile loadInformation filed to:SCCP41.8-0-4ES4-0-1S
Now my phones work fine.
Hello i have a cisco 7911g i manage to isntall sip on it and everything is fine except that it can’t register with my sip account to the provider.I think it’s something with sepmacaddres.cnf.xml file but i can’t figure out what it is.There’s a little cros next to the little phone icon and when i pick up the headseat there is a signal , but when i dial something the signal is gone. I will provide my sepmacaddres.cnf.xml if needed.Please help i’ve tried everything and the thing does not work.
Yes the configuration is the same i think it’s something with the sip proxy of the provider but i can’t understand what it is. I can copy the config file if you want to see it.Register with proxy option is set to false ,but if i set it to true the phone keeps registering and thats all if its true then then the signal come up , but there is the little cross next to the phone icon.
@todor
have you tried checking the NAT settings? i had the same scenario before. cisco 7911g is registering but there is a “x” beside the phone icon on the screen. i just change the NAT settings and it worked fine. NAT=NO if the phone is connected on the local network and NAT=YES if the phone is connected on a public network. just sharing what i did.
Hi,thanks for your great tutorial
I have a little problem here,
I have 7940 Cisco IPPone,I upgrade it to Version5,now i want to upgrade it to Version8 but i couldn’t factory reset it anymore!
This is what i do,I Unplug the power cable from the phone, and then plug in the cable again.The phone begins its power up cycle.
I Immediately press and hold # and while the Headset, Mute, and Speaker buttons begin to flash in sequence,I release #.
but the phone does not wait for me to enter the key sequence(123456789*0#) for the reset.
do you know what is the problem?
Or is there any other way to Reset the phone to the factory default? (because i want to upgrade it to version8)
Thanks in advance
Guy Paddock solved my issue, change the TFTP option from 150 to 69, then it grabbed the files succesfully.
“We are going to use a windows based machine and load tftp/dhcp software on it which will make our windows machine a server for our phones.” I have set-up the tftp/dhcp. I am not sure now of the connection between phone & my computer. Do i need a separate switch or On which port do i connect the phone to get dhcp from PC since my PC do not hve PoE. sorry fo a dumb question. Please clarify the connection to me.
I use an Asterisk version of PBX (Pbxinaflash). I’ve had my cisco 7940 and 7960 phones working using the tftp server built into asterisk. They are not currently set up since I upgraded. I want to add a 7975 phone. The old firmware that I have is version POs3-08-06-00. Do you know if that firmware will work on a 7975 phone?
Thanks for this site. It is great.
Thank you very much. I got a PoE switch, uploaded the files on the tftpd32. I battled with tftpd32 on windows 7. TFTPD32 was issuing DHCP but the phone was not getting IPs, tried it on my computer it was the same. I then installed tftpd32 on windows XP and it worked like charm.I flashed the old firmware as specified in blog, then it loaded SIP firmware from TFTP server on tftpd32 as said in blog.Make sure the mac address of the IP phone is correct SIP.
I messed the MAC ADDRESS and also some files were missing.I restarted the reseting from the start as in the blog after correcting my mistakes and the phone is now working with Trixbox. There is something which is not specified in the blog i want to point out it may help someone. I downloaded the firmware files from the link provided in blog, you have to edit the SIP<> XML file. In that file thus where you specify your extension, secret key, display name, & IP address of your IPBX. If you did not edit it before the firmware upgrade unfortunately you have to re-do the process from start with the new updated XML file(Thus how i did it, maybe there is a simpler way)
Regarding what cmba said on April 15, 2013 at 4:44 am, I am having the same problem. I have a Cisco 7941.
I am running W7 Professional. I do not have immediate access to a WXP machine. Is there a work around (i.e. running tftpd32 as compatible for WXP SP3)? I did try that, it didn’t work, but just confirming with you.
do I really need to use an “endpoint manager” too add SIP accounts to the phone?
If not and I only had one 7940G for use directly with a voip IP PBX hybrid like anveo.com or voip.ms what would I use an endpoint manager for?
pbxinaflash. com/ community/index.php?threads/piaf-endpoint-manager.7097/
this device cannot render flash so I couldn’t watch the tutorial
@Marc we are using solarwind tftp on win7. give that a shot.
I am having a problem where i can get it to download the xmldefault config but nothing happens after that. this is the xml config i am using and I have the .loads file in the same directory. Is there anything else I need to do to get this to work on a 7962?
Thanks