From a2635815aa4ac161bbd127212a7caaa3fb15471d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 3 May 2009 14:34:23 +0000 Subject: [PATCH] Blocked revisions 191919 via svnmerge ........ r191919 | kpfleming | 2009-05-03 16:28:59 +0200 (Sun, 03 May 2009) | 11 lines Add 'bitflags'-style information elements to event framework This patch add a new payload type for information elements, a set of bit flags. The payload is transported as a 32-bit unsigned integer but when matching is performed between events and subscribers, the matching is done by using a bitwise AND instead of numeric value comparison. Review: http://reviewboard.asterisk.org/r/242/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@191920 65c4cc65-6c06-0410-ace0-fbb531ad65f3