提交 1f32217b authored 作者: Anthony Minessale's avatar Anthony Minessale

add newsub tag to presence notify

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6039 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8e452472
......@@ -553,6 +553,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
contact = sofia_glue_get_url_from_contact(tmp, 0);
nua_notify(nh,
NUTAG_NEWSUB(1),
NUTAG_URL(contact),
SIPTAG_TO_STR(full_from),
SIPTAG_FROM_STR(id),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论