Author: eduguru
SIP Trunk configuration – IP Based authentication and Password based authentication
There are two types of authentications 1. IP based authentication 2.Username and Password based authentication For IP Based Authentication You
Read moreGraphics Program in C++ for Analog Clock
Analog Clock is mini project in a C ++ language. It is graphics application using graphic library <graphics.h>. This program is Compiled using Turbo
Read moreClick to Dial or php API to dial from asterisk
copy the below code to a file (click2call.php) to the webdirectory. executes as : http://ipaddress/click2call.php??exten=SIP/100&number=9899338979
Read moreC program to find armstrong number
What is Armstrong number? Sum of a number’s digits raised to the power total number of digits is armstrong number.
Read moreSimple Calculator program in C
This is a simple calculator program written in C Language. It Performs addition, subtraction, multiplication or division depending the input
Read moretic-tac-toe game in c
This is a tic-tac-toe game in C Language. You can this as a mini project in C Language.
Read moreAnalog Clock Program in C
Here is simple C program for analog clock. This can be used as a reference for project reference. /*Note press
Read more