VoIP:OpenAPI:Missing Features
From VTX Public Wiki
- Problematic: List here is ongoing known missing features on OpenAPI and what we are working on.
- Information: If there is an additional OpenAPI feature that you would see implemented, please contact our support with this page as reference and your feature request details and motivation
Feature Name | Possible URLs | Feature Description | Why it is needed | Status | Comment | |
---|---|---|---|---|---|---|
Subscriber Features | List Numbers on the Enterprise | /openapi/v1/domains/{domainId}/users/list | Be able to list all subscribers/numbers belonging to an enterprise to implement a dynamic listing | To be able to implement something dynamic that does not need updates each time a new user is added or removed | IMPLEMENTATION ONGOING
ETA 03.2025 |
|
CRM Mapping | Add an optional CRM ID per subscriber allowing to map voip subscriber with CRM user | to dynamically and easily map voip user and CRM user | IMPLEMENTATION ONGOING
ETA 03.2025 |
|||
Some OpenAPI features are only working on userIds and not on loginNames | /openapi/v1/users/{userLogin}/feat
/openapi/v1/users/{userLogin}/presence |
Some user openapi features are only working when using userIDs that you cannot get, cannot guess and cannot list ( cf previous point ) | Because it is impossible to get the ID of a user from openapi !! | IMPLEMENTATION ONGOING | In version 7.8+ of the platform, all features should work with names and/or IDs | |
Get ID from a userName | /openapi/v1/users/{userLogin}
/openapi/v1/users/search |
Usually list of numbers are known, but not their ID, and there is no feature to get ID from the number listing, "VTX OPSVOIP" team can extract it in the meantime | Because it is impossible to get the ID of a user from openapi !! | NOT PLANNED | To get it, please open ticket to support that will ask opsvoip to provide it | |
PRESENCE Push Notification by user and domain | Get a push notification when presence status is changing | To be able to trigger actions when starting or ending a call
Because Dirty workaround is to poll the status every 10s that will add a lot of load on the platform |
DOC MISSING OR NOT IMPLEMENTED ? | Pretty sure it is implemented for subscriber but need to find the syntax | ||
Call Features | CALL LOG / CDR Subscription by domain | Like for features, be able to subscriber on a full centrex at once | Not to have to manually add any new centrex number each time a new one is created | DOC MISSING OR NOT IMPLEMENTED ? | ||
INCOMING CALL Push notification | Trigger a push notification on call event ( incoming call ) | Would allow to replace CSTA or client side "Action URI" | IMPLEMENTATION ONGOING
ETA 03.2025 |
2024-12-09: Feature Request raised in #265506 - S.mon 102663 - [OPENAPI] Status on missing features | ||
CALL OUT Triggering | Trigger Outgoing call from CRM | To be able to call out contacts from CRM system | IMPLEMENTATION ONGOING
no ETA yet |