diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 156b5f555e..afccf7ea55 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -746,7 +746,8 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * stream.write_function(&stream, "\nsip:%s@%s;%s=%s\n", proto, proto, host, proto, !switch_strlen_zero(clean_to_user) ? clean_to_user : "unknown"); stream.write_function(&stream, "\n", proto, host); - stream.write_function(&stream, "\n\n\n"); + stream.write_function(&stream, "\n\n\n", + !strcasecmp(proto, "park") ? "no" : "yes"); stream.write_function(&stream, "\nsip:%s@%s\n", proto, uuid, host); stream.write_function(&stream, "\n", proto, uuid, host, proto, uuid); stream.write_function(&stream, "\n");