Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Newbie MeetMe: How to control max users in


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Fri Mar 07, 2008 2:31 am    Post subject: [asterisk-users] Newbie MeetMe: How to control max users in Reply with quote

I was successful to control the max users (10) if I hardcode the
conference room number (in this case 101) as follows:
exten => 8600,1,Playback(conf-thereare)
exten => 8600,2,MeetMeCount(101)
exten => 8600,3,Playback(conf-peopleinconf)
exten => 8600,4,MeetMeCount(101,CONFCOUNT)
exten => 8600,5,GotoIf($[${CONFCOUNT} <= 10]?6:9)
exten => 8600,6,MeetMe(101,i)
exten => 8600,7,Playback(vm-goodbye)
exten => 8600,8,Hangup()
exten => 8600,9,Playback(conf-full)
exten => 8600,10,Playback(vm-goodbye)
exten => 8600,11,Hangup()

On the other hand, I thought it would be a better idea if I just allow
user to enter their conf number when they dial a generic meetme
extension.
exten => 8600,1,MeetMe(,ciMps)
exten => 8600,2,Playback(vm-goodbye)
exten => 8600,3,Hangup()

However, if I choose the 2nd option, I do not seem to be able to control
the max number of users.

Any thoughts on how I can achieve this?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services