[Home]

Summary:ASTERISK-09422: Can't pickup call parked on named (by ${PARKINGEXTEN}) parking slot
Reporter:mdu113 (mdu113)Labels:
Date Opened:2007-05-10 17:49:40Date Closed:2007-07-11 19:58:51
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) parking-1.txt
( 1) parking-2.txt
( 2) parking-2-console.txt
Description:If I use PARKINGEXTEN variable to park a call to a specific slot then the call can't be picked up. Attempts to do so will result in asterisk playing 'pbx-invalidpark'.
If PARKINGEXTEN isn't used and I let asterisk to choose the slot on its own then it all works.

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

I'm uploading 3 files:
- parking-1.txt - asterisk debug log for parking without use of PARKINGEXTEN when it all works. The log indicates also some problem with SIP channel ( a lot of lines:
[May 10 18:20:37] DEBUG[25700] rtp.c: Oooh, something is weird, backing out
[May 10 18:20:37] VERBOSE[25700] logger.c:     -- Packet2Packet bridging SIP/12128121207010001-081dd7a0 and SIP/xyz011101-081c6750
)
- parking-2.txt - asterisk debug log with the use of PARKINGEXTEN. unable to pick up the call
- parking-2-console.txt - asterisk console output of the same call

features.conf
[general]
parkext => 700
parkpos => 1000-1999
context => parkedcalls
parkingtime => 600

sip.conf:
[xyz011101]
;ext_id=270, station_id=82, Polycom IP 500
type=friend
username=xyz011101
md5secret=7c7bad2e3d3bb30bbfb413ec14755db2
context=xyz
host=dynamic
dtmfmode=rfc2833
callerid=111
mailbox=111@xyz
call-limit=3
mohsuggest=xyz
setvar=PARKINGEXTEN=1001 ;this is commented out for the 1st call

extensions.conf:
[xyz]
include =>parkedcalls
include => default

[default]
exten => _X!,1,Set(TIMEOUT(absolute)=10800)
exten => _X!,n,AGI(callprocessing.agi)
exten => _X!,n,HangUp()

I both cases I call extension 111 (polycom phone), answer the call and transfer it to parkext 700. Then trying to pick it up by dialing 1000 (1st call) and 1001 (2nd call)
Please let me know if you need anymore info.
Comments:By: Joshua C. Colp (jcolp) 2007-05-11 10:49:05

Fixed in 1.4 as of revision 63872, and trunk as of revision 63873.