Downgrading Asterisk

@lgaetz Hey, so like what was the command/process to say go from Asterisk 16.5.1 back to 16.4.0? I am drawing a total blank on it.

You can downgrade incrementally one minor version at a time using

yum downgrade asterisk*

and then doing a core restart. Or you can downgrade to a specific version with:

yum downgrade asterisk*16.4.0

You can get a list of available Asterisk rpm versions with:

yum list asterisk16 --show-duplicates
1 Like

Thanks. That worked, not for 16.4.0 though. It’s not in the repos for some reason, had to drop down to 16.3.0.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.