Asterisk Upgrade: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: This upgrade is based on Asterisk 1.6.0.1 and DAHDI 2.0.0 = Prerequisite = It is not necessary but I like doing it as a precaution. I stop DAHDI and Asterisk before the upgrade. <pre> se... |
No edit summary |
||
Line 1: | Line 1: | ||
This upgrade is based on Asterisk 1.6.0.1 | This upgrade is based on: | ||
* Asterisk 1.6.0.1 to 1.6.0.3 | |||
* DAHDI Linux 2.0.0 to 2.1.0.3 | |||
* DAHDI Tools 2.0.0 to 2.1.0.2 | |||
<br> | |||
= Prerequisite = | = Prerequisite = | ||
It is not necessary but I like doing it as a precaution. I stop DAHDI and Asterisk before the upgrade. | It is not necessary but I like doing it as a precaution. I stop DAHDI and Asterisk before the upgrade. |
Revision as of 05:37, 12 January 2009
This upgrade is based on:
- Asterisk 1.6.0.1 to 1.6.0.3
- DAHDI Linux 2.0.0 to 2.1.0.3
- DAHDI Tools 2.0.0 to 2.1.0.2
Prerequisite
It is not necessary but I like doing it as a precaution. I stop DAHDI and Asterisk before the upgrade.
service asterisk stop service dahdi stop
DAHDI
DAHDI Linux
cd dahdi-linux-2.1.0.3 make make install
DAHDI Tools
cd dahdi-tools-2.1.0.2 ./configure make menuselect make make install
Asterisk
cd asterisk-1.6.0.3 ./configure make menuselect make make upgrade
Start Services
If you stoped the services before the upgrade you now need to start them again.
service dahdi start service asterisk start