PAMI\Message\Event\AorDetailEvent

Event from PJSIPShowEndpoint

PHP Version 5

Synopsis

class AorDetailEvent extends EventMessage {
  • // Inherited constants from Message
  • const EOL = "\r\n";
  • const EOM = "\r\n\r\n";
  • // Inherited methods from EventMessage
  • public string getName()
}

Hierarchy

Constants

Name Value
EOL "\r\n"
EOM "\r\n\r\n"

Methods

public

  • getAuthenticateQualify() — Returns key: 'AuthenticateQualify'. Authenticates a qualify request if needed
  • getContact() — Returns key: 'Contact'.
  • getContacts() — Returns key: 'Contacts'.
  • getContactsRegistered() — Returns key: 'ContactsRegistered'. The number of non-permanent contacts associated with this AoR.
  • getDefaultExpiration() — Returns key: 'DefaultExpiration'. Default expiration time in seconds for contacts that are dynamicallybound to an AoR.
  • getEndpointName() — Returns key: 'EndpointName'. The name of the endpoint associated with this information.
  • getMailboxes() — Returns key: 'Mailboxes'. Allow subscriptions for the specified mailbox(es)
  • getMaxContacts() — Returns key: 'MaxContacts'. Maximum number of contacts that can bind to an AoR
  • getMaximumExpiration() — Returns key: 'MaximumExpiration'. Maximum time to keep an AoR
  • getMinimumExpiration() — Returns key: 'MinimumExpiration'. Minimum keep alive time for an AoR
  • getObjectName() — Returns key: 'ObjectName'. The name of this object.
  • getObjectType() — Returns key: 'ObjectType'. The object's type. This will always be 'aor'.
  • getOutboundProxy() — Returns key: 'OutboundProxy'. Outbound proxy used when sending OPTIONS request
  • getQualifyFrequency() — Returns key: 'QualifyFrequency'. Interval at which to qualify an AoR
  • getRemoveExisting() — Returns key: 'RemoveExisting'. Determines whether new contacts replace existing ones.
  • getSupportPath() — Returns key: 'SupportPath'. Enables Path support for REGISTER requests and Route support forother requests.
  • getTotalContacts() — Returns key: 'TotalContacts'. The total number of contacts associated with this AoR.

Inherited from PAMI\Message\Event\EventMessage

public

Inherited from PAMI\Message\IncomingMessage

public

Inherited from PAMI\Message\Message

public