Roman Scherbakov

Results 3 comments of Roman Scherbakov

Hello @invisible66 have you resolved this? I have the same issue

Guys, I found solution, you should explicitly indicate the transport protocol for tcp. Something like this: - (pj_str_t)sipUriWithDomain:(NSString *)domain { NSString *sipUri = [self prependSipUri]; if ([sipUri rangeOfString:@"@"].location == NSNotFound)...

@alekseykolchanov is this pull request fix crashes? Because it is reproduced in very rare cases. And are you sure that this change fix asserts: #36 #34?