[asterisk-bugs] [Asterisk 0011246]: Answering local channel does not remove it from call path

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Nov 19 09:21:55 CST 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11246 
====================================================================== 
Reported By:                jon
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   11246
Category:                   Channels/chan_local
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.13  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-14-2007 12:57 CST
Last Modified:              11-19-2007 09:21 CST
====================================================================== 
Summary:                    Answering local channel does not remove it from call
path
Description: 
An Answer() doesn't remove local channel from call path but the Wait(.1)
does...

exten => s,10(called),NoOp(Called Party...)                               
      
exten => s,11,Answer() ; get rid of that pesky local channel
exten => s,12,NoOp(${PARKINGEXTEN})
exten => s,13,Wait(.1) ; go away local channel!
exten => s,14,NoOp(${PARKINGEXTEN})


    -- Executing [s at elephant-support2:10]
NoOp("Local/support at elephant-support2-9ad7,1", "Called Party...") in new
stack
    -- Executing [s at elephant-support2:11]
Answer("Local/support at elephant-support2-9ad7,1", "") in new stack
    -- Executing [s at elephant-support2:12]
NoOp("Local/support at elephant-support2-9ad7,1", "") in new stack
    -- Executing [s at elephant-support2:13]
Wait("Local/support at elephant-support2-9ad7,1", ".1") in new stack
  == Spawn extension (parkedcalls, 700, 1) exited non-zero on
'Local/700 at parkedcalls-abe4,2'
  == Spawn extension (elephant-support2, support, 1) exited non-zero on
'Local/support at elephant-support2-9ad7,2'
    -- Executing [h at elephant-support2:1]
NoOp("Local/support at elephant-support2-9ad7,2", "Channel Hangup:
Local/support at elephant-support2-9ad7,2") in new stack
    -- Executing [s at elephant-support2:14] NoOp("SIP/jon-084024d8", "700")
in new stack

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 11-19-07 09:21  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 89416

U   branches/1.4/doc/localchannel.txt

------------------------------------------------------------------------
r89416 | file | 2007-11-19 09:21:54 -0600 (Mon, 19 Nov 2007) | 4 lines

Clarify documentation a bit, include that a frame has to pass through the
core in order for the Local channel optimization to happen.
(closes issue http://bugs.digium.com/view.php?id=11246)
Reported by: jon

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-19-07 09:21  svnbot         Note Added: 0073941                          
11-19-07 09:21  svnbot         Status                   new => assigned     
11-19-07 09:21  svnbot         Assigned To               => file            
======================================================================




More information about the asterisk-bugs mailing list