Operator Transfer held call
Hello,
I wanted to know if it's possible for the operator to transfer a call that is on hold on that same operator extension without picking the call up. When I try it on my system, the button does nothing. If I pick up the call, it works fine.
I have blind transfer enabled and all permissions given to the operator. Thanks for any help that you can provide.
I'm running Asterisk 1.8 (PBXIAF) and the latest version of FOP2.
I wanted to know if it's possible for the operator to transfer a call that is on hold on that same operator extension without picking the call up. When I try it on my system, the button does nothing. If I pick up the call, it works fine.
I have blind transfer enabled and all permissions given to the operator. Thanks for any help that you can provide.
I'm running Asterisk 1.8 (PBXIAF) and the latest version of FOP2.
Comments
Transfer will work only on active (not held calls). On FOP version 2.27 there is experimental support for drag&drop transfers, where you can select the call you want to transfer, held or not, from the line display.
http://download.fop2.com/fop2-2.27-centos-i386.tgz
http://download.fop2.com/fop2-2.27-centos-x86_64.tgz
Edit /var/www/html/fop2/js/presence.js to enable drag&drop transfers:
var enableDragTransfer = true;