|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.fastagi.command.AGICommand net.sf.asterisk.fastagi.command.SetCallerIdCommand
public class SetCallerIdCommand
Changes the callerid of the current channel.
Constructor Summary | |
---|---|
SetCallerIdCommand(java.lang.String callerId)
Creates a new SetCallerIdCommand. |
Method Summary | |
---|---|
java.lang.String |
buildCommand()
Returns a string suitable to be sent to asterisk. |
java.lang.String |
getCallerId()
Returns the new callerId. |
void |
setCallerId(java.lang.String callerId)
Sets the new callerId. |
Methods inherited from class net.sf.asterisk.fastagi.command.AGICommand |
---|
escapeAndQuote, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetCallerIdCommand(java.lang.String callerId)
callerId
- the new callerId.Method Detail |
---|
public java.lang.String getCallerId()
public void setCallerId(java.lang.String callerId)
callerId
- the new callerId.public java.lang.String buildCommand()
AGICommand
buildCommand
in class AGICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |