Queue agent & Presence
Dear Sir :
I have a problem that I cannot disable queueagent from the agent , i don't want let them add or remove themselves from the queue.
I have tried to remove queueagent from a template but after that agent cannot make break or pauses.
I want agents only do ( break & pauses - transfer - chat)
Kindly advise.
I have a problem that I cannot disable queueagent from the agent , i don't want let them add or remove themselves from the queue.
I have tried to remove queueagent from a template but after that agent cannot make break or pauses.
I want agents only do ( break & pauses - transfer - chat)
Kindly advise.
Comments
Kindly try to find solution because agents remove themselves from queue & that affect on SLA , and also i cannot remove it because it will affect on presence and they will not take break..
The file to modify once the plugin is installed is:
/var/www/html/fop2/admin/plugins/presencepause/presencepause.pl
Around line 10 you will see this block, that you need to just remove:
[fixed]if ( !main::hasPermChannel( $socket, "queueagent", $mychannel ) && !main::hasPerm( $socket, "queuemanager" ) && !main::hasPerm( $socket, "all" ) ) {
# No permission, abort action
print "No permissions for pause\n";
return @allreturn;
}
[/fixed]
After changing the code, restart FOP2.
Best regards,
Many thanks for your help it works now .