TIPS Upgrade to Asterisk 13.28

JoeOIVOV

Member
Joined
Sep 14, 2018
Messages
55
Reaction score
15
Currently running Asterisk 13.27.1 and I'm trying to upgrade to 13.28.

Typically I would run this command:

cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
tar xvfz asterisk-13-current.tar.gz
cd asterisk-13.28*
contrib/scripts/get_mp3_source.sh
contrib/scripts/install_prereq install
patch -p1 < ../gvsip-naf.patch
./configure --with-pjproject-bundled --with-jansson-bundled
make menuselect
make
ldconfig
make install
amportal restart


Now its giving me errors. I'm guessing because of this message: https://blogs.asterisk.org/2019/07/31/pjproject-2-9-qualified-for-use-with-asterisk/

If I just remove --with-pjproject-bundled it gets further, but still eventually fails. I haven't tried just ./configure with no switches but maybe that is the answer.

Has anyone updated to 13.28 yet?
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Drop the gvsip patch. Then look in the /root/Incredible* install script and copy the commands for compiling Asterisk.
 

JoeOIVOV

Member
Joined
Sep 14, 2018
Messages
55
Reaction score
15
I should of mentioned, I rely on gvsip which seems to require asterisk 13 when looking at its script.

At this point 13.27.1 is where I'll be parked for awhile.
 

Members online

Forum statistics

Threads
25,778
Messages
167,504
Members
19,198
Latest member
serhii
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.
Top