Difference between revisions of "Asterisk repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 4: | Line 4: | ||
==For both SME Server 8.x and 9.x== | ==For both SME Server 8.x and 9.x== | ||
</noinclude> | </noinclude> | ||
− | Asterisk 13 LTS repo | + | *Asterisk 13 LTS repo |
/sbin/e-smith/db yum_repositories set asterisk-13 repository \ | /sbin/e-smith/db yum_repositories set asterisk-13 repository \ | ||
Name 'Asterisk-13 - EL' \ | Name 'Asterisk-13 - EL' \ | ||
Line 13: | Line 13: | ||
− | Asterisk current repo for asterisk support files such as sounds, MOH, DAHDI, libpri and libss7 | + | *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 \ | /sbin/e-smith/db yum_repositories set asterisk-current repository \ | ||
Name 'Asterisk-current - EL' \ | Name 'Asterisk-current - EL' \ |
Revision as of 16:44, 29 June 2016
Below you find the installation command for the Asterisk repo repository which can be entered on the SME Server shell.
For both SME Server 8.x and 9.x
- Asterisk 13 LTS repo
/sbin/e-smith/db yum_repositories set asterisk-13 repository \ Name 'Asterisk-13 - EL' \ 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 - EL' \ 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