AddressReuseResult
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / AddressReuseResult
Interface: AddressReuseResult
Section titled “Interface: AddressReuseResult”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22096
Address reuse detection result
Properties
Section titled “Properties”receiveReuseCount
Section titled “receiveReuseCount”receiveReuseCount:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22098
Number of times address was reused for receiving
sendReuseCount
Section titled “sendReuseCount”sendReuseCount:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22100
Number of times address was reused for sending
totalReuseCount
Section titled “totalReuseCount”totalReuseCount:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22102
Total reuse instances
scoreDeduction
Section titled “scoreDeduction”scoreDeduction:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22104
Score deduction (0-25)
reusedAddresses
Section titled “reusedAddresses”reusedAddresses:
object[]
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22106
Specific addresses that were reused
address
Section titled “address”address:
string
useCount
Section titled “useCount”useCount:
number
type:
"receive"|"send"|"both"