Err, oops, it was already the way I intended.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2010-01-15 23:50:47 +00:00
parent ddad718f8e
commit 6c1e69370e
2 changed files with 5 additions and 5 deletions

View File

@@ -748,10 +748,10 @@ samples: adsi
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
echo "" ; \
echo ";[compat]" ; \
echo ";pbx_realtime=1.6" ; \
echo ";res_agi=1.6" ; \
echo ";app_set=1.6" ; \
echo "[compat]" ; \
echo "pbx_realtime=1.6" ; \
echo "res_agi=1.6" ; \
echo "app_set=1.6" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \