org.asteriskjava.fastagi.command
Interface AgiCommand
- All Known Implementing Classes:
- AbstractAgiCommand, AnswerCommand, 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, 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 457 2006-07-05 21:59:38Z srt $
- Author:
- srt
|
Method Summary |
java.lang.String |
buildCommand()
Returns a string suitable to be sent to asterisk. |
buildCommand
java.lang.String buildCommand()
- Returns a string suitable to be sent to asterisk.
- Returns:
- a string suitable to be sent to asterisk.
Copyright © 2004-2007 Stefan Reuter. All Rights Reserved.