Fix ParkAndAnnounce to pass the CallerID to the announcing channel.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 16 Dec 2011 01:29:20 +0000 (01:29 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 16 Dec 2011 01:29:20 +0000 (01:29 +0000)
commit8baea2b35e96d1c51756c00aff322a4e1af858a0
treeff6402a1315f332c989873fc132de26446a695f5
parent7a3bda0ce39be5c26a9b73d4402cd19419a31804
Fix ParkAndAnnounce to pass the CallerID to the announcing channel.

ParkAndAnnounce tried to pass the CallerID to the announcing channel but
the ID was wiped out by the channel masquerade done when parking the call.

* Save the CallerID before parking the channel to pass it to the
announcing channel.

* Fixed a minor memory leak in ParkAndAnnounce.

* Updated some ParkAndAnnounce log messages.
........

Merged revisions 348310 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 348311 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_parkandannounce.c