Asterisk::Store::Queue::Member - Class for Asterisk queue member objects


Asterisk-Store-Queue-Member documentation  | view source Contained in the Asterisk-Store-Queue-Member distribution.

Index


NAME

Top

Asterisk::Store::Queue::Member - Class for Asterisk queue member objects

SYNOPSIS

Top

  use Asterisk::Store::Queue::Member;

  my $memberobj =  new Asterisk::Store::Queue::Member (
    queue      => 'mainqueue',
    location   => 'Local/42342@queueagents',
    membership => 'dynamic',
    penalty    => 0,
    callstaken => 0,
    paused     => 0,
    status     => 0,
    lastcall   => 0,
  }

  ...

DESCRIPTION

Top

  This module is used to store queue member objects such as those returned
  from the Asterisk Manager Interface API.

ATTRIBUTES

Top

  Base attrubutes, can be extended

queue

  Which queue is this member a member of?

location

  Where is this agent (member) located?

membership

  Type of membership (dynamic, etc...)

penalty

  Queue penalty assigned to member

callstaken

  Number of calls that the member has handled

paused

  Member pause status *bool*

status

  Member status

lastcall

  Last call information

DEBUG *bool*

  Enable debugging by setting bool to true.

PUBLIC METHODS

Top

  These are the publicly accesable methods

PRIVATE METHODS

Top

  These methods should not be accessed directly.

SEE ALSO

Top

To be used with:Asterisk::Store::QueueAsterisk::Manager

AUTHOR

Top

Derek Carter, <goozbach@neverblock.com<gt>

COPYRIGHT AND LICENSE

Top


Asterisk-Store-Queue-Member documentation  | view source Contained in the Asterisk-Store-Queue-Member distribution.