]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel_internal_api: Publish a snapshot change when linkedids change
authorMatthew Jordan <mjordan@digium.com>
Sun, 15 Jun 2014 22:11:49 +0000 (22:11 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 15 Jun 2014 22:11:49 +0000 (22:11 +0000)
commit239390bdd7b39a6ae48fb40779be91b06f7cfcc2
tree462159cbc40988f0bcce8b59e07a1c963c683485
parent57664ccb27a758f8a929dee87488159049bb9227
channel_internal_api: Publish a snapshot change when linkedids change

Snapshots are now not published *quite* as much as they used to. One instance
where they are not published any longer is during bridge enter and exit - the
state of the channel doesn't change, the bridge does. However, channels are
changed when a linkedid is propagated; previously, the channel's state would
be updated and published during the bridge enter event. Now this must be
explicitly done.

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