[Home]

Summary:ASTERISK-11100: 1.4.16.2 application Park() recalls to caller instead of callee
Reporter:David Rodman (djrodman)Labels:
Date Opened:2007-12-21 22:23:49.000-0600Date Closed:2007-12-26 11:22:40.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:1. From ext 120, dial ext 200
2. At 200, answer the call
3. At 200, attended transfer to:
exten => 3,1,Answer
exten => 3,n,Park()

4. 120 is now parked
5. At 200, I hear "seven zero one" (eg)
6. 200 is NOT disconnected - must hang up
7. If I pick up a phone and dial 701, I get the parked call as expected .. BUT
8. If I leave it parked until the park timer expires, instead of ringing 200, on 120 I hear "seven zero one" and then the call is parked again.


****** ADDITIONAL INFORMATION ******

If instead of doing an attended transfer, I use the one-step park, there are two differences:
1. After the call is parked, 200 is disconnected
2. After the timeout, 200 is recalled with the original caller.
Comments:By: Digium Subversion (svnbot) 2007-12-26 11:20:52.000-0600

Repository: asterisk
Revision: 94793

U   branches/1.4/res/res_features.c

------------------------------------------------------------------------
r94793 | russell | 2007-12-26 11:20:52 -0600 (Wed, 26 Dec 2007) | 3 lines

Don't try to send a parked call back to itself.
(closes issue ASTERISK-11100, reported by djrodman, patched by me)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94793

By: Digium Subversion (svnbot) 2007-12-26 11:22:40.000-0600

Repository: asterisk
Revision: 94794

_U  trunk/
U   trunk/res/res_features.c

------------------------------------------------------------------------
r94794 | russell | 2007-12-26 11:22:39 -0600 (Wed, 26 Dec 2007) | 11 lines

Merged revisions 94793 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r94793 | russell | 2007-12-26 11:24:17 -0600 (Wed, 26 Dec 2007) | 3 lines

Don't try to send a parked call back to itself.
(closes issue ASTERISK-11100, reported by djrodman, patched by me)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94794