-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
@Deprecated() public interface LivekitSip.SIPTrunkInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSipTrunkId()string sip_trunk_id = 1;abstract ByteStringgetSipTrunkIdBytes()string sip_trunk_id = 1;abstract intgetKindValue().livekit.SIPTrunkInfo.TrunkKind kind = 14;abstract LivekitSip.SIPTrunkInfo.TrunkKindgetKind().livekit.SIPTrunkInfo.TrunkKind kind = 14;abstract List<String>getInboundAddressesList()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;abstract intgetInboundAddressesCount()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;abstract StringgetInboundAddresses(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;abstract ByteStringgetInboundAddressesBytes(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;abstract StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 3;abstract ByteStringgetOutboundAddressBytes()IP that SIP INVITE is sent toostring outbound_address = 3;abstract StringgetOutboundNumber()Number used to make outbound callsstring outbound_number = 4;abstract ByteStringgetOutboundNumberBytes()Number used to make outbound callsstring outbound_number = 4;abstract intgetTransportValue()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;abstract LivekitSip.SIPTransportgetTransport()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;abstract List<String>getInboundNumbersRegexList()repeated string inbound_numbers_regex = 5 [deprecated = true];abstract intgetInboundNumbersRegexCount()repeated string inbound_numbers_regex = 5 [deprecated = true];abstract StringgetInboundNumbersRegex(int index)repeated string inbound_numbers_regex = 5 [deprecated = true];abstract ByteStringgetInboundNumbersRegexBytes(int index)repeated string inbound_numbers_regex = 5 [deprecated = true];abstract List<String>getInboundNumbersList()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;abstract intgetInboundNumbersCount()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;abstract StringgetInboundNumbers(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;abstract ByteStringgetInboundNumbersBytes(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;abstract StringgetInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;abstract ByteStringgetInboundUsernameBytes()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;abstract StringgetInboundPassword()string inbound_password = 7;abstract ByteStringgetInboundPasswordBytes()string inbound_password = 7;abstract StringgetOutboundUsername()string outbound_username = 8;abstract ByteStringgetOutboundUsernameBytes()string outbound_username = 8;abstract StringgetOutboundPassword()string outbound_password = 9;abstract ByteStringgetOutboundPasswordBytes()string outbound_password = 9;abstract StringgetName()Human-readable name for the Trunk.string name = 11;abstract ByteStringgetNameBytes()Human-readable name for the Trunk.string name = 11;abstract StringgetMetadata()User-defined metadata for the Trunk.string metadata = 12;abstract ByteStringgetMetadataBytes()User-defined metadata for the Trunk.string metadata = 12;-
-
Method Detail
-
getSipTrunkId
abstract String getSipTrunkId()
string sip_trunk_id = 1;
-
getSipTrunkIdBytes
abstract ByteString getSipTrunkIdBytes()
string sip_trunk_id = 1;
-
getKindValue
abstract int getKindValue()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
getKind
abstract LivekitSip.SIPTrunkInfo.TrunkKind getKind()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
getInboundAddressesList
abstract List<String> getInboundAddressesList()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;
-
getInboundAddressesCount
abstract int getInboundAddressesCount()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;
-
getInboundAddresses
abstract String getInboundAddresses(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
index- The index of the element to return.
-
getInboundAddressesBytes
abstract ByteString getInboundAddressesBytes(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
index- The index of the element to return.
-
getOutboundAddress
abstract String getOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 3;
-
getOutboundAddressBytes
abstract ByteString getOutboundAddressBytes()
IP that SIP INVITE is sent toostring outbound_address = 3;
-
getOutboundNumber
abstract String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 4;
-
getOutboundNumberBytes
abstract ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 4;
-
getTransportValue
abstract int getTransportValue()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
getTransport
abstract LivekitSip.SIPTransport getTransport()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
getInboundNumbersRegexList
@Deprecated() abstract List<String> getInboundNumbersRegexList()
repeated string inbound_numbers_regex = 5 [deprecated = true];
-
getInboundNumbersRegexCount
@Deprecated() abstract int getInboundNumbersRegexCount()
repeated string inbound_numbers_regex = 5 [deprecated = true];
-
getInboundNumbersRegex
@Deprecated() abstract String getInboundNumbersRegex(int index)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersRegexBytes
@Deprecated() abstract ByteString getInboundNumbersRegexBytes(int index)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersList
abstract List<String> getInboundNumbersList()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;
-
getInboundNumbersCount
abstract int getInboundNumbersCount()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;
-
getInboundNumbers
abstract String getInboundNumbers(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
index- The index of the element to return.
-
getInboundNumbersBytes
abstract ByteString getInboundNumbersBytes(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
index- The index of the element to return.
-
getInboundUsername
abstract String getInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;
-
getInboundUsernameBytes
abstract ByteString getInboundUsernameBytes()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;
-
getInboundPassword
abstract String getInboundPassword()
string inbound_password = 7;
-
getInboundPasswordBytes
abstract ByteString getInboundPasswordBytes()
string inbound_password = 7;
-
getOutboundUsername
abstract String getOutboundUsername()
string outbound_username = 8;
-
getOutboundUsernameBytes
abstract ByteString getOutboundUsernameBytes()
string outbound_username = 8;
-
getOutboundPassword
abstract String getOutboundPassword()
string outbound_password = 9;
-
getOutboundPasswordBytes
abstract ByteString getOutboundPasswordBytes()
string outbound_password = 9;
-
getNameBytes
abstract ByteString getNameBytes()
Human-readable name for the Trunk.string name = 11;
-
getMetadata
abstract String getMetadata()
User-defined metadata for the Trunk.string metadata = 12;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
User-defined metadata for the Trunk.string metadata = 12;
-
-
-
-