Are there any other phones registered, or is it just this phone that is having issues? The first thing that I see is the qualify=200 line, and I have not had good experience with Cisco devices and any qualify setting. I would try leaving that out. I also have double quotes around the line1_* parameters. See my comments inline.<br>
<br><div class="gmail_quote">On Tue, Jul 28, 2009 at 2:14 PM, pepesz76 <span dir="ltr"><pepesz76@o2.pl></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear All,<br>
<br>
I'm trying to configure my new phone Cisco 7960 to work with asterisk.<br>
<br>
I followed <a href="http://www.asteriskguru.com/tutorials/cisco_7960_ip_phone_configuration.html" target="_blank">http://www.asteriskguru.com/tutorials/cisco_7960_ip_phone_configuration.html</a><br>
and I got into the point where I can see on the the display line indication showing<br>
"55 <phone icon with x>" so it looks like the phone is not registered.<br>
<br>
The phone and the asterisk are in the same local network.<br>
<br>
On asterisk side:<br>
Cawdor*CLI> sip show peers<br>
...<br>
55/55 (Unspecified) D N 5060 UNKNOWN<br>
...<br>
<br>
sip.conf:<br>
<br>
[55]<br>
type=friend<br>
defaultuser=55<br>
secret=12345655<br>
context=home_castle<br>
callerid="Lukasz Cisco 7960" <55><br>
canreinvite=no<br>
host=dynamic<br>
dtmfmode=rfc2833</blockquote><div><br>Remove: <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
qualify=200</blockquote><div><br><br>Add:<br> disallow=all<br> allow=ulaw (Or whatever codecs you are using)<br> buggymwi=yes<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
SIPDefault.cnf:<br>
<br>
image_version: P0S3-8-12-00<br>
proxy1_address: 192.168.1.109 ; Can be dotted IP or FQDN<br>
proxy_register: 1<br>
messages_uri: 80<br>
phone_password: cisco ; Limited to 31 characters (Default - cisco)<br>
sntp_mode: directedbroadcast ;"unicast"<br>
sntp_server: 192.168.1.77<br>
time_zone: GMT+01/00 ; assuming you're in GMT<br>
time_format_24hr: 1 ; to show the time in 24hour format<br>
date_format: D/M/Y ; format you would like the date in<br>
dial_template: dialplan<br>
<br>
<br>
SIP<MAC>.cnf:<br>
<br>
image_version: P0S3-8-12-00<br>
line1_name: 55</blockquote><div><br>line1_name: "55"<br>line1_authname: "55"<br>line1_password: "12345655"<br>line1_shortname: "55"<br>line1_displayname: "Lukasz Cisco7960"<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
line1_authname: 55<br>
line1_shortname: 55 ; displayed on the phones softkey<br>
line1_password: 12345655<br>
line1_displayname: "Lukasz Cisco7960"; the caller id<br>
proxy1_port: 5060<br>
proxy1_address: 192.168.1.109<br>
# Phone Label (Text desired to be displayed in upper right corner)<br>
phone_label: "Castle " ; add a space at the end, looks neater<br>
phone_password: "cisco" ; Limited to 31 characters (Default - cisco)<br>
user_info: none<br>
telnet_level: 2<br>
</blockquote><div><br>If that still doesn't work, then telnet into the phone and see what is going on. Commands like "show config" "show register" etch are very useful for this kind of troubleshooting. If the phone was attached to a CallManager using SIP before, then there could be some bad configuration still stuck in the phone. If you don't specify a new value, these phones cache the old config. Try factory defaulting the phone if all else fails. I have quite a few of these phones working without issue. Good luck!<br>
<br>-Jonathan<br><br></div></div>