]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI event type filtering
authorKevin Harwell <kharwell@digium.com>
Fri, 8 Feb 2019 20:21:38 +0000 (14:21 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 20 Feb 2019 15:56:03 +0000 (09:56 -0600)
commit1c5def4b18eb43930b8f9cfdcdadda41bfcceff0
treea86e62ddbd7109ba1300e09287466858974634ef
parent4a871c4b7965b575f12e33de94dd842d05b50469
ARI event type filtering

Event type filtering is now enabled, and configurable per application. An app is
now able to specify which events are sent to the application by configuring an
allowed and/or disallowed list(s). This can be done by issuing the following:

PUT /applications/{applicationName}/eventFilter

And then enumerating the allowed/disallowed event types as a body parameter.

ASTERISK-28106

Change-Id: I9671ba1fcdb3b6c830b553d4c5365aed5d588d5b
CHANGES
include/asterisk/stasis_app.h
res/ari/ari_model_validators.c
res/ari/ari_model_validators.h
res/ari/resource_applications.c
res/ari/resource_applications.h
res/ari/resource_events.c
res/res_ari_applications.c
res/res_stasis.c
res/stasis/app.c
rest-api/api-docs/applications.json