From: Joshua Colp Date: Fri, 2 Feb 2007 15:29:35 +0000 (+0000) Subject: Add systemname to asterisk.conf generation per recent discussions about it. (issue... X-Git-Tag: 1.4.1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=177baaecc657ce61af0e5a00681f529450be0f62;p=thirdparty%2Fasterisk.git Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53114 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index e6f55a46e3..0c460428d3 100644 --- a/Makefile +++ b/Makefile @@ -533,6 +533,7 @@ samples: adsi echo "" ; \ echo ";[options]" ; \ echo ";internal_timing = yes" ; \ + echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \ echo "; Changing the following lines may compromise your security." ; \ echo ";[files]" ; \ echo ";astctlpermissions = 0660" ; \