Module: kamailio Branch: master Commit: 19e29ec302fc0d0d9ee3df6bbf6690223ef69323 URL: https://github.com/kamailio/kamailio/commit/19e29ec302fc0d0d9ee3df6bbf669022...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-10-02T12:01:31+02:00
modules: readme files regenerated - sdpops ... [skip ci]
---
Modified: src/modules/sdpops/README
---
Diff: https://github.com/kamailio/kamailio/commit/19e29ec302fc0d0d9ee3df6bbf669022... Patch: https://github.com/kamailio/kamailio/commit/19e29ec302fc0d0d9ee3df6bbf669022...
---
diff --git a/src/modules/sdpops/README b/src/modules/sdpops/README index ce0e06ec2c..3c61b0cdc6 100644 --- a/src/modules/sdpops/README +++ b/src/modules/sdpops/README @@ -46,6 +46,10 @@ Daniel-Constantin Mierla 4.18. sdp_with_ice() 4.19. sdp_get_line_startswith(avpvar, string)
+ 5. Exported Variables + + 5.1. $sdp( ) + List of Examples
1.1. sdp_remove_codecs_by_id usage @@ -101,6 +105,10 @@ Chapter 1. Admin Guide 4.18. sdp_with_ice() 4.19. sdp_get_line_startswith(avpvar, string)
+ 5. Exported Variables + + 5.1. $sdp( ) + 1. Overview
This module provides functions for checking and managing the SDP @@ -492,3 +500,18 @@ if(sdp_get_line_startswith("$avp(mline)", "m=")) { xlog("m-line: $avp(mline)\n"); } ... + +5. Exported Variables + + 5.1. $sdp( ) + +5.1. $sdp( ) + + Access to SDP attributes + * $sdp(body) - full SDP body (read only) + * $sdp(sess_version) - sess-version -attribute from SDP o= -line. + When set to special value -1, current value is incremented. (read + + write) + + Exported pseudo-variables are also documented at + https://www.kamailio.org/wiki/