Category

Asterisk

41 articles in this category

Solved: Beginning of IVR Message Cut off

June 3, 2016 2 min read

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…

How to monitor certain Queues with Chanspy

June 3, 2016 3 min read

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,…

Sample Code for asterisk Dailplan

June 1, 2016 1 min read

;This context is used to handle all outbound calls. [test-outbound] exten => 56782,1,Answer() exten => 56782,n,Playback(hello-world) exten => 56782,n,Goto(outbound-allroutes,${EXTEN},1) ;This context is used to handle all inbound calls.…

Call Management – Asterisk

June 1, 2016 1 min read

Call Management   SLNO Command Description Command Functions Notes 1 Answer Answer() 2 Hangup Hangup() 3 Dial Dial() 4 SoftHangup SoftHangup() 5 Busy Busy() 6 Congestion Congestion() 7…

Asterisk Dialplan Commands

June 1, 2016 18 min read

Here is a list of all the commands that you can use in your Dialplan(extensions.conf). Obtaining a list of available applications in the CLI Asterisk 1.4 or earlier:…

A simple AGI scripting engine with Asterisk-Java

May 6, 2016 6 min read

ntroduction Asterisk, the well known free PBX, exposes great integration potentialities. Specifically , we’re interested in AGI (Asterisk Gateway Interface), a sort of API for scripting the engine.…

SugarCRM and Asterisk integration in Java ( II )

May 6, 2016 5 min read

Opening a customer SugarCRM page in the browser on incoming calls Introduction Here comes the really interesting part, as this is what most readers have been asking for…

SugarCRM integration with custom VB6 applications

May 6, 2016 6 min read

Introduction Here we are with another article about SugarCRM integration with various languages/platforms. This time we’ll discuss interacting with SugarCRM from VB6. Lots of developers and software houses…