Hello, Kristian Kielhofner wrote on 07/09/2015 07:01 AM: > Hello, > > I'm having a lot of fun with SEMS but I'm now looking for a way to > conditionally change/add/remove specified SDP parameters (for now just > attributes). So, for example if my A leg SDP is such:
... > Specific use case (for now) is in conjunction with the Kamailio > nathelper module and the nortpproxy_str parameter to prevent redundant > SDP mangling. > > Any ideas on how this can be done with the SEMS SBC application? no way to do this without adding C++ code. You'll have to change e.g. normalizeSDP in SDPFilter.cpp. If you want to do that conditionally, you'll have to evaluate settings in the call profile in SBCCallLeg::filterSdp. Stefan _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
