| java.lang.Object examples.tpcc.Controller4
Controller4 | public class Controller4 implements SipListener(Code) | | The Click to dial third party call controller flow IV application.
author: Kathleen McCallum author: author: main () -> init() author: init() author: createSipStack author: createInvite() -> First author: processResponse() author: if (OK) first author: ack() first author: createInvite() -> second no SDP author: else if (OK) second author: ack() -> second author: ack() -> first author:
|
firstsecond | int firstsecond(Code) | | |
processResponse | public synchronized void processResponse(ResponseEvent responseReceivedEvent)(Code) | | |
|
|