Astdbdir In Asterisk.conf Has No Effect
Hello,
On Asterisk 13.19 I’m trying to set astdbdir in /etc/asterisk.conf, but it’s not having any effect. For example:
# grep astdbdir /etc/asterisk/asterisk.conf astdbdir => /tmp/asterisk
/tmp/asterisk exists and is owned by asterisk:asterisk, as the asterisk processing is running as asterisk:asterisk with the config file forced:
# ps aux | grep asterisk asterisk 3389 13.1 3.5 4295146504 214004 ? S
I feel like I’m missing something. Any suggestions?
– Jeff
2 thoughts on - Astdbdir In Asterisk.conf Has No Effect
Have you removed the (!) beside [ general] in asterisk.conf?
Ha! I had not. Thank you.
– Jeff