Skip to content

PJSIP_AOR()

Synopsis

Get information about a PJSIP AOR

Description

Syntax

PJSIP_AOR(name,field)
Arguments
  • name - The name of the AOR to query.

  • field - The configuration option for the AOR to query for. Supported options are those fields on the aor object in pjsip.conf.

    Note

    When requested with this function, the 'contact' parameter will return both permanent and dynamic contacts.

    Note

    The return value of the 'contact' parameter is one or more internal contact IDs separated by commans. To get details about the contact itself, including the URI, call the 'PJSIP_CONTACT' dialplan function with the contact ID and the desired contact parameter.


Available Fields:

* `contact` - Permanent contacts assigned to AoR<br>

* `default_expiration` - Default expiration time in seconds for contacts that are dynamically bound to an AoR.<br>

* `mailboxes` - Allow subscriptions for the specified mailbox(es)<br>

* `voicemail_extension` - The voicemail extension to send in the NOTIFY Message-Account header<br>

* `maximum_expiration` - Maximum time to keep an AoR<br>

* `max_contacts` - Maximum number of contacts that can bind to an AoR<br>

* `minimum_expiration` - Minimum keep alive time for an AoR<br>

* `remove_existing` - Determines whether new contacts replace existing ones.<br>

* `remove_unavailable` - Determines whether new contacts should replace unavailable ones.<br>

* `type` - Must be of type 'aor'.<br>

* `qualify_frequency` - Interval at which to qualify an AoR<br>

* `qualify_timeout` - Timeout for qualify<br>

* `authenticate_qualify` - Authenticates a qualify challenge response if needed<br>

* `outbound_proxy` - Outbound proxy used when sending OPTIONS request<br>

* `support_path` - Enables Path support for REGISTER requests and Route support for other requests.<br>

See Also

Generated Version

This documentation was generated from Asterisk branch 22 using version GIT