v0.9.0
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