提交 e0372f57 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4525 --resolve ok there was 2 parts to this and I missed one, your client…

FS-4525 --resolve ok there was 2 parts to this and I missed one, your client actually uses different to and from in the subscribe where the majority use the target name in the request, to and from, this should make it compat
上级 9cde99b4
......@@ -1626,7 +1626,7 @@ void sofia_presence_mwi_event_handler(switch_event_t *event)
static int sofia_presence_sub_reg_callback(void *pArg, int argc, char **argv, char **columnNames)
{
sofia_profile_t *profile = (sofia_profile_t *) pArg;
char *user = argv[1];
char *user = argv[3];
char *host = argv[2];
switch_event_t *event;
char *event_name = argv[5];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论