CTI32 Class Library
cti.GetSipStats Method
Get Data About Current SIP Session
[Visual Basic]
Public Shared Function GetSipStats( _
ByVal
dev1
As
Integer
, _
ByRef
codec
As
String
, _
ByRef
address
As
String
, _
ByRef
port
As
UInt32
, _
ByRef
sdp
As
String
_
) As
Integer
[C#]
public static
int
GetSipStats(
int
dev1
,
ref
string
codec
,
ref
string
address
,
ref
uint
port
,
ref
string
sdp
);
Parameters
dev1
codec
address
port
sdp
Return Value
See Also
cti Class
|
CTI32NetLib Namespace