Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Tuesday, 26 October 2021, 04:10 PM
Modifying/interacting with the call list of a device/user
For a specific customer we must make an app that can manipulate the call list of a user/device from within an innovaphone app (C++ api)? How can we see which items are in the call list for a particular user/device and how can we remove particular items?

The documented call list api is for front-end/javascript only and doesn't allow manipulation/removal of one item, it seems it only allows for getting and displaying the call list. Also, this api is only for the logged in user, we want to make a C++ app in the back-end that can work with all call lists of all users.

Please advise on how to interact with these call lists...
2013
Moderator Registered 16 years 8 days
Guntram Diehl (innovaphone) Friday, 29 October 2021, 09:58 AM
Re: Modifying/interacting with the call list of a device/user
We do not have the API for this yet. This requires a service API and as I understand, you would like to have some more features, like deleting an entry.
Are there more features you would need?
Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Tuesday, 2 November 2021, 07:22 PM
Re: Modifying/interacting with the call list of a device/user
We would need the possibility to get the call list of a particular device (so read through all the items), and delete one item, or a series of items or all items from the list. Updating makes no sense I think, and adding is also not useful in this case.
Since this would be an extra service API, I guess we cannot expect this in the near future (customer is awaiting our offer to make an app, but, without this feature the app doesn't make much sense)


(We also noticed that in the call list, if you call back to a missed call, the original missed call is removed from the history/call list. Is this the intended behaviour? By removing this, the user doesn't have a full "correct" view on the call history anymore... )
Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Monday, 8 November 2021, 11:53 AM
Re: Modifying/interacting with the call list of a device/user
Hi, any update on this? Will this become a feature in a new release? And if so, when would this be available?

Kind regards,

Wim
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Monday, 8 November 2021, 01:47 PM in response to Wim 4127
Re: Modifying/interacting with the call list of a device/user
> We also noticed that in the call list, if you call back to a missed call,
> the original missed call is removed from the history/call list.
> Is this the intended behaviour? By removing this, the user doesn't
> have a full "correct" view on the call history anymore...

I have tried to reproduce this behaviour, but without success.

In which application is the missed call visible before the call back is made?
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Monday, 8 November 2021, 01:05 PM in response to Wim 4127
Re: Modifying/interacting with the call list of a device/user
Just to clarify requirements:

  • removing call list entries is only required for Reporting App database (https://wiki.innovaphone.com/index.php?title=Reference13r1:Concept_App_Service_Reporting) which is used to serve call list entries for the myApps
  • IP-Phones like IP112 maintain a local call list on flash (entries like the following in the config file:
    mod cmd FLASHDIR0 add-item 101 (cn=4941..8)(type=inmiss)(mode=voice)(time=1634123206)(e164=123)(h323=abc)(name=Thomas Mustermann)(rctl=none)(info=<call type='inmiss' mode='1' cau='0' clir='0'><peer id='0' time='1634123206' type='setup'/><reg e164='987' h323='xyz' name='Hans Wurst'/></call>)(guid;bin=831..6)(usn=123)
    ) - removing this entries is not required?
Correct?
Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Wednesday, 10 November 2021, 09:02 AM
Re: Modifying/interacting with the call list of a device/user
Hi,

the full story:

today, if you have a situation where you use a round robin to route a call to a number of devices, but nobody picks up, the call will be in the call list of each of the devices as a missed call. What happens next is that one of the users sees this missed call, and calls back to the customer. When he does this, the missed call is removed from his device (on the device, as well as in the myApps call list). This is almost ok, because you would like to see the missed call and the callback, but, this is not the biggest problem. The biggest problem is that all other devices still have the same number in their call ist as missed call. So when the users see this, they will also call back to the customer. And then the customer says "yes but your colleague already called me". And then the third user sees the missed call and calls back to the customer... and this is not nice.

So the our customer asked us to write an app that can fix this, and remove these items from the call list of each of the devices that rang but missed the call. So for that, we need a call list api that would allow us to get the current call list of each of the user and get all the items in it, and, if certain criterea are matched, allows us to remove an item from it so they don't have this problem anymore that multiple people call back. Of course, we want to use the api so that teh call list app in myApps and the call list on the telephone show the same information.

So this is the reason why we need the API, and the possibility to walk through all the items of all the users and delete items (or manipulate them would be even nicer, or even adding them to indicate somebody called back already)

Kind regards,

Wim
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Friday, 19 November 2021, 02:05 PM
Re: Modifying/interacting with the call list of a device/user
Hello Wim,

could you describe in detail how round robin is implemented?

Usually, if a call is ringing on a number of endpoint devices and then is connected to just one of them, the ringing call to all other devices, that are not connected the call should get from PBX a cause code "Non-selected user clearing". This will trigger all endpoints, and also myApps to not render this call as missed.

If the a missed call is the only issue that should be solved, I would suggest to try to fix this issue this way first, before we implement new APIs.

Best Regards
Andraes Fink
Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Monday, 22 November 2021, 09:33 PM
1 of 1 users consider this post helpful
Re: Modifying/interacting with the call list of a device/user
Hi Andreas,

this is not the use case. There is nobody who picks up in the group, so nobody is connected. therefore, everybody has a missed call in his callist from the group. If one of the people call back the caller from the missed call, the missed call will still be in the list of all other devices. The users from those devices will see this and also call back the customer... which is not really nice because then a lot of people will call back. In this situation, the customer would like an app that all these call lists are updated so that the others also do not see this call anyhmore
Picture of Joschua 5443
Registered 3 years 335 days
Joschua 5443 Tuesday, 14 December 2021, 09:08 AM
1 of 1 users consider this post helpful
Re: Modifying/interacting with the call list of a device/user
A customer of us wants that option too!
← You can define your color theme preference here