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 asdual, and the device's Wi-Fi also acts as a gateway.
DNS resolution is always performed via Wi-Fi, regardless of network_mode.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- network_mode string
Possible values: [
ethernet,wifi,dual,dual_gateway]Network interface used for SIP registration, multicast, and SIP calls.
ethernet/wifibind exclusively to that interface;duallets Ethernet and Wi-Fi be used simultaneously (SIP via Wi-Fi, multicast via whichever network the peer responds on);dual_gatewayis the same asdualwith the device's Wi-Fi also acting as a gateway. DNS resolution is always performed via Wi-Fi, regardless of this value.
{
"network_mode": "dual"
}
{
"network_mode": "dual"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...