SipUserAgent callback 으로 호출된 이벤트를 GUI SipUserAgent callback 으로 호출하는 클래스
더 자세히 ...
Public 멤버 함수 |
| | SipUserAgentHandler (SipUserAgentCallBack clsCallBack) |
| void | handleMessage (Message m) |
| void | EventRegister (SipServerInfo clsInfo, int iStatus) |
| | SIP REGISTER 응답 메시지 수신 이벤트 핸들러
|
| void | EventIncomingCall (String strCallId, String strFrom, String strTo, SipCallRtp clsRtp) |
| | SIP 통화 요청 수신 이벤트 핸들러
|
| void | EventCallRing (String strCallId, int iSipStatus, SipCallRtp clsRtp) |
| | SIP Ring / Session Progress 수신 이벤트 핸들러
|
| void | EventCallStart (String strCallId, SipCallRtp clsRtp) |
| | SIP 통화 연결 이벤트 핸들러
|
| void | EventCallEnd (String strCallId, int iSipStatus) |
| | SIP 통화 종료 이벤트 핸들러
|
| void | EventReInvite (String strCallId, SipCallRtp clsRemoteRtp, SipCallRtp clsLocalRtp) |
| | SIP ReINVITE 수신 이벤트 핸들러
|
| void | EventPrack (String strCallId, SipCallRtp clsRtp) |
| | SIP PRACK 수신 이벤트 핸들러
|
| void | EventTransfer (String strCallId, String strReferToCallId, boolean bScreenedTransfer) |
| | Screened / Unscreened Transfer 요청 수신 이벤트 핸들러
|
| void | EventBlindTransfer (String strCallId, String strReferToId) |
| | Blind Transfer 요청 수신 이벤트 핸들러
|
| void | EventMessage (String strFrom, String strTo, String strSms) |
| | SMS 요청 수신 이벤트 핸들러
|
상세한 설명
SipUserAgent callback 으로 호출된 이벤트를 GUI SipUserAgent callback 으로 호출하는 클래스
- 작성자
- 이영한 ( http://blog.naver.com/websearch )
생성자 & 소멸자 문서화
멤버 함수 문서화
| void com.cppsipstack.SipUserAgentHandler.EventBlindTransfer |
( |
String |
strCallId, |
|
|
String |
strReferToId |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventCallEnd |
( |
String |
strCallId, |
|
|
int |
iSipStatus |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventCallRing |
( |
String |
strCallId, |
|
|
int |
iSipStatus, |
|
|
SipCallRtp |
clsRtp |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventCallStart |
( |
String |
strCallId, |
|
|
SipCallRtp |
clsRtp |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventIncomingCall |
( |
String |
strCallId, |
|
|
String |
strFrom, |
|
|
String |
strTo, |
|
|
SipCallRtp |
clsRtp |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventMessage |
( |
String |
strFrom, |
|
|
String |
strTo, |
|
|
String |
strSms |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventPrack |
( |
String |
strCallId, |
|
|
SipCallRtp |
clsRtp |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventRegister |
( |
SipServerInfo |
clsInfo, |
|
|
int |
iStatus |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventReInvite |
( |
String |
strCallId, |
|
|
SipCallRtp |
clsRemoteRtp, |
|
|
SipCallRtp |
clsLocalRtp |
|
) |
| |
|
inline |
| void com.cppsipstack.SipUserAgentHandler.EventTransfer |
( |
String |
strCallId, |
|
|
String |
strReferToCallId, |
|
|
boolean |
bScreenedTransfer |
|
) |
| |
|
inline |
Screened / Unscreened Transfer 요청 수신 이벤트 핸들러
- 매개변수
-
| strCallId | SIP Call-ID |
| strReferToCallId | 전화가 전달될 SIP Call-ID |
| bScreenedTransfer | Screened Transfer 이면 true 가 입력되고 Unscreened Transfer 이면 false 가 입력된다. |
com.cppsipstack.SipUserAgentCallBack를 구현.
| void com.cppsipstack.SipUserAgentHandler.handleMessage |
( |
Message |
m | ) |
|
|
inline |