Hello Ewgeny, sorry for being late to reply
[email protected] wrote on 09/01/2015 03:34 PM: > So - i want try to filter string "a=fmtp:8 vad=no" with > "sdp_alines_filter=blacklist" in sbc_profile.conf: > sdp_alines_filter=blacklist > sdp_alinesfilter_list=fmtp > > > But SEMS doesn't want to filter "a=fmtp" - why ? > Other "a=" attributes it filters without any problems like: ptime, > sendrecv - i've checked. > fmtp - attributes are considered payload format parameters, therefore they're not filtered by this filter. If you want to have a go at the code, have a look at filterSDPalines in SDPFilter.cpp, and filter also sdp_format_parameters of media.payloads. I'd say it would make sense to have 'sdp_alinesfilter_list=vad' then. hth Stefan _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
