[asterisk-bugs] [Asterisk 0016525]: [patch] Cannot spy on channel when a local channel is involved

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Feb 1 12:01:53 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16525 
====================================================================== 
Reported By:                kobaz
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   16525
Category:                   Applications/app_chanspy
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.6.0.22
Asterisk Version:           1.6.0.20 
JIRA:                       SWP-619 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-12-29 13:41 CST
Last Modified:              2010-02-01 12:01 CST
====================================================================== 
Summary:                    [patch] Cannot spy on channel when a local channel
is involved
Description: 
> originate local/1000 at mychan extension 1234 at dial_dus

    -- Executing [1000 at mychan:1] Answer("Local/1000 at mychan-93af;2", "") in
new stack
    -- Executing [1234 at dial_dus:1] Dial("Local/1000 at mychan-93af;1",
"SIP/3007,30,rM(callee-pickup)") in new stack
  == Using SIP RTP CoS mark 5
    -- Called 3007LI>
    -- SIP/3007-00000020 is ringing
    -- Executing [1000 at mychan:2] MeetMe("Local/1000 at mychan-93af;2",
"1000,dq") in new stack
    -- Created MeetMe conference 1023 for conference '1000'


extend context services {
  1 => {
    ChanSpy(SIP/3007,Wq);
  }
}

SIP/3030 dials 1 at services

    -- Executing [1 at _cos_internal+local+ld+intl:1]
ChanSpy("SIP/3030-00000021", "SIP/3007,Wq") in new stack
  == Spying on channel SIP/3007-00000020
[Dec 29 14:40:31] NOTICE[1930]: app_chanspy.c:245 start_spying: Attaching
SIP/3030-00000021 to SIP/3007-00000020
[Dec 29 14:40:31] NOTICE[1930]: app_chanspy.c:245 start_spying: Attaching
SIP/3030-00000021 to SIP/3007-00000020

SIP/3030 cannot whisper to SIP/3007

If you take out the usage of a local channel. chanspy whisper works fine

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016524 Chanspy cannot spy on a non-bridged cha...
====================================================================== 

---------------------------------------------------------------------- 
 (0117459) svnbot (reporter) - 2010-02-01 12:01
 https://issues.asterisk.org/view.php?id=16525#c117459 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 244074

_U  branches/1.6.1/
U   branches/1.6.1/channels/chan_local.c
U   branches/1.6.1/main/channel.c

------------------------------------------------------------------------
r244074 | tilghman | 2010-02-01 12:01:52 -0600 (Mon, 01 Feb 2010) | 29
lines

Merged revisions 244071 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r244071 | tilghman | 2010-02-01 11:53:39 -0600 (Mon, 01 Feb 2010) | 22
lines
  
  Merged revisions 244070 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r244070 | tilghman | 2010-02-01 11:46:31 -0600 (Mon, 01 Feb 2010) | 16
lines
    
    Revert previous chan_local fix (r236981) and fix instead by destroying
expired frames in the queue.
    
    (closes issue https://issues.asterisk.org/view.php?id=16525)
     Reported by: kobaz
     Patches: 
           20100126__issue16525.diff.txt uploaded by tilghman (license 14)
           20100129__issue16525__1.6.0.diff.txt uploaded by tilghman
(license 14)
     Tested by: kobaz, atis
    
    (closes issue https://issues.asterisk.org/view.php?id=16581)
     Reported by: ZX81
    
    (closes issue https://issues.asterisk.org/view.php?id=16681)
     Reported by: alexr1
  ........
................

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

http://svn.digium.com/view/asterisk?view=rev&revision=244074 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-01 12:01 svnbot         Checkin                                      
2010-02-01 12:01 svnbot         Note Added: 0117459                          
======================================================================




More information about the asterisk-bugs mailing list