> and the bits 1,2,4 > > For the queue skillmask just keep multing the number by 2 > > > 1 = sales > 2 = tech level 1 > 4 = tech level 2 > 8 = tech level 3 > 16 = advanced problems > 32 = coperate > > > to allow a queue member to be allowed to take the call just add up > all the numbers that go with his skills and set that as his skillmask
I suggest looking at ast_get_group() for an easy way to do what you're trying to do here with the group numbers. Your ideas are great though :) Mark _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
