im trying to access to the input audio raw stream with a very basic EAGIscript:#!/bin/sh echo EXEC Queue 2001cat/dev/fd/3 > /tmp/pippoThis is my dialplan:exten => 001,NoOp(test)exten => 001,n,Answer exten => 001,n,EAGI(/tmp/my-eagi.agi)When i call, ..
Author : nik600
Home » Articles posted by nik600
im creating an outgoing call to number xxx with this command:http://host:port/mxml?action=Originate&Channel=Local/xxx@to-external&Exten=testDTMF&Context=cRETEUNICA&Priority=1wich points correctly to this portion of dialplan:[cRETEUNICA]exten => testDTMF,1,Ans..
im using an oldAsterisk 1.6.2.9-2+squeeze12, and want to know if is possible to configure a scenario like this:1) receive a call and put it on-hold in a queue (OK)2) monitor the queue and trigger an outbound call to a remote number using AMI, sett..