Sometimes ISP provide only dhcp ip for branch offices. When you use firewall, I hope you use it , you need use rule for open dhcp traffic in your firewall.
interface FastEthernet0/0 ip access-list extended ISP |
Sometimes ISP provide only dhcp ip for branch offices. When you use firewall, I hope you use it , you need use rule for open dhcp traffic in your firewall.
interface FastEthernet0/0 ip access-list extended ISP |
Sometimes you need reboot pc at night. It help you.
@echo off
|
Previous post was about upgrade cisco ip phone to SIP version firmware.
Now short post how to setup asterisk
Example sip.conf
[550]
|
for reload config run asterisk console and run command
unknown*CLI> config reload /etc/asterisk/sip.conf
|
I bought one ip phone cisco 7960 on ebay it was with SCCP firmware. I use asterisk so need upgrade firmware.
Step by step.
1. Download and setup SolarWinds TFTP Server. It is free and works well.
2. Need SIP firmware from cisco site. I downloaded last version P0S3-08-8-00.zip . Unzip it to TFTP directory.
3. We need additional 5 files. I used notepad for it.
3.1 SIP<MAC adresse>.cnf
Example for two lines :
line1_name : 550 |
3.2 SIPDefault.cnf
Example:
#Image Version |
3.3 xmlDefault.CNF.XML
Example:
<loadInformation7 model="IP Phone 7960">P0S3-08-8-00</loadInformation7> |
3.4 RINGLIST.DAT
Example:
Piano 1 Piano1.raw |
3.5 dialplan.xml
Example:
<DIALTEMPLATE> |
8. Power off, connect network cable, power on phone.
As result you will see tftp server logs and your ip phone will get SIP firmware.