> Shouldn’t  the member has the statics per queue?
>
> I mean, I have 2 queues test1 and test2, with member 1001 for example for
> both queues, if I make a call to queue test1 and the member 1001 answers the
> call, the statics for the member is up in both queues, (has taken 1 call….),
> this should be per queue basis don’t you think?
>

Yes it's so, unless You have enabled shared_lastcall, in which case
lastcall and call counter is shared across queues in order to acquire
fair call distribution strategy.

You shouldn't use queue data for statistics, there's queue_log for
that. This is purely monitoring info which can get lost during
restarts/reloads.

Regards,
Atis

-- 
Atis Lezdins,
VoIP Project Manager / Developer,
IQ Labs Inc,
a...@iq-labs.net
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to