Searched refs:totag (Results 1 – 1 of 1) sorted by relevance
589 char *totag, char *mycontact) in sip_create_response() argument630 if (ttag_present || (totag == NULL && response == SIP_TRYING)) { in sip_create_response()640 if (totag == NULL) { in sip_create_response()641 totag = sip_guid(); in sip_create_response()642 if (totag == NULL) in sip_create_response()646 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()650 free(totag); in sip_create_response()653 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()655 free(totag); in sip_create_response()