]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field 54/1554/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:15:16 +0000 (08:15 -0600)
commitf0f190af08c5f7f4af3316209b174bd92be145c3
treec07b7f020a00017a15edf91e2efe342fd9d76f67
parent0071a993f0561664d074d461759fc3259bd9c926
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