if (!sip_standard_port(p->socket.type, ourport)) {
/*ret = ast_str_set(&from, 0, "<sip:%s@%s:%d>;tag=%s", tmp_l, d, ourport, p->tag);*/
ret = ast_str_set(&from, 0, "<sip:%s@%s:%d%s>;tag=%s", tmp_l, d, ourport, urioptions, p->tag);
} else {
/*ret = ast_str_set(&from, 0, "<sip:%s@%s>;tag=%s", tmp_l, d, p->tag);*/
ret = ast_str_set(&from, 0, "<sip:%s@%s%s>;tag=%s", tmp_l, d, urioptions, p->tag);