[Asterisk-bugs] [Asterisk 0007904]: Transfer capability is inherited by a channel after being transfered via atxfer
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Jul 16 12:28:44 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=7904
======================================================================
Reported By: k-egg
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 7904
Category: Applications/app_dial
Reproducibility: always
Severity: major
Priority: high
Status: confirmed
Asterisk Version: 1.2.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: No
Request Review:
======================================================================
Date Submitted: 09-08-2006 06:37 CDT
Last Modified: 07-16-2007 12:28 CDT
======================================================================
Summary: Transfer capability is inherited by a channel after
being transfered via atxfer
Description:
PhoneA calls PhoneB (221)
by Dial("mISDN/12-1", "mISDN/1/221|15|tr")
PhoneA is not allowed to initiate transfers at that time.
PhoneB is allowed to.
PhoneB transfers PhoneA to PhoneC(208) (attended trans)
by Dial("Local/208 at isdn-nt-1-bcec,2", "mISDN/8/208|15|")
now PhoneA now is allowed to initiate transfers:
for example:
exten => 1,1,Playback(tt-monkeys)
cli output:
- Started music on hold, class 'default', on Local/208 at isdn-nt-1-bcec,1
-- Playing 'pbx-transfer' (language 'de')
-- Executing Playback("Local/1 at macro-dial_intern-e687,2",
"tt-monkeys") in new stack
-- Playing 'tt-monkeys' (language 'en')
Is this a bug? a feature? or designed to behave like this?
wondering...
kegg
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0010198 Important vulnerability after native tr...
======================================================================
----------------------------------------------------------------------
k-egg - 07-16-07 12:28
----------------------------------------------------------------------
file, i don't agree your words.
i looked in the code month before.
i agree:
there is no possibility to differentiate whether a channel is created by
asterisk (by initiating a call) or by transfering (atx or blind).
i don't agree:
It is possible to determine if a channel is created during a xfer, (not
sure if i released that patch here.).
and not only possible - it is essential (SIC!) to differentiate between
these cases. It must be possible to handle these channels differently!
really!
btw: it was possible do determine, if a channel was created during a xfer
in asterisk 1.09
Issue History
Date Modified Username Field Change
======================================================================
07-16-07 12:28 k-egg Note Added: 0067402
======================================================================
More information about the asterisk-bugs
mailing list