Fix ClickToDial documentation compliance issues#115
Conversation
CAMARA Validation — PASS0 errors, 0 warnings, 0 hints | Profile: standard |
@YadingFang PR looks good to me, addresses #113 fully. Another issue you might want to consider: +12345678 (US has always 1+9 digits) and +87654321 (+876 reserved for satellite) aren't numbers an agent would recognize as valid phone numbers. For the examples, it's worth using numbers from a range that's reserved so it can never be assigned to a real subscriber, while still being well-formed E.164 that a validator/agent will accept:
Either is fine — I'd suggest picking one pair and using it consistently across both the documentation and the OpenAPI ( |
Thanks @hdamker. I have updated the examples to consistently use the UK Ofcom reserved numbers in the API documentation, User Story, OpenAPI definition, and the hard-coded test case. CAMARA Validation remains green with 0 errors, 0 warnings, and 0 hints. |
|
@YadingFang approvals for this PR are need to be done by your fellow @camaraproject/click-to-dial_codeowners |
Understood, thanks @hdamker for the review and clarification. |
What type of PR is this?
What this PR does / why we need it:
Aligns the supplementary ClickToDial documentation with the CAMARA Security & Interoperability Profile and the OpenAPI definition.
The changes:
client_secretauthentication example withprivate_key_jwtguidance;recordingEnabledto the request attribute table;datacontenttypeis optional;Which issue(s) this PR fixes:
Fixes #113