[OpenSIPS-Devel] [OpenSIPS/opensips] 22fdec: rtpengine: loose restrictions on commands passed t...
Razvan Crainea
razvan at opensips.org
Tue Mar 14 06:54:43 EDT 2017
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: 22fdecdf12488e4850e9a1d6c26e7fafded91365
https://github.com/OpenSIPS/opensips/commit/22fdecdf12488e4850e9a1d6c26e7fafded91365
Author: Razvan Crainea <razvan at opensips.org>
Date: 2017-03-14 (Tue, 14 Mar 2017)
Changed paths:
M modules/rtpengine/README
M modules/rtpengine/doc/rtpengine_admin.xml
M modules/rtpengine/rtpengine.c
Log Message:
-----------
rtpengine: loose restrictions on commands passed to rtpengine
If a command is not recognized by OpenSIPS, simply pass it to the
rtpengine to handle it.
Commit: 4bcc7acaa46d68f80a854fab8813adfe89fdbce0
https://github.com/OpenSIPS/opensips/commit/4bcc7acaa46d68f80a854fab8813adfe89fdbce0
Author: Razvan Crainea <razvan at opensips.org>
Date: 2017-03-14 (Tue, 14 Mar 2017)
Changed paths:
M modules/rtpengine/README
M modules/rtpengine/doc/rtpengine_admin.xml
M modules/rtpengine/rtpengine.c
Log Message:
-----------
rtpengine: add support for sock_pvar and body_pvar
Using this feature you can return in script the rtpengine socket used
for a specific call.
Using the body_pvar, you can take the SDP body from rtpengine and apply
any changes to it. Afterwards, you need to "manually" drop the old
body and add the new one.
Compare: https://github.com/OpenSIPS/opensips/compare/9822027e48f8...4bcc7acaa46d
More information about the Devel
mailing list