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

2003-10-21 Thread Anthony Minessale
> 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 a

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

2003-10-20 Thread Mark Spencer
> 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 wit

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

2003-10-18 Thread Anthony Minessale
I made a post a few days ago with a patch to the queue to allow you to insert a penalty value in dynamic queue adding.   http://asterisk.650dialup.com     Since then, I decided I would make a whole new strategy called 'skillbased'   I added a new option skillmask to the Queue appl and the AddQueu