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

Function print_callid

modules/tm/t_msgbuilder.c:758–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758static inline char* print_callid(char* w, dlg_t* dialog, struct cell* t)
759{
760 /* begins with CRLF, not included in t->callid, don`t know why...?!? */
761 append_string(w, CRLF, CRLF_LEN);
762 t->callid.s = w;
763 t->callid.len = CALLID_LEN + dialog->id.call_id.len + CRLF_LEN;
764
765 w = print_callid_mini(w, dialog->id.call_id);
766 return w;
767}
768
769
770/*

Callers 1

build_uac_reqFunction · 0.85

Calls 1

print_callid_miniFunction · 0.85

Tested by

no test coverage detected