Skip to content

Instantly share code, notes, and snippets.

@ambiorixg12
Created July 2, 2019 03:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ambiorixg12/8cea6702d8c2b5afef31690c0f5d72e0 to your computer and use it in GitHub Desktop.
Save ambiorixg12/8cea6702d8c2b5afef31690c0f5d72e0 to your computer and use it in GitHub Desktop.
Asterisk realtime centos
Asterisk realtime centos 7
sudo yum install epel-release
Install dependencies
yum install unixODBC-devel
yum install unixODBC
yum install python-devel
yum install python-pip
yum install MySQL-python
yum install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel
yum install mysql-connector-odbc
LAMP
https://hostadvice.com/how-to/how-to-install-lamp-stack-on-centos-7/
ODBC
http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_configuring_odbc.html
Install php 7.2
https://www.tecmint.com/install-php-7-in-centos-7/
Real time
https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime#SettingupPJSIPRealtime-InstallingDependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment