https://bugs.koozali.org/show_bug.cgi?id=12363

            Bug ID: 12363
           Summary: Upgrade Asterisk to a supported version - minimum 16
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-freepbx
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---

Asterisk 13 was EOL in 2021-10-24
Asterisk 16 is EOL on 2023-10-09

We should be using at least Asterisk 18 - which is supported by our current
FreePBX 15


Asterisk 13-16

 db yum_repositories setprop asterisk-13 status disabled
 db yum_repositories setprop asterisk-16 status disabled
 signal-event yum-modify
 yum --enablerepo=asterisk-16,epel update
 signal-event post-upgrade;signal-event reboot

Asterisk 16-18

This will require an update to the smeserver-freepbx spec file. I will attach a
bit of a cleaned up version as there were package duplicates.

This is how you would do it in principle, but there are conflicts as asterisk
voicemail-plain has been replaced by asterisk-voicemail-imap and
asterisk-voicemail-odbc and I am not sure how to get round them without forcing
things.

 db yum_repositories setprop asterisk-16 status disabled
 db yum_repositories setprop asterisk-18 status disabled
 signal-event yum-modify
 yum --enablerepo=asterisk-18,epel update
 signal-event post-upgrade;signal-event reboot

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to