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:
parent
74b26dd1b3
commit
5fa05ef82d
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue