[asterisk-bugs] [Asterisk 0015450]: [patch] If function MEETME_INFO() is run on a conference with no participants, return is not numeric

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jul 14 19:33:17 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15450 
====================================================================== 
Reported By:                JimVanM
Assigned To:                dbrooks
====================================================================== 
Project:                    Asterisk
Issue ID:                   15450
Category:                   Functions/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.6.1.1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-07-05 19:39 CDT
Last Modified:              2009-07-14 19:33 CDT
====================================================================== 
Summary:                    [patch] If function MEETME_INFO() is run on a
conference with no participants, return is not numeric
Description: 
-- Executing [s at your_conference:3] Set("IAX2/6477236631-6754",
"ANYBODYTHERE=(Error: conference (550001) not found") in new stack

I only tested with keyword 'parties'.



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

---------------------------------------------------------------------- 
 (0107759) lmadsen (administrator) - 2009-07-14 19:33
 https://issues.asterisk.org/view.php?id=15450#c107759 
---------------------------------------------------------------------- 
I have to agree with Jim here. When you are asking how many parties are in
the conference room, and there is no one in the conference room, then the
number of parties in this conference is zero.

Regardless of whether the conference exists or not doesn't matter -- it
has been configured (in meetme.conf I presume), and the number of parties
currently participating in the conference is zero people.

I'm not 100% sure what the other options are, but I'll take a wild guess,
and say what I think it should return:

* lock -- conference is locked?   0 (false), not locked. 1 (true),
locked.
* parties -- number of active parties?  returns 0 if no parties, or number
of parties (greater than 0)
* activity -- audio detected in conference? returns 0 (false) if no audio
detected, or 1 (true) if audio detected
* dynamic -- conference is dynamic? returns 0 (false), conference not
dynamic, 1 (true) conference is dynamic, null if conference does not exist

My opinion anyways. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-14 19:33 lmadsen        Note Added: 0107759                          
======================================================================




More information about the asterisk-bugs mailing list