mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
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:
@@ -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 -->
|
||||
@@ -3036,4 +3036,4 @@
|
||||
<item name="pks.ext.{$row.device_key_id}.value">{$row.device_key_value}</item>
|
||||
{/for}
|
||||
</config>
|
||||
</gs_provision>
|
||||
</gs_provision>
|
||||
|
||||
Reference in New Issue
Block a user