|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.asteriskjava.manager.event.ManagerEvent
org.asteriskjava.manager.event.AgentCalledEvent
public class AgentCalledEvent
An AgentCalledEvent is triggered when an agent is rung.
To enable AgentCalledEvents you have to set
eventwhencalled = yes in queues.conf.
This event is implemented in apps/app_queue.c
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AgentCalledEvent(java.lang.Object source)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentCalled()
Returns the member interface of the agent that has been called. |
java.lang.String |
getCallerId()
Returns the Caller ID number of the caller's channel. |
java.lang.String |
getCallerIdName()
Returns the Caller ID name of the caller's channel. |
java.lang.String |
getChannelCalling()
Returns the name of the caller's channel that is about to be handled by the agent. |
java.lang.String |
getContext()
|
java.lang.String |
getExtension()
|
java.lang.String |
getPriority()
|
void |
setAgentCalled(java.lang.String agentCalled)
Sets the member interface of the agent that has been called. |
void |
setCallerId(java.lang.String callerId)
Sets the Caller ID number of the caller's channel. |
void |
setCallerIdName(java.lang.String callerIdName)
Sets the Caller ID name of the caller's channel. |
void |
setChannelCalling(java.lang.String channelCalling)
Sets the name of the caller's channel. |
void |
setContext(java.lang.String context)
|
void |
setExtension(java.lang.String extension)
|
void |
setPriority(java.lang.String priority)
|
| Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
|---|
getDateReceived, getPrivilege, getTimestamp, setDateReceived, setPrivilege, setTimestamp, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgentCalledEvent(java.lang.Object source)
source - | Method Detail |
|---|
public java.lang.String getAgentCalled()
QueueMemberEvent.getLocation()public void setAgentCalled(java.lang.String agentCalled)
agentCalled - the member interface of the agent that has been
called.public java.lang.String getChannelCalling()
public void setChannelCalling(java.lang.String channelCalling)
channelCalling - the name of the caller's channel.public java.lang.String getCallerId()
public void setCallerId(java.lang.String callerId)
callerId - the Caller ID number of the caller's channel.public java.lang.String getCallerIdName()
public void setCallerIdName(java.lang.String callerIdName)
callerIdName - the Caller ID name of the caller's channel.public java.lang.String getContext()
public void setContext(java.lang.String context)
public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
public java.lang.String getPriority()
public void setPriority(java.lang.String priority)
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||