[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 11:46:34 CST 2010


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
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 11:46 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...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-01 11:46 svnbot         Status                   ready for testing =>
assigned
2010-02-01 11:46 svnbot         Assigned To               => tilghman        
2010-02-01 11:46 svnbot         Status                   assigned => resolved
2010-02-01 11:46 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list