From 09128940ff8027e104b49559f3f4ea9f9d5c9c02 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 12 Sep 2016 10:01:32 +0200 Subject: [PATCH] modules: readme files regenerated - ims_qos ... --- modules/ims_qos/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/ims_qos/README b/modules/ims_qos/README index 94d92cbee11..aa3f209e30d 100644 --- a/modules/ims_qos/README +++ b/modules/ims_qos/README @@ -332,10 +332,11 @@ modparam("ims_qos", "confirmed_qosrelease_headers", "X-Reason: QoS failed\r\n") midway during calls which causes the flow-description to no longer match the traffic. This parameter allows the flow-description AVP to use to the any keyword instead of certain IP:port combinations in the - SDP. The parameter is a regex that if set replaces all IPs that do not - match the regex with the any keyword in the flow-description AVP + SDP. The parameter is a regex that if set adds an extra filter for all + IPs that do not match the regex with the any keyword in the + flow-description AVP - Default value is "", no IPs replaced + Default value is "", no extra filters added Example 1.13. regex_sdp_ip_prefix_to_maintain_in_fd parameter usage ...