SIP_FROM
add_aquot, SIP_FROM, from_params));
fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL);
hdr = sip_get_header(sip_msg, what == SIP_DLG_XCHG_FROM ? SIP_FROM :
hdrsize = len + strlen(SIP_FROM) + SIP_SPACE_LEN +
"%s %c ", SIP_FROM, SIP_HCOLON);
from = sip_search_for_header(_sip_msg, SIP_FROM, NULL);
return (sip_get_cftruri_from_msg(sip_msg, error, SIP_FROM));
return (sip_get_cftrname_from_msg(sip_msg, error, SIP_FROM));
header = sip_get_header(sip_msg, SIP_FROM, NULL, error);
if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM,
if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM,
if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_FROM,
from = sip_search_for_header(msg, SIP_FROM, NULL);