Asterisk confbridge drop when marked user exit the conference

Hi, I want to create a conference using confbridge, in which marked user exit the conference call, conference should automatically drop. I have create a marked user and also enable end_marked=yes but still not working. Can anyone help here? Regards, Satya  

Difference between function and stored procedure

storedVsfunctions

There are many difference between function and stored procedure. In this article we will discuss about the difference between function and procedures in context of SQL Server. Stored Procedures are pre-compile objects which are compiled for first time and its compiled format is saved which executes (compiled code) whenever it is called.But Function is compiled … Read more

squid proxy server : Basic of squid

squid proxy server

What is squid? Many of you are using Squid without even knowing it! Some companies have embedded Squid in their home or office firewall devices, others use Squid in large-scale web proxy installations to speed up broadband and dial up internet access. Squid is being increasingly used in content delivery architectures to deliver static and … Read more

LDAP : Basic of Open LDAP: Introduction to LDAP

basic of ldap

What is LDAP? LDAP stands for Lightweight Directory Access Protocol. As the name suggests, it is a lightweight client-server protocol for accessing directory services, specifically X.500-based directory services. LDAP runs over TCP/IP or other connection oriented transfer services. X.500 is a model for Directory Services in the OSI concept. It contains namespace definitions and the … Read more

Nagios installation step by step in centos/redhat or fedora part 1

installation of nagios-monitoring

What is Nagios? Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.  It has the capability of monitoring application, services, entire IT infrastructure. It has been designed with scalability and flexibility in mind, Nagios gives you the peace of mind that comes from … Read more