mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
hep.conf.sample: Default 'enabled' to 'no'
Following the principle of least surprise, we should not be sending massive numbers of PJSIP and RTCP HEP packets out into the ether to some only-slightly-random IP address. Having 'enabled' set to 'no' in the sample configuration file should prevent this from happening for those who run 'make samples'. ASTERISK-26159 #close Change-Id: I1753a64ca83a3442a6ebdc31061f8185c062d9b1
This commit is contained in:
committed by
Richard Mudgett
parent
fab67b8b4d
commit
dab2a6b689
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
; All settings are currently set in the general section.
|
; All settings are currently set in the general section.
|
||||||
[general]
|
[general]
|
||||||
enabled = yes ; Enable/disable forwarding of packets to a
|
enabled = no ; Enable/disable forwarding of packets to a
|
||||||
; HEP server. Default is "yes".
|
; HEP server. Default is "yes".
|
||||||
capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.
|
capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.
|
||||||
capture_password = foo ; If specified, the authorization passsword
|
capture_password = foo ; If specified, the authorization passsword
|
||||||
|
Reference in New Issue
Block a user