Hi FOP2
If i check config presence.js the default as below :
var presence = new Object();
presence[''] = '#6094AB'; --> AVAILABLE as default VALUE
presence['Do not Disturb'] = '#FF8A8A';
presence['Out to lunch'] = '#57BCD9';
presence['Break'] = '#6094DB';
presence['Meeting'] = '#CDD11B';
If value presence "AVAILABLE" , ext can received in and out call.
If value presence other than "available", we can't received incoming call, but we can outgoing call.
How can i change default value "available" to other value", i want every user/agent that login to fop2 can't receive call. If agent/user want to receive incoming call, they should be change presence to "available"
And more powerful if we can set default value presence for group extension fop2 like :
presence status after login to fop2
presence status after call on hook/hangup
presence status after call parking
presence status after call blind tranfer, supervised tranfer
presence status after transfer to mobile
presence status after spy
presence status after hangup conference
Thanks