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

Function print_callid_mini

modules/tm/t_msgbuilder.c:751–756  ·  view source on GitHub ↗

* Print Call-ID header field * created an extra function for pure header field creation */

Source from the content-addressed store, hash-verified

749 * created an extra function for pure header field creation
750 */
751char* print_callid_mini(char* target, str callid) {
752 append_string(target, CALLID, CALLID_LEN);
753 append_string(target, callid.s, callid.len);
754 append_string(target, CRLF, CRLF_LEN);
755 return target;
756}
757
758static inline char* print_callid(char* w, dlg_t* dialog, struct cell* t)
759{

Callers 2

print_callidFunction · 0.85
t_lookup_callidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected