]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_exten_state: Add config support for exten state publishers. 16/2616/6
authorJoshua Colp <jcolp@digium.com>
Thu, 14 Apr 2016 12:03:24 +0000 (09:03 -0300)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 26 Apr 2016 23:47:51 +0000 (18:47 -0500)
commit81ea80b74ce1ae35eb5b377a825948c27ef65b45
tree726bf046802dd82d86dc64d7d511218660b8ae17
parent8ae69cffef03dcd4ba8a2ef56299ea3d19546a34
res_pjsip_exten_state: Add config support for exten state publishers.

This change adds the ability to configure outbound publishing of
extension state. Right now stuff is merely set up to store the
configuration and to register a global extension state callback. The
act of constructing the body and sending is not yet complete.

Configurable elements right now are a regex for filtering the context,
a regex for filtering the extension, and the body type to publish.

ASTERISK-25922 #close

Change-Id: Ia7e630136dfc355073c1cadff8ad394a08523d78
res/res_pjsip_exten_state.c