C# 클래스 SIPSorcery.SIP.SIPCDR

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Answered ( int answerStatusCode, SIPResponseStatusCodesEnum answerStatus, string answerReason, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : void
Cancelled ( string cancelReason = null ) : void
GetAnsweredDuration ( ) : int
GetProgressDuration ( ) : int
Hungup ( string hangupReason ) : void
Progress ( SIPResponseStatusCodesEnum progressStatus, string progressReason, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : void
SIPCDR ( ) : System
SIPCDR ( SIPCallDirection callDirection, SIPURI destination, SIPFromHeader from, string callId, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint ) : System
TimedOut ( ) : void
Updated ( ) : void

메소드 상세

Answered() 공개 메소드

public Answered ( int answerStatusCode, SIPResponseStatusCodesEnum answerStatus, string answerReason, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : void
answerStatusCode int
answerStatus SIPResponseStatusCodesEnum
answerReason string
localEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
리턴 void

Cancelled() 공개 메소드

public Cancelled ( string cancelReason = null ) : void
cancelReason string
리턴 void

GetAnsweredDuration() 공개 메소드

public GetAnsweredDuration ( ) : int
리턴 int

GetProgressDuration() 공개 메소드

public GetProgressDuration ( ) : int
리턴 int

Hungup() 공개 메소드

public Hungup ( string hangupReason ) : void
hangupReason string
리턴 void

Progress() 공개 메소드

public Progress ( SIPResponseStatusCodesEnum progressStatus, string progressReason, SIPEndPoint localEndPoint, SIPEndPoint remoteEndPoint ) : void
progressStatus SIPResponseStatusCodesEnum
progressReason string
localEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
리턴 void

SIPCDR() 공개 메소드

public SIPCDR ( ) : System
리턴 System

SIPCDR() 공개 메소드

public SIPCDR ( SIPCallDirection callDirection, SIPURI destination, SIPFromHeader from, string callId, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint ) : System
callDirection SIPCallDirection
destination SIPURI
from SIPFromHeader
callId string
localSIPEndPoint SIPEndPoint
remoteEndPoint SIPEndPoint
리턴 System

TimedOut() 공개 메소드

public TimedOut ( ) : void
리턴 void

Updated() 공개 메소드

public Updated ( ) : void
리턴 void