Skip to content

Commit

Permalink
rtpengine: allow passing flags for subscribe answer cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 5, 2023
1 parent 9425098 commit faafd70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rtpengine/rtpengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -2492,6 +2492,7 @@ static bencode_item_t *rtpe_function_call(bencode_buffer_t *bencbuf, struct sip_
op == OP_START_FORWARD || op == OP_STOP_FORWARD)) {
ng_flags.flags = bencode_list(bencbuf);
} else if (op == OP_SUBSCRIBE_ANSWER) {
ng_flags.flags = bencode_list(bencbuf);
bencode_dictionary_add_str(ng_flags.dict, "sdp", body_in);
}

Expand Down

0 comments on commit faafd70

Please sign in to comment.