@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've re-tested with the "all" flag removed and it still gets put in flags. So the only thing lost is enforcing that either "all" or "from_tags" is sent, but not both. updating the patch to remove this code
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.