]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis_endpoint.c: Fix contactstatus_to_json(). 97/3197/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 20:12:19 +0000 (15:12 -0500)
commit2f26512fd804cdf1c788e3b9f7738f139186faf4
treefff977646523f3c826bd6a299807883e3ec6dcfa
parentbc1ff41be747c69c83c2c66a04e8e440f1dc0be7
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