Asterisk 13.1.0 or 13.2?

I have an install that is a few weeks old (downloaded official distro) that we have been testing and noticed that it is FreePBX 12.0.45 PBX - 6.12.65-26 - Asterisk Ver. 13.1.0, should we be using Asterisk 13.2? If so how do I upgrade from 13.1 to 13.2?

Yum upgrade asterisk

Thanks Andrew… ran yum upgrade asterisk from root and returned:

[root@pbx-m ~]# yum upgrade asterisk
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
Setting up Upgrade Process
No Match for argument: asterisk
No package asterisk available.
No Packages marked for Update

I have 2 FreePBX servers; one is running Asterisk 13.2 the other 13.1 I’m seeing the same thing when I run “yum upgrade asterisk” on the box running 13.1.

Yum clean all

Thanks but no change–still at Asterisk 13.1.0:

[root@BillericaPBX ~]# yum clean all
Loaded plugins: fastestmirror, kmod
Cleaning repos: base extras pbx schmooze-commercial updates
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@BillericaPBX ~]# yum upgrade asterisk
Loaded plugins: fastestmirror, kmod
Determining fastest mirrors
base | 2.0 kB 00:00
base/primary | 2.5 MB 00:09
base 6402/6402
extras | 1.3 kB 00:00
extras/primary | 6.8 kB 00:00
extras 15/15
pbx | 1.3 kB 00:00
pbx/primary | 773 kB 00:02
pbx 3022/3022
schmooze-commercial | 1.3 kB 00:00
schmooze-commercial/primary | 21 kB 00:00
schmooze-commercial 145/145
updates | 1.3 kB 00:00
updates/primary | 644 kB 00:02
updates 1456/1456
Setting up Upgrade Process
No Match for argument: asterisk
No package asterisk available.
No Packages marked for Update

Did you pay attention to the key phrase. “no argument match”. Yoy are typing the upgrade wrong. Just upgrade through version switch instead.

I’m new to FreePBX and Linux in general so while I did see it, it wasn’t apparent to me that this was the cause. Running asterisk-version-switch did result in 13.2 being installed. But then again, it’s not all that obvious (to me at least) that I need to switch to version 13 from version 13 in order to install a point update. Clearly, I have a lot to learn.

Thanks for the help – Steve

You shouldn’t have been typing ‘yum upgrade asterisk’ - the machine was telling you ‘no package asterisk available’ - which is correct. Just a ‘yum upgrade’ would have been sufficient.