sip_search_for_header
chdr = sip_search_for_header(sip_msg, SIP_CONTACT,
chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
chdr = sip_search_for_header(sip_msg, SIP_CONTACT,
chdr = sip_search_for_header(sip_msg,
chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
rrhdr = sip_search_for_header(sip_msg, SIP_RECORD_ROUTE, NULL);
rrhdr = sip_search_for_header(sip_msg, SIP_RECORD_ROUTE, rrhdr);
fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL);
cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL);
chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL);
chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL);
substate = sip_search_for_header(sip_msg,
thdr = sip_search_for_header(sip_msg, SIP_TO, NULL);
chdr = sip_search_for_header(sip_msg,
via = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
to = sip_search_for_header(_sip_msg, SIP_TO, NULL);
from = sip_search_for_header(_sip_msg, SIP_FROM, NULL);
callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL);
header = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
via_hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL);
hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL);
hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA,
header = sip_search_for_header(_old_msg, header_name, NULL);
header = sip_search_for_header(_old_msg, header_name, header);
header = sip_search_for_header(_old_msg, header_name, NULL);
header = sip_search_for_header(_old_msg, NULL, NULL);
header = sip_search_for_header(_old_msg, NULL, header);
header = sip_search_for_header(_sip_msg, header_name, NULL);
header = sip_search_for_header(_sip_msg, NULL, NULL);
header = sip_search_for_header(sip_msg, header_name, NULL);
header = sip_search_for_header(sip_msg,
header = sip_search_for_header(msg, NULL, NULL);
header = sip_search_for_header(msg, NULL, header);
header = sip_search_for_header(msg, SIP_CONTENT_LENGTH, NULL);
if (sip_search_for_header(_sip_request, SIP_RECORD_ROUTE, NULL) !=
if ((header = sip_search_for_header(_response, SIP_CONTACT,
if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) {
extern _sip_header_t *sip_search_for_header(_sip_msg_t *, char *,
sip_hdr = (sip_header_t)sip_search_for_header(_msg, header_name, NULL);
sip_hdr = (sip_header_t)sip_search_for_header((_sip_msg_t *)sip_msg,
via = sip_search_for_header(msg, SIP_VIA, NULL);
from = sip_search_for_header(msg, SIP_FROM, NULL);
cid = sip_search_for_header(msg, SIP_CALL_ID, NULL);