]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis_endpoint.c: Fix contactstatus_to_json(). 94/3194/1
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2016 16:46:04 +0000 (11:46 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 13 Jul 2016 19:37:10 +0000 (14:37 -0500)
commitafbd10b0c5dbbd511dc8a58826b7db3921a8b24e
tree2a117adbc86029c9e5575076a07f1e5dc1ffecd8
parentfea201f7e61c4daacce899cdafc40a5a13de9441
stasis_endpoint.c: Fix contactstatus_to_json().

The roundtrip_usec json member is optional.  If it isn't present then
don't put it into the converted json structure where ast_json_pack()
will choke on it.

Change-Id: I39bb2f86154ef54591270c58bfda8635070f9ea0
main/stasis_endpoints.c