Done
Details
Priority
MediumAssignee
François BlackburnFrançois BlackburnReporter
François BlackburnFrançois BlackburnApprovers
Pascal CadotteFix versions
Sprint
NoneStory Points
3
Details
Details
Priority
Assignee
François Blackburn
François BlackburnReporter
François Blackburn
François BlackburnApprovers
Pascal Cadotte
Fix versions
Sprint
None
Story Points
3
Zendesk Support
Zendesk Support
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
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 toincall
tabledefault
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
toTrue
/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