--- /srv/rebuilderd/tmp/rebuilderdGqwY4W/inputs/asterisk_22.9.0+dfsg+~cs6.16.60671434-1_riscv64.deb
+++ /srv/rebuilderd/tmp/rebuilderdGqwY4W/out/asterisk_22.9.0+dfsg+~cs6.16.60671434-1_riscv64.deb
├── file list
│ @@ -1,3 +1,3 @@
│ -rw-r--r-- 0 0 0 4 2026-04-11 08:45:51.000000 debian-binary
│ --rw-r--r-- 0 0 0 8344 2026-04-11 08:45:51.000000 control.tar.xz
│ --rw-r--r-- 0 0 0 2621844 2026-04-11 08:45:51.000000 data.tar.xz
│ +-rw-r--r-- 0 0 0 8340 2026-04-11 08:45:51.000000 control.tar.xz
│ +-rw-r--r-- 0 0 0 2621828 2026-04-11 08:45:51.000000 data.tar.xz
├── control.tar.xz
│ ├── control.tar
│ │ ├── ./md5sums
│ │ │ ├── ./md5sums
│ │ │ │┄ Files differ
├── data.tar.xz
│ ├── data.tar
│ │ ├── ./usr/share/asterisk/documentation/core-en_US.xml
│ │ │ ├── ./usr/share/asterisk/documentation/core-en_US.xml
│ │ │ │┄ Ordering differences only
│ │ │ │ @@ -1196,14 +1196,140 @@
│ │ │ │
│ │ │ │
│ │ │ │ extended
│ │ │ │
│ │ │ │
│ │ │ │ extended
│ │ │ │
│ │ │ │ +
│ │ │ │ + Configuration for chan_websocket
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + WebSocket Channel Driver
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.18.0
│ │ │ │ + 22.8.0
│ │ │ │ + 23.2.0
│ │ │ │ +
│ │ │ │ + Global settings for chan_websocket
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.18.0
│ │ │ │ + 22.8.0
│ │ │ │ + 23.2.0
│ │ │ │ +
│ │ │ │ + Determines the format used for sending and receiving
│ │ │ │ + control mesages on the websocket.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The legacy plain text single-line message format.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The new JSON format.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + WebSocket Dial Strings:
│ │ │ │ +
│ │ │ │ + Dial(WebSocket/connectionid[/websocket_options])
│ │ │ │ +
│ │ │ │ + WebSocket Parameters:
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + For outgoing WebSockets, this is the ID of the connection
│ │ │ │ + in websocket_client.conf to use for the call. To accept incoming
│ │ │ │ + WebSocket connections use the literal
│ │ │ │ + INCOMING
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Options to control how the WebSocket channel behaves.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + If not specified, the first codec from the caller's channel will be used.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Sets the media direction for the call. It is important to
│ │ │ │ + note that this is from the perspective of the application, NOT
│ │ │ │ + Asterisk.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The default behavior. Media flows both ways like normal.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Asterisk will send media to the application but drop any media
│ │ │ │ + it receives.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Asterisk will only receive media from the application, but will
│ │ │ │ + not send any media.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + format:
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Normally, the WebSocket channel will be answered when
│ │ │ │ + connection is established with the remote app. If this
│ │ │ │ + option is specified however, the channel will not be
│ │ │ │ + answered until the
│ │ │ │ + ANSWER
│ │ │ │ + command is
│ │ │ │ + received from the remote app or the remote app calls the
│ │ │ │ + /channels/answer ARI endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + In passthrough mode, the channel driver won't attempt
│ │ │ │ + to re-frame or re-time media coming in over the websocket from
│ │ │ │ + the remote app. This can be used for any codec but MUST be used
│ │ │ │ + for codecs that use packet headers or whose data stream can't be
│ │ │ │ + broken up on arbitrary byte boundaries. In this case, the remote
│ │ │ │ + app is fully responsible for correctly framing and timing media
│ │ │ │ + sent to Asterisk and the MEDIA text commands that could be sent
│ │ │ │ + over the websocket are disabled. Currently, passthrough mode is
│ │ │ │ + automatically set for the opus, speex and g729 codecs.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This option allows you to add additional parameters to the
│ │ │ │ + outbound URI. The format is:
│ │ │ │ + v(param1=value1,param2=value2...)
│ │ │ │ +
│ │ │ │ + You must ensure that no parameter name or value contains
│ │ │ │ + characters not valid in a URL. The easiest way to do this is to
│ │ │ │ + use the URIENCODE() dialplan function to encode them. Be aware
│ │ │ │ + though that each name and value must be encoded separately. You
│ │ │ │ + can't simply encode the whole string.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Examples:
│ │ │ │ + same => n,Dial(WebSocket/connection1/c(sln16))
│ │ │ │ + same => n,Dial(WebSocket/connection1/c(opus))
│ │ │ │ + same => n,Dial(WebSocket/INCOMING/n)
│ │ │ │ + same => n,Dial(WebSocket/connection1/v(${URIENCODE(vari able)}=${URIENCODE(${CHANNEL})},variable2=$(URIENCODE(${EXTEN})}))
│ │ │ │ + same => n,Dial(WebSocket/connection1/f(json))
│ │ │ │ +
│ │ │ │
│ │ │ │
│ │ │ │ 18.21.0
│ │ │ │ 20.6.0
│ │ │ │ 21.1.0
│ │ │ │
│ │ │ │ Hangup an incoming PJSIP channel with a SIP response code
│ │ │ │ @@ -2157,140 +2283,14 @@
│ │ │ │ ; Log the destination address of the audio stream
│ │ │ │ same => n,Log(NOTICE, ${CHANNEL(rtp,dest)})
│ │ │ │
│ │ │ │ ; Store the round-trip time associated with a
│ │ │ │ ; video stream in the CDR field video-rtt
│ │ │ │ same => n,Set(CDR(video-rtt)=${CHANNEL(rtcp,rtt,video)})
│ │ │ │
│ │ │ │ -
│ │ │ │ - Configuration for chan_websocket
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - WebSocket Channel Driver
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.18.0
│ │ │ │ - 22.8.0
│ │ │ │ - 23.2.0
│ │ │ │ -
│ │ │ │ - Global settings for chan_websocket
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.18.0
│ │ │ │ - 22.8.0
│ │ │ │ - 23.2.0
│ │ │ │ -
│ │ │ │ - Determines the format used for sending and receiving
│ │ │ │ - control mesages on the websocket.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The legacy plain text single-line message format.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The new JSON format.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - WebSocket Dial Strings:
│ │ │ │ -
│ │ │ │ - Dial(WebSocket/connectionid[/websocket_options])
│ │ │ │ -
│ │ │ │ - WebSocket Parameters:
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - For outgoing WebSockets, this is the ID of the connection
│ │ │ │ - in websocket_client.conf to use for the call. To accept incoming
│ │ │ │ - WebSocket connections use the literal
│ │ │ │ - INCOMING
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Options to control how the WebSocket channel behaves.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - If not specified, the first codec from the caller's channel will be used.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Sets the media direction for the call. It is important to
│ │ │ │ - note that this is from the perspective of the application, NOT
│ │ │ │ - Asterisk.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The default behavior. Media flows both ways like normal.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Asterisk will send media to the application but drop any media
│ │ │ │ - it receives.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Asterisk will only receive media from the application, but will
│ │ │ │ - not send any media.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - format:
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Normally, the WebSocket channel will be answered when
│ │ │ │ - connection is established with the remote app. If this
│ │ │ │ - option is specified however, the channel will not be
│ │ │ │ - answered until the
│ │ │ │ - ANSWER
│ │ │ │ - command is
│ │ │ │ - received from the remote app or the remote app calls the
│ │ │ │ - /channels/answer ARI endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - In passthrough mode, the channel driver won't attempt
│ │ │ │ - to re-frame or re-time media coming in over the websocket from
│ │ │ │ - the remote app. This can be used for any codec but MUST be used
│ │ │ │ - for codecs that use packet headers or whose data stream can't be
│ │ │ │ - broken up on arbitrary byte boundaries. In this case, the remote
│ │ │ │ - app is fully responsible for correctly framing and timing media
│ │ │ │ - sent to Asterisk and the MEDIA text commands that could be sent
│ │ │ │ - over the websocket are disabled. Currently, passthrough mode is
│ │ │ │ - automatically set for the opus, speex and g729 codecs.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This option allows you to add additional parameters to the
│ │ │ │ - outbound URI. The format is:
│ │ │ │ - v(param1=value1,param2=value2...)
│ │ │ │ -
│ │ │ │ - You must ensure that no parameter name or value contains
│ │ │ │ - characters not valid in a URL. The easiest way to do this is to
│ │ │ │ - use the URIENCODE() dialplan function to encode them. Be aware
│ │ │ │ - though that each name and value must be encoded separately. You
│ │ │ │ - can't simply encode the whole string.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Examples:
│ │ │ │ - same => n,Dial(WebSocket/connection1/c(sln16))
│ │ │ │ - same => n,Dial(WebSocket/connection1/c(opus))
│ │ │ │ - same => n,Dial(WebSocket/INCOMING/n)
│ │ │ │ - same => n,Dial(WebSocket/connection1/v(${URIENCODE(vari able)}=${URIENCODE(${CHANNEL})},variable2=$(URIENCODE(${EXTEN})}))
│ │ │ │ - same => n,Dial(WebSocket/connection1/f(json))
│ │ │ │ -
│ │ │ │
│ │ │ │ extended
│ │ │ │
│ │ │ │
│ │ │ │ res_ael_share
│ │ │ │ extended
│ │ │ │
│ │ │ │ @@ -39439,1650 +39439,218 @@
│ │ │ │ When used on an outgoing channel, this function can override the
│ │ │ │ profile on an endpoint. Currently, only the ability to suppress
│ │ │ │ attestation is supported.
│ │ │ │
│ │ │ │ same => n,Set(STIR_SHAKEN_ATTESTATION(suppress)=yes)
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Qualify a chan_pjsip endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The endpoint you want to qualify.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Qualify a chan_pjsip endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.20.0
│ │ │ │ - 15.3.0
│ │ │ │ -
│ │ │ │ - Provide details about an identify section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'identify'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.12.0
│ │ │ │ - 14.1.0
│ │ │ │ -
│ │ │ │ - Provide details about an Address of Record (AoR) section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'aor'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A comma-separated list of contacts associated with this AoR.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The total number of contacts associated with this AoR.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The number of non-permanent contacts associated with this AoR.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Provide details about an authentication section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'auth'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.6.0
│ │ │ │ -
│ │ │ │ - Provide details about an authentication section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'transport'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Provide details about an endpoint section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'endpoint'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The aggregate device state for this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The number of active channels associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Provide details about an Address of Record (AoR) section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'aor'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A comma-separated list of contacts associated with this AoR.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Provide details about an Address of Record (Auth) section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'auth'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Provide details about a contact section.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'contact'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - IP address of the last Via header in REGISTER request.
│ │ │ │ - Will only appear in the event if available.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Port number of the last Via header in REGISTER request.
│ │ │ │ - Will only appear in the event if available.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The elapsed time in decimal seconds after which an OPTIONS
│ │ │ │ - message is sent before the contact is considered unavailable.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Content of the Call-ID header in REGISTER request.
│ │ │ │ - Will only appear in the event if available.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Asterisk Server name.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - If true delete the contact on Asterisk restart/boot.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The Path header received on the REGISTER.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A boolean indicating whether a qualify should be authenticated.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This contact's URI.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The interval in seconds at which the contact will be qualified.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Content of the User-Agent header in REGISTER request
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Absolute time that this contact is no longer valid after
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The contact's outbound proxy.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This contact's status.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The round trip time in microseconds.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A boolean indicating whether to only consider a contact
│ │ │ │ - available if the OPTIONS response has a 2xx status code.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.0.0
│ │ │ │ -
│ │ │ │ - Provide details about a contact's status.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The AoR that owns this contact.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This contact's URI.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This contact's status.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The round trip time in microseconds.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of the endpoint associated with this information.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Content of the User-Agent header in REGISTER request
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Absolute time that this contact is no longer valid after
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - IP address:port of the last Via header in REGISTER request.
│ │ │ │ - Will only appear in the event if available.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Content of the Call-ID header in REGISTER request.
│ │ │ │ - Will only appear in the event if available.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The sorcery ID of the contact.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A boolean indicating whether a qualify should be authenticated.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The contact's outbound proxy.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The Path header received on the REGISTER.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The interval in seconds at which the contact will be qualified.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The elapsed time in decimal seconds after which an OPTIONS
│ │ │ │ - message is sent before the contact is considered unavailable.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Only consider a contact available if the OPTIONS response
│ │ │ │ - has a 2xx status code.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Provide details about a contact's status.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The object's type. This will always be 'endpoint'.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The name of this object.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The transport configurations associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The aor configurations associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The inbound authentication configurations associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The outbound authentication configurations associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The aggregate device state for this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The number of active channels associated with this endpoint.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - A comma-separated list of contacts associated with this AoR.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Lists PJSIP endpoints.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Provides a listing of all endpoints. For each endpoint an
│ │ │ │ - EndpointList
│ │ │ │ - event
│ │ │ │ - is raised that contains relevant attributes and status information. Once all
│ │ │ │ - endpoints have been listed an
│ │ │ │ - EndpointListComplete
│ │ │ │ - event is issued.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ +
│ │ │ │ + HTTP binding for the Stasis API
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + General configuration settings
│ │ │ │ +
│ │ │ │
│ │ │ │ 12.0.0
│ │ │ │
│ │ │ │ - Provide final information about an endpoint list.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Detail listing of an endpoint and its objects.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - The endpoint to list.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Provides a detailed listing of options for a given endpoint. Events are issued
│ │ │ │ - showing the configuration and status of the endpoint and associated objects. These
│ │ │ │ - events include
│ │ │ │ - EndpointDetail
│ │ │ │ - ,
│ │ │ │ - AorDetail
│ │ │ │ - ,
│ │ │ │ - AuthDetail
│ │ │ │ - ,
│ │ │ │ - TransportDetail
│ │ │ │ - , and
│ │ │ │ - IdentifyDetail
│ │ │ │ - . Some events may be listed multiple times if multiple objects are
│ │ │ │ - associated (for instance AoRs). Once all detail events have been raised a final
│ │ │ │ - EndpointDetailComplete
│ │ │ │ - event is issued.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ + Enable/disable the ARI module
│ │ │ │ +
│ │ │ │ + This option enables or disables the ARI module.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + ARI uses Asterisk's HTTP server, which must also be enabled in
│ │ │ │ + http.conf
│ │ │ │ + .
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + [http.conf]
│ │ │ │ + [https://docs.asterisk.org/Configuration/Core-Configuration/Asterisk-Builtin-mini-HTTP-Server/]
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 11.11.0
│ │ │ │ + 12.4.0
│ │ │ │ +
│ │ │ │ + The timeout (in milliseconds) to set on WebSocket connections.
│ │ │ │ +
│ │ │ │ + If a websocket connection accepts input slowly, the timeout
│ │ │ │ + for writes to it can be increased to keep it from being disconnected.
│ │ │ │ + Value is in milliseconds.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ 12.0.0
│ │ │ │
│ │ │ │ - Provide final information about endpoint details.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Lists PJSIP AORs.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Provides a listing of all AORs. For each AOR an
│ │ │ │ - AorList
│ │ │ │ - event
│ │ │ │ - is raised that contains relevant attributes and status information. Once all
│ │ │ │ - aors have been listed an
│ │ │ │ - AorListComplete
│ │ │ │ - event is issued.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ + Responses from ARI are formatted to be human readable
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ - 16.0.0
│ │ │ │ + 12.0.0
│ │ │ │
│ │ │ │ - Provide final information about an aor list.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Lists PJSIP Auths.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Provides a listing of all Auths. For each Auth an
│ │ │ │ - AuthList
│ │ │ │ - event
│ │ │ │ - is raised that contains relevant attributes and status information. Once all
│ │ │ │ - auths have been listed an
│ │ │ │ - AuthListComplete
│ │ │ │ - event is issued.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ + Realm to use for authentication. Defaults to Asterisk REST Interface.
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ - 16.0.0
│ │ │ │ + 12.0.0
│ │ │ │
│ │ │ │ - Provide final information about an auth list.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 16.0.0
│ │ │ │ -
│ │ │ │ - Lists PJSIP Contacts.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Provides a listing of all Contacts. For each Contact a
│ │ │ │ - ContactList
│ │ │ │ - event is raised that contains relevant attributes and status information.
│ │ │ │ - Once all contacts have been listed a
│ │ │ │ - ContactListComplete
│ │ │ │ - event
│ │ │ │ - is issued.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ + Comma separated list of allowed origins, for Cross-Origin Resource Sharing. May be set to * to allow all origins.
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ - 16.0.0
│ │ │ │ + 14.2.0
│ │ │ │
│ │ │ │ - Provide final information about a contact list.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ + Comma separated list of channel variables to display in channel json.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Per-user configuration settings
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.30.0
│ │ │ │ + 16.7.0
│ │ │ │ + 17.1.0
│ │ │ │ +
│ │ │ │ + Define this configuration section as a user.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Configure this section as a
│ │ │ │ + user
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.30.0
│ │ │ │ + 16.7.0
│ │ │ │ + 17.1.0
│ │ │ │ +
│ │ │ │ + When set to yes, user is only authorized for read-only requests
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.30.0
│ │ │ │ + 16.7.0
│ │ │ │ + 17.1.0
│ │ │ │ +
│ │ │ │ + Crypted or plaintext password (see password_format)
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + password_format may be set to plain (the default) or crypt. When set to crypt, crypt(3) is used to validate the password. A crypted password can be generated using mkpasswd -m sha-512. When set to plain, the password is in plaintext
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.19.0
│ │ │ │ + 22.9.0
│ │ │ │ + 23.3.0
│ │ │ │ +
│ │ │ │ + List of IP ACL section names in acl.conf
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This matches sections configured in
│ │ │ │ + acl.conf
│ │ │ │ + .
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.19.0
│ │ │ │ + 22.9.0
│ │ │ │ + 23.3.0
│ │ │ │ +
│ │ │ │ + List of IP addresses to deny access from
│ │ │ │ +
│ │ │ │ + The value is a comma-delimited list of IP addresses. IP addresses may
│ │ │ │ + have a subnet mask appended. The subnet mask may be written in either
│ │ │ │ + CIDR or dotted-decimal notation. Separate the IP address and subnet
│ │ │ │ + mask with a slash ('/')
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.19.0
│ │ │ │ + 22.9.0
│ │ │ │ + 23.3.0
│ │ │ │ +
│ │ │ │ + List of IP addresses to permit access from
│ │ │ │ +
│ │ │ │ + The value is a comma-delimited list of IP addresses. IP addresses may
│ │ │ │ + have a subnet mask appended. The subnet mask may be written in either
│ │ │ │ + CIDR or dotted-decimal notation. Separate the IP address and subnet
│ │ │ │ + mask with a slash ('/')
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + Outbound websocket configuration
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + Must be "outbound_websocket".
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + The ID of a connection defined in websocket_client.conf.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + Comma separated list of stasis applications that will use this websocket.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + The local ARI user to act as.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 20.15.0
│ │ │ │ + 21.10.0
│ │ │ │ + 22.5.0
│ │ │ │ +
│ │ │ │ + Subscribe applications to all event
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ SIP Resource using PJProject
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ 12.0.0
│ │ │ │
│ │ │ │ @@ -45125,14 +43693,1650 @@
│ │ │ │ only.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Qualify a chan_pjsip endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The endpoint you want to qualify.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Qualify a chan_pjsip endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.20.0
│ │ │ │ + 15.3.0
│ │ │ │ +
│ │ │ │ + Provide details about an identify section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'identify'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.12.0
│ │ │ │ + 14.1.0
│ │ │ │ +
│ │ │ │ + Provide details about an Address of Record (AoR) section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'aor'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A comma-separated list of contacts associated with this AoR.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The total number of contacts associated with this AoR.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The number of non-permanent contacts associated with this AoR.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Provide details about an authentication section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'auth'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.6.0
│ │ │ │ +
│ │ │ │ + Provide details about an authentication section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'transport'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Provide details about an endpoint section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'endpoint'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The aggregate device state for this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The number of active channels associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide details about an Address of Record (AoR) section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'aor'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A comma-separated list of contacts associated with this AoR.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide details about an Address of Record (Auth) section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'auth'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide details about a contact section.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'contact'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + IP address of the last Via header in REGISTER request.
│ │ │ │ + Will only appear in the event if available.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Port number of the last Via header in REGISTER request.
│ │ │ │ + Will only appear in the event if available.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The elapsed time in decimal seconds after which an OPTIONS
│ │ │ │ + message is sent before the contact is considered unavailable.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Content of the Call-ID header in REGISTER request.
│ │ │ │ + Will only appear in the event if available.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Asterisk Server name.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + If true delete the contact on Asterisk restart/boot.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The Path header received on the REGISTER.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A boolean indicating whether a qualify should be authenticated.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This contact's URI.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The interval in seconds at which the contact will be qualified.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Content of the User-Agent header in REGISTER request
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Absolute time that this contact is no longer valid after
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The contact's outbound proxy.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This contact's status.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The round trip time in microseconds.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A boolean indicating whether to only consider a contact
│ │ │ │ + available if the OPTIONS response has a 2xx status code.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 13.0.0
│ │ │ │ +
│ │ │ │ + Provide details about a contact's status.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The AoR that owns this contact.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This contact's URI.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + This contact's status.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The round trip time in microseconds.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of the endpoint associated with this information.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Content of the User-Agent header in REGISTER request
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Absolute time that this contact is no longer valid after
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + IP address:port of the last Via header in REGISTER request.
│ │ │ │ + Will only appear in the event if available.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Content of the Call-ID header in REGISTER request.
│ │ │ │ + Will only appear in the event if available.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The sorcery ID of the contact.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A boolean indicating whether a qualify should be authenticated.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The contact's outbound proxy.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The Path header received on the REGISTER.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The interval in seconds at which the contact will be qualified.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The elapsed time in decimal seconds after which an OPTIONS
│ │ │ │ + message is sent before the contact is considered unavailable.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Only consider a contact available if the OPTIONS response
│ │ │ │ + has a 2xx status code.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Provide details about a contact's status.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The object's type. This will always be 'endpoint'.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The name of this object.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The transport configurations associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The aor configurations associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The inbound authentication configurations associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The outbound authentication configurations associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The aggregate device state for this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The number of active channels associated with this endpoint.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + A comma-separated list of contacts associated with this AoR.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Lists PJSIP endpoints.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Provides a listing of all endpoints. For each endpoint an
│ │ │ │ + EndpointList
│ │ │ │ + event
│ │ │ │ + is raised that contains relevant attributes and status information. Once all
│ │ │ │ + endpoints have been listed an
│ │ │ │ + EndpointListComplete
│ │ │ │ + event is issued.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Provide final information about an endpoint list.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Detail listing of an endpoint and its objects.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + The endpoint to list.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Provides a detailed listing of options for a given endpoint. Events are issued
│ │ │ │ + showing the configuration and status of the endpoint and associated objects. These
│ │ │ │ + events include
│ │ │ │ + EndpointDetail
│ │ │ │ + ,
│ │ │ │ + AorDetail
│ │ │ │ + ,
│ │ │ │ + AuthDetail
│ │ │ │ + ,
│ │ │ │ + TransportDetail
│ │ │ │ + , and
│ │ │ │ + IdentifyDetail
│ │ │ │ + . Some events may be listed multiple times if multiple objects are
│ │ │ │ + associated (for instance AoRs). Once all detail events have been raised a final
│ │ │ │ + EndpointDetailComplete
│ │ │ │ + event is issued.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 12.0.0
│ │ │ │ +
│ │ │ │ + Provide final information about endpoint details.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Lists PJSIP AORs.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Provides a listing of all AORs. For each AOR an
│ │ │ │ + AorList
│ │ │ │ + event
│ │ │ │ + is raised that contains relevant attributes and status information. Once all
│ │ │ │ + aors have been listed an
│ │ │ │ + AorListComplete
│ │ │ │ + event is issued.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide final information about an aor list.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Lists PJSIP Auths.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Provides a listing of all Auths. For each Auth an
│ │ │ │ + AuthList
│ │ │ │ + event
│ │ │ │ + is raised that contains relevant attributes and status information. Once all
│ │ │ │ + auths have been listed an
│ │ │ │ + AuthListComplete
│ │ │ │ + event is issued.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide final information about an auth list.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Lists PJSIP Contacts.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + Provides a listing of all Contacts. For each Contact a
│ │ │ │ + ContactList
│ │ │ │ + event is raised that contains relevant attributes and status information.
│ │ │ │ + Once all contacts have been listed a
│ │ │ │ + ContactListComplete
│ │ │ │ + event
│ │ │ │ + is issued.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + 16.0.0
│ │ │ │ +
│ │ │ │ + Provide final information about a contact list.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │ Core Geolocation Support
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ 16.29.0
│ │ │ │ 18.15.0
│ │ │ │ @@ -45561,218 +45765,14 @@
│ │ │ │
│ │ │ │ There was an issue specific to the parameter specified
│ │ │ │ (value not valid or parameter name not found, etc.)
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ - HTTP binding for the Stasis API
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - General configuration settings
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Enable/disable the ARI module
│ │ │ │ -
│ │ │ │ - This option enables or disables the ARI module.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - ARI uses Asterisk's HTTP server, which must also be enabled in
│ │ │ │ - http.conf
│ │ │ │ - .
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - [http.conf]
│ │ │ │ - [https://docs.asterisk.org/Configuration/Core-Configuration/Asterisk-Builtin-mini-HTTP-Server/]
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 11.11.0
│ │ │ │ - 12.4.0
│ │ │ │ -
│ │ │ │ - The timeout (in milliseconds) to set on WebSocket connections.
│ │ │ │ -
│ │ │ │ - If a websocket connection accepts input slowly, the timeout
│ │ │ │ - for writes to it can be increased to keep it from being disconnected.
│ │ │ │ - Value is in milliseconds.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Responses from ARI are formatted to be human readable
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Realm to use for authentication. Defaults to Asterisk REST Interface.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Comma separated list of allowed origins, for Cross-Origin Resource Sharing. May be set to * to allow all origins.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 14.2.0
│ │ │ │ -
│ │ │ │ - Comma separated list of channel variables to display in channel json.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - Per-user configuration settings
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.30.0
│ │ │ │ - 16.7.0
│ │ │ │ - 17.1.0
│ │ │ │ -
│ │ │ │ - Define this configuration section as a user.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - Configure this section as a
│ │ │ │ - user
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.30.0
│ │ │ │ - 16.7.0
│ │ │ │ - 17.1.0
│ │ │ │ -
│ │ │ │ - When set to yes, user is only authorized for read-only requests
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 13.30.0
│ │ │ │ - 16.7.0
│ │ │ │ - 17.1.0
│ │ │ │ -
│ │ │ │ - Crypted or plaintext password (see password_format)
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 12.0.0
│ │ │ │ -
│ │ │ │ - password_format may be set to plain (the default) or crypt. When set to crypt, crypt(3) is used to validate the password. A crypted password can be generated using mkpasswd -m sha-512. When set to plain, the password is in plaintext
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.19.0
│ │ │ │ - 22.9.0
│ │ │ │ - 23.3.0
│ │ │ │ -
│ │ │ │ - List of IP ACL section names in acl.conf
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - This matches sections configured in
│ │ │ │ - acl.conf
│ │ │ │ - .
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.19.0
│ │ │ │ - 22.9.0
│ │ │ │ - 23.3.0
│ │ │ │ -
│ │ │ │ - List of IP addresses to deny access from
│ │ │ │ -
│ │ │ │ - The value is a comma-delimited list of IP addresses. IP addresses may
│ │ │ │ - have a subnet mask appended. The subnet mask may be written in either
│ │ │ │ - CIDR or dotted-decimal notation. Separate the IP address and subnet
│ │ │ │ - mask with a slash ('/')
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.19.0
│ │ │ │ - 22.9.0
│ │ │ │ - 23.3.0
│ │ │ │ -
│ │ │ │ - List of IP addresses to permit access from
│ │ │ │ -
│ │ │ │ - The value is a comma-delimited list of IP addresses. IP addresses may
│ │ │ │ - have a subnet mask appended. The subnet mask may be written in either
│ │ │ │ - CIDR or dotted-decimal notation. Separate the IP address and subnet
│ │ │ │ - mask with a slash ('/')
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - Outbound websocket configuration
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - Must be "outbound_websocket".
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - The ID of a connection defined in websocket_client.conf.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - Comma separated list of stasis applications that will use this websocket.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - The local ARI user to act as.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - 20.15.0
│ │ │ │ - 21.10.0
│ │ │ │ - 22.5.0
│ │ │ │ -
│ │ │ │ - Subscribe applications to all event
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │
│ │ │ │ bluetooth
│ │ │ │ no
│ │ │ │ extended
│ │ │ │
│ │ │ │
│ │ │ │ no