[asterisk-bugs] [Asterisk 0016525]: Cannot spy on channel when a local channel is involved
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 19 13:26:21 CST 2010
The following issue requires your FEEDBACK.
======================================================================
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: feedback
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:
======================================================================
Date Submitted: 2009-12-29 13:41 CST
Last Modified: 2010-01-19 13:26 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
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016524 Chanspy cannot spy on a non-bridged cha...
======================================================================
----------------------------------------------------------------------
(0116932) tilghman (administrator) - 2010-01-19 13:26
https://issues.asterisk.org/view.php?id=16525#c116932
----------------------------------------------------------------------
I just tried out your scenario and it works perfectly fine.
Callfile:
Channel: Local/103 at qqq
Callerid: 2487305
Context: qqq
Extension: s
MaxRetries: 1
Retrytime: 10
WaitTime: 60
Priority: 1
Dialplan:
[qqq]
exten => 103,1,Answer
exten => 103,n,MeetMe(1000,dq)
exten => s,1,Dial(SIP/vidphone)
[default]
exten => 8160,1,ChanSpy(SIP/vidphone,Wq)
Issue History
Date Modified Username Field Change
======================================================================
2010-01-19 13:26 tilghman Note Added: 0116932
2010-01-19 13:26 tilghman Status acknowledged =>
feedback
======================================================================
More information about the asterisk-bugs
mailing list