Skip to main content

Get current SIP registration status

Get current SIP registration status. Available statuses:

  • OK - device has SIP registration
  • ERROR - SIP registration lost, problems with network or server problems
  • OFFLINE - SIP is disabled in settings Additional fields:
  • register_last_attempt - Unix timestamp of the last SIP registration attempt. May be null if no registration attempts were made yet (for example, right after device startup in OFFLINE mode).
Responses

OK


Schema
  • sip_status string

    Possible values: [OK, OFFLINE, ERROR]

    • OK - SIP is working
    • OFFLINE - SIP is disabled
    • ERROR - SIP is enabled, but registration is failure
  • register_last_attempt int64

    Unix Timestamp Date (null if never attempted)

Loading...