@rfuchs commented on this pull request.
} 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/7de2b9b7625d9cb856944627a3a5d7c167...