All Implemented Interfaces:
Jsonable

public class Sip extends Channel
Represents a Session Initiation Protocol (SIP) channel.
  • Constructor Details

  • Method Details

    • getUri

      public URI getUri()
      Full SIP URI, including number, domain and (optionally) whether TLS is used.
      Returns:
      The SIP URI, or null if not specified.
    • getUsername

      public String getUsername()
      SIP username.
      Returns:
      The username, or null if not specified.
    • getPassword

      public String getPassword()
      SIP user password.
      Returns:
      The password, or null if not specified.