[asterisk-bugs] [Asterisk 0017236]: [regression] X-Lite disconnects because of RTCP timeout when Local channel and MeetMe/F involved

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Oct 12 10:05:57 CDT 2010


The following issue has been CLOSED 
====================================================================== 
https://issues.asterisk.org/view.php?id=17236 
====================================================================== 
Reported By:                dimas
Assigned To:                dvossel
====================================================================== 
Project:                    Asterisk
Issue ID:                   17236
Category:                   Channels/chan_sip/Interoperability
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.6.2.9
Asterisk Version:           1.6.2.6 
JIRA:                       SWP-1335 
Regression:                 Yes 
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:             2010-04-23 11:09 CDT
Last Modified:              2010-10-12 10:05 CDT
====================================================================== 
Summary:                    [regression] X-Lite disconnects because of RTCP
timeout when Local channel and MeetMe/F involved
Description: 
The dialplan:

context test1 {
        start => {
                Answer;
                Read(code,conf-getpin);
                MeetMe(1234,F);
        }

        test => {
                Answer;
                Dial(Local/start at test1/);
        }
}

1. use X-Lite
2. place a call to test at test1 somehow
3. you are asked for a PIN. 
4. enter anything and press #
5. You hear you are only person in the conference
6. 30 seconds later X-Lite hangs up the call because of RTCP inactivity

Note that X-Lite must have RTCP timeout enabled (this is default
setting):
  Right click -> Options -> Advanced -> Network -> 
    In times of network disruption automatically hang up the call after =>
ON
    RTCP had been inactive for => 30 seconds
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0017861 [regression] X-Lite disconnects because...
====================================================================== 

---------------------------------------------------------------------- 
 (0127869) dvossel (administrator) - 2010-10-12 10:05
 https://issues.asterisk.org/view.php?id=17236#c127869 
---------------------------------------------------------------------- 
I'm closing this. I can see we are sending the X-Lite client RTCP when it
times out. For some reason the client is treating the change in the SSRC id
as a stoppage of RTCP entirely. Newer and older versions of the X-lite
client do not have this problem, and there is a work around for issue by
disabling the RTCP timeout option in the advanced menus of the X-Lite
client. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-12 10:05 dvossel        Note Added: 0127869                          
2010-10-12 10:05 dvossel        Status                   assigned => closed  
======================================================================




More information about the asterisk-bugs mailing list