Hi,
IP550 with 4.02 UC.
After receiving a call, the following options are available: HOLD, END CALL, TRNSFER, CONFERNC.
Since BlindXfer are frequently used, can the normal Trasfer button be converted to a BLINDXFER button?
Is there a setting to have blind transfer as the default transfer mode (without having to press transfer>blind> transfer)?
I found a setting but it seems to apply to only the IP32x,IP33x.... "call.transfer.blindPreferred".
I also tried:
<efk> <version efk.version="2" /> <efklist efk.efklist.4.mname="blndxfer1" efk.efklist.4.label="Blind Transfer" efk.efklist.4.status="1" efk.efklist.4.action.string="$P1N4$$Trefer$" /> <efkprompt efk.efkprompt.1.status="1" efk.efkprompt.1.label="Extension: " efk.efkprompt.1.userfeedback="visible" efk.efkprompt.1.type="numeric" /> </efk> <softkey softkey.5.label="BlindXfer" softkey.5.action="!blndxfer1" softkey.5.enable="1" softkey.5.precede="1" softkey.5.use.idle="0" softkey.5.use.active="1" softkey.5.use.alerting="" softkey.5.use.dialtone="" softkey.5.use.proceeding="" softkey.5.use.setup="" softkey.5.use.hold="1" softkey.feature.basicCallManagement.redundant="0" />
Doing this removes HOLD, TRNSFER, CONFRNC. Also, the prompt stays on the screen if I press BLINDXFER>BLF button.
Solved! Go to Solution.
Hello xmel,
download the PDF File rather than looking at it within your Browser should allow Adobe to show the 4 attached files.
I have also attached these here.
Best Regards
Steffen Baier
Polycom Global Services
Hello xmel,
HOLD, TRNSFER, CONFRNC is removed as you disabled softkey.feature.basicCallManagement.redundant="0"
this is explained on Page 502 on the UCS 4.0.1 Admin Guide:
Control the display of the Hold, Transfer, and Conference soft keys. If set to 0 and the phone has hard keys mapped for Hold, Transfer, and Conference functions (all must be mapped), none of the soft keys are displayed.
call.transfer.blindPreferred is only supported on SoundPoint IP 321, 331, and 335 as explained on Page 406 on the Admin Guide.
You will need to have to understand the basic functionality of the EFK / Softkey Changes.
You want to change Softkey 2 in the active state then you can either remove all as done above and manually adding these or precede the original Softkey 2 with a "new" Blind transfer softkey and literally simulate the Key presses usually needed for a blind transfer to happen.
Best regards
Steffen Baier
Polycom Global Services
HI Steffen,
How do simulate the blind transfer? Could you please provide the macro code?
Using "$P1N6$$Trefer$" has one problem. It doesn't place the call on hold while the digits are pressed.
How do I I place the call on hold while the prompt is occuring?
$Chold$$P1N6$$Trefer$ doesn't seem to work.
Steffen,
I see that TB42250 reference "attached configuration files" that may have a solution, do you know where I can acquire these files?
Hello xmel,
download the PDF File rather than looking at it within your Browser should allow Adobe to show the 4 attached files.
I have also attached these here.
Best Regards
Steffen Baier
Polycom Global Services
Thanks Steffen. Got it working:
<efk>
<version efk.version="2" />
<efklist
efk.efklist.4.mname="blndxfer1"
efk.efklist.4.label="Blind Transfer"
efk.efklist.4.status="1"
efk.efklist.4.action.string="$FTransfer$$Cpause1$$FSoftKey3$"
/>
</efk>
<softkey
softkey.5.label="BlindXfer"
softkey.5.action="!blndxfer1"
softkey.5.enable="1"
softkey.5.precede="1"
softkey.5.use.idle="0"
softkey.5.use.active="1"
softkey.5.use.alerting=""
softkey.5.use.dialtone="0"
softkey.5.use.proceeding="0"
softkey.5.use.setup=""
softkey.5.use.hold="1"
softkey.feature.basicCallManagement.redundant="1"
/>
Hi Steffen,
Although the macro works, is there a way to eliminate the required pause? On the a high call volume station, this pause is noticeable and hinders speedy transfers.
This what I currently have "$FTransfer$$Cpause1$$FSoftKey3$". Changing it to $FTransfer$$FSoftKey3$" breaks it. Your help is apprecaited!
<softkey
softkey.5.label="BlindX"
softkey.5.action="$FTransfer$$Cpause1$$FSoftKey3$"
softkey.5.enable="1"
softkey.5.precede="1"
softkey.5.use.active="1"
softkey.5.use.alerting="0"
softkey.5.use.dialtone="0"
softkey.5.use.hold="1"
softkey.5.use.idle="0"
softkey.5.use.proceeding="0"
softkey.5.use.setup="0"
softkey.feature.basicCallManagement.redundant="1"
/>
I took care of the transfer without simulation, as below, however my problem is that when I want to make the hard key do the same blind transfer as the softkey the redundant soft keys show up again, although I have already disabled them, please look at the below