Class SipTrunk
java.lang.Object
com.azure.communication.phonenumbers.siprouting.models.SipTrunk
Represents a SIP trunk for routing calls. See RFC 4904.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFqdn()Get the fqdn property: Gets or sets FQDN of the trunk.intGet the sipSignalingPort property: Gets or sets SIP signaling port of the trunk.
-
Constructor Details
-
SipTrunk
Constructor with required properties.- Parameters:
fqdn- the FQDN of the trunk.sipSignalingPort- the SIP signaling port of the trunk.
-
-
Method Details
-
getFqdn
Get the fqdn property: Gets or sets FQDN of the trunk.- Returns:
- the fqdn value.
-
getSipSignalingPort
public int getSipSignalingPort()Get the sipSignalingPort property: Gets or sets SIP signaling port of the trunk.- Returns:
- the sipSignalingPort value.
-