Solved

How to get names for extension numbers?

  • 16 April 2020
  • 1 reply
  • 421 views

Hello, so I can use the api to get a list of Call Monitoring Groups. Then I can use the api to get a list of the members in each group. The members have an id and extension number e.g "101".

Can I use the api to get the name of the person who has extension number "101"? For example I need to know if someone named "Joe Bloggs" belongs to that extension "101".

icon

Best answer by Phong1426275020 16 April 2020, 16:50

View original

1 reply

Userlevel 1

In this case, you have to call this API to list all extension from an account then map the name using either the extension id or extension number.

If you want to detect the extension name later when there is an active call on that extension, you can get the extension's name from an active call (under the "from" or the "to" object depending on the direction of a call)

Reply