Yealink Forums
Add support for Online Directories lookup - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Wishlist (/forumdisplay.php?fid=13)
+--- Thread: Add support for Online Directories lookup (/showthread.php?tid=43861)



Add support for Online Directories lookup - RomanK - 03-15-2020 08:39 PM

Hi,

Please add support for Online Directories like Gigaset Voip DECT do: https://tel.search.ch/api/help.en.html

With such functionality it is very easy to add CRM integration. We have an integration with our CRM system where Gigaset base during a call setup makes HTTP(s) GET request to CRM server like:

https://crmserver/phone/directory.asp?hm=18002223355

and server responds with XML like:

<?xml version=“1.0” encoding=“UTF-8”?>
<list response=“get_list” type=“pb” total=“1” first=“1” last=“1” reqid=“1”>
<entry>
<fn>Persons or Company Full Name</fn>
<hm>18002223355</hm>
</entry>
</list>

and that is enough to show Caller’s name on the handset (if it is found in CRM).


RE: Add support for Online Directories lookup - AlanDolan - 08-12-2020 02:05 PM

Please tell me which CRM system do you use? If you made it yourself, in what environment? If you are using an existing paid CRM system, what is it called? As far as I know, many CRMs have integration with similar online catalogs. I am interested in the integration with Sailsforce. A very interesting topic, maybe someone can tell me how to do this? Any guide maybe?


RE: Add support for Online Directories lookup - RomanK - 08-12-2020 02:24 PM

Hi Alan,

We use it for "in house" CRM-system, but I believe it is possible for any CRM. The code is very simple - you just need to look up for CustomerName by the phone number in your Contacts table of your CRM database. And then return XML response like mentioned above. ~1 day of work if you have some programming skills.

But you'll need Gigaset VoIP phones (we use C610A IP and C530A IP).