]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 10 Nov 2011 22:34:11 +0000 (22:34 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 10 Nov 2011 22:34:11 +0000 (22:34 +0000)
commit54f41f21419347d6b26bce2c73f0420b177a255b
treeae9c6a9c84c949fc3b6e8edcc9899c4905a483e9
parentb17a694234ae46fe6337b4229ea2a9cc15616f6c
Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel.

It was strange that the AgentCalled AMI event would get most of its
information from the incoming channel but then get the CallerID
information from the outgoing channel.  Before connected line support was
added, this information was always the same at this point.

(closes issue ASTERISK-18152)
Reported by: Thomas Farnham
Tested by: rmudgett

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@344536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c