PAMI\Message\Event\EndpointListEvent

Event from PJSIPShowEndpoints

PHP Version 5

Synopsis

class EndpointListEvent 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

  • getActiveChannels() — The number of active channels associated with this endpoint.
  • getAor() — The aor configurations associated with this endpoint.
  • getAuths() — The inbound authentication configurations associated with this endpoint.
  • getContacts() — Returns key: 'Contacts'.
  • getDeviceState() — The aggregate device state for this endpoint.
  • getObjectName() — The name of this object.
  • getObjectType() — The object's type. This will always be 'endpoint'.
  • getOutboundAuths() — The outbound authentication configurations associated with this endpoint.
  • getTransport() — The transport configurations associated with this endpoint.

Inherited from PAMI\Message\Event\EventMessage

public

Inherited from PAMI\Message\IncomingMessage

public

Inherited from PAMI\Message\Message

public