Skip to content

Instantly share code, notes, and snippets.

View csegura2011's full-sized avatar
🤪
I may be slow to respond.

Cristian Segura csegura2011

🤪
I may be slow to respond.
View GitHub Profile
$ yum -y install wget
$ wget downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
$ wget downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz
$ wget downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz
# be sure sed stream editor is installed in the system
$ yum install -y sed
# using sed you can edit the line containing in /etc/sysconfig/selinux file
$ sed -i ‘s/\(^SELINUX=\).*/\SELINUX=disabled/’ /etc/sysconfig/selinux
$ sed -i ‘s/\(^SELINUX=\).*/\SELINUX=disabled/’ /etc/selinux/config