C# 클래스 SIPSorcery.Web.Services.CallManagerServices

상속: ICallManagerServices
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
BlindTransfer ( string username, string destination, string replacesCallID ) : string
CallManagerServices ( ) : System
CallManagerServices ( ISIPCallManager sipCallManager, ISIPDialogueManager sipDialogueManager ) : System
Callback ( string username, string dialString1, string dialString2 ) : string
DualTransfer ( string username, string callID1, string callID2 ) : string

An attended transfer between two separate established calls where one leg of each call is being transferred to the other.

IsAlive ( ) : bool
WebCallback ( string username, string number ) : string

메소드 상세

BlindTransfer() 공개 메소드

public BlindTransfer ( string username, string destination, string replacesCallID ) : string
username string
destination string
replacesCallID string
리턴 string

CallManagerServices() 공개 메소드

public CallManagerServices ( ) : System
리턴 System

CallManagerServices() 공개 메소드

public CallManagerServices ( ISIPCallManager sipCallManager, ISIPDialogueManager sipDialogueManager ) : System
sipCallManager ISIPCallManager
sipDialogueManager ISIPDialogueManager
리턴 System

Callback() 공개 메소드

public Callback ( string username, string dialString1, string dialString2 ) : string
username string
dialString1 string
dialString2 string
리턴 string

DualTransfer() 공개 메소드

An attended transfer between two separate established calls where one leg of each call is being transferred to the other.
public DualTransfer ( string username, string callID1, string callID2 ) : string
username string
callID1 string The Call-ID of the first call leg that is no longer required and of which the opposite end will be transferred.
callID2 string The Call-ID of the second call leg that is no longer required and of which the opposite end will be transferred. If /// left empty then the transfer will default to using the last call that was received.
리턴 string

IsAlive() 공개 메소드

public IsAlive ( ) : bool
리턴 bool

WebCallback() 공개 메소드

public WebCallback ( string username, string number ) : string
username string
number string
리턴 string