sip_add_int_to_msg
return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward,
ret = sip_add_int_to_msg(sip_msg, SIP_EXPIRE, secs, NULL);
ret = sip_add_int_to_msg(sip_msg, SIP_RSEQ, resp_num, NULL);
ret = sip_add_int_to_msg(sip_msg, SIP_MIN_EXPIRE, secs, NULL);
r = sip_add_int_to_msg(sip_msg, SIP_RETRY_AFTER, secs, plist);