[Home]

Summary:ASTERISK-00073: SIP blind xfer to parking extension
Reporter:denon (denon)Labels:
Date Opened:2003-08-08 19:03:32Date Closed:2008-01-15 14:52:47.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I call it trivial, as I feel its slightly more "bug" than feature.

I would like the ability to do a SIP Blind XFER to a parking extension, then be read back the # like on zap extensions.  I realize I can do a # transfer, but that's both clumsy, and doesn't work well with incoming callers.
Comments:By: denon (denon) 2003-08-08 19:05:02

Whoops  - this should have been under SIP. Sorry.  I don't see a way to move it either..

By: Mark Spencer (markster) 2003-08-09 13:26:49

It's not very easy to do since after a blind transfer we have no way to report back to the user where the call was parked.

By: chriz (chriz) 2003-08-20 08:18:36

Just another good example why SIMPLE would be a great feature. ;) :)

By: denon (denon) 2003-08-20 09:21:34

Well, couldn't we use a normal sip transfer, and send the parking number before the disconnect? If not, how difficult is it to either rig something with cisco phones - maybe a service.  Or else maybe a ringback to the phone? Park the call, hang up, phone rings, pick up, "7-0-1".

We just use parking all the time, but with sip phones its a pita - no good way to just "put a call on hold" to grab it from elsewhere (if you don't know the ext of the other phone you're going to grab it from).

By: John Todd (jtodd) 2003-10-16 03:11:50

I seem to recall seeing a solution to this somewhere with a callback routine... did I imagine that?

By: Brian West (bkw918) 2003-11-22 14:20:14.000-0600

; call parking hack for 79XX
exten => _2XX,1,Answer
exten => _2XX,2,Wait(1)
exten => _2XX,3,ParkAndAnnounce(pbx-transfer:PARKED|7200|SIP/${EXTEN:1}|default,${EXTEN:1},1)

By: Digium Subversion (svnbot) 2008-01-15 14:52:47.000-0600

Repository: asterisk
Revision: 2830

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r2830 | jeremy | 2008-01-15 14:52:46 -0600 (Tue, 15 Jan 2008) | 2 lines

rollback bugASTERISK-73..the right fix immanent

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

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