Asterisk repo
From SME Server
Revision as of 18:45, 13 May 2013 by Unnilennium (talk | contribs) (Unnilennium moved page Asterik repo to Asterisk repo: misspelled)
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