chore: use list of supported features from the client when initiating sip calls#40880
Conversation
… an outgoing sip call
|
Looks like this PR is ready to merge! 🎉 |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (3)📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-05-06T12:21:44.083ZApplied to files:
🔇 Additional comments (1)
Walkthrough
ChangesSIP Call Feature Filtering
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #40880 +/- ##
===========================================
- Coverage 70.12% 69.84% -0.28%
===========================================
Files 3341 3349 +8
Lines 123558 124373 +815
Branches 22136 22331 +195
===========================================
+ Hits 86642 86867 +225
- Misses 33567 34150 +583
- Partials 3349 3356 +7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
Outgoing SIP calls were being created with a fixed list of features, ignoring the list of supported features reported by the client. This is an error on the code but not a product bug because there's currently no difference between the SIP feature list and the client's supported feature list.
Issue(s)
Derived from DMV-53
Steps to test or reproduce
Further comments
Summary by CodeRabbit