Recent upgrade and now Cisco 7960 will not register

First off I am a sort of Linux newbie and fairly new to the freepbx system.

Anyway, I was running a stock version of Freepbx and I did an upgrade on Asterisk to Version 1.8.4 and since then my Cisco phones (7960) will not register but others will.

These phones all used to work with no worries until this upgrade, I also have a PAP2 Linksys device that will register using all the same configs as before, I noticed on the phone the following error which may or may not have anything to do with it as I also built a config using the MAC also in end point manager, the error on the phone being W310 1 Error(s) Parsing: SIPDefault.cnf

I have checked it and checked it and found no weird issues with it, I am not behind a Router but on a switch which is direct to the server and here is the config for 1 line 103 SipMac.

[quote]proxy1_address: “192.168.0.4”

line1_name: “103”
line1_shortname: “103”
line1_displayname: “Cisco”
line1_authname: “103”
line1_password: “mypass”

proxy_emergency: “”
proxy_emergency_port: “5060”
proxy_backup: “”
proxy_backup_port: “5060”
outbound_proxy: “”
outbound_proxy_port: “5060”

nat_enable: “0”
nat_address: “”
voip_control_port: “5060”
start_media_port: “16348”
end_media_port: “20134”
nat_received_processing: “0”

phone_label: "Cisco’s Phone "
time_zone: EST
services_url: “”
directory_url: “”
logo_url: “”

telnet_level: “2”
phone_prompt: “Cisco7960”
phone_password: “”
enable_vad: “0”
network_media_type: “auto”
user_info: phone[/quote]

This is the SIPDefault.cnf

[quote]image_version: “P0S3-8-12-00”

proxy1_address: “192.168.0.4”

proxy2_address: “xxx.xxx.xxx.xxx”

proxy3_address: “xxx.xxx.xxx.xxx”

proxy4_address: “xxx.xxx.xxx.xxx”

Proxy Server Port

proxy1_port:“5060”

proxy2_port:“5060”

proxy3_port:“5060”

proxy4_port:“5060”

proxy_emergency: “”
proxy_emergency_port: “5060”
proxy_backup: “”
proxy_backup_port: “5060”
outbound_proxy: “”
outbound_proxy_port: “5060”

nat_enable: “0”
nat_address: “”
voip_control_port: “5060”
start_media_port: “16348”
end_media_port: “20134”
nat_received_processing: “1”
dyn_dns_addr_1: “”
dyn_dns_addr_2: “”
dyn_tftp_addr: “”
tftp_cfg_dir: “./”

proxy_register: “1”
timer_register_expires: “120”
preferred_codec: “none”
tos_media: “5”
enable_vad: “0”
dial_template: “dialplan”
network_media_type: “auto”
autocomplete: “1”
telnet_level: “2”

cnf_join_enable: “1”
semi_attended_transfer: “0”
call_waiting: “1”
anonymous_call_block: “0”
callerid_blocking: “0”
dnd_control: “0”

dtmf_inband: “1”
dtmf_outofband: “avt”
dtmf_db_level: “3”
dtmf_avt_payload: “101”
timer_t1: “500”
timer_t2: “4000”
sip_retx: “10”
sip_invite_retx: “6”
timer_invite_expires: “180”

Time Server

sntp_mode: “unicast”
sntp_server: “192.168.0.2”
time_zone: “EST”
dst_offset: “1”
dst_start_month: “April”
dst_start_day: “”
dst_start_day_of_week: “Sun”
dst_start_week_of_month: “1”
dst_start_time: “02”
dst_stop_month: “Oct”
dst_stop_day: “”
dst_stop_day_of_week: “Sunday”
dst_stop_week_of_month: “8”
dst_stop_time: “2”
dst_auto_adjust: “1”

messages_uri: “*97”

http_proxy_addr: “”
http_proxy_port: 80[/quote]

This is the errors I am seeing in the error log when I run set sip debug on in the CLI

Hope someone can see something here?!?!

This is sort of closed unless someone knows the fix, I went back to the older version and everyphone came back to life. The latest version does not like my 7960’s at all.