Cisco 7940 cannot connect

Hello and thank you in advance.

So i have been attempting to set up my Free PBX server with cisco 7940 telephones. So here is a run down of what I have accomplished so far.

I have managed to flash the latest firmware onto the phones POS3-8-12-00 from the tftp server setup on another machine.

So I set up the 1st phone and it shows as connected to the free pbx server. I can call itself by dialing the extension and it will ring back to the phone. The Free PBX shows it as connected under status.

Phone #2 however shows a little x next to the phone icon and free pbx does not see it as connected. Obviously I figured if I just copied the setup files for phone one for phone two and changed the extension name and password I would think it should work fine. However it does not so I am at a bit of a loss of what to do now. I have been reading for hours and have not found any answers to the problem.

I have changed the nat setting to never as suggested in other threads and have also made sure that proxy_register: 1.

I am attaching the config files that I have set up for the phones. Hopefully somebody with more knowledge than I can tell me what I am doing wrong. I am running Free PBX Version 3.211.63-10
And Asterisk (Ver. 11.4.0)

The following config files are for phone 2 that is not working or not connecting.

SEP0017953837FA.cnf.xml


SIP
P0S3-8-12-00

SIP0017953837FA.cnf

proxy1_address: “10.0.5.2”

line1_name: "205"
line1_shortname: "Lee Tetz"
line1_displayname: "Lee Tetz"
line1_authname: "205"
line1_password: “79ef7a62df39e014e425795e88bb3c4a”

line2_name: ""
line2_shortname: ""
line2_displayname: ""
line2_authname: "UNPROVISIONED"
line2_password: “UNPROVISIONED”

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: "Lee’s Phone "
time_zone: PST
logo_url: “http://domain.ext/imagefile.bmp

telnet_level: "2"
phone_prompt: "Cisco7960"
phone_password: "password"
enable_vad: "0"
network_media_type: "auto"
user_info: phone

SIPDefault.cnf

image_version: “P0S3-8-12-00”

proxy1_address: “10.0.5.2”

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: "10.0.5.3"
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”

sntp_mode: "directedbroadcast"
sntp_server: "10.249.1.5"
time_zone: "CST"
time_format_24hr: "1"
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: "2"
dst_stop_month: "Nov"
dst_stop_day: "1"
dst_stop_day_of_week: "Sunday"
dst_stop_week_of_month: ""
dst_stop_time: "2"
dst_auto_adjust: “1”

messages_uri: "*99"
services_url: "http://example.domain.ext/services/menu.xml"
directory_url: "http://example.domain.ext/services/directory.php"
logo_url: “http://example.domain.ext/imagename.bmp

http_proxy_addr: ""
http_proxy_port: 80
remote_party_id: 0

XMLDefault.cnf.xml







2000

2427
2428







P0S3-8-12-00







Here are the config files for phone one which does work this is what I find very baffeling why the second phone does not connect.

SEP001562C39AE6.cnf.xml


P0S3-8-12-00

SIP001562C39AE6.cnf

proxy1_address: “10.0.5.2”

line1_name: "201"
line1_shortname: "John"
line1_displayname: "John Doe"
line1_authname: "201"
line1_password: “secret6580”

line2_name: ""
line2_shortname: ""
line2_displayname: ""
line2_authname: "UNPROVISIONED"
line2_password: “UNPROVISIONED”

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: "John’s Phone "
time_zone: PST
logo_url: “http://domain.ext/imagefile.bmp

telnet_level: "2"
phone_prompt: "Cisco7960"
phone_password: "password"
enable_vad: "0"
network_media_type: "auto"
user_info: phone

Thanks again in advance for any assistance really appreciate it let me know if any more info would be helpful.

Lee