asterisk

How can I setup in Elastix 1.5 the "Monitor Trunk Failures" feature?

I dont know where to save the script or how to link it in this field. I found this script on a different website, and I feel that it would work fine for what I need it to do, just alert me via email when the truck is down. #!/bin/bash echo "You're screwed, the trunk you bought is down"|mail -s "You have a problem" [email protected] ...

What is the most up to date Python asterisk AGI framework for asterisk?

I have done some AGI development in the past with PERL and PHP, but my current project is using Python. I have found the frameworks listed here: http://www.voip-info.org/wiki/view/Asterisk+AGI , but they are all pretty old and do not seem kept up to date. I'd like to know if there are any others out there specifically for asterisk 1.6....

How to validate a Rummikub combination with Jokers

In the game of Rummikub, for those who don't know it, you have tiles in 4 colours and with 13 different numbers on them (so 4 x 13 = 52 unique tiles) which you must use to make groups. There are two kinds of groups: Different colours, same numbers (e.g. R1-B1-G1) Same colours, sequence of numbers (e.g. G6-G7-G8) I'm writing code that...

USSD Gateway implementation

I am supposed to develop a USSD gateway for an operator so please help me with the following -can I use asterisk for this purpose? -can the asterisk system take alphanumeric characters as user input. ...

asterisk queue-tip installation

hi i am trying to install queue-tip in asterisknow but i am not able to install it sucessful can any one provide me a step by step guide to install queue-tip in asterisknow. ...

Asterisk cross platform compilation

I am trying to compile asterisk from windows using netbeans c/c++ IDE. As i want to add some functionality into the existing code. when i am running the configure file i got the following errors cygwin warning: MS-DOS style path detected: .\configure Preferred POSIX equivalent is: ./configure CYGWIN environment variable option "n...

How can I set environment variables in my Linux service for Asterisk even though it doesn't have a real user?

I have created a linux service that runs as a deamon (and gets started from /etc/init.d/X). I need to set some environment variables that can be accessed by the application. Here's the scenario. The application is a bunch of Perl AGI scripts that depend on (and therefore need to run as) asterisk user but asterisk doesn't have a shell. I...

Mysql remote synch

Hi, We currently have an application located on a remote server, and our call center uses this application to perform customer transactions. We plan to setup asterisk on a local server to help us with all the call routing and recording, for asterisk to work smoothly we have to move our application from the remote server to the local. ...

Asterisk C++ API

Hello I have seen two Asterisk C++ API: * Astxx: Asterisk C++ API and Utility library. a C++ wrapper for Asterisk enabling developers * C++ Asterisk Manager API wrapper. Supports receiving events from the Asterisk server and sending actions to Asterisk. Did somebody try one of these projects? Thanks in advance. ...

PHPAGI / Cepstral / Asterisk - License Issue

I am writing an IVR script for Asterisk in PHPAGI and trying to use Cepstral for TTS. Though I have licensed the product, when I call $agi->swift(), before my text is "read" (during a call), the engine / voice states that the product isn't licensed. Has anyone else encountered this and know of the solution? Thanks ...

Problem in sangoma A200

hi, I faced the same problem I installed Elastix1.6 and I have a Sangoma A200 card with 4 FXO ports Elastix didn't find the card (System --> Hardware Detection --> Detect Sangoma hardware ) I cannot execute the command"sangoma-setup", when I tried that the result was:-bash: sangoma-setup: command not found also I try to find all commands...

Whats the best architecture for CDR integration to a Asterisk based Application

Iam developing a VOIP platform which would allow users to make 100s of calls concurrently using my service. Asterisk stores all call detail records in the CDR table. I would like to know where is best place to keep this table for the best possible architecture of my system. Should I keep it on the Asterisk Box and run a cron to sync it...

Asterisk : Getting Yellow alarm

Hi All , Actually we have two digium card in our machine , one is two port card another one is four port card . And we have installed zaptel and asterisk in that machine. we are getting yellow alarm in 2nd and 4th port in second card ,rest of ports are getting the green alarm. What could be reason for this problem .. Please, Any on...

How to determine current PBX status (calls, ringing, etc. etc.) with asterisk-dotnet

Hello everybody, I am using asterisk-dotnet, and I am looking for a way to get the current PBX "status". What I need is to determine: which extensions are busy in a call which extensions are ringing which number is calling the extension which number is called by the extension and the extension number itself. I know that I can obtai...