sip_add_str_to_msg
return (sip_add_str_to_msg(sip_msg, SIP_ALLOW_EVENTS, t_event,
return (sip_add_str_to_msg(sip_msg, SIP_EVENT, t_event, plist,
return (sip_add_str_to_msg(sip_msg, SIP_SUBSCRIPTION_STATE, sub, plist,
return (sip_add_str_to_msg(sip_msg, SIP_AUTHOR, scheme, param, SIP_SP));
return (sip_add_str_to_msg(sip_msg, SIP_AUTHEN_INFO, ainfo, NULL, 0));
return (sip_add_str_to_msg(sip_msg, SIP_PROXY_AUTHEN, pascheme, paparam,
return (sip_add_str_to_msg(sip_msg, SIP_PROXY_AUTHOR, paschem, paparam,
return (sip_add_str_to_msg(sip_msg, SIP_PROXY_REQ, opt, NULL, 0));
return (sip_add_str_to_msg(sip_msg, SIP_WWW_AUTHEN, wascheme, waparam,
ret = sip_add_str_to_msg(sip_msg, SIP_CALL_ID, callid, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, "*", plist,
ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, code,
ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_LANG, lang, plist,
ret = sip_add_str_to_msg(sip_msg, SIP_ALERT_INFO, tmp, plist, SIP_SEMI);
ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name,
r = sip_add_str_to_msg(sip_msg, SIP_CALL_INFO, tmp, plist, SIP_SEMI);
ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_DIS, dis_type, plist,
ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_ENCODE, code, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_LANG, lang, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_DATE, date, NULL, 0);
r = sip_add_str_to_msg(sip_msg, SIP_ERROR_INFO, tmp, plist, SIP_SEMI);
r = sip_add_str_to_msg(sip_msg, SIP_IN_REPLY_TO, reply_id, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_MIME_VERSION, version, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_ORGANIZATION, org, NULL,
ret = sip_add_str_to_msg(sip_msg, SIP_PRIORITY, prio, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_PRIVACY, priv_val, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_REQUIRE, req, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_SERVER, svr, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_SUBJECT, subject,
ret = sip_add_str_to_msg(sip_msg, SIP_SUPPORT, support, NULL,
ret = sip_add_str_to_msg(sip_msg, SIP_TIMESTAMP, time, NULL, 0);
ret = sip_add_str_to_msg(sip_msg, SIP_UNSUPPORT, unsupport, NULL, 0);
r = sip_add_str_to_msg(sip_msg, SIP_USER_AGENT, usr, NULL, 0);