mirror of https://github.com/sipwise/kamailio.git
Change-Id: Iaf80f1f9a053c3b202fbc15f4979d27e0bfb614e (cherry picked from commitmr14.1.1928aabc3a8) (cherry picked from commite6f15c9ac1)
parent
14f1d4b272
commit
6a592abdbb
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/modules/rtpengine/rtpengine.c
|
||||||
|
+++ b/src/modules/rtpengine/rtpengine.c
|
||||||
|
@@ -2992,6 +2992,8 @@
|
||||||
|
if(ng_flags->to && ng_flags->to_tag.s && ng_flags->to_tag.len)
|
||||||
|
bencode_dictionary_add_str(
|
||||||
|
ng_flags->dict, "to-tag", &ng_flags->to_tag);
|
||||||
|
+ if(ng_flags->flags)
|
||||||
|
+ bencode_list_add_string(ng_flags->flags, "directional");
|
||||||
|
}
|
||||||
|
} else if(op == OP_SUBSCRIBE_REQUEST || op == OP_UNSUBSCRIBE) {
|
||||||
|
bencode_dictionary_add_str(
|
||||||
Loading…
Reference in new issue