Success! I managed to get two Cisco 7960 SIP Phones and an X-Lite soft-phone registered to my Asterisk server and were all able to call each other back and forth. It was a bit rocky on the first few runs due to a couple syntax/spelling errors in my part. You really have to be careful and sometimes a little creative when reading different material.
Now I'll work on getting connected to a PSTN. I'll keep this thread posted. Thanks
Here is my activity log:
FYI - the NOTICE stuff toward the end turned out to be the X-Lites V-mail setting, check for V-mail was checked ON.
localhost*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
1002/1002 192.168.1.107 D 5060 Unmonitored
1001/1001 192.168.1.105 D 5060 Unmonitored
1000/1000 192.168.1.100 D 45984 Unmonitored
3 sip peers [Monitored: 0 online, 0 offline Unmonitored: 3 online, 0 offline]
[Aug 10 20:06:35] NOTICE[2829]: chan_sip.c:15935 handle_request_subscribe: Received SIP subs cribe for peer without mailbox: 1000
-- Executing [1000@phones:1] Verbose("SIP/1002-082cb1d8", "1|Extension 1000") in new stack
Extension 1000
-- Executing [1000@phones:2] Dial("SIP/1002-082cb1d8", "SIP/1000|30") in new stack
-- Called 1000
-- SIP/1000-082d0cd8 is ringing
-- SIP/1000-082d0cd8 answered SIP/1002-082cb1d8
-- Native bridging SIP/1002-082cb1d8 and SIP/1000-082d0cd8
== Spawn extension (phones, 1000, 2) exited non-zero on 'SIP/1002-082cb1d8'
-- Executing [1000@phones:1] Verbose("SIP/1001-082cb1d8", "1|Extension 1000") in new stack
Extension 1000
-- Executing [1000@phones:2] Dial("SIP/1001-082cb1d8", "SIP/1000|30") in new stack
-- Called 1000
-- SIP/1000-082d0cd8 is ringing
-- SIP/1000-082d0cd8 answered SIP/1001-082cb1d8
-- Native bridging SIP/1001-082cb1d8 and SIP/1000-082d0cd8
== Spawn extension (phones, 1000, 2) exited non-zero on 'SIP/1001-082cb1d8'
-- Executing [1001@phones:1] Verbose("SIP/1000-082cb1d8", "1|Extension 1001") in new stack
Extension 1001
-- Executing [1001@phones:2] Dial("SIP/1000-082cb1d8", "SIP/1001|30") in new stack
-- Called 1001
-- SIP/1001-082d0cd8 is ringing
-- SIP/1001-082d0cd8 answered SIP/1000-082cb1d8
-- Native bridging SIP/1000-082cb1d8 and SIP/1001-082d0cd8
== Spawn extension (phones, 1001, 2) exited non-zero on 'SIP/1000-082cb1d8'
-- Executing [1001@phones:1] Verbose("SIP/1000-082cb1d8", "1|Extension 1001") in new stack
Extension 1001
-- Executing [1001@phones:2] Dial("SIP/1000-082cb1d8", "SIP/1001|30") in new stack
-- Called 1001
-- SIP/1001-082d0cd8 is ringing
-- SIP/1001-082d0cd8 answered SIP/1000-082cb1d8
-- Native bridging SIP/1000-082cb1d8 and SIP/1001-082d0cd8
== Spawn extension (phones, 1001, 2) exited non-zero on 'SIP/1000-082cb1d8'
-- Executing [1002@phones:1] Verbose("SIP/1000-082cb1d8", "1|Extension 1002") in new stack
Extension 1002
-- Executing [1002@phones:2] Dial("SIP/1000-082cb1d8", "SIP/1002|30") in new stack
-- Called 1002
-- SIP/1002-082d0cd8 is ringing
-- SIP/1002-082d0cd8 answered SIP/1000-082cb1d8
-- Native bridging SIP/1000-082cb1d8 and SIP/1002-082d0cd8
[Aug 10 20:09:35] NOTICE[2829]: chan_sip.c:15935 handle_request_subscribe: Received SIP subscribe fo r peer without mailbox: 1000
== Spawn extension (phones, 1002, 2) exited non-zero on 'SIP/1000-082cb1d8'
-- Executing [1001@phones:1] Verbose("SIP/1002-082cb1d8", "1|Extension 1001") in new stack
Extension 1001
-- Executing [1001@phones:2] Dial("SIP/1002-082cb1d8", "SIP/1001|30") in new stack
-- Called 1001
-- SIP/1001-082d0cd8 is ringing
-- SIP/1001-082d0cd8 answered SIP/1002-082cb1d8
-- Native bridging SIP/1002-082cb1d8 and SIP/1001-082d0cd8
== Spawn extension (phones, 1001, 2) exited non-zero on 'SIP/1002-082cb1d8'
-- Unregistered SIP '1000'
-- Registered SIP '1000' at 192.168.1.100 port 28028
localhost*CLI>