[Asterisk-Users] Even Newer Patch to app_queue with skillbased strategy

Mark Spencer markster at digium.com
Mon Oct 20 20:24:29 MST 2003


> 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




More information about the asterisk-users mailing list