Add API to list user's outgoing_caller_ids available

Description

As user of REST API,

I want to be able to list all outgoing_caller_id available for a given user

GET /users/me/outgoing_caller_ids [ { "number": "4185555555" "type": "main" }, { "number": "5145555555" "type": "associated" }, { "number": "anonymous" "type": "predefined" } ]
  • Add main database field to incall table

    • default main: False

    • migrate the lower incall ID by tenant to True

    • When create new incall, check if it’s the first incall in this tenant, then set main to True/ False

    • Warning: NEVER expose this field into API —> it doesn’t follow our ideal solution

      • Add this warning in the code beside the column definition

WARNING: Submit an API approval/review to dev before implementation

Zendesk Ticket IDs

None

Activity

Show:
Done

Details

Priority

Assignee

Reporter

Approvers

Pascal Cadotte

Fix versions

Sprint

Story Points

Zendesk Support

Created March 18, 2024 at 5:18 PM
Updated April 25, 2024 at 1:18 PM
Resolved April 22, 2024 at 7:41 PM

Flag notifications