Problem updating from *1.8.0 to 1.8.2.3

nzimon

New Member
Joined
Dec 29, 2010
Messages
7
Reaction score
0
I'm running the following on a virtual machine (Synapse Global):
PIAF 1.7.5.5
FreePBX 2.8.1.0
Asterisk 1.8.0
Asterisk Source Version 1.8.2.3

I've done the following:

update-scripts
update-fixes
update-source

After rebooting, I am STILL running on the old * version.

Am I missing a step or what????? HELP!!!!!

Norm Z
 
I thought the process is:

1) update-source

2) update-scripts (update-programs)

3) Update-fixes

Is that the correct sequence of events required or am I wrong.
 
Beats moi....

Any experts out there, feel free to chime in anytime... :)
 
it sounds like asterisk did not compile when you used the update-programs update-fixes update-source update-fixes.

This sometimes happens and we have been unable to track down why. Does not happen all the time with all systems.

Have a look in the /usr/src/asterisk folder and look at .version and make sure you have the 1.8.2.3 source installed. If not there are other problems at work.

If you make the source for the correct version do

cd /usr/src/asterisk
make clean
./configure
make menuconfig
make
make install

For make menuconfig it is important to select the various options prior to compiling asterisk

You can skip the step of make menuconfig if you do the following

while in the /usr/src/asterisk folder

type

wget http://pbxinaflash.com/1755/patche/purple/1.8.2.3/menuselect.makeopts.1823

then type

mv menuselect.makeopts menuselect.makeopts.org

then type

mv menuselect.makeopts.1823 menuselect.makeopts

Then continue with make thus you skip the step of make menuconfig


once it is completed compiling do

amportal kill
amportal start
update-fixes

then run status


Tom
 
I'll try that when things calm down.

But it would also be good to know the order the update procedures should be run and what each step specifially does.

Norm
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top