[asterisk-bugs] [Asterisk 0017317]: [patch] MeetMe 'L' and 'S' ignore 'C' option

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 3 21:34:03 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17317 
====================================================================== 
Reported By:                var
Assigned To:                seanbright
====================================================================== 
Project:                    Asterisk
Issue ID:                   17317
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.2.7 
JIRA:                       SWP-1441 
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:             2010-05-10 20:41 CDT
Last Modified:              2011-05-03 21:34 CDT
====================================================================== 
Summary:                    [patch] MeetMe 'L' and 'S' ignore 'C' option
Description: 
Using MeetMe with options 'S' or 'L', in conjunction with 'C' fails. When
the time-limit is up (L or S) the user's channel is given a soft hangup
instead of following the context as expected. If the user is kicked using
MeetMeAdmin or MeetMeChannelAdmin, it does follow context as expected.

Meetme 'L' option does not state that line will be hungup - though it does
not state that it will not be hungup either:

    'L(x[:y][:z])' - Limit the conference to 'x' ms. Play a warning when
'y' ms are
    left. Repeat the warning every 'z' ms.

Meetme 'S' option does not state that the line will be hungup, it states
the user will be 'kicked' from the conference. This would create an
assumption that 'C' flag would be utilised and the context followed,
however this is not the case:

    'S(x)' -- Kick the user 'x' seconds *after* he entered into the
conference.
    'C' -- continue in dialplan when kicked out of conference


The above was tested with:

* Asterisk 1.6.1.18, dahdi 2.2.1, libpri 1.4.10.2 with a Digium TE220 card
on Debian 5.0.4 (x86)
* Asterisk 1.6.2.7, DAHDI 2.3.0, libpri 1.4.10.2 with a Digium TE220 card
on Debian 5.0.4 (x86)
====================================================================== 

---------------------------------------------------------------------- 
 (0134390) svnbot (reporter) - 2011-05-03 21:34
 https://issues.asterisk.org/view.php?id=17317#c134390 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 316476

_U  branches/1.8/
U   branches/1.8/apps/app_meetme.c

------------------------------------------------------------------------
r316476 | seanbright | 2011-05-03 21:34:01 -0500 (Tue, 03 May 2011) | 17
lines

Merged revisions 316475 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r316475 | seanbright | 2011-05-03 22:23:01 -0400 (Tue, 03 May 2011) | 10
lines
  
  Honor the C option to MeetMe when L is passed.
  
  This fixes a case that r304773 and friends missed.
  
  (closes issue https://issues.asterisk.org/view.php?id=17317)
  Reported by: var
  Patches:
        meetme-continue-on-l_16218.diff uploaded by var (license 1227)
  Tested by: seanbright
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=316476 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-03 21:34 svnbot         Checkin                                      
2011-05-03 21:34 svnbot         Note Added: 0134390                          
======================================================================




More information about the asterisk-bugs mailing list