MeetMeCount()
MeetMeCount(KonferenzNr
[,Variablenname
])
${COUNT}
zu.; die Teilnehmerzahl der Konferenz 333 in ${anzahl} speichern: exten => 333,1,MeetMeCount(501,anzahl)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'MeetMeCount' =-
[Synopsis]
MeetMe participant count
[Description]
MeetMeCount(confno[|var]): Plays back the number of users in the specified
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.
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -6,6 +6,7 @@
[Description]
MeetMeCount(confno[|var]): Plays back the number of users in the specified
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.
+ 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.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,9 +4,8 @@
MeetMe participant count
[Description]
- MeetMeCount(confno[|var]): Plays back the number of users in the specified
+ MeetMeCount(confno[,var]): Plays back the number of users in the specified
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.