Installing OpenSIPS from the Debian Package on Ubuntu 14.04 and Debian 8 jessie
Installing OpenSIPS on Debian / Ubuntu: OpenSIPS is not included in the Ubuntu Official Repositories. So we need to...
Linux / opensips / ubuntu / Uncategorized / VOIP
Installing OpenSIPS on Debian / Ubuntu: OpenSIPS is not included in the Ubuntu Official Repositories. So we need to...
C / C codes / patterns / Star patterns / Uncategorized
Introduction: We are going to write a C program to print the Pencil Shape Pattern using the stars. We will...
We need to install the uuid development package to get ride of the “uuid support not found” error. For Ubuntu...
Description: This program accepts Three integers as input and calculates the Minimum number. Program : #include<stdio.h> int main() { int a,b,c,min;...
Description: This program accepts one value(float value) from user and stores it into radius parameter. Then it will calculate the...
How to / opensips / ubuntu / Uncategorized / VOIP
Update: New Article on Installing OpenSIPS from Debian Package on Ubuntu 14.04 is published, Please refer that Article for more...
Linux / opensips / ubuntu / Uncategorized / VOIP
Installing OPENSIPS from source code on Ubuntu 14.04: Description : OpenSIPS is a multi-functional, multi-purpose signaling SIP server – it can...
C Programs on Fibonacci Series : C Program to generate Fibonacci series upto Given Number. C Program to generate First...
Program : vim welcome.c #include<stdio.h> int main() { printf(“Hello world n”); printf(“Welcome to...
Description : To convert Centigrade to Fahrenheit, multiply by 1.8 and add 32 degrees. Algorithm: Step 1 : startStep 2...
Comma ( , ) token in C : The Comma ( , ) is used as Operator and Separator in...