To authenticate caller by IP address instead of username and and password
Set SIP Server Admintool > [Configuration] > [SIP] > Authentication [REGISTER] = on and [INVITE] = on.Create the following dial plan and place it on top of all Dial Plan rules.
--------------------------------
[Matching Patterns:]
$addr = trusted_IP_address
[Deploy Patterns:]
$auth = false
$continue = true
--------------------------------

