https://origsvn.digium.com/svn/asterisk/trunk
................
r175298 | jpeeler | 2009-02-12 14:48:56 -0600 (Thu, 12 Feb 2009) | 15 lines
Merged revisions 175294 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r175294 | jpeeler | 2009-02-12 14:34:36 -0600 (Thu, 12 Feb 2009) | 9 lines
Fix ParkedCall event information for From field in the case of a blind transfer
If the parker information can not be obtained from the peer, try and see if
the BLINDTRANSFER channel variable has been set. Previously, a blind transfer
to the ParkAndAnnounce app would return nothing for the From.
Closes AST-189
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@175299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
@ -555,6 +556,12 @@ static int park_call_full(struct ast_channel *chan, struct ast_channel *peer, in
pthread_kill(parking_thread,SIGURG);
pthread_kill(parking_thread,SIGURG);
ast_verb(2,"Parked %s on %d@%s. Will timeout back to extension [%s] %s, %d in %d seconds\n",pu->chan->name,pu->parkingnum,parking_con,pu->context,pu->exten,pu->priority,(pu->parkingtime/1000));
ast_verb(2,"Parked %s on %d@%s. Will timeout back to extension [%s] %s, %d in %d seconds\n",pu->chan->name,pu->parkingnum,parking_con,pu->context,pu->exten,pu->priority,(pu->parkingtime/1000));