Thursday, March 10, 2011

Connect Cisco IP Phone 7960 to Asterisk

Previous post was about upgrade cisco ip phone to SIP version firmware.

Now short post how to setup asterisk

Example sip.conf

[550]
host=dynamic
context = office-all
type=friend
username = 550
secret = secret550
callerid = cisco550 <550>

[551]
host=dynamic
context = office-all
type=friend
username = 551
secret = secret551
callerid = cisco551 <551>

 

 

for reload config run asterisk console and run command

unknown*CLI> config reload /etc/asterisk/sip.conf

 

No comments: