#### Pre-Submission Checklist
- [X] Commit message has the format required by CONTRIBUTING guide
- [X] Commits are split per component (core, individual modules, libs, utils, ...)
- [X] Each component has a single commit (if not, squash them into one commit)
- [X] No commits to README files for modules
#### Type Of Change
- [X] New feature (non-breaking change which adds new functionality)
#### Checklist:
- [X] Tested changes locally
#### Description
Add PV $sdp(sess_version) for reading and writing SDP o= -line attribute sess-version.
Special integer value -1 increments current value.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1659
-- Commit Summary --
* core: parse SDP origin line sess-version field
* sdpops: fetch and manipulate origin line sess-version through pseudo-variable
-- File Changes --
M src/core/parser/sdp/sdp.c (8)
M src/core/parser/sdp/sdp.h (1)
M src/core/parser/sdp/sdp_helpr_funcs.c (68)
M src/core/parser/sdp/sdp_helpr_funcs.h (1)
M src/modules/sdpops/sdpops_mod.c (168)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1659.patch
https://github.com/kamailio/kamailio/pull/1659.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1659