[asterisk-bugs] [Asterisk 0013986]: The caller id is ignored when transferring the call
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Dec 5 10:22:07 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13986
======================================================================
Reported By: falves11
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 13986
Category: Channels/chan_sip/Transfers
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 159571
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-29 02:02 CST
Last Modified: 2008-12-05 10:22 CST
======================================================================
Summary: The caller id is ignored when transferring the call
Description:
I need to replace the caller id before I do the transfer, so the new call
has a new caller id, bit my efforts are completely ignored. Additionally, I
try to use the function sip_addheader to add a "From:" header and that gets
ignored as well. When the call gets tranfered the "From" header has the
exact value that it had when it arrived to the Asterisk.
======================================================================
----------------------------------------------------------------------
(0095861) falves11 (reporter) - 2008-12-05 10:22
http://bugs.digium.com/view.php?id=13986#c95861
----------------------------------------------------------------------
It seems to me that if this simple dialplan fails, it is a bug. Once the
caller id for the call has been updated, any function after that must
consider the new caller id, never the old one.
exten =>_X.,1,Set(CALLERID(all)=9544447408)
exten =>_X!,n,Tranfer(12564286000)
Issue History
Date Modified Username Field Change
======================================================================
2008-12-05 10:22 falves11 Note Added: 0095861
======================================================================
More information about the asterisk-bugs
mailing list