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

Function determine_call_id

prime_hash.c:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158static int determine_call_id (struct sip_msg *msg, str *source_string) {
159 source_string->s = msg->callid->body.s;
160 source_string->len = msg->callid->body.len;
161 first_token (source_string);
162 return 0;
163}
164
165static int determine_fromto_uri (struct to_body *fromto, str *source_string) {
166 if (fromto == NULL) {

Callers 1

determine_sourceFunction · 0.85

Calls 1

first_tokenFunction · 0.85

Tested by

no test coverage detected