Skip to content

Commit

Permalink
rtpengine: allow passing flags for subscribe answer cmds
Browse files Browse the repository at this point in the history
(cherry picked from commit faafd70)
  • Loading branch information
razvancrainea committed Oct 5, 2023
1 parent 57b9dcd commit 64b26be
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 @@ -2125,6 +2125,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 64b26be

Please sign in to comment.