Scopserv Pbx installing from the repository

Installing Old Packages from the Repository

We may need to install some old packages such as the Asterisk version in your ScopTEL PBX server. Let’s use installing a older version of Asterisk 1.8 as the example to introduce how to install old packages from the repository using yum.

By now, suppose we have install asterisk18-1.8.12.0 in the server  and we want to install some older version available in the repository.

First find out all the asterisk18 packages  in the repository by:

# scopserv_yum list –showduplicates asterisk18

All the Asterisk 1.8.x packages will be listed like this:

Installed Packages

asterisk18.x86_64             1.8.12.0-1.el5.scopserv                      installed

Available Packages
asterisk18.x86_64             1.8.4-3.el5.scopserv                          scopserv
asterisk18.x86_64             1.8.10.0-1.el5.scopserv                      scopserv
asterisk18.x86_64             1.8.11.0-4.el5.scopserv                      scopserv
asterisk18.x86_64             1.8.11.1-1.el5.scopserv                       scopserv
asterisk18.x86_64             1.8.12.0-1.el5.scopserv                      scopserv

We find out that 1.8.10.0 package is available. We can install it now:

# rpm -e –nodeps asterisk18

# scopserv_yum install asterisk18-1.8.10.0-1.el5.scopserv

Then “scopserv_yum” will install the older version. For other packages, the method is similar with asterisk18. We just need to replace asterisk18 with the package name above.


    • Related Articles

    • Installing the ScopTEL packages on OpenVZ

      Installing ScopTEL IP PBX on  OpenVZ The ScopTEL PBX software has an unique problem when you are trying to set it up inside an OpenVZ Virtual Machine. If you install ScopTEL PBX and run the registration program it will fail. That’s because the ...
    • Unable to boot ScopTEL after installing on Hyper-V

      ISSUE After the installation is complete, the virtual machine reboot and crashes with a Kernel Panic during the loading process.   ERROR ...  Scanning logical volumes Reading all physical volumes. This may take a while... No volume groups found ...
    • Installing and Configuring a Sangoma Card on ScopTEL PBX

      ScopServ Integration Full integration and support for Sangoma cards is included in ScopTEL PBX and includes a quick and easy way to configure all Sangoma cards directly from the ScopTEL PBX Web management interface.   Sangoma Digital/Analog Cards ...
    • ScopServ Developer Kit for Linux (PHP classes)

      ScopServ released today the first version of its ScopDEV (SDK) for Linux (PHP classes). This PHP class API has been eagerly awaited by the community and follows the Windows API released about 6 months ago. It comes with some 50 samples and will ...
    • How to update to dahdi 3.3.0-4 in EL7 and Rocky 8 with full dkms support for multiple kernels.

      Make sure the ScopTEL license is downloaded and in an entitled state. scopserv_yum update Check dahdi build status with the following command: dkms status Example: [root@scopserv ~]# dkms status dahdi/3.3.0-4.el7.scopserv, ...