On Mon, 18 May 2009, Jeff LaCoursiere wrote:
>
> I know I should probably post this to the Trixbox forums, but am hoping
> someone might have a quick answer here for me. Client with Trixbox 2.6.2
> with a recompiled asterisk 1.4.23 and various patches for RPID. A meetme
> conference with several people was in progress when the UPS died and the
> machine suddenly lost power. It is back up now, of course, but when you
call
> into the conference room it reports that there are several people already
> there when they are NOT. Somewhere the user count must be held. Where?
>
I dug through the extensions_additional.conf in Trixbox to see where a
variable might be set for user counts, and discovered that this *is*
actually asterisk (not Trixbox) related. I still don't know where the
MeetMe application stores who is logged into a conference, but I did
discover the CLI command "meetme kick <conf #> <user #>",
and with "meetme
list <conf #>" I was able to list the users that were still
registered as
being in the conference, though it was clear they were not.
Once I kicked the last ghost the conference disappeared as desired.
Cheers,
j