MeetMeCount()

Zählt die Teilnehmer einer MeetMe-Konferenz.

MeetMeCount(KonferenzNr[,Variablenname])

Spielt die Anzahl der Teilnehmer in der MeetMe-Konferenz ab. Falls eine Variable angegeben ist, wird der Abspielvorgang übersprungen und die Anzahl in diese Variable geschrieben.

Liefert bei Erfolg 0 zurück, bei einem Fehler -1

Zählt die Teilnehmer in Konferenz 501, und weist diese Zahl ${COUNT} zu.

; die Teilnehmerzahl der Konferenz 333 in ${anzahl} speichern:
exten => 333,1,MeetMeCount(123,anzahl)
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'MeetMeCount' =- 

[Synopsis]
MeetMe participant count

[Description]
  MeetMeCount(confno[|var]): Plays back the number of users in the speci
fied
MeetMe conference. If var is specified, playback will be skipped and the
 value
will be returned in the variable. Upon app completion, MeetMeCount will 
hangup
the channel, unless priority n+1 exists, in which case priority progress
 will
continue.
A ZAPTEL INTERFACE MUST BE INSTALLED FOR CONFERENCING FUNCTIONALITY.

Differenz zum internen Hilfetext in Asterisk 1.2: 

10,12c10,11
< will be returned in the variable. Upon app completion, MeetMeCount wil
l hangup
< the channel, unless priority n+1 exists, in which case priority progre
ss will
< continue.
---
> will be returned in the variable. Upon app completion, MeetMeCount wil
l hangup the
> channel, unless priority n+1 exists, in which case priority progress w
ill continue.

Siehe auch. MeetMe(), MeetMeAdmin()