[asterisk-users] detecting a users number using the dialplan orAGI

Alexander Lopez Alex.Lopez at OpSys.com
Sun Aug 27 20:33:33 MST 2006


You can parse the Variable BEFORE sending to the conf.

Ie:
Exten => _8700X,1,Set(${DB(conf${EXTEN}/lastin)=${CHANNEL})

It will always be the last one in.


> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Time Bandit
> Sent: Sunday, August 27, 2006 4:32 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] detecting a users number using the
dialplan
> orAGI
> 
> > keeping track of the confno is easy since I created it,
> > but I don't know how to determine the user number of the last person
> that
> > joined the conference.
> >
> > Is there a way to store this in a variable before they join the
> conference?
> > Or perhaps a way to detect the last user to join the conferences
number?
> 
> Maybe by listing the users in the conference and parsing the output
> something like : "meetme list 87004"
> 
> you will get an output like :
> User #: 1  Channel: SIP/7004-1d3f (Admin)
> 
> hope this help
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list