Hi,
I have a Raspberry Pie 3 B+ setup with freepbx and was able to get the Cisco 7960G registered and its
able to receive inbound calls. However, I am having issues making calls on the 7960G. The phone is running firmware SIP45.8-5-4S. The secret is 8 characters long with simple lowercase chars and numerics. All i get is the number is not in service announcement.
Here are some things I noticed:
- Under sip show users, the phone with extension 201 is showing up and has the default context from-internal
Username Secret Accountcode Def.Context ACL Forcerport
201 ***** from-internal Yes No
- under sip show peers, the phone is showing up with status OK (28ms)
Name/username Host Dyn Forcerport Comedia ACL Port Status Description
201/201 192.168.15.46 D No No A 5060 OK (28 ms)
Here is the actual issue from the log when I make a call:
Executing [1**********@from-sip-external:1] NoOp(“SIP/192.168.15.40-00000009”, “Received incoming SIP connection from unknown peer to 1**********”) in new stack
Executing [s@from-sip-external:7] Log(“SIP/192.168.15.40-00000009”, "WARNING,“Rejecting unknown SIP connection from 192.168.15.46"”) in new stack
.40 is the freepbx server
.46 is the phone
Why is it saying that the call is coming from external? Shouldn’t it be from-internal since its coming from a known extension/internal IP?
Any idea what to check to do next to troubleshoot this issue?