Name

MeetMeCount() — Counts the number of participants in a MeetMe conference

Synopsis

    MeetMeCount(confno[,variable])

Plays back the number of users in the MeetMe conference identified by confno. If a variable is specified by the variable argument, playback will be skipped and the count will be assigned to variable.

Returns 0 on success or -1 on a hangup.

    ; count the number of users in conference 501, and assign that number 
    to ${COUNT}
    exten => 123,1,MeetMeCount(501,COUNT)

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.