This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:faq:how_to_change_the_asterisk_version_in_astercc [2013/11/18 01:23] solo |
en:faq:how_to_change_the_asterisk_version_in_astercc [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - | * backup modules | + | * remove old modules |
| * mv /usr/lib/asterisk/modules/ /usr/lib/asterisk/modules/.bak | * mv /usr/lib/asterisk/modules/ /usr/lib/asterisk/modules/.bak | ||
| * install the new asterisk version (usually compile from the source code) | * install the new asterisk version (usually compile from the source code) | ||
| * update /etc/asterisk/modules.conf | * update /etc/asterisk/modules.conf | ||
| - | * when you are using 1.6.2.20 | + | * restart asterisk |
| + | * restart asterccd | ||
| + | |||
| + | <note tip>if you upgraded from 1.2.2 to 2.0-beta, you can find the old asterisk config files(for 1.6.2.20) in /etc/asterisk.bak.core-2.0-beta/</note> | ||
| + | |||
| + | <note important>when you are using 1.6.2.20</note> | ||
| <code> | <code> | ||
| [modules] | [modules] | ||
| Line 215: | Line 220: | ||
| ;;; load => res_timing_pthread.so | ;;; load => res_timing_pthread.so | ||
| </code> | </code> | ||
| - | * when you are using 1.8.x | + | |
| + | <note important>when you are using 1.8.x</note> | ||
| <code> | <code> | ||
| [modules] | [modules] | ||