@Fr-Soltanzadeh commented on this pull request.
In src/modules/rtpengine/rtpengine.c:
> @@ -3349,7 +3349,10 @@ static bencode_item_t *rtpp_function_call(bencode_buffer_t *bencbuf, } else { ng_flags.dict = extra_dict; ng_flags.flags = bencode_dictionary_get(ng_flags.dict, "flags"); - bencode_dictionary_get_str(ng_flags.dict, "call-id", &ng_flags.call_id);
Ok, you mean you don't want to overwrite/reset
ng_flags.call_id
if it was set already, right?
I mean I want to overwrite /reset ng_flags.call_id
only if ng_flags.dict
contains the "call-id" key. Because ng_flags.call_id
should not be null.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.