[sr-dev] git:master:3aaa5839: modules/ims_qos: modified comment to reflect correct behaviour of regex_sdp_ip_prefix_to_maintain_in_fd
Richard Good
richard.good at smilecoms.com
Tue Sep 13 12:21:53 CEST 2016
Module: kamailio
Branch: master
Commit: 3aaa5839242b7b6e458be3cfd9c153daaabc2290
URL: https://github.com/kamailio/kamailio/commit/3aaa5839242b7b6e458be3cfd9c153daaabc2290
Author: Richard Good <richard.good at smilecoms.com>
Committer: Richard Good <richard.good at smilecoms.com>
Date: 2016-09-13T12:21:10+02:00
modules/ims_qos: modified comment to reflect correct behaviour of regex_sdp_ip_prefix_to_maintain_in_fd
---
Modified: modules/ims_qos/mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/3aaa5839242b7b6e458be3cfd9c153daaabc2290.diff
Patch: https://github.com/kamailio/kamailio/commit/3aaa5839242b7b6e458be3cfd9c153daaabc2290.patch
---
diff --git a/modules/ims_qos/mod.c b/modules/ims_qos/mod.c
index c103b14..f57ad85 100644
--- a/modules/ims_qos/mod.c
+++ b/modules/ims_qos/mod.c
@@ -100,8 +100,8 @@ int cdp_event_latency_loglevel = 0; /*log-level to use to report slow processing
int audio_default_bandwidth = 64;
int video_default_bandwidth = 128;
-//If set then any IP in SDP that does not match this regex is replaced with any in flow description AVP
-//V useful for UEs that change ports mid way through call therefore breaking flow description filters
+//If set then any IP in SDP that does not match this regex then filter is added with any in flow description AVP
+//Very useful for UEs that change ports mid way through call therefore breaking flow description filters
str regex_sdp_ip_prefix_to_maintain_in_fd = {0, 0};
int cdp_event_list_size_threshold = 0; /**Threshold for size of cdp event list after which a warning is logged */
More information about the sr-dev
mailing list