wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
For those attending the FreePBX Training, we wanted to provide the basic steps required before you can follow along in Philippe's tutorial with PBX in a Flash. In a nutshell, the dundi module does not get loaded by Asterisk on startup unless the dundi config file is in place... which makes perfect sense. Once you configure it and put it in place, you restart it and everything just works.
The rest of you will have to wait a bit for the complete tutorial to set up a branch office using dundi.
Code:
cp /usr/src/asterisk/configs/dundi.conf.sample /etc/asterisk/dundi.conf
cd /etc/asterisk
chown asterisk:asterisk dundi.conf
amportal restart
cd /var/lib/asterisk/keys
astgenkey -n priv
...