Skip to content

InboundSubscriptionDetail

Synopsis

Provides details about an inbound subscription - one in which Asterisk handles SUBSCRIBE requests and periodically sends NOTIFYs to its subscribers.

Since

12.0.0

Syntax

    Event: InboundSubscriptionDetail
    Role: <value>
    Endpoint: <value>
    Callid: <value>
    State: <value>
    Callerid: <value>
    SubscriptionType: <value>
    Extension: <value>
    ExtensionStates: <value>
    Mailboxes: <value>
Arguments
  • Role - Asterisk's role for this subscription. This will always be 'Notifier'.

  • Endpoint - The name of the endpoint associated with this subscription.

  • Callid - The CallID of the dialog associated with this subscription.

  • State - The current state of the subscription.

  • Callerid - The Caller ID of the endpoint associated with this subscription.

  • SubscriptionType - Asterisk currently supports the following subscription types, but this could also be extended by third-party modules so this list may not be exhaustive:

    • mwi

    • extension_state

  • Extension - If the 'SubscriptionType' is 'extension_state' this will be the monitored extension.

  • ExtensionStates - If the 'SubscriptionType' is 'extension_state' this will be the monitored extension's state.

    • Idle

    • InUse

    • Busy

    • Unavailable

    • Ringing

    • InUse&Ringing

    • Hold

    • InUse&Hold

    • Unknown

  • Mailboxes - If the 'SubscriptionType' is 'mwi' this will be a comma-separated list of mailboxes.

Class

COMMAND

Generated Version

This documentation was generated from Asterisk branch 22 using version GIT