After looking through the rtpengine code, I wonder if this particular check is too strict (at least, when using ICE lite):
if (!PAIR_ISSET(pair, VALID))
return false;
Based on lab testing, it seems like checking for the SUCCEEDED flag might be more appropriate?
Yes, it seems that the VALID flag used internally doesn't really reflect the "valid" state as described by the RFC. I would say that even using SUCCEEDED likely would be too strict. I'll add a new, more appropriate flag.
Cheers
--
You received this message because you are subscribed to the Google Groups "Sipwise rtpengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtpengine+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rtpengine/2bd3365a-51e3-4f9d-861b-d5f1b1413852n%40googlegroups.com.