Getting the Cisco IP Phone 7970 G to work together with the software PBX Asterisk was something I had my hands on a couple of years back. Here’s how you can get them talking together.
You need a couple of things to get this working:
A functioning DHCP serverA functioning TFTP serverSIP Firmware from Cisco This is just a gzipped and tar’ed file.A functioning asterisk serverA Cisco IP PhoneAccording to a recent installation, the TFTP server must contain the following files
apps70.1-1-2-26.sbn
cnu70.3-1-2-26.sbn
cvm70sip.8-0-2-25.sbn
dsp70.1-1-2-26.sbn
jar70sip.8-0-2-25.sbn
SIP70.8-0-3S.loads
term70.default.loads
term71.default.loads
SEP.cnf.xml
The file you should pay the most attention to is the SEP
true SIP M/D/Y Greenwich Standard Time true ccm-beta-5-1 CallManager 5.0 Beta Pub – 5.0.1.032 2000 5060 5061 2427 2428 ccm-beta-5-1 Disable Disable false 2000 2000 2000 IP ADDRESS TO SIP SERVER 5060 5060 5060 false -1 Default
Default120 USECALLMANAGER 5060 USECALLMANAGER 5060 USECALLMANAGER 5060 true true x-cisco-serviceuri-cfwdall x-cisco-serviceuri-pickup x-cisco-serviceuri-opickup x-cisco-serviceuri-gpickup x-cisco-serviceuri-meetme x-cisco-serviceuri-abbrdial false 2 true true 2 2 0 true 6 10 180 3600 5 120 120 5 500 4000 70 true None 1 false true false false
none101 3 avt false false 3 2 false 15000 10 true 16384 32766 9 USECALLMANAGER 5060 3302 3302 2 3 false 3 4 5 7b452e87-4496-4762-e11f-b26751a1884b true false false true 5060 184 0 SK50719900-3bee-4594-bc3f-6400e1a33bf0.xml true 2 SIP70.8-0-3S false false 0 1 0 0 0 0 0 1,7 07:30 10:30 01:00 1 1136931633-57191cee-5ffc-4342-b286-4246b4991890 English_United_States 1 en_US 1.0.0.0-1 iso-8859-1 United_States United_States 64 1.0.0.0-1 1 0 http://ccm-beta-5-1:8080/ccmcip/authenticate.jsp http://ccm-beta-5-1:8080/ccmcip/xmldirectory.jsp http://ccm-beta-5-1:8080/ccmcip/GetTelecasterHelpText.jsp http://10.86.5.102/CiscoServices/index.xml 96 0 96 4 0 3804 ccm-beta-5-1 false 2 2000 2000 true true dialplan.xml
On the Asterisk server, you will have a file named sip.conf and to have the Cisco IP Phone talking to Asterisk you need this
[999999999]
username=999999999
type=friend
secret=password
nat=no
host=dynamic
canreinvite=no
dtmfmode=rfc2833
context=incoming
qualify=yes
disallow=all
allow=ulaw
That should be it, good luck!
Tags: asterisk, cisco 7960, cisco 7970, cisco 7970G, cisco config, cisco ip phone, config files, configuration, ip phone
This entry was posted on Wednesday, May 20th, 2009 at 12:20 am and is filed under Cisco configuration, Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
No comments:
Post a Comment