[Home]

Summary:ASTERISK-11396: incorrect callerID during attended transfer
Reporter:Antonio Gallo (agx)Labels:
Date Opened:2008-02-07 10:52:58.000-0600Date Closed:2011-06-07 14:02:56
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Incoming calls reach extension "100" that make ring 2 phones using:
Dial(SIP/alfa&SIP/beta,120,tT)

If SIP/alfa answer and transfer to SIP/gamma it happens that:
- transfer using phone button is OK, SIP/gamma show the correct callerID from the Telco;
- transfer using blindtransfer DTMF is OK, SIP/gamma show the correct callerID from the Telco;
- transfer using atxtransfer DTMF is broken, SIP/gamma show the "100" as callerID not the one form Telco;

is it a bug or there is a way to fix this? What kind of debug info do you need?
Comments:By: Russell Bryant (russell) 2008-02-07 10:58:44.000-0600

This is actually expected behavior.  The reason is that with an attended transfer, the person actually calling is _not_ the person being transferred as is the case with a blind transfer.  So, seeing the callerid of the original called party is correct in this case.