Re: [Asterisk-Users] MeetMe Marked user?

2005-08-26 Thread niles
On Aug 24, 2005, at 11:21 AM, Doug Lytle wrote:[EMAIL PROTECTED] wrote: Hello,But does not go into how to mark a user.  voip-info archives, and google didn't lead me to any clue, anddigging to app_meetme.c wasn't fruitful.Anyone have an example on how they marked a user in their dialplan? Create an extension that the user to be marked knows about, maybe even have it authenticate, mark the user and drop them into the conference.DougIf the Marked user isn't the first to enter the channel, then how does the MeetMe app know to put all otherusers on hold until Marked user arrives? This is still unclear to me.ThanksNiles Ingalls___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] MeetMe Marked user?

2005-08-25 Thread niles
On Aug 24, 2005, at 7:40 PM, Doug Lytle wrote:[EMAIL PROTECTED] wrote: On Aug 24, 2005, at 11:21 AM, Doug Lytle wrote: Create an extension that the user to be marked knows about, maybe even have it authenticate, mark the user and drop them into the conference.Doug If the Marked user isn't the first to enter the channel, then how does the MeetMe app know to put all otherusers on hold until Marked user arrives? This is still unclear to me. Example:meetme.confconf => 1000extensions.conf; ** Normal users enter the conference here **exten => 4823,1,SetMusicOnHold(random)exten => 4823,2,Meetme(|Msciw)exten => 4823,3,Hangup(); ** Extension to mark conference users*exten => 4824,1,Authenticate(12345)exten => 4824,2,Meetme(|Asci)exten => 4824,3,Hangup()Users using extension 4823 and entering conference 1000 will listen to hold music until the marked users enters.Users using extension 4824 and entering a password of 12345 will be able to select conference 1000 as the marked user.DougThanks Doug,That clears it up perfectly.Niles___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] MeetMe Marked user?

2005-08-24 Thread Doug Lytle



[EMAIL PROTECTED] wrote:



On Aug 24, 2005, at 11:21 AM, Doug Lytle wrote:



Create an extension that the user to be marked knows about, maybe 
even have it authenticate, mark the user and drop them into the 
conference.


Doug




If the Marked user isn't the first to enter the channel, then how does 
the MeetMe app know to put all other

users on hold until Marked user arrives? This is still unclear to me.


Example:

meetme.conf

conf => 1000

extensions.conf

; ** Normal users enter the conference here **
exten => 4823,1,SetMusicOnHold(random)
exten => 4823,2,Meetme(|Msciw)
exten => 4823,3,Hangup()

; ** Extension to mark conference users*

exten => 4824,1,Authenticate(12345)
exten => 4824,2,Meetme(|Asci)
exten => 4824,3,Hangup()


Users using extension 4823 and entering conference 1000 will listen to 
hold music until the marked users enters.


Users using extension 4824 and entering a password of 12345 will be able 
to select conference 1000 as the marked user.


Doug

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe Marked user?

2005-08-24 Thread Doug Lytle

[EMAIL PROTECTED] wrote:


Hello,
But does not go into how to mark a user.  voip-info archives, and 
google didn't lead me to any clue, and

digging to app_meetme.c wasn't fruitful.
Anyone have an example on how they marked a user in their dialplan?



Create an extension that the user to be marked knows about, maybe even 
have it authenticate, mark the user and drop them into the conference.


Doug

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] MeetMe Marked user?

2005-08-24 Thread niles
Hello,The MeetMe application offers this flag:'w' — wait until the marked user enters the conferenceAll other connected users will hear MusicOnHold until the marked user enters.But does not go into how to mark a user.  voip-info archives, and google didn't lead me to any clue, anddigging to app_meetme.c wasn't fruitful.Anyone have an example on how they marked a user in their dialplan?ThanksNiles Ingalls___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users