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