[Home]

Summary:ASTERISK-08518: Spying by an IAX2 endpoint kills SIP calls
Reporter:Steven Sokol (ssokol)Labels:
Date Opened:2007-01-08 10:55:28.000-0600Date Closed:2007-01-24 20:10:16.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_chanspy
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) spylog.txt
( 1) verbosedebug.txt
Description:When an IAX2 endpoint monitors a SIP endpoint, all calls to/from the SIP device are torn down.  If a call is placed to/from the SIP device while the spy is active, the signaling occurs (ringing, etc.) but the call is immediately torn down upon answer.

SIP trace attached below:
Comments:By: Serge Vecher (serge-v) 2007-01-08 16:03:19.000-0600

Steve, we need debug output enabled to see what's going on, please redo as per:

2) Make sure your logger.conf has the following line:
  console => notice,warning,error,debug
3) restart Asterisk with the following command:
  'asterisk -Tvvvvvdddddngc | tee /tmp/verbosedebug.txt'
4) Enable SIP transaction logging with the following CLI commands:
set debug 4
set verbose 4
sip debug
5) Trim startup information and attach verbosedebug.txt to the issue

By: Steven Sokol (ssokol) 2007-01-08 16:55:50.000-0600

There you go.  The full deal!

Thanks,

Steve

By: Joshua C. Colp (jcolp) 2007-01-24 20:10:16.000-0600

Tested and works fine, suspect fixed by my latest transfer/p2p changes in SVN. Please give it a try and if not fixed reopen.