Frequently Asked Question
SIP - Door station not communicating with the SIP cloud
Last Updated 6 years ago
If one doesn't see the door station with the registered SIP account: #########0 connected to our cloud.There are many factors that could have contributed to this result. Among many aspect, the following would need to be checked:
- WAN connection to the internet
- the SIP account is correctly inputted to the door station VOIP settings:
The following procedure is to setup the SIP connection to the NT-IP-A9K-TE door panel?
- access the web interface of the NT-IP-A9K-TE [example, 192.168.x.90]
- Log in the admin interface using the default username: admin, password: 123456
- from the left-end menu option select "VOIP"
- In this window, update the following settings:
- Under [VOIP / [SIP]]:
- SIP enable: [Only enabled if subscribed to the service]
- Proxy: sip:66.185.27.147
- Realm: 66.185.27.147
- Outbound: sip:
- STUN IP: 66.185.27.147
- STUN Port: 5060
- User: #######0
- Password: TBD
- Timeout: 300s
- Under [VOIP / [SIP]]:
- Then to commit the change select "submit" to save the settings.
- access the web interface of the NT-IP-A9K-TE [example, 192.168.x.90]
- If the above is completed but the SIP status is Failed, then try the following command using the command prompt:
netcat -zvu 66.185.27.147 5060- or try a variation of the above such as: nc -z -v -u 66.185.27.147 5060 (the result expected is the following):
- Connection to 66.185.27.147 5060 port [udp/*] succeeded!
- the above result confirms there is no networking blocks preventing end to end communication. I suspect that if this result is as expected, then issue is in VOIP settings. Otherwise, if result is different, at best, then the issue is on the network side starting at the router, leading to the SIP at worst.
I hope this helps.