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

Function print_cseq

modules/tm/t_msgbuilder.c:737–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737static inline char* print_cseq(char* w, str* cseq, str* method, struct cell* t)
738{
739 t->cseq_n.s = w;
740 /* don't include method name and CRLF -- subsequent
741 * local requests ACK/CANCEL will add their own */
742 t->cseq_n.len = CSEQ_LEN + cseq->len;
743 w = print_cseq_mini(w, cseq, method);
744 return w;
745}
746
747/*
748 * Print Call-ID header field

Callers 1

build_uac_reqFunction · 0.85

Calls 1

print_cseq_miniFunction · 0.85

Tested by

no test coverage detected