[asterisk-commits] res/res pjsip pubsub: Note that 'dialog' is also a valid eve... (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 22 12:28:18 CDT 2015
Matt Jordan has submitted this change and it was merged.
Change subject: res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS
......................................................................
res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS
In addition to specifying lists of 'presence' and 'message-summary',
users can also create lists of type 'dialog'. These should be treated in
the same fashion as 'presence'.
Change-Id: I583bb69cd9f88b0b29bf09ddaddeac4e84189f6e
---
M res/res_pjsip_pubsub.c
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Matt Jordan: Looks good to me, approved; Verified
Joshua Colp: Looks good to me, but someone else must approve
diff --git a/res/res_pjsip_pubsub.c b/res/res_pjsip_pubsub.c
index 74a3f19..c00bc76 100644
--- a/res/res_pjsip_pubsub.c
+++ b/res/res_pjsip_pubsub.c
@@ -148,6 +148,9 @@
<enum name="presence"><para>
Device state and presence reporting.
</para></enum>
+ <enum name="dialog"><para>
+ This is identical to <replaceable>presence</replaceable>.
+ </para></enum>
<enum name="message-summary"><para>
Message-waiting indication (MWI) reporting.
</para></enum>
--
To view, visit https://gerrit.asterisk.org/523
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I583bb69cd9f88b0b29bf09ddaddeac4e84189f6e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
More information about the asterisk-commits
mailing list