Hello,
I have a question about the rtpengine module and how to use it via KEMI/python.
Will processing of the native script stop when rtpengine_manage returns with an error? Or will it continue and will the SDP be forwarded unchanged?
#!ifdef WITH_RTPENGINE if(nat_uac_test("8")) { rtpengine_manage("SIP-source-address replace-origin replace-session-connection"); } else { rtpengine_manage("replace-origin replace-session-connection"); } #!else
Regards, Wolter