@tsearle commented on this pull request.
In src/modules/rtpengine/rtpengine.c:
> + } else if(str_eq(&key, "all")) { + ng_flags->all_legs = 1; + } else
I was hoping so too,
unknown flags get put into ng_flags->flags
ignores ng_flags->flags when doing the encoding. I was not brave enough to change this behaviour as the effect would be quite global!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.