提交 810ce127 authored 作者: Andrew Thompson's avatar Andrew Thompson

Merge branch 'master' of git.freeswitch.org:freeswitch

......@@ -704,7 +704,7 @@ int nua_notify_client_request(nua_client_request_t *cr,
if (sr->sr_usage == du) {
/* If subscribe has not been responded, don't terminate usage by NOTIFY */
sr->sr_terminating = 1;
nua_client_set_terminating(cr, 0);
// nua_client_set_terminating(cr, 0);
break;
}
}
......
......@@ -1026,7 +1026,7 @@ static char *translate_rpid(char *in)
}
if (!strcasecmp(in, "unknown")) {
r = "online";
r = NULL;
goto end;
}
......@@ -1238,8 +1238,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
rpid = "unknown";
}
prpid = translate_rpid(rpid);
if (!strcasecmp(proto, SOFIA_CHAT_PROTO)) {
clean_id = switch_mprintf("sip:%s@%s", sub_to_user, sub_to_host);
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论