When you perform an attended transfer, the extension of the person transferring is displayed to the co-worker. Can I override the caller ID to display the caller's callerID during a blind transfer? Thanks, --E -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111116/ca51adbf/attachment.htm>
Upgrade to 10.0 - this isn't available in any of the 1.X flavors because they had to re-invent the background stuff for it. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of eherr Sent: Wednesday, November 16, 2011 12:50 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Polycom Attended Transfer When you perform an attended transfer, the extension of the person transferring is displayed to the co-worker. Can I override the caller ID to display the caller's callerID during a blind transfer? Thanks, --E -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111116/4d7f8386/attachment.htm>
>> When you perform an attended transfer, the extension of the person >> transferring is displayed to the co-worker. >> >> Can I override the caller ID to display the caller?s callerID during a >> blind transfer? > > Upgrade to 10.0 ? this isn?t available in any of the 1.X flavors > because they had to re-invent the background stuff for it.Asterisk v1.8 added the connected line support not Asterisk v10. Richard
So there is no way to do these with programming. For instance, setting a variable in the DB and grabbing it to override the field when transferring? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Richard Mudgett Sent: Wednesday, November 16, 2011 2:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Polycom Attended Transfer>> When you perform an attended transfer, the extension of the person >> transferring is displayed to the co-worker. >> >> Can I override the caller ID to display the caller?s callerID during a >> blind transfer? > > Upgrade to 10.0 ? this isn?t available in any of the 1.X flavors > because they had to re-invent the background stuff for it.Asterisk v1.8 added the connected line support not Asterisk v10. Richard -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
> >> When you perform an attended transfer, the extension of the person > >> transferring is displayed to the co-worker. > >> > >> Can I override the caller ID to display the caller?s callerID > >> during a > >> blind transfer? > > > > Upgrade to 10.0 ? this isn?t available in any of the 1.X flavors > > because they had to re-invent the background stuff for it. > > Asterisk v1.8 added the connected line support not Asterisk v10. > > So there is no way to do these with programming. > > For instance, setting a variable in the DB and grabbing it to override > the field when transferring? >See https://wiki.asterisk.org/wiki/display/AST/Manipulating+Party+ID+Information This applies to v1.8 and later. Richard
On Wed, Nov 16, 2011 at 1:49 PM, eherr <email.eherr9633 at gmail.com> wrote:> When you perform an attended transfer, the extension of the person > transferring is displayed to the co-worker. > > > > Can I override the caller ID to display the caller?s callerID during a blind > transfer? > > > > Thanks, > > --E >The point of an attended transfer is to announce the calling party. When you hit transfer on the Polycom you have the option to select Blind on the screen. A blind transfer will use the caller id of the incoming call, not the person making the transfer. Ryan