Closed pablodz closed 2 years ago
it's in your logging output amigo:
Last Error: Aborting call on unexpected message for Call-Id '1-84371@192... while expecting \'180\' (index 2), received \'SIP/2.0 407 Proxy Authentication Required\r\nVia: ...
you can see it in the flow diagram as well, where it's expecting a provisional response and your server returns an unexpected msg.
looks like the server side isn't expecting the info you're sending to it and requires some auth 😉
Actually, you probably missed it because it looks like the logging output isn't really being formatted nicely for console, we should probably fix that 😂
Hello there,
First of all, thanks for a great framework. I want to test a call like a client from a softphone call. I tried unsuccesfully with
Those params are what I need to make a call, I'm getting this log, what am I doing wrong?