]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis_cache_pattern: Backport to 13 17/1917/2
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 5 Jan 2016 17:06:32 +0000 (10:06 -0700)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 5 Jan 2016 18:29:31 +0000 (12:29 -0600)
commitd228b62fd437e02c0638684c1f44c92e5f1e3948
treed1a4408b6242f0614e2c5fe6c7257e9648381cdf
parente13719bff1c4a723edf08252da17fef04b6f88cf
stasis_cache_pattern:  Backport to 13

Somehow stasis_cache_pattern got out of sync between 13 and master
and it was causing duplicate channel message issues in 13 when
related to a specific endpoint. I.E. from statsd,
'endpoints.PJSIP.1174.channels 0|g' was being emitted twice.

Backporting stasis_cache_pattern from master to 13 solved
the issue and running the unit and testsuite tests confirmed
that no new ones were created.

ASTERISK-25317 #close

Change-Id: Ia8707462f62d15eed14541c37f332a7bbbceb548
include/asterisk/stasis_cache_pattern.h
main/endpoints.c
main/stasis_cache_pattern.c