]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cel: Make sure channels in extra fields include their unique IDs as well
authorMatthew Jordan <mjordan@digium.com>
Thu, 14 Aug 2014 19:09:32 +0000 (19:09 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 14 Aug 2014 19:09:32 +0000 (19:09 +0000)
commit956a5630806102d8d94c3d2c46ccfee894769e20
treec0f73f58fc9d2c3b62b3372f639689f353ab6dd1
parentde41f49f97f069cebff643408b7f5fcbd38f27ef
cel: Make sure channels in extra fields include their unique IDs as well

CEL typically tracks a lot of information using the unique ID of the channel.
This is typically needed due to tying events together using the linked ID of
the various channels involved in a "call", which is derived from the channel ID
of the oldest channel involved in a bridge (or in the case of a Dial, the
parent channel).

Previously, we had updated the extra fields to include the involved channel
names, but forgot to put in the unique ID. This patch corrects that error.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@421037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/cel.c
tests/test_cel.c