Yealink Forums
Broadworks Remote Office - 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: Broadworks Remote Office (/showthread.php?tid=10804)



Broadworks Remote Office - fal - 10-13-2015 05:46 PM

Hello!

Is there a way to configure a linekey or programmable Key on a T46 to turn on/off the Remote office function of the broadworks?
I know that there is a way like menu->call control->remote office, etc.

But user like it simple, so i have to ask if it is possible to setup a button for this and how to configure it with a turn on/off functionality.

Thanks for any help.


RE: Broadworks Remote Office - James_Yealink - 10-14-2015 05:55 AM

Hello Fal,

Currenlty there is no method to turn on/off it thorugh one button. But you can try XML Browser to go that Menu quickly.
This is an Execute.xml sample, when you press it, it equals to Menu-> Call Contorl-> Scroll down to Remote Office-> Enter into remote office.

<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneExecute Beep="yes">

<ExecuteItem URI="Key:HOTKEY4"/>
<ExecuteItem URI="Key:OK"/>
<ExecuteItem URI="Key:DOWN"/>
<ExecuteItem URI="Key:OK"/>

</YealinkIPPhoneExecute>

Regards,
James


RE: Broadworks Remote Office - fal - 10-15-2015 07:38 PM

Great idea.

I'll go and give it a try.

It worked.
For my configuration the solution looks like this:
(Menu-Button is the First Button from the left)

<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneExecute Beep="yes">
<ExecuteItem URI="Key:HOTKEY1"/>
<ExecuteItem URI="Key:RIGHT"/>
<ExecuteItem URI="Key:OK"/>
<ExecuteItem URI="Key:OK"/>
<ExecuteItem URI="Key:DOWN"/>
<ExecuteItem URI="Key:OK"/>
</YealinkIPPhoneExecute>

Thank you very much for this idea!

Maybe this on/off-Button Feature is a good idea for the next broadsoft firmware release.