[Asterisk-code-review] hep.conf.sample: Default 'enabled' to 'no' (asterisk[master])
Matt Jordan
asteriskteam at digium.com
Wed Jun 29 15:33:00 CDT 2016
Matt Jordan has uploaded a new change for review.
https://gerrit.asterisk.org/3108
Change subject: hep.conf.sample: Default 'enabled' to 'no'
......................................................................
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-26145 #close
Change-Id: I1753a64ca83a3442a6ebdc31061f8185c062d9b1
---
M configs/samples/hep.conf.sample
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/08/3108/1
diff --git a/configs/samples/hep.conf.sample b/configs/samples/hep.conf.sample
index 6e409d1..e1cd52e 100644
--- a/configs/samples/hep.conf.sample
+++ b/configs/samples/hep.conf.sample
@@ -4,7 +4,7 @@
; All settings are currently set in the general section.
[general]
-enabled = yes ; Enable/disable forwarding of packets to a
+enabled = no ; Enable/disable forwarding of packets to a
; HEP server. Default is "yes".
capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.
capture_password = foo ; If specified, the authorization passsword
--
To view, visit https://gerrit.asterisk.org/3108
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1753a64ca83a3442a6ebdc31061f8185c062d9b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list