Configuring Multiple Asterisk boxes
We know configuring asterisk with multiple pbx’s can be a challenge, but we show you how to make it easy using FreePBX, friend trunking, outbound routes, custom dialplan,…
We know configuring asterisk with multiple pbx’s can be a challenge, but we show you how to make it easy using FreePBX, friend trunking, outbound routes, custom dialplan,…
Problem: When calling an inbound line, the first part of the message is chopped off. Answer: When using IVR’s in FreePBX, cutoff messages rarely happen, because it configures…
In this installment of hackrr.com, we are going to talk about listening to specific queues with FreePBX. Previously, we showed you how to How to barge with freepbx,…
If you are running a call center on FreePBX or Asterisk, most likely you will want the ability to listen in on agents calls, also known as joining…
Introduction to CodeIgniter Basic With CRUD CodeIgniter (CI) is one of popular php framework. If you are already building PHP Application, CodeIgniter will help you to do it…
SOAP SOAP is probably the most used Web Services protocol. It provides a way of exchanging structured information of application functionality. A SOAP interface can be defined by…
Convert and Loop through JSON with PHP and JavaScript Arrays/Objects September 30, 2014 by Jonathan Suh If you’re working with JSON (JavaScript Object Notation) and either need to…
<?php $client = new SoapClient(“http://192.168.1.27/soap.php?wsdl”, array(“trace” => 1, “exception” => 0)); // LOGIN $response = $client->__soapCall(“login”, array( “user_auth” => array( ‘user_name’ => ‘user’, ‘password’ => md5(‘bitnami’), ‘version’ =>…
Read more: http://mrbool.com/how-to-insert-a-record-in-mysql-with-php/28621#ixzz47s0C2cqJ Requirements for techniques: We will require in this article to create a simple contact page for a website, i.e. HTML 5 CSS 3 PHP MySQL…
Read more: http://mrbool.com/how-to-create-a-sign-up-form-registration-with-php-and-mysql/28675#ixzz47rznG0YC Much of the websites have a registration form for your users to sign up and thus may benefit from some kind of privilege within…