Displaying 2 results from an estimated 2 matches for "agirequest".
Did you mean:
agi_request
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
...--CODE--------------------------------------
---------------------------------------------------
import java.io.IOException;
import java.lang.String;
import java.lang.Object;
import net.sf.asterisk.fastagi.AGIChannel;
import net.sf.asterisk.fastagi.AGIException;
import net.sf.asterisk.fastagi.AGIRequest;
import net.sf.asterisk.fastagi.AbstractAGIScript;
import net.sf.asterisk.fastagi.command.*;
import net.sf.asterisk.manager.action.AbstractManagerAction;
import net.sf.asterisk.manager.action.CommandAction;
public class HelloScript extends AbstractAGIScript
{
public void service...
2006 Feb 26
11
Asterisk question
Any idea how to read an external file, grab some stuff and push it back
into an Asterisk variable?
I can do it the other way with:
system(echo "${UNIQUEID} =>" >> /home/ast/curr_calls)
but I'm a bit stumped on how to go the other way around....
much thanks,
Paul Hales