Module: kamailio Branch: master Commit: 09128940ff8027e104b49559f3f4ea9f9d5c9c02 URL: https://github.com/kamailio/kamailio/commit/09128940ff8027e104b49559f3f4ea9f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-09-12T10:01:32+02:00
modules: readme files regenerated - ims_qos ...
---
Modified: modules/ims_qos/README
---
Diff: https://github.com/kamailio/kamailio/commit/09128940ff8027e104b49559f3f4ea9f... Patch: https://github.com/kamailio/kamailio/commit/09128940ff8027e104b49559f3f4ea9f...
---
diff --git a/modules/ims_qos/README b/modules/ims_qos/README index 94d92cb..aa3f209 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 ...