Difference between revisions of "Call is not going through and not shown in Last Calls"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '* Make sure that configuration is correct on Caller side and it is really sending call to right IP (your server IP). * Make sure that iptables are not blocking Caller IP on serve…')
 
Line 5: Line 5:


Where 11.22.33.44 is Caller's Public IP address.
Where 11.22.33.44 is Caller's Public IP address.
If IP is blocked by iptables in your server output will look like this:
'''DROP'''      all  --  11.22.33.44        0.0.0.0/0
If you are not getting such line, IP is not blocked by iptables on your server.

Revision as of 09:10, 13 July 2015

  • Make sure that configuration is correct on Caller side and it is really sending call to right IP (your server IP).
  • Make sure that iptables are not blocking Caller IP on server side. Command to do that:
# iptables -L -n | grep DROP | grep 11.22.33.44

Where 11.22.33.44 is Caller's Public IP address.

If IP is blocked by iptables in your server output will look like this:

DROP       all  --  11.22.33.44        0.0.0.0/0

If you are not getting such line, IP is not blocked by iptables on your server.