...so, I copied the code below into Config.pm. I open a new Phone Ticket and select Network Queue - but the Priority dropdown doesn't change. ...what am I doing wrong?? I've read the ACL documents, and tried to copy/paste the examples...but they don't work.
Thanks!!!
Kevin
Code: Select all
$Self->{TicketAcl}->{'ACL-Network-Priority'} =
{
# match properties
Properties => {
Queue => { Name => ['Network'], },
},
Possible => {
Ticket => { Priority => ['1 Very High','2 High'],
},
},
};