Skip to main content

Get SIP network mode

Returns the current network interface configuration used for SIP traffic.

Available network_mode values:

  • ethernet: Bound only to Ethernet.
  • wifi: Bound only to Wi-Fi.
  • dual: Ethernet and Wi-Fi are both usable at once. SIP registration and SIP calls go via Wi-Fi; multicast calls use whichever network the responding peer is on.
  • dual_gateway: Same as dual, and the device's Wi-Fi also acts as a gateway.

DNS resolution is always performed via Wi-Fi, regardless of network_mode.

Responses

OK


Schema
  • network_mode string

    Possible values: [ethernet, wifi, dual, dual_gateway]

    Network interface used for SIP registration, multicast, and SIP calls. ethernet/wifi bind exclusively to that interface; dual lets Ethernet and Wi-Fi be used simultaneously (SIP via Wi-Fi, multicast via whichever network the peer responds on); dual_gateway is the same as dual with the device's Wi-Fi also acting as a gateway. DNS resolution is always performed via Wi-Fi, regardless of this value.

Loading...