For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sandbox status

Name
Description
Type

adapter_name

Name of unit running the sip stack.

string

current_state

Current Stack state.

enum

Path
Name
Description
Type

/sip_stacks/@[sipStack_Name]

adapter_name

Name of unit running the sip stack.

string

/sip_stacks/@[sipStack_Name]

current_state

Current Stack state.

enum

/sip_stacks/@[sipStack_Name]

error_stat_struct/invalid_req_cnt

Number of times a invalid Req was received.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

invalid_rsp_cnt

Number of times a response was invalid.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

missing_hdr_cnt

Number of times a request with missing mandatory header was received.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

sdp_decode_fail_cnt

Number of times a SDP message body could not be decoded properly.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

sip_decode_fail_cnt

Number of times a SIP message could not be decoded properly.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

sip_encode_fail_cnt

Number of times a SIP message could not be encoded properly.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

unkwn_user_cnt

Number of times a user was unknown.

int

/sip_stacks/@[sipStack_Name]/error_stat_struct

usr_unavail_cnt

Number of times a user responded as being unavailable.

int

/sip_stacks/@[sipStack_Name]/general_stat_struct

register_timeout_cnt

Number of registry entry time-outs.

int

/sip_stacks/@[sipStack_Name]/general_stat_struct

retransmit_req_cnt

Number of retransmitted requests received.

int

/sip_stacks/@[sipStack_Name]/general_stat_struct

trans_timeout_cnt

Number of transactions that have timed out.

int

/sip_stacks/@[sipStack_Name]/general_stat_struct

unsupported_uri_cnt

Number of request-URIs received with an unsupported scheme.

int

Last updated

Was this helpful?