@tsearle commented on this pull request.
else if(str_eq(&key, "from-tags")) {
+ err = "missing value"; + if(!val.s) + goto error; + + if(!ng_flags->from_tags) { + ng_flags->from_tags = + bencode_list(ng_flags->dict->buffer); + } + bencode_list_add_str(ng_flags->from_tags, &val); + } else
from_tags and from_tag are different keys in rtpengine.
from_tag is used to identify the call, from_tags is used as an alternative to all to specify which participants to for streams for