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

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 29 13:58:11 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16525 
====================================================================== 
Reported By:                kobaz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16525
Category:                   Applications/app_chanspy
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0.20 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-12-29 13:41 CST
Last Modified:              2009-12-29 13:58 CST
====================================================================== 
Summary:                    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

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

---------------------------------------------------------------------- 
 (0115827) kobaz (reporter) - 2009-12-29 13:58
 https://issues.asterisk.org/view.php?id=16525#c115827 
---------------------------------------------------------------------- 
CLI is actually the following (i missed a line when copying)

    -- Called 3007LI>
    -- SIP/3007-00000020 is ringing
    -- Executing [1000 at mychan:1] Answer("Local/1000 at mychan-93af;2", "") in
new stack
    -- Executing [1000 at mychan:2] MeetMe("Local/1000 at mychan-93af;2",
"1000,dq") in new stack
    -- Created MeetMe conference 1023 for conference '1000' 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-29 13:58 kobaz          Note Added: 0115827                          
======================================================================




More information about the asterisk-bugs mailing list