MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / codec_delete_except_re

Function codec_delete_except_re

modules/sipmsgops/codecs.c:781–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779
780
781int codec_delete_except_re(struct sip_msg* msg, regex_t* re)
782{
783 return do_for_all_streams( msg, NULL, NULL, re,
784 DELETE, DESC_REGEXP_COMPLEMENT);
785}
786
787
788int codec_delete(struct sip_msg* msg, str* codec, str* clock)

Callers

nothing calls this directly

Calls 1

do_for_all_streamsFunction · 0.85

Tested by

no test coverage detected