To upgrade from Asterisk 1.8 to 11
- Make sure the latest Enswitch fixes are installed.
- If running Debian or Ubuntu, do:
- apt-get install sqlite3 libsqlite3-dev libspandsp2 libspandsp-dev
- If running CentOS, Fedora, or Redhat, do:
- yum -y install sqlite-devel spandsp spandsp-devel
- Do:
- ls -l /usr/lib/asterisk/modules/codec_g729* # To check if G.729 is in use.
- mv /usr/lib/asterisk/modules /usr/lib/asterisk/modules-1.8
- enswitch install -u asterisk-11
- astdb2sqlite3 /var/lib/asterisk/astdb
- If using G.729, do:
- enswitch install -u g729-11
- In /etc/asterisk/extensions.conf, change "extensions_enswitch_18.conf" to "extensions_enswitch_11.conf".
- On the Enswitch web interface, under System » Configuration, set "Asterisk version" to "11".
- Reboot the Asterisk machine.
- Test calls.