Yealink Forums

Full Version: Remote or local directoy : avoid groups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On a T46S, with firmware 66.86.0.15

I've setup a directory configuration this way :

Code:
<root_favorite_set>
        <item id_name="remotedirectory" display_name="OurRemoteApp" priority="1" enable="1" />
        <item id_name="localdirectory" display_name="Local" priority="2" enable="1" />
        <item id_name="history" display_name="History" priority="3" enable="1" />
        <item id_name="networkcalllog" display_name="Network CallLog" priority="3" enable="0" />
        <item id_name="ldap" display_name="LDAP" priority="5" enable="0" />
        <item id_name="networkdirectory" display_name="Network Directories" priority="6" enable="0" />
</root_favorite_set>

Working great, except that user has to type one extra time to really access OurRemoteApp or the Local directory, see screenshots
I know this is intended to be devided by groups, but this is not required here.
Is there a way to avoid this ?

[Image: preview]

[Image: preview]

[Image: preview]

If not possible, I'll apply this : http://forum.yealink.com/forum/archive/i...-2280.html
Define two hotkey that will go directly to Local and OurRemoteApp

Thanks in advance !
I'm not 100% sure what you want to do. But seems to me that you need

See page 266 in the Yealink SIP Desktop Phone Administrator guide V85.1 https://support.yealink.com/en/portal/do...a4ba1d5f42
(02-01-2022 01:26 AM)Yisroel_MongoTEL Wrote: [ -> ]I'm not 100% sure what you want to do. But seems to me that you need

See page 266 in the Yealink SIP Desktop Phone Administrator guide V85.1 https://support.yealink.com/en/portal/do...a4ba1d5f42

Yes, absolutely, thanks a lot.

Code:
programablekey.1.type = 45
for local directory, direct access
Code:
programablekey.2.type = 22
for remote directory, direct access

Code:
programablekey.X.xml_phonebook
would also be helpful if groups were presents (not in my case).

Solved ! Smile
Reference URL's