Vitalii

Results 5 issues of Vitalii

Websites may redirect twice or more, as in an example below ``` 2022-12-26T21:12:41.253 [DEBUG] redirecting 'http://www.facebook.com/' to 'https://www.facebook.com/' 2022-12-26T21:12:41.254 [DEBUG] starting new connection: https://www.facebook.com/ 2022-12-26T21:12:41.256 [TRACE] registering event source with...

bug
enhancement

When using WaitAnswer like this: ```go err := sess.WaitAnswer(ctx, sipgo.AnswerOptions{ ... }) ``` I tried to cancel `ctx`, but it seems not to handle it properly: ``` Jul 4 21:54:50.769408...

Is there a way in sipgo to catch unhandled responses? Let's say I have a case where the server missed the ACK I've send after WaitAnswer() finished. How should I...

documentation
enhancement
critical
breaking change

In sipgo, what is the way to perform a proper restart of a SIP server? The problem I'm focusing is basically whenever I restart my service, there might be some...

I earlier already talked about this issue here: https://github.com/emiago/sipgo/issues/105#issuecomment-2265594564 But it would be better to open a new issue for it. https://github.com/emiago/sipgo/blob/7fd2f42f16c9876277491e9cd018cb41a72ff5ed/dialog_client.go#L362-L368 In my opinion, s.InviteResponse should be updated before...