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

Function codec_move_down

modules/sipmsgops/codecs.c:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820
821
822int codec_move_down(struct sip_msg* msg, str* codec, str* clock)
823{
824 LM_DBG("moving down codec <%.*s> with clock <%.*s> \n",
825 codec->len, codec->s, clock ? clock->len : 0, clock ? clock->s : NULL);
826
827 return do_for_all_streams( msg, codec, clock, NULL,
828 ADD_TO_BACK, DESC_NAME_AND_CLOCK);
829}
830
831
832static int handle_streams(struct sip_msg* msg, regex_t* re, regex_t* re2,

Callers

nothing calls this directly

Calls 1

do_for_all_streamsFunction · 0.85

Tested by

no test coverage detected