# File lib/adhearsion/voip/asterisk/commands.rb, line 532 def count if cached? && @cached_count @cached_count else @cached_count = proxy.environment.variable("QUEUE_MEMBER_COUNT(#{proxy.name})").to_i end end