|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorControlMachineToJava
Interface defining callbacks from MonitorControlMachine at different points in a call.
Method Summary | |
---|---|
void |
connected()
Called when the caller and callee are connected. |
void |
disconnected()
Called when the call is disconnected, due to a BYE. |
void |
failed()
Called when the call is disconnected, due to error response to INVITE or a CANCEL. |
void |
inviteSent()
Called immediately after the the outgoing INVITE has been sent to callee. |
void |
publish(java.lang.String sasId)
Called automatically when machine calls org.echarts.servlet.sip.EChartsMachineToJava#getInstance() . |
void |
ringing()
Called each time 18x message is received from callee (indicating that callee's endpoint is "ringing"). |
Method Detail |
---|
void publish(java.lang.String sasId)
org.echarts.servlet.sip.EChartsMachineToJava#getInstance()
. This
method publishes the SIP application session ID of the machine
calling getInstance().
void inviteSent() throws java.lang.Exception
java.lang.Exception
void ringing() throws java.lang.Exception
java.lang.Exception
void connected() throws java.lang.Exception
java.lang.Exception
void failed() throws java.lang.Exception
java.lang.Exception
void disconnected() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |