Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
sipua documentation
Logo

API Reference

  • High level API
  • Dialog layer
  • Transaction layer
  • Transport layer
  • Utilities

About sipua

  • License
Back to top
View this page

Utilities¶

sipua.create_ack(*, request: Request, response: Response) → Request¶

Create an ACK for the given request and response.

See RFC 3261 Section 17.1.1.3.

sipua.create_response(*, request: Request, code: int, phrase: str | None = None) → Response¶

Create a response for the given request.

See RFC 3261 Section 8.2.6.

Next
License
Previous
Transport layer
Copyright © 2025, Spacinov Engineering
Made with Sphinx and @pradyunsg's Furo
On this page
  • Utilities
    • create_ack()
    • create_response()