Counts the number of participants in a MeetMe conference.
MeetMeCount(conference[,variablename])
Announces the number of participants in the conference. If the variable name is provided, the announcement is skipped and the count written to this variable.
Returns 0 on success, -1 on error.
; die Teilnehmerzahl der Konferenz 333 in ${anzahl} speichern:
exten => 333,1,MeetMeCount(123,anzahl)
|
|
|
Internal help for this application 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. diff output to internal help 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. |
See also. the section called “MeetMe()”, the section called “MeetMeAdmin()”