Prevent calls that are not coming from the SIP proxy.

This prevents calls that are often referred to as ghost calls.
This commit is contained in:
FusionPBX 2021-04-09 11:21:08 -06:00 committed by GitHub
parent 74b26dd1b3
commit 5fa05ef82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@
<!-- Accept Incoming SIP from Proxy Only -->
<!-- Yes, No -->
<item name="account.{$line}.sip.validate.incomingServer">No</item>
<item name="account.{$line}.sip.validate.incomingServer">Yes</item>
<!-- Authenticate Incoming INVITE -->
<!-- Yes, No -->