SIP_RANDOM_LEN
guid = (char *)malloc(SIP_RANDOM_LEN + 1);
(void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time);