mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Fix a typo that caused this asterisk.conf to not get correctly generated.
(closes issue #12966) Reported by: ibc Patches: 12966.patch uploaded by bkruse (license 132) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -680,7 +680,7 @@ samples: adsi
|
|||||||
echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
|
echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
|
||||||
echo ";runuser = asterisk ; The user to run as" ; \
|
echo ";runuser = asterisk ; The user to run as" ; \
|
||||||
echo ";rungroup = asterisk ; The group to run as" ; \
|
echo ";rungroup = asterisk ; The group to run as" ; \
|
||||||
echo "dahdichanname = yes" ; Set channel name as DAHDI\
|
echo "dahdichanname = yes ; Set channel name as DAHDI" ; \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
echo "; Changing the following lines may compromise your security." ; \
|
echo "; Changing the following lines may compromise your security." ; \
|
||||||
echo ";[files]" ; \
|
echo ";[files]" ; \
|
||||||
|
Reference in New Issue
Block a user