docs(sip): state that SIP presence and PIDF-LO are not supported - #662
Open
Devon-White wants to merge 2 commits into
Open
docs(sip): state that SIP presence and PIDF-LO are not supported#662Devon-White wants to merge 2 commits into
Devon-White wants to merge 2 commits into
Conversation
Adds a 'Presence and location support' section to the SIP overview so the docs (and the Sigmond retriever) answer the 'PIDF-LO / SIP presence' question directly instead of falling through to unrelated pages. Closes signalwire/cloud-product#20822 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
hey-august
reviewed
Sep 9, 2026
hey-august
left a comment
Collaborator
There was a problem hiding this comment.
Fix before merge
- "The Dashboard shows whether a SIP Credential is currently registered" is inaccurate. The Dashboard lists a "Last Registered" timestamp for each credential, not a live registered/unregistered state. Rewrite to "The Dashboard shows when a SIP Credential last registered". The rest of the sentence holds: neither REST spec exposes a registration field and no webhook covers it.
Grounding notes
- Presence not supported is confirmed. The SIP profiles devices register against have presence handling disabled.
- PIDF-LO not read or added rests on absence of evidence. No handling of the
Geolocationheader or PIDF bodies exists in the call-routing or SIP configuration I checked. That is consistent with the claim, but worth a one-line confirmation from Voice engineering before publishing an E911 statement. - The heading anchor
#presence-and-location-supportfollows the auto-slug pattern used elsewhere, for example the prompt-engineering guide. No check covers anchors, so preview once.
Should fix, small
- The "Flexibility" list still promises what the new section denies. Lines 60 to 64 say SIP gives you "the capability to identify a user's location", "determine user availability", and "user presence information, and E911 calls". The new pointer sentence only covers the Overview list. Either extend the pointer to this list or add "of the protocol" framing there too, so a reader who skims to Benefits doesn't leave with the wrong answer.
- Bold-lead paragraphs. The two definition paragraphs open with
**SIP presence**and**PIDF-LO**as labels. The style rule bans bold labels as a paragraph substitute. Plain openers read fine: "SIP presence is the SUBSCRIBE/NOTIFY event package…". - "so the request is on record" is an odd close for a customer. "so the request is tracked", or simply "to request either capability, contact SignalWire support", is cleaner.
Fine as is
- RFC 4119 and RFC 5491 are the right citations. E911 link matches the target page's slug. Terminology matches the page and the REST spec ("SIP Credential"). Support link form matches sibling pages. Placement between Benefits and softphone setup is sensible, and the section is the kind of retriever target the ticket asked for. MDX check passes on all files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves signalwire/cloud-product#20822: no docs page mentioned PIDF-LO or SIP presence, so the Sigmond assistant answered the support query "PIDF-lo support SIP presence" from the unrelated Bring your own carrier page.
Investigation (ticket comment) found no customer-facing usage of either feature on the cloud platform, so this documents them as not supported.
Changes
fern/products/platform/pages/calling/voice/SIP/index.mdx## Presence and location supportsection: explains SIP presence (SUBSCRIBE/NOTIFY, PIDF, BLF) and PIDF-LO (RFC 4119/5491,Geolocationheader), states both are unsupported, points to the E911 guide as how location reaches the dispatcher, and closes with a support contact line.Sourcing
manage-presence=false.prime-rails; #6975 closed as not needed; E911 is registered-address provisioning only.Verification
yarn fern-md-checkpasses (2823 files)./docs/platform/voice/sip, confirm the#presence-and-location-supportanchor resolves.🤖 Generated with Claude Code