> I see what you mean and already have the option turned on. However the > entries in astdb > are a bit odd: > > //Agents/40042 : [EMAIL PROTECTED];4004 > //Agents/4005 : [EMAIL PROTECTED];4005 > //Agents/4011 : [EMAIL PROTECTED];4011 > //Agents/4014 : [EMAIL PROTECTED];4014 > //Agents/4025 : [EMAIL PROTECTED];4025
Those entries are for agentcallbacklogin (you are seeing the [EMAIL PROTECTED] where they can be reached, but not queue membership status), my suggestion was to use persistenmember and the key /Queue/PersistentMembers for dynamic added members via AddQueueMember, together with some string manipulation functions for checking if an agent is a member of a particular queue or not. It is maybe too hackish, but doable. Regards, -- Nicolás Gudiño Buenos Aires - Argentina _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
