search for: returnext

Displaying 1 result from an estimated 1 matches for "returnext".

Did you mean: returnexit
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
...ne-touch parking. I can park a call using one-touch parking and then pick it up again, however if I try to re-park the call, it gets lost. I think that is because asterisk thinks I'm still on the park extension. As an example: exten => _9X,1,Set(PARKINGEXTEN=${EXTEN}) exten => _9X,n,Set(RETURNEXT=${CUT(BLINDTRANSFER||1):4}) exten => _9X,n,GotoIf($["x${RETURNEXT}" = "x"]?usechannel:find) exten => _9X,n(usechannel),Set(RETURNEXT=${CUT(CHANNEL||1):4}) exten => _9X,n(park),ParkAndAnnounce(pbx-transfer:PARKED|30|Local/parkannounce|ext-local,${RETURNEXT},1) So here...