Asterisk-Java

org.asteriskjava.fastagi.command
Interface AgiCommand

All Known Implementing Classes:
AbstractAgiCommand, AnswerCommand, AsyncAgiBreakCommand, ChannelStatusCommand, ControlStreamFileCommand, DatabaseDelCommand, DatabaseDelTreeCommand, DatabaseGetCommand, DatabasePutCommand, ExecCommand, GetDataCommand, GetFullVariableCommand, GetOptionCommand, GetVariableCommand, HangupCommand, NoopCommand, ReceiveCharCommand, ReceiveTextCommand, RecordFileCommand, SayAlphaCommand, SayDateTimeCommand, SayDigitsCommand, SayNumberCommand, SayPhoneticCommand, SayTimeCommand, SendImageCommand, SendTextCommand, SetAutoHangupCommand, SetCallerIdCommand, SetContextCommand, SetExtensionCommand, SetMusicOffCommand, SetMusicOnCommand, SetPriorityCommand, SetVariableCommand, SpeechActivateGrammarCommand, SpeechCreateCommand, SpeechDeactivateGrammarCommand, SpeechDestroyCommand, SpeechLoadGrammarCommand, SpeechRecognizeCommand, SpeechSetCommand, SpeechUnloadGrammarCommand, StreamFileCommand, TddModeCommand, VerboseCommand, WaitForDigitCommand

public interface AgiCommand

AgiCommand that can be sent to Asterisk via the Asterisk Gateway Interface.

This interface contains only one method that transforms the command to a String representation understood by Asterisk.

Version:
$Id: AgiCommand.java 938 2007-12-31 03:23:38Z srt $
Author:
srt

Method Summary
 java.lang.String buildCommand()
          Returns a string suitable to be sent to asterisk.
 

Method Detail

buildCommand

java.lang.String buildCommand()
Returns a string suitable to be sent to asterisk.

Returns:
a string suitable to be sent to asterisk.

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.