Interface IPDialIn.Builder

    • Method Detail

      • endpoint

        IPDialIn.Builder endpoint​(String endpoint)

        The IP address.

        Parameters:
        endpoint - The IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commsProtocol

        IPDialIn.Builder commsProtocol​(String commsProtocol)

        The protocol, including SIP, SIPS, and H323.

        Parameters:
        commsProtocol - The protocol, including SIP, SIPS, and H323.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CommsProtocol, CommsProtocol
      • commsProtocol

        IPDialIn.Builder commsProtocol​(CommsProtocol commsProtocol)

        The protocol, including SIP, SIPS, and H323.

        Parameters:
        commsProtocol - The protocol, including SIP, SIPS, and H323.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CommsProtocol, CommsProtocol