public interface AgiCommand
This interface contains only one method that transforms the command to a String representation understood by Asterisk.
| Modifier and Type | Method and Description |
|---|---|
String |
buildCommand()
Returns a string suitable to be sent to asterisk.
|
void |
setAsteriskVersion(AsteriskVersion asteriskVersion) |
String buildCommand()
void setAsteriskVersion(AsteriskVersion asteriskVersion)
Copyright © 2004–2020. All rights reserved.