@rfuchs commented on this pull request.
In src/modules/rtpengine/rtpengine.c:
> + } else if(str_eq(&key, "all")) { + ng_flags->all_legs = 1; + } else
I don't quite follow. The flags are constructed within rtpp_function_call
and then put into the dictionary: https://github.com/kamailio/kamailio/blob/7de2b9b7625d9cb856944627a3a5d7c167006dc6/src/modules/rtpengine/rtpengine.c#L3730
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.