Skip to content

v0.9.0

Compare
Choose a tag to compare
@emiago emiago released this 03 Jun 18:42
· 334 commits to main since this release

What's Changed

#17 Exported unhandled handler for customization. Using srv.OnNoRoute(handler RequestHandler) all no routed SIP trafic can be handled custom, and detect some wrong behavior
#20 Headers like Via will not be anymore encoded neither parsed as csv value. All values will be formated as new headers in case SIP headers are received like this. There was no performance impact, actually it could improve further logic.

Full Changelog: v0.8.0...v0.9.0