PJSIP_CONTACT()¶
Synopsis¶
Get information about a PJSIP contact
Since¶
13.2.0
Description¶
Syntax¶
Arguments¶
-
name- Contact names are in the form of "aor_id@@hash" for dynamic contacts created by the registrar and permanent contacts defined in a 'contact' parameter in an 'aor' object. You can get the "aor_id@@hash" contact ID by calling the 'PJSIP_AOR()' dialplpan function with the AOR name and the 'contact' field. You can then pass the value returned to this function. -
field- The configuration option for the contact to query for. Supported options are those fields on the contact object.-
type- Must be of type 'contact'. -
uri- SIP URI to contact peer -
expiration_time- Time to keep alive a contact -
qualify_frequency- Interval at which to qualify a contact -
qualify_timeout- Timeout for qualify -
qualify_2xx_only- Only qualify contact if OPTIONS request returns 2XX -
authenticate_qualify- Authenticates a qualify challenge response if needed -
outbound_proxy- Outbound proxy used when sending OPTIONS request -
path- Stored Path vector for use in Route headers on outgoing requests. -
user_agent- User-Agent header from registration. -
endpoint- Endpoint name -
reg_server- Asterisk Server name -
via_addr- IP-address of the last Via header from registration. -
via_port- IP-port of the last Via header from registration. -
call_id- Call-ID header from registration. -
prune_on_boot- A contact that cannot survive a restart/boot. -
rtt- The RTT of the last qualify -
status- Status of the contact
-
See Also¶
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT