mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Merge "main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field" into 13
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user