]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AGI/Manager: Prevent multiple NewExten events during AGI application changes
authorJonathan Rose <jrose@digium.com>
Mon, 7 Apr 2014 16:02:44 +0000 (16:02 +0000)
committerJonathan Rose <jrose@digium.com>
Mon, 7 Apr 2014 16:02:44 +0000 (16:02 +0000)
commit5d5cc8b88cf937c5ad8a2aeab259f441c1f01dc2
tree349b39190414cc3a883d32814a7138e1ff77a843
parent4117ac58ed1d44d252f7d169c6c71246994c18a3
AGI/Manager: Prevent multiple NewExten events during AGI application changes

AGI applications would trigger NewExten events every time the state of the AGI
application changed. This has historically not been the behavior and this
behavior was introduced with a CDR patch. This patch corrects that.

(closes issue ASTERISK-23390)
Reported by: Benjamin Keith Ford
Review: https://reviewboard.asterisk.org/r/3406/

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