Skip to content

Conversation

@midy177
Copy link

@midy177 midy177 commented Jan 10, 2026

  • REGISTER: Use server parameter for addressing
  • Proxy: Add global route set configuration
  • Dialog: Update routes with Record-Route headers
  • Routing: Inject route sets in all requests

wuly and others added 6 commits January 7, 2026 16:28
…uration

   Add detailed documentation and examples for Registration call_id and outbound_proxy fields:
   - Document call_id field with automatic generation behavior and dialog continuity
   - Document outbound_proxy field with NAT traversal and proxy routing use cases
   - Add set_call_id() method with examples for custom Call-ID and session resumption
   - Add set_outbound_proxy() method with examples for proxy routing and authentication
   - Improve call_id initialization logic with lazy generation on first use
   - Support method chaining for flexible registration configuration
…uration

   Add detailed documentation and examples for Registration call_id and outbound_proxy fields:
   - Document call_id field with automatic generation behavior and dialog continuity
   - Document outbound_proxy field with NAT traversal and proxy routing use cases
   - Add set_call_id() method with examples for custom Call-ID and session resumption
   - Add set_outbound_proxy() method with examples for proxy routing and authentication
   - Improve call_id initialization logic with lazy generation on first use
   - Support method chaining for flexible registration configuration
@midy177
Copy link
Author

midy177 commented Jan 10, 2026

Could you please check if this complies with the project specifications? We are actively participating in the development of this open-source library.

  - Fix compilation error in Registration::with_call_id doctests
  - Add use rsip::headers::UntypedHeader to example code blocks
@midy177
Copy link
Author

midy177 commented Jan 12, 2026

Summary

  • Fix doctest compilation errors in src/dialog/registration.rs
  • Add missing UntypedHeader trait import to with_call_id method examples

Changes

  • Add use rsip::headers::UntypedHeader to two doctest code blocks
  • Ensures CallId::new() method is accessible in documentation examples

Test plan

  • All 67 doctests pass successfully
  • No functional code changes, only documentation fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant