Code Examples
Explore sample implementations demonstrating common sip2json tasks.
Examples List
Asynchronous Stream Parsing
Read TCP frame streams, handle partial frames, and process messages asynchronously via callbacks.
View Example
Message Construction & Serialization
Build SIP INVITE requests with headers and SDP bodies, and serialize them to wire format.
View Example