cloudwebrtc / go-sip-ua

Go SIP UA library for client/b2bua
Apache License 2.0
214 stars 84 forks source link

Use from and to tags to match dialog #95

Closed UserAd closed 1 year ago

UserAd commented 1 year ago

According to RFC better to use from and to tags for dialog matching. Branch tag unique only in a transaction.

cloudwebrtc commented 1 year ago

hey @UserAd, thanks for fixing the stupid issue I left earlier, I'm also branching locally to do these fixes, but I'll try to merge your PR first.