Difference between revisions of "Asterisk repo"

From SME Server
Jump to navigationJump to search
m (Unnilennium moved page Asterik repo to Asterisk repo: misspelled)
m (add asterisk 13 repo's)
Line 27: Line 27:
 
  status disabled
 
  status disabled
 
<noinclude>
 
<noinclude>
 +
After adding it to the database updating the configuration file is required:
 +
signal-event yum-modify
 +
 +
 +
==SME Server 9.x==
 +
Asterisk 13 LTS repo
 +
/sbin/e-smith/db yum_repositories set asterisk-13 repository \ Name 'Asterisk-13 - EL6' \ BaseURL 'http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' \ EnableGroups no \ Visible no \ status disabled
 +
Asterisk current repo for asterisk support files such as sounds, MOH, DAHDI, libpri and libss7  /sbin/e-smith/db yum_repositories set asterisk-current repository \ Name 'Asterisk-current - EL6' \ BaseURL 'http://packages.asterisk.org/centos/$releasever/current/$basearch/' \ EnableGroups no \ Visible no \ status disabled
 +
 
After adding it to the database updating the configuration file is required:
 
After adding it to the database updating the configuration file is required:
 
  signal-event yum-modify
 
  signal-event yum-modify

Revision as of 16:19, 23 June 2015

Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=asterisk at the SME Server shell.


Below you find the installation command for the Asterisk repo repository which can be entered on the SME Server shell.

SME8

global repo

/sbin/e-smith/db yum_repositories set asterisk repository \
Name 'Asterisk Packages for Centos 5 - $basearch' \
BaseURL 'http://packages.asterisk.org/centos/5/current/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://packages.asterisk.org/RPM-GPG-KEY-Digium \
Visible no \
status disabled

After adding it to the database updating the configuration file is required:

signal-event yum-modify

1.8 repo

/sbin/e-smith/db yum_repositories set asterisk18 repository \
Name 'CentOS-5 - Asterisk 1.8 - $basearch' \
BaseURL 'http://packages.asterisk.org/centos/5/asterisk-1.8/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://packages.asterisk.org/RPM-GPG-KEY-Digium \
Visible no \
status disabled

After adding it to the database updating the configuration file is required:

signal-event yum-modify


SME Server 9.x

Asterisk 13 LTS repo

/sbin/e-smith/db yum_repositories set asterisk-13 repository \ Name 'Asterisk-13 - EL6' \ BaseURL 'http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' \ EnableGroups no \ Visible no \ status disabled

Asterisk current repo for asterisk support files such as sounds, MOH, DAHDI, libpri and libss7 /sbin/e-smith/db yum_repositories set asterisk-current repository \ Name 'Asterisk-current - EL6' \ BaseURL 'http://packages.asterisk.org/centos/$releasever/current/$basearch/' \ EnableGroups no \ Visible no \ status disabled

After adding it to the database updating the configuration file is required:

signal-event yum-modify