Difference between revisions of "Asterisk repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) m (Unnilennium moved page Asterik repo to Asterisk repo: misspelled) |
Unnilennium (talk | contribs) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Warning box|msg=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.}} | <noinclude>{{Warning box|msg=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 {{PAGENAME}} repository which can be entered on the SME Server shell. | Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | ||
+ | |||
+ | ==For both SME Server 8.x and 9.x== | ||
</noinclude> | </noinclude> | ||
− | + | *Asterisk 13 LTS repo | |
− | + | /sbin/e-smith/db yum_repositories set asterisk-13 repository \ | |
− | /sbin/e-smith/db yum_repositories set asterisk repository \ | + | Name 'Asterisk-13 - EL' \ |
− | Name 'Asterisk | + | BaseURL 'http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' \ |
− | BaseURL 'http://packages.asterisk.org/centos/ | + | EnableGroups yes \ |
− | EnableGroups | ||
− | |||
− | |||
Visible no \ | Visible no \ | ||
status disabled | status disabled | ||
− | |||
− | |||
− | |||
− | |||
− | /sbin/e-smith/db yum_repositories set | + | *Asterisk current repo for asterisk support files such as sounds, MOH, DAHDI, libpri and libss7 |
− | Name ' | + | /sbin/e-smith/db yum_repositories set asterisk-current repository \ |
− | BaseURL 'http://packages.asterisk.org/centos/ | + | Name 'Asterisk-current - EL' \ |
− | + | BaseURL 'http://packages.asterisk.org/centos/$releasever/current/$basearch/' \ | |
− | + | Exclude php-* \ | |
− | + | EnableGroups yes \ | |
Visible no \ | Visible no \ | ||
status disabled | status disabled | ||
+ | |||
<noinclude> | <noinclude> | ||
After adding it to the database updating the configuration file is required: | After adding it to the database updating the configuration file is required: |
Latest revision as of 00:06, 9 April 2017
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 yes \ 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/' \ Exclude php-* \ EnableGroups yes \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify