02-22-2021 06:08 AM
02-22-2021 06:41 AM
Hey.
The short answer is no. Only global and team based.
The long answer is you can greate you own gadget with you own phonebook and associate it with the userid from finesse. But this doesn't come out off the box.
If the agents a using a hardphone they can do it on the phone.
Sorry.
02-22-2021 10:44 AM
Thanks for your reply , i did not find example gadgets on devnet , is there any reference ?
02-22-2021 07:01 AM
You can create a custom .xml file for contacts using the format below and then import that file into each Jabber profile. It is static and would need to be imported into each agent and also updated as needed.
<?xml version="1.0" encoding="utf-8"?>
<buddylist>
<group>
<gname>New York Agent</gname>
<user>
<uname>NewYorkAgent1@domain.com</uname>
<fname>New York Agent 1</fname>
</user>
</group>
<group>
<gname>Paris Agents</gname>
<user>
<uname>ParisAgent1@domain.com</uname>
<fname>Paris Agent 1</fname>
</user>
</group>
<group>
<gname>London Agents</gname>
<user>
<uname>LondonAgent1@domain.com</uname>
<fname>London Agent 1</fname>
</user>
<user>
<uname>LondonAgent2@domain.com</uname>
<fname>London Agent 2</fname>
</user>
</group>
</buddylist>
Once you save the file in .xml format use file > import contacts in Jabber
02-22-2021 10:41 AM
Actually i did not know this jabber feature so thanks but you assume that we are using jabber but we have hardphone.
03-07-2022 04:16 AM
Above requirement can be fulfilled using 3rd party solution "MARS Directory"
For more details you can write to info@parsec-tech.com
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide