summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/stasis_endpoints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/stasis_endpoints.c b/main/stasis_endpoints.c
index f44ce4229..931bbb97d 100644
--- a/main/stasis_endpoints.c
+++ b/main/stasis_endpoints.c
@@ -247,7 +247,7 @@ static struct ast_json *contactstatus_to_json(struct stasis_message *msg, const
return NULL;
}
- json_final = ast_json_pack("{s: s, s: o, s: o, s: { s: s, s: s, s: s } } ",
+ json_final = ast_json_pack("{s: s, s: o, s: o, s: { s: s, s: s, s: s, s: s } } ",
"type", "ContactStatusChange",
"timestamp", ast_json_timeval(*tv, NULL),
"endpoint", json_endpoint,