[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
Wed Jul 15 11:46:21 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-15 11:46 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'.



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

---------------------------------------------------------------------- 
 (0107794) dbrooks (manager) - 2009-07-15 11:46
 https://issues.asterisk.org/view.php?id=15450#c107794 
---------------------------------------------------------------------- 
Ah, I see now what you are asking. That makes sense.

Unfortunately, the request is a little complicated. MEETME_INFO() can only
request information about active conference calls.

When MeetMe() is called, Asterisk goes to meetme.conf to retrieve
conference configuration. It does this for every call to MeetMe(), so the
conference doesn't exist in memory at all until someone calls it.

So obtaining information on conferences with dynamic extensions and
options is simply impossible. Obtaining information on statically
configured conferences is possible only if the file is parsed, assuming the
file isn't altered afterward. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-15 11:46 dbrooks        Note Added: 0107794                          
======================================================================




More information about the asterisk-bugs mailing list