Skip to end of metadata
Go to start of metadata

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.
    • contact - Permanent contacts assigned to AoR
    • default_expiration - Default expiration time in seconds for contacts that are dynamically bound to an AoR.
    • mailboxes - Allow subscriptions for the specified mailbox(es)
    • voicemail_extension - The voicemail extension to send in the NOTIFY Message-Account header
    • maximum_expiration - Maximum time to keep an AoR
    • max_contacts - Maximum number of contacts that can bind to an AoR
    • minimum_expiration - Minimum keep alive time for an AoR
    • remove_existing - Determines whether new contacts replace existing ones.
    • remove_unavailable - Determines whether new contacts should replace unavailable ones.
    • type - Must be of type 'aor'.
    • qualify_frequency - Interval at which to qualify an AoR
    • qualify_timeout - Timeout for qualify
    • authenticate_qualify - Authenticates a qualify challenge response if needed
    • outbound_proxy - Outbound proxy used when sending OPTIONS request
    • support_path - Enables Path support for REGISTER requests and Route support for other requests.

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-6a04c43

  • No labels