Yealink Forums
Blind / Attended Transfer via dss key - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: Blind / Attended Transfer via dss key (/showthread.php?tid=1470)



Blind / Attended Transfer via dss key - Mattrix - 03-26-2014 10:22 AM

Hi,

I would like to know what I need to enter into my .cfg file in order to make my DSS keys attended transfer not Blind?

I understand it is under features and have the below configured at the moment

[ Features ]
path = /config/Features/Phone.cfg
Call_Waiting = 1
Hotlinenumber =
BusyToneDelay =
LCD_Logo = 0
DND_Code = 480
Refuse_Code = 480
DND_On_Code = *78
DND_Off_Code = *79
ButtonSoundOn = 1
LiveDialpad = 1


RE: Blind / Attended Transfer via dss key - CWR - 03-26-2014 10:48 AM

What phone and firmware?


RE: Blind / Attended Transfer via dss key - Mattrix - 03-26-2014 10:51 AM

Ahh yes - T26p running f/w 6.72.0.30.


RE: Blind / Attended Transfer via dss key - CWR - 03-26-2014 10:54 AM

From the config file...
[attachment=677]

Your config file is a v60 version I think... See these links for the new config file template

http://yealink.com/Upload/T2X/2014.1.26/AutoProvisioning.zip
http://yealink.com/Upload/Version/T2XV70/V70%20Upgrading%20Manual.pdf

From this page: http://yealink.com/SupportDownloadfiles_detail.aspx?CateId=185&flag=142

.


RE: Blind / Attended Transfer via dss key - Mattrix - 03-26-2014 11:39 AM

Thank you - I will have a look at this


RE: Blind / Attended Transfer via dss key - Mattrix - 03-27-2014 04:25 AM

Ok -I am still having trouble. So I have decided to try configure these phone with out the Auto provision and simply upload a Config manually to the phone. I have defaulted the phone to Factory. I have then taken a config download with Factory settings. I have then gone and changed the Transfer type via DSS Key to Attended via the GUI and again taken a config download. I have opened both configs with Notepad++ and found that both configs are exactly the same regardless of config change as below:

[ Features-Transfer ]
semi-attend-transfer = 0
Semi-Attend-Trans-OnHook = 0
blind-tran-onhook = 0
transfer-on-conference-hang-up = 0
TransferModeViaDsskey = 0

Firstly, The TransferModeViaDSSkey should equal = 2 by default as it is set to Blind.

However, I have modified the Config file to Read TransferModeViaDsskey = 1, saved and then uploaded. Nothing changes as it stays blind transfer. I then export the Config and can see that the Config file shows the modification I have made?

If it is possible, could somebody please provide me with an example of a working phone that has this function changed via Auto provision or Config file?.


RE: Blind / Attended Transfer via dss key - Yealink Support - 03-27-2014 07:42 PM

Please change your common.cfg file to y000000000004.cfg, then fill it with below syntax and auto provisioning again.

-------------------------------------------------------------------------------
#!version:1.0.0.1
##It configures the DSS key behavior during an active call when user presses the DSS
##key and the DSS key is configured as a speed dial, transfer or BLF/BLF list key.
##0-New Call,1-Attended Transfer,2-Blind Transfer.
##The default value is 2.
transfer.dsskey_deal_type = 1
-------------------------------------------------------------------------------