Asterisk
apt-get install fake-hwclock
apt-get install dnsmasq
cd /etc mv resolv.conf resolv.conf.dnsmasq vi /etc/dnsmasq.conf
# Change this line if you want dns to get its upstream servers from # somewhere other that /etc/resolv.conf resolv-file=/etc/resolv.conf.dnsmasq vi /etc/resolv.conf
nameserver 127.0.0.1
/etc/init.d/dnsmasq restart
raspbxの場合
raspi-config
locale timezone 変更
passwd root
adduser ckenko25
コメント