]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field 55/1555/1
authorMatt Jordan <mjordan@digium.com>
Tue, 3 Nov 2015 14:15:16 +0000 (08:15 -0600)
committerMatt Jordan <mjordan@digium.com>
Tue, 3 Nov 2015 14:18:41 +0000 (09:18 -0500)
commite26a06c1dafc9975a4e3a7e5e3153fcf75b1eeaa
tree9f700bf4f08c9d8bc8e8e8cde77264dec1a0089c
parent40574a2ea31f03d5a4d3914f1e20895a9b49d7f0
main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field

The JSON packing for the ContactStatusChange event forgot to include the
roundtrip_usec field. As a result, the field never showed up in any event,
even when the data was available. This patch corrects that error by properly
packing the JSON blob with the data.

Change-Id: I8df80da659a44010afbd48f645967518ff5daa17
main/stasis_endpoints.c