메소드 | 설명 | |
---|---|---|
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 |
public BlindTransfer ( string username, string destination, string replacesCallID ) : string | ||
username | string | |
destination | string | |
replacesCallID | string | |
리턴 | string |
public CallManagerServices ( ISIPCallManager sipCallManager, ISIPDialogueManager sipDialogueManager ) : System | ||
sipCallManager | ISIPCallManager | |
sipDialogueManager | ISIPDialogueManager | |
리턴 | System |
public Callback ( string username, string dialString1, string dialString2 ) : string | ||
username | string | |
dialString1 | string | |
dialString2 | string | |
리턴 | string |
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 |
public WebCallback ( string username, string number ) : string | ||
username | string | |
number | string | |
리턴 | string |