java.lang.Object
com.azure.communication.phonenumbers.siprouting.models.SipTrunk

public final class SipTrunk extends Object
Represents a SIP trunk for routing calls. See RFC 4904.
  • Constructor Details

    • SipTrunk

      public SipTrunk(String fqdn, int sipSignalingPort)
      Constructor with required properties.
      Parameters:
      fqdn - the FQDN of the trunk.
      sipSignalingPort - the SIP signaling port of the trunk.
  • Method Details

    • getFqdn

      public String 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.