asterisk13: change some default file locations
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 19 Aug 2017 14:05:07 +0000 (16:05 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 19 Aug 2017 14:23:22 +0000 (16:23 +0200)
- Set data dir to /usr/share/asterisk and use default locations for
  everything else.
- This is more in line with FHS and fixes issue #38. Database files are
  now written to tmpfs (/var is mounted there). This prevents the
  rootfs from filling up. It also prevents the flash to degrade during
  constant database rewriting.
- As the data dir changes, so does the location of the sound files. This
  commit also takes care of that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>

No differences found