asterisk 13 installation with libpri and dahdi on centos 7

install asterisk 13

Asterisk 13 installation with libpri and dahdi on centos 7 Installation Process Step 1: Disable SELINUX permanently. Please note do not start any installation while selinux still enabled. To know how to disable SELinux  Disable SELinux in Linux Disable SELinux in Linux Step 2: Update operating system yum update -y reboot Step 3: Download source code … Read more

JavaScript

This section will provide you with the basics of what JavaScript is, and why you should use it. Objectives     JavaScript versus JAVA     Interpreted programs versus Compiled programs     Why JavaScript     What you can use JavaScript for     About JavaScript JavaScript is a lightweight, interpreted programming language. It is designed for creating network-centric … Read more

C program to Check VOWEL or CONSONANT

C program to Check VOWEL or CONSONANT This program is written in c language. This is a example of switch case. This will read a character from user as input and check whether it is VOWEL or CONSONANT. #include <stdio.h> int main() { char ch; printf(“Enter a character: “); scanf(“%c”,&ch); //condition to check character is … Read more

C program to print digital clock

C program to print digital clock This program is written in C Language using graphics. This will show day, month, date, current time and year as output.   Logic for the digital clock program Initialize hour, minute, seconds with 0. Run an infinite loop. Increase second and check if it is equal to 60 then increase … Read more

Difference between INNER JOIN and OUTER JOIN

An inner join of A and B gives the result of A intersect B, i.e. the inner part of a venn diagram intersection. An outer join of A and B gives the results of A union B, i.e. the outer parts of a venn diagram union. Examples Suppose you have two Tables, with a single … Read more

bulk SMS at lowest price starting @ price 7 paisa

bulk SMS at lowest price starting @ price 7 paisa Mail your query : info@snettechnology.com | info@apnastate.com For more please visit: https://nicedial.com/info/  

Machine Learning Implementation With IVR

machine learning

Earlier human work was preferred over a machine because a human was more accurate than a machine. After all a human could look at all angles and make an informed decision, and a machine could not. But due to the machine learning today, machine might be more useful than a human in shaping customer experiences. Machine learning … Read more

Mental Constitution of Human In Ayurveda

Ayurveda is derived from the Sanskrit words namely “AYUS” and “VID”. This means life and knowledge. Ayurveda treatment is provided using mantras, herbs and potions. In ayurveda the body and mind constitution of a person namely ‘Prakruti’ is of topmost importance. Human beings are born with certain unique qualities and with certain constitutions. It would … Read more

generate CSR (Certificate Signing Request) on Linux

csr

CSR stands for Certificate Signing Request. This is generated on the server where the certificate will be used on. A CSR contains information about to your organization and domain name, locality, and country and a public key that will be included in your certificate. If you have already installed open ssl then run the below command … Read more