Picture of Peter 1333
Registered 11 years 270 days
Peter 1333 Sunday, 16 February 2020, 01:32 PM
Access favorite list on telephon via sdk
Hello

Is it possible to access to the favorite list at the telefon with a api function at the sdk? I will fill this dynamic with the person how has emergency service today.

Peter

Picture of Matthias Schertler (innovaphone)
Moderator Registered 12 years 249 days
Matthias Schertler (innovaphone) Friday, 21 February 2020, 04:31 PM
Re: Access favorite list on telephon via sdk
Hi Peter,

Yes it is. Please take a look at the PbxApi described here: http://sdk.innovaphone.com/doc/appwebsocket/PbxApi.htm

The interesting messages are:
  • SubscribeProfile
  • UnsubscribeProfile
  • AddProfileContact
  • DelProfileContact
  • UpdateProfileContact

The API is available on all AppWebsocket connections with the PBX. Typically the websocket connection from the app object to the app instance is used for that.You need to check "Websocket" and "PbxApi" at the app object to give the needed permissions.

Matthias
Picture of Matthias Schertler (innovaphone)
Moderator Registered 12 years 249 days
Matthias Schertler (innovaphone) Friday, 21 February 2020, 04:37 PM
Re: Access favorite list on telephon via sdk
To modify the favourites administratively you can also take a look at the PbxAdminApi that allows editing the Objects in the PBX:

http://sdk.innovaphone.com/doc/appwebsocket/PbxAdminApi.htm

← You can define your color theme preference here